|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
TestMetrics is a common interface
for the metadata created as the result of
executing a test task on a supervised model. It
may contain a Lift, a
ConfusionMatrix object, and a
ReceiverOperatingCharacteristics if
their computation was enabled in the test task.
MiningObject| Method Summary | |
java.lang.String |
getModelName()
Returns the model name used to generate this test result. |
java.lang.String |
getTaskIdentifier()
Returns the identifier of the task that generated the result. |
java.lang.String |
getTestDataName()
Returns the name of the test data used for this test. |
| Methods inherited from interface javax.datamining.MiningObject |
getCreationDate, getCreatorInfo, getDescription, getName, getObjectIdentifier, getObjectType, setDescription |
| Method Detail |
public java.lang.String getModelName()
public java.lang.String getTaskIdentifier()
public java.lang.String getTestDataName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||