|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A factory class that creates instances of
ClassificationSettingsOutput.
Factory| Method Summary | |
ClassificationApplySettings |
create()
Creates an instance of ClassificationApplySettings initialized to vendor-specific default values. |
ClassificationApplySettings |
getDefaultApplySettings()
Returns the default apply settings specification for a classification model. |
ClassificationApplyContent[] |
getSupportedApplyContents(MiningAlgorithm algorithm)
Returns an array of ClassificationApplyContent that are supported by the specified algorithm. |
boolean |
supportsCapability(MiningAlgorithm algorithm,
ClassificationApplyCapability capability)
Returns true if the specified capability is supported by the specified classification algorithm. |
boolean |
supportsCapability(MiningAlgorithm algorithm,
ClassificationApplyContent content)
Returns true if the specified content is supported by the specified classification algorithm. |
| Method Detail |
public ClassificationApplySettings create()
throws JDMException
ClassificationApplySettings initialized to vendor-specific default values.
JDMExceptionpublic ClassificationApplySettings getDefaultApplySettings()
Predicted_Category and with the data type String. Vendors may choose to add different options, and user may add more attributes such as a key. The vendor must document what is included in the default apply output specification returned.
public ClassificationApplyContent[] getSupportedApplyContents(MiningAlgorithm algorithm)
throws JDMException
ClassificationApplyContent that are supported by the specified algorithm. The parameter algorithm may be null if the classification function does not support a specific algorithm. If algorithm is null, then this method returns an array of ClassificationApplyContent that are supported by classification function.
An exception is thrown if algorithm is not a classification algorithm.
algorithm - A type of classification algorithm whose supported apply contents are to be returned.
JDMException
public boolean supportsCapability(MiningAlgorithm algorithm,
ClassificationApplyCapability capability)
throws JDMException
The parameter algorithm may be null if the classification function does not support a specific algorithm. Throws an exception if the algorithm is not one of the supported classification algorithms.
algorithm - capability -
JDMException
public boolean supportsCapability(MiningAlgorithm algorithm,
ClassificationApplyContent content)
throws JDMException
The parameter algorithm may be null if the classification function does not support a specific algorithm. Throws an exception if the algorithm is not supported.
Must return true if content is predictedCategory for a supported classification algorithm.
algorithm - content -
JDMException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||