Skip navigation links

Oracle Data Mining Java API Reference
11g Release 1 (11.1)

B28132-01


oracle.dmt.jdm.supervised.regression
Class OraRegressionTestMetrics

java.lang.Object
  extended byoracle.dmt.jdm.OraDMObject
      extended byoracle.dmt.jdm.OraMiningObject
          extended byoracle.dmt.jdm.supervised.OraTestMetrics
              extended byoracle.dmt.jdm.supervised.regression.OraRegressionTestMetrics

All Implemented Interfaces:
javax.datamining.MiningObject, oracle.dmt.jdm.OraPLSQLConstants, javax.datamining.supervised.regression.RegressionTestMetrics, javax.datamining.supervised.TestMetrics

public class OraRegressionTestMetrics
extends oracle.dmt.jdm.supervised.OraTestMetrics
implements javax.datamining.supervised.regression.RegressionTestMetrics

OraRegressionTestMetrics provides set and get methods to specify the target attribute normalization details. If user specifies target attribute normalization details, it will be used to denormalize the test metrics values.

See Also:
MiningObject, OraMiningObject, TestMetrics, OraTestMetrics, RegressionTestMetrics

Method Summary
 java.lang.Double getTargetNormalizationScaleValue()
          Returns the specified normalization scale value of the target column.
 java.lang.Double getTargetNormalizationShiftValue()
          Returns the specified normalization shift value of the target column.
 void setTargetNormalizationDetails(java.lang.Double shiftValue, java.lang.Double scaleValue)
          Sets the normalization details of the target columns.

 

Methods inherited from class oracle.dmt.jdm.supervised.OraTestMetrics
doesObjectExistInDatabase, getModelName, getObjectType, getTaskIdentifier, getTestDataName, isInputObject, removeObjectFromDatabase, renameObjectInDatabase, retrieveObjectFromDatabase, retrieveObjectFromDatabaseByID, retrieveObjectsFromDatabase

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface javax.datamining.supervised.TestMetrics
getModelName, getTaskIdentifier, getTestDataName

 

Methods inherited from interface javax.datamining.MiningObject
getCreationDate, getCreatorInfo, getDescription, getName, getObjectIdentifier, getObjectType, setDescription

 

Method Detail

setTargetNormalizationDetails

public void setTargetNormalizationDetails(java.lang.Double shiftValue,
                                          java.lang.Double scaleValue)
Sets the normalization details of the target columns. By default these values will be null. If the target column is normalized, then the test metrics computed will have measures based on normalized target values. To provide denormalized test metrics use this method to set the target normalization details. operation will be normalized.
Parameters:
shiftValue -
scaleValue -

getTargetNormalizationShiftValue

public java.lang.Double getTargetNormalizationShiftValue()
Returns the specified normalization shift value of the target column. It returns null value if it is not specified.
Returns:

getTargetNormalizationScaleValue

public java.lang.Double getTargetNormalizationScaleValue()
Returns the specified normalization scale value of the target column. It returns null value if it is not specified.
Returns:

Skip navigation links

Oracle Data Mining Java API Reference
11g Release 1 (11.1)

B28132-01


Copyright © 2005-2007 Oracle. All rights reserved.