|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A factory class that creates instances of
ClassificationTestTask.
Factory| Method Summary | |
ClassificationTestTask |
create(java.lang.String testDataName,
java.lang.String modelName,
java.lang.String testResultName)
Creates an instance of ClassificationTestTask with the specified test data, the model to be used, and the name of the result. |
boolean |
supportsCapability(ClassificationTestMetricOption metricOption)
Returns true if the metric option specified is supported by the implementation, false otherwise. |
boolean |
supportsCapability(TestTaskCapability capability)
Returns true if the capability specified is supported by the implementation, false otherwise. |
| Method Detail |
public ClassificationTestTask create(java.lang.String testDataName,
java.lang.String modelName,
java.lang.String testResultName)
throws JDMException
ClassificationTestTask with the specified test data, the model to be used, and the name of the result.
testDataName - The input data to be used for test.modelName - The name of the model to be tested.testResultName - The name of the test result to be created.
JDMException
public boolean supportsCapability(ClassificationTestMetricOption metricOption)
throws JDMException
metricOption -
JDMException
public boolean supportsCapability(TestTaskCapability capability)
throws JDMException
capability -
JDMException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||