Uses of Class
weka.core.AbstractHashableInstance
-
Packages that use AbstractHashableInstance Package Description weka.core -
-
Uses of AbstractHashableInstance in weka.core
Subclasses of AbstractHashableInstance in weka.core Modifier and Type Class Description classHashableInstanceUsingStringTODO: what this class doesclassHashableInstanceUsingSumComputes the hashcode as sum of the internal double values.Methods in weka.core with parameters of type AbstractHashableInstance Modifier and Type Method Description protected voidAbstractHashableInstance. assign(AbstractHashableInstance inst)Assigns all the data, apart from wrapped instance, that the provided hashable instance provides.
-