Oracle Data Mining Java API Reference
10g Release 1 (10.1)

B12276-01

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

Constructor Summary
PredictorVarianceSettings()
          Deprecated. Creates an instance of predictor variance algorithm settings.

 

Method Summary
 java.lang.Integer storeInternal(java.sql.Connection dbConn)
          Deprecated. For internal use only

 

Methods inherited from class oracle.dmt.odm.settings.algorithm.MiningAlgorithmSettings
getMiningAlgorithm, getMiningAlgorithmName

 

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

 

Constructor Detail

PredictorVarianceSettings

public PredictorVarianceSettings()
Deprecated. 
Creates an instance of predictor variance algorithm settings.
Method Detail

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

Copyright © 2003 Oracle Corporation. All Rights Reserved.