oracle.dmt.odm.settings.algorithm
Class PredictorVarianceSettings
java.lang.Object
|
+--oracle.dmt.odm.MiningObject
|
+--oracle.dmt.odm.settings.algorithm.MiningAlgorithmSettings
|
+--oracle.dmt.odm.settings.algorithm.AttributeImportanceAlgorithmSettings
|
+--oracle.dmt.odm.settings.algorithm.PredictorVarianceSettings
- All Implemented Interfaces:
- java.io.Serializable
Deprecated.
As of 10.1.0. Use MinimumDescriptionLengthSettings
for attribute importance instead.
- public class PredictorVarianceSettings
- extends AttributeImportanceAlgorithmSettings
An instance of PredictorVarianceSettings
is used to specify parameters for the algorithm used to calculate attribute importance. The algorithm does not have any specific settings, but instructs the DMS to use the algorithm for the attribute importance mining function.
- See Also:
AttributeImportanceModel
, AttributeImportanceFunctionSettings
, Serialized Form
Method Summary |
java.lang.Integer |
storeInternal(java.sql.Connection dbConn)
Deprecated. For internal use only |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PredictorVarianceSettings
public PredictorVarianceSettings()
- Deprecated.
- Creates an instance of predictor variance algorithm settings.
storeInternal
public java.lang.Integer storeInternal(java.sql.Connection dbConn)
throws java.sql.SQLException,
ODMException
- Deprecated.
- For internal use only
-
- Overrides:
storeInternal
in class MiningAlgorithmSettings
-
java.sql.SQLException
ODMException