oracle.dmt.jdm.featureextraction
Class OraFeatureExtractionApplyContent
java.lang.Object
javax.datamining.Enum
oracle.dmt.jdm.featureextraction.OraFeatureExtractionApplyContent
- All Implemented Interfaces:
- java.lang.Comparable, java.io.Serializable
- public class OraFeatureExtractionApplyContent
- extends javax.datamining.Enum
OraFeatureExtractionApplyContent
specifies following two enumerations for apply contents.
- featureIdentifier is used to get the feature id's of the attributes.
- matchQuality is used to get the feature's match quality (aka attribute coefficient value).
- See Also:
- Serialized Form
Methods inherited from class javax.datamining.Enum |
compareTo, equals, name |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
featureIdentifier
public static final OraFeatureExtractionApplyContent featureIdentifier
matchQuality
public static final OraFeatureExtractionApplyContent matchQuality
values
public static OraFeatureExtractionApplyContent[] values()
- Returns a list of all
OraFeatureExtractionApplyContent
enumerations defined.
-
- Returns:
OraFeatureExtractionApplyContent[]
valueOf
public static OraFeatureExtractionApplyContent valueOf(java.lang.String name)
throws javax.datamining.JDMException
- Returns an instance of
OraFeatureExtractionApplyContent
corresponding to the specified name.
-
- Parameters:
name
- The name of the enumeration value
- Returns:
OraFeatureExtractionApplyContent
- The instance of the specified enumeration.
- Throws:
javax.datamining.JDMException
- When name
is not valid.
addExtension
public static void addExtension(java.lang.String name)
throws javax.datamining.JDMException
- Adds a vendor extension
name
to OraFeatureExtractionApplyContent
.
-
- Parameters:
name
- The name of the unique vendor extension
- Throws:
javax.datamining.JDMException
- When name
is an invalid string or redundant to existing standard enums.
Copyright © 2005, Oracle. All rights reserved.