|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ModelSignature consists of a set of
signature attributes, each of which captures the
name and type of each attribute used to build the
corresponding model. The model signature may
contain fewer attributes than specified in the
logical data used to build the model. For example,
a decision tree model may have used only a subset
of the logical attributes due to feature
selection resulting from model building.
Note that for supervised models, which specify a
target attribute, this target is not part of the
model signature. The target attribute is obtained
from a SupervisedModel.
| Method Summary | |
SignatureAttribute |
getAttribute(java.lang.String attributeName)
Returns the SignatureAttribute instance with the specified name present in the model signature. |
java.util.Collection |
getAttributes()
Returns a collection of SignatureAttribute instances present in the model signature. |
java.util.Collection |
getAttributesByRank(SortOrder ordering)
Returns a collection of all attributes in the specified order. |
| Method Detail |
public SignatureAttribute getAttribute(java.lang.String attributeName)
throws JDMException
SignatureAttribute instance with the specified name present in the model signature.
attributeName - The name of the attribute whose signature is to be returned.
JDMException
public java.util.Collection getAttributes()
throws JDMException
SignatureAttribute instances present in the model signature.
JDMException
public java.util.Collection getAttributesByRank(SortOrder ordering)
throws JDMException
If no ranking is available for the attributes, this method returns an empty collection and the values returned for getRank and getImportanceValue in SignatureAttribute are undefined.
ordering -
JDMException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||