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 class
HashableInstanceUsingString
TODO: what this class doesclass
HashableInstanceUsingSum
Computes the hashcode as sum of the internal double values.Methods in weka.core with parameters of type AbstractHashableInstance Modifier and Type Method Description protected void
AbstractHashableInstance. assign(AbstractHashableInstance inst)
Assigns all the data, apart from wrapped instance, that the provided hashable instance provides.
-