Skip navigation links

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

B28132-01


Package oracle.dmt.jdm.featureextraction

This package contains Java classes describing the settings and model for the feature extraction mining function  Feature Extraction analysis has been used in text analysis and the extraction of text features of the text.consumer behavior for the discovery of relationships of co-occurrences among a set of items, e.g., the presence of one pattern implies the presence of another pattern.

See:
          Description

Interface Summary
OraFeatureExtractionAlgorithmSettings OraFeatureExtractionAlgorithmSettings is the base class for all feature extraction algorithm settings.
OraFeatureExtractionApplySettingsFactory  
OraFeatureExtractionSettingsFactory A factory class that creates instances of OraFeatureExtractionSettings.

 

Class Summary
OraFeature OraFeature encapsulates the attribute names and its coefficients for a feature in the feature extraction model.
OraFeatureExtractionApplyContent OraFeatureExtractionApplyContent specifies following two enumerations for apply contents.
OraFeatureExtractionApplySettings A OraFeatureExtractionApplySettings captures a specification that prescribes the output of an apply task specific to a feature extraction model.
OraFeatureExtractionModel Feature Extraction creates a new set of features based on the original data.
OraFeatureExtractionSettings OraFeatureExtractionSettings object encapsulates the following build settings specific to feature extraction.

 

Package oracle.dmt.jdm.featureextraction Description

This package contains Java classes describing the settings and model for the feature extraction mining function  Feature Extraction analysis has been used in text analysis and the extraction of text features of the text.consumer behavior for the discovery of relationships of co-occurrences among a set of items, e.g., the presence of one pattern implies the presence of another pattern. Association identifies the attribute value combinations that occur frequently together in a given set of data. Association analysis is widely used in transaction data analysis for direct marketing, catalog design, and other business decision-making processes.


Skip navigation links

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

B28132-01


Copyright © 2005-2007 Oracle. All rights reserved.