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

B12276-01

Package oracle.dmt.odm.settings.algorithm

This package contains Java classes representing mining algorithm settings.

See:
          Description

Class Summary
AdaptiveBayesNetworkSettings An instance of AdaptiveBayesNetworkSettings is used to specify settings for the Adaptive Bayes Network algorithm.
AprioriAlgorithmSettings An instance of AprioriAlgorithmSettings is used to specify settings for the Apriori Algorithm.
AttributeImportanceAlgorithmSettings The abstract class AttributeImportanceAlgorithmSettings is the common superclass of all attribute importance algorithms and is used to specify parameters specific to Attribute Importance algorithms.
ClusteringAlgorithmSettings An instance of ClusteringAlgorithmSettings is used to specify optional parameters common to clustering algorithm.
CombinationAdaptiveBayesNetworkSettings Deprecated. Model Seeker functionality is deprecated in version 10.1.
CombinationModelSettings Deprecated. Model Seeker functionality is deprecated in version 10.1.
CombinationNaiveBayesSettings Deprecated. Model Seeker functionality is deprecated in version 10.1.
FeatureExtractionAlgorithmSettings An instance of FeatureExtractionAlgorithmSettings is used to specify optional parameters common to feature extraction algorithm.
KMeansAlgorithmSettings An instance of KMeansAlgorithmSettings is used to specify settings for the KMeans clustering algorithm.
MinimumDescriptionLengthSettings An instance of MinimumDescriptionLengthSettings is used to specify parameters for the Minimum Description Length algorithm supporting attribute importance.
MiningAlgorithmSettings The abstract class MiningAlgorithmSettings is the common superclass of all mining algorithm settings.
ModelSeekerClassificationAlgorithmSettings Deprecated. Model Seeker functionality is deprecated in version 10.1.
NaiveBayesSettings An instance of NaiveBayesSettings is used to specify settings for the Naive Bayes algorithm.
NMFAlgorithmSettings An instance of NMFAlgorithmSettings is used to specify settings for the NMF Feature Extraction algorithm.
OClusterAlgorithmSettings An instance of OClusterAlgorithmSettings holds metadata about settings that are required in the O-Cluster algorithm.
PredictorVarianceSettings Deprecated. As of 10.1.0.
SupportVectorMachineSettings The abstract class SupportVectorMachineSettings is the common superclass of all Support Vector Machine (SVM) mining algorithm settings.
SVMClassificationSettings An instance of SVMClassificationSettings is used to specify settings for the Support Vector Machine (SVM) mining algorithm to build a classification mining model.
SVMRegressionSettings An instance of SVMRegressionSettings is used to specify settings for the Support Vector Machine (SVM) mining algorithm to build a regression mining model.

 

Package oracle.dmt.odm.settings.algorithm Description

This package contains Java classes representing mining algorithm settings. An algorithm settings object captures the parameters associated with a particular algorithm. It allows a knowledgeable user to fine tune algorithm parameters. Generally, not all parameters must be specified, however, those specified are taken into account by the DMS. Separating algorithm settings from function settings provides a natural and convenient separation for those users experienced with data mining and those only familiar with mining functions.

ODM supports the following types of algorithm settings: