|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A factory class that creates instances of
RegressionTestTask.
Factory| Method Summary | |
RegressionTestTask |
create(java.lang.String inputDataName,
java.lang.String modelName,
java.lang.String testMetricsName)
Creates an instance of RegressionTestTask with the specified test data, the model to be used, and the name of the test metrics by which the test metrics object is persisted. |
boolean |
supportsCapability(TestTaskCapability capability)
Returns true if the capability specified is supported by the implementation, false otherwise. |
| Method Detail |
public RegressionTestTask create(java.lang.String inputDataName,
java.lang.String modelName,
java.lang.String testMetricsName)
throws JDMException
RegressionTestTask with the specified test data, the model to be used, and the name of the test metrics by which the test metrics object is persisted.
The names cannot be null.
inputDataName - The input data to be used for test.modelName - The name of the model to be tested.testMetricsName - The name of the test metrics to be created as the result of task execution.
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 | ||||||||