Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
D
G
I
L
M
R
S
T
W
B
binomP(double, double, double)
- Method in class weka.classifiers.lazy.
LBR
Significance test binomp:
buildClassifier(Instances)
- Method in class weka.classifiers.lazy.
LBR
For lazy learning, building classifier is only to prepare their inputs until classification time.
D
distributionForInstance(Instance)
- Method in class weka.classifiers.lazy.
LBR
Calculates the class membership probabilities for the given test instance.
G
getAttIndex(int)
- Method in class weka.classifiers.lazy.
LBR.Indexes
Returns the boolean value at the specified index in the Attribute Indexes array
getCapabilities()
- Method in class weka.classifiers.lazy.
LBR
Returns default capabilities of the classifier.
getInstanceIndex(int)
- Method in class weka.classifiers.lazy.
LBR.Indexes
Returns the boolean value at the specified index in the Instance Index array
getNumAttributes()
- Method in class weka.classifiers.lazy.
LBR.Indexes
Returns the number of attributes in the dataset
getNumAttributesSet()
- Method in class weka.classifiers.lazy.
LBR.Indexes
Returns the number of attributes "in use"
getNumInstances()
- Method in class weka.classifiers.lazy.
LBR.Indexes
Returns the number of instances in the dataset
getNumInstancesSet()
- Method in class weka.classifiers.lazy.
LBR.Indexes
Returns the number of instances "in use"
getRevision()
- Method in class weka.classifiers.lazy.
LBR
Returns the revision string.
getRevision()
- Method in class weka.classifiers.lazy.
LBR.Indexes
Returns the revision string.
getSequentialAttIndex(int)
- Method in class weka.classifiers.lazy.
LBR.Indexes
Returns the boolean value at the specified index in the Sequential Attribute Indexes array
getSequentialInstanceIndex(int)
- Method in class weka.classifiers.lazy.
LBR.Indexes
Returns the boolean value at the specified index in the Sequential Instance Indexes array
getSequentialNumAttributes()
- Method in class weka.classifiers.lazy.
LBR.Indexes
Returns the number of attributes in the Sequential array
getSequentialNumInstances()
- Method in class weka.classifiers.lazy.
LBR.Indexes
Returns the number of instances in the Sequential array
getTechnicalInformation()
- Method in class weka.classifiers.lazy.
LBR
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
globalInfo()
- Method in class weka.classifiers.lazy.
LBR
I
isSequentialAttIndexValid()
- Method in class weka.classifiers.lazy.
LBR.Indexes
Returns whether or not the Sequential Attribute Index requires rebuilding due to a change
isSequentialInstanceIndexValid()
- Method in class weka.classifiers.lazy.
LBR.Indexes
Returns whether or not the Sequential Instance Index requires rebuilding due to a change
L
LBR
- Class in
weka.classifiers.lazy
Lazy Bayesian Rules Classifier.
LBR()
- Constructor for class weka.classifiers.lazy.
LBR
LBR.Indexes
- Class in
weka.classifiers.lazy
Class for handling instances and the associated attributes.
LBR.Indexes(int, int, boolean, int)
- Constructor for class weka.classifiers.lazy.
LBR.Indexes
constructor
LBR.Indexes(LBR.Indexes)
- Constructor for class weka.classifiers.lazy.
LBR.Indexes
constructor
leaveOneOut(LBR.Indexes, int[][][], int[], boolean[])
- Method in class weka.classifiers.lazy.
LBR
Leave-one-out strategy.
localDistributionForInstance(Instance, LBR.Indexes)
- Method in class weka.classifiers.lazy.
LBR
Calculates the class membership probabilities.
localNaiveBayes(LBR.Indexes)
- Method in class weka.classifiers.lazy.
LBR
Class for building and using a simple Naive Bayes classifier.
M
m_AttIndexes
- Variable in class weka.classifiers.lazy.
LBR.Indexes
the array attribute indexes
m_ClassIndex
- Variable in class weka.classifiers.lazy.
LBR.Indexes
the Class Index for the data set
m_InstIndexes
- Variable in class weka.classifiers.lazy.
LBR.Indexes
the array instance indexes
m_NumAttsSet
- Variable in class weka.classifiers.lazy.
LBR.Indexes
the number of attributes "in use" or set to a the original value (true or false)
m_NumInstsSet
- Variable in class weka.classifiers.lazy.
LBR.Indexes
the number of instances "in use" or set to a the original value (true or false)
m_NumSeqAttsSet
- Variable in class weka.classifiers.lazy.
LBR.Indexes
the number of sequential attributes "in use" or set to a the original value (true or false)
m_NumSeqInstsSet
- Variable in class weka.classifiers.lazy.
LBR.Indexes
the number of sequential instances "in use" or set to a the original value (true or false)
m_SequentialAttIndexes
- Variable in class weka.classifiers.lazy.
LBR.Indexes
an array of attribute indexes that are set to either true or false
m_SequentialInstIndexes
- Variable in class weka.classifiers.lazy.
LBR.Indexes
the array of instance indexes that are set to a either true or false
main(String[])
- Static method in class weka.classifiers.lazy.
LBR
Main method for testing this class.
R
resetAttIndex(boolean)
- Method in class weka.classifiers.lazy.
LBR.Indexes
Resets the boolean value in AttIndexes array
resetAttIndexTo(LBR.Indexes)
- Method in class weka.classifiers.lazy.
LBR.Indexes
Resets the boolean value in AttIndexes array based on another set of Indexes
resetDatasetBasedOn(LBR.Indexes)
- Method in class weka.classifiers.lazy.
LBR.Indexes
Resets the boolean values in Attribute and Instance array to reflect an empty dataset withthe same attributes set as in the incoming Indexes Object
resetInstanceIndex(boolean)
- Method in class weka.classifiers.lazy.
LBR.Indexes
Resets the boolean value in the Instance Indexes array to a specified value
S
setAttIndex(int, boolean)
- Method in class weka.classifiers.lazy.
LBR.Indexes
Changes the boolean value at the specified index in the AttIndexes array
setAtts(int[], boolean)
- Method in class weka.classifiers.lazy.
LBR.Indexes
Changes the boolean value at the specified index in the InstIndexes array
setInstanceIndex(int, boolean)
- Method in class weka.classifiers.lazy.
LBR.Indexes
Changes the boolean value at the specified index in the InstIndexes array
setInsts(int[], boolean)
- Method in class weka.classifiers.lazy.
LBR.Indexes
Changes the boolean value at the specified index in the InstIndexes array
setSequentialAttIndex(boolean)
- Method in class weka.classifiers.lazy.
LBR.Indexes
A Sequential Attribute index is all those Attributes that are set to the specified value placed in a sequential array.
setSequentialDataset(boolean)
- Method in class weka.classifiers.lazy.
LBR.Indexes
Sets both the Instance and Attribute indexes to a specified value
setSequentialInstanceIndex(boolean)
- Method in class weka.classifiers.lazy.
LBR.Indexes
A Sequential Instance index is all those Instances that are set to the specified value placed in a sequential array.
T
toString()
- Method in class weka.classifiers.lazy.
LBR
Returns a description of the classifier.
W
weka.classifiers.lazy
- package weka.classifiers.lazy
B
D
G
I
L
M
R
S
T
W
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes