Uses of Class
weka.classifiers.lazy.kstar.KStarCache
-
Uses of KStarCache in weka.classifiers.lazy.kstar
ModifierConstructorDescriptionKStarNominalAttribute
(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