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

B12276-01

oracle.dmt.odm.settings.algorithm
Class CombinationModelSettings

java.lang.Object
  |
  +--oracle.dmt.odm.MiningObject
        |
        +--oracle.dmt.odm.settings.algorithm.MiningAlgorithmSettings
              |
              +--oracle.dmt.odm.settings.algorithm.CombinationModelSettings
All Implemented Interfaces:
java.io.Serializable

Deprecated.

 Model Seeker functionality is deprecated in version 10.1.

public abstract class CombinationModelSettings
extends MiningAlgorithmSettings

The abstract class CombinationModelSettings is the common super class for the algorithm settings that specify model combinations of a single type.
The following sub-classes of CombinationModelSettings are supported:
CombinationNaiveBayesSettings and
CombinationAdaptiveBayesNetworkSettings.

See Also:
Serialized Form

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

 


Copyright © 2003 Oracle Corporation. All Rights Reserved.