Uses of Class
weka.classifiers.lazy.kstar.KStarCache
Packages that use KStarCache
-
Uses of KStarCache in weka.classifiers.lazy.kstar
Constructors in weka.classifiers.lazy.kstar with parameters of type KStarCacheModifierConstructorDescriptionKStarNominalAttribute
(Instance test, Instance train, int attrIndex, Instances trainSet, int[][] randClassCol, KStarCache cache) ConstructorKStarNumericAttribute
(Instance test, Instance train, int attrIndex, Instances trainSet, int[][] randClassCols, KStarCache cache) Constructor