|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ApplySettings captures a
specification that describes the output of an
apply task.
MiningObject| Method Summary | |
java.util.Map |
getSourceDestinationMap()
Returns the attribute map for apply input data. |
void |
resetMapping()
Resets the mapping done by ranks, individual categories, top prediction, or all predictions. |
void |
setSourceDestinationMap(java.util.Map sourceDestinationMap)
Specifies a mapping between input physical attribute names to destination attribute names. |
VerificationReport |
verify()
Verifies if the content of the ApplyOutput is valid. |
| Methods inherited from interface javax.datamining.MiningObject |
getCreationDate, getCreatorInfo, getDescription, getName, getObjectIdentifier, getObjectType, setDescription |
| Method Detail |
public java.util.Map getSourceDestinationMap()
public void resetMapping()
public void setSourceDestinationMap(java.util.Map sourceDestinationMap)
throws JDMException
sourceDestinationMap - A map that contains the mapping between input physical attribute names and destination attribute names to appear in the apply output.
JDMExceptionpublic VerificationReport verify()
ApplyOutput is valid. Returns null if the content is valid. The returned VerificationReport object contains vendor-specific explanation as why the content is invalid otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||