|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The interface TestMetricsTask
represents a common placeholder for a task that is
used to obtain various test metrics given an apply
output. Test metrics include confusion matrix,
lift, and receiver operating characteristics.
MiningObject,
Task| Method Summary | |
java.lang.String |
getActualTargetAttrName()
Returns the attribute name of the actual targets in the apply output data. |
java.lang.String |
getApplyOutputDataName()
Returns the name of the apply output data. |
java.lang.String |
getPredictedTargetAttrName()
Returns the attribute name of the predicted targets in the apply output data. |
java.lang.String |
getPredictionRankingAttrName()
Returns the attribute name of the ranking factors for the predictions in the apply output data. |
java.lang.String |
getTestMetricsName()
Returns the name of the test metrics to be created as the result of test metrics task. |
void |
setActualTargetAttrName(java.lang.String actualTargetAttrName)
Sets the attribute name of the actual targets in the apply output data. |
void |
setApplyOutputDataName(java.lang.String applyOutputData)
Sets the name of the apply output data. |
void |
setPredictedTargetAttrName(java.lang.String predictedTargetAttrName)
Sets the attribute name of the predicted targets in the apply output data. |
void |
setPredictionRankingAttrName(java.lang.String predictionRankingAttrName)
Sets the attribute name of the ranking factors for the predictions in the apply output data. |
void |
setTestMetricsName(java.lang.String testMetricsName)
Sets the name of the test metrics to be created as the result of test metrics task. |
VerificationReport |
verify()
Verifies if the settings are valid. |
| Methods inherited from interface javax.datamining.base.Task |
getExecutionHandle |
| Methods inherited from interface javax.datamining.MiningObject |
getCreationDate, getCreatorInfo, getDescription, getName, getObjectIdentifier, getObjectType, setDescription |
| Method Detail |
public java.lang.String getActualTargetAttrName()
public java.lang.String getApplyOutputDataName()
public java.lang.String getPredictedTargetAttrName()
public java.lang.String getPredictionRankingAttrName()
public java.lang.String getTestMetricsName()
public void setActualTargetAttrName(java.lang.String actualTargetAttrName)
throws JDMException
actualTargetAttrName -
JDMException
public void setApplyOutputDataName(java.lang.String applyOutputData)
throws JDMException
applyOutputData - The name of the apply output data.
JDMException
public void setPredictedTargetAttrName(java.lang.String predictedTargetAttrName)
throws JDMException
predictedTargetAttrName -
JDMException
public void setPredictionRankingAttrName(java.lang.String predictionRankingAttrName)
throws JDMException
predictionRankingAttrName -
JDMException
public void setTestMetricsName(java.lang.String testMetricsName)
throws JDMException
testMetricsName - The name of the test metrics.
JDMExceptionpublic VerificationReport verify()
VerificationReport that contains a vendor specific explanation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||