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

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