Skip navigation links

Oracle Data Mining Java API Reference
11g Release 1 (11.1)

B28132-01


oracle.dmt.jdm.featureextraction
Interface OraFeatureExtractionApplySettingsFactory

All Superinterfaces:
javax.datamining.Factory

public interface OraFeatureExtractionApplySettingsFactory
extends javax.datamining.Factory

Method Summary
 OraFeatureExtractionApplySettings create()
          Creates an empty instance of ClassificationApplySettings.
 OraFeatureExtractionApplySettings getDefaultApplySettings()
          Returns the default apply settings specification for classification model.

 

Method Detail

create

public OraFeatureExtractionApplySettings create()
                                         throws javax.datamining.JDMException
Creates an empty instance of ClassificationApplySettings.
Returns:
FeatureExtractionApplySettings
Throws:
javax.datamining.JDMException

getDefaultApplySettings

public OraFeatureExtractionApplySettings getDefaultApplySettings()
                                                          throws javax.datamining.JDMException
Returns the default apply settings specification for classification model. The predicted category with the highest probability is included in the output with the destination name 'Predicted_Category' and with the data type 'String'. Vendors may choose to add different options, and user may add more attributes such as key. The vendor must document what are included in the default apply output specification returned.
Returns:
FeatureExtractionApplySettings
Throws:
javax.datamining.JDMException

Skip navigation links

Oracle Data Mining Java API Reference
11g Release 1 (11.1)

B28132-01


Copyright © 2005-2007 Oracle. All rights reserved.