Class RandomForestWeighting
java.lang.Object
si.ijs.kt.clus.algo.kNN.distance.attributeWeighting.AttributeWeighting
si.ijs.kt.clus.algo.kNN.distance.attributeWeighting.RandomForestWeighting
- All Implemented Interfaces:
Serializable
- Author:
- Mitja Pugelj
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
getWeight
(ClusAttrType attr) Returns weight for given attribute.Methods inherited from class si.ijs.kt.clus.algo.kNN.distance.attributeWeighting.AttributeWeighting
loadFromFile, saveToFile
-
Constructor Details
-
RandomForestWeighting
-
-
Method Details
-
getWeight
Description copied from class:AttributeWeighting
Returns weight for given attribute. Call calcWeights() before using this method.- Specified by:
getWeight
in classAttributeWeighting
-