Package | Description |
---|---|
weka.classifiers.lazy |
Modifier and Type | Field and Description |
---|---|
protected LBR.Indexes |
LBR.m_subInstances
index of instances and attributes for the given dataset
|
protected LBR.Indexes |
LBR.tempSubInstances
index of instances and attributes for the given dataset
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
Indexes(LBR.Indexes FromIndexes)
constructor
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.