|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
An AttributeImportanceSettings
instance supports build settings specific to the
attribute importance mining function.
If supervised, this identifies attributes most useful for building supervised models. If unsupervised, this identifies attributes most useful for building unsupervised models, such as clustering.
MiningObject,
BuildSettings| Method Summary | |
int |
getMaxAttributeCount()
Returns the maximum number of attributes to be contained in the resulting model. |
java.lang.String |
getTargetAttributeName()
Returns the name of the target attribute. |
boolean |
isSupervised()
Returns true if a target attribute has been set. |
void |
setMaxAttributeCount(int maxCount)
Sets the maximum number of attributes to be contained in the resulting model. |
void |
setTargetAttributeName(java.lang.String targetAttrName)
Sets the target attribute for supervised attribute importance. |
| Methods inherited from interface javax.datamining.base.BuildSettings |
getAlgorithmSettings, getDesiredExecutionTimeInMinutes, getLogicalAttributes, getLogicalData, getLogicalDataName, getMiningFunction, getOutlierIdentification, getOutlierTreatment, getUsage, getWeight, getWeightAttribute, setAlgorithmSettings, setDesiredExecutionTimeInMinutes, setLogicalDataName, setOutlierIdentification, setOutlierTreatment, setUsage, setWeight, setWeightAttribute, verify |
| Methods inherited from interface javax.datamining.MiningObject |
getCreationDate, getCreatorInfo, getDescription, getName, getObjectIdentifier, getObjectType, setDescription |
| Method Detail |
public int getMaxAttributeCount()
public java.lang.String getTargetAttributeName()
public boolean isSupervised()
public void setMaxAttributeCount(int maxCount)
The specified count must be a positive integer.
maxCount -
public void setTargetAttributeName(java.lang.String targetAttrName)
throws JDMException
targetAttrName - The name of the target attributes.
JDMException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||