Uses of Class
weka.classifiers.lazy.LBR.Indexes

Packages that use LBR.Indexes
weka.classifiers.lazy   
 

Uses of LBR.Indexes in weka.classifiers.lazy
 

Methods in weka.classifiers.lazy with parameters of type LBR.Indexes
 int LBR.leaveOneOut(LBR.Indexes instanceIndex, int[][][] counts, int[] priors, boolean[] errorFlags)
          Leave-one-out strategy.
 double[] LBR.localDistributionForInstance(Instance instance, LBR.Indexes instanceIndex)
          Calculates the class membership probabilities.
 void LBR.localNaiveBayes(LBR.Indexes instanceIndex)
          Class for building and using a simple Naive Bayes classifier.
 void LBR.Indexes.resetAttIndexTo(LBR.Indexes FromIndexes)
          Resets the boolean value in AttIndexes array based on another set of Indexes
 void LBR.Indexes.resetDatasetBasedOn(LBR.Indexes FromIndexes)
          Resets the boolean values in Attribute and Instance array to reflect an empty dataset withthe same attributes set as in the incoming Indexes Object
 

Constructors in weka.classifiers.lazy with parameters of type LBR.Indexes
LBR.Indexes(LBR.Indexes FromIndexes)
          constructor
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.