|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A factory class that creates instances of
ClassificationSettings.
Factory| Method Summary | |
ClassificationSettings |
create()
Creates an instance of ClassificationSettings initialized to vendor-specific default values. |
boolean |
supportsCapability(ClassificationCapability capability)
Returns true if the specified capability is supported in the implementation of the JDM being used. |
boolean |
supportsCapability(MiningAlgorithm algorithm,
ClassificationCapability capability)
Returns true if the specified capability is supported by the specified classification algorithm. |
| Method Detail |
public ClassificationSettings create()
throws JDMException
ClassificationSettings initialized to vendor-specific default values.
JDMException
public boolean supportsCapability(ClassificationCapability capability)
throws JDMException
supportCapability(MiningAlgorithm, ClassificationCapability) must be used.
capability - An enumeration value that represents a specific capability of classification function.
JDMException
public boolean supportsCapability(MiningAlgorithm algorithm,
ClassificationCapability capability)
throws JDMException
algorithm - capability -
JDMException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||