Skip navigation links
B C D E F G H I L M N S T W 

B

buildClassifier(Instances) - Method in class weka.classifiers.rules.ConjunctiveRule
Builds a single rule learner with REP dealing with nominal classes or numeric classes.

C

ConjunctiveRule - Class in weka.classifiers.rules
This class implements a single conjunctive rule learner that can predict for numeric and nominal class labels.

A rule consists of antecedents "AND"ed together and the consequent (class value) for the classification/regression.
ConjunctiveRule() - Constructor for class weka.classifiers.rules.ConjunctiveRule
 

D

distributionForInstance(Instance) - Method in class weka.classifiers.rules.ConjunctiveRule
Computes class distribution for the given instance.

E

exclusiveTipText() - Method in class weka.classifiers.rules.ConjunctiveRule
Returns the tip text for this property

F

foldsTipText() - Method in class weka.classifiers.rules.ConjunctiveRule
Returns the tip text for this property

G

getCapabilities() - Method in class weka.classifiers.rules.ConjunctiveRule
Returns default capabilities of the classifier.
getExclusive() - Method in class weka.classifiers.rules.ConjunctiveRule
Returns whether exclusive expressions for nominal attributes splits are considered
getFolds() - Method in class weka.classifiers.rules.ConjunctiveRule
returns the current number of folds
getMinNo() - Method in class weka.classifiers.rules.ConjunctiveRule
Gets the minimum total weight of the instances in a rule
getNumAntds() - Method in class weka.classifiers.rules.ConjunctiveRule
Gets the number of antecedants
getOptions() - Method in class weka.classifiers.rules.ConjunctiveRule
Gets the current settings of the Classifier.
getRevision() - Method in class weka.classifiers.rules.ConjunctiveRule
Returns the revision string.
getSeed() - Method in class weka.classifiers.rules.ConjunctiveRule
returns the current seed value for randomizing the data
globalInfo() - Method in class weka.classifiers.rules.ConjunctiveRule
Returns a string describing classifier

H

hasAntds() - Method in class weka.classifiers.rules.ConjunctiveRule
Whether this rule has antecedents, i.e.

I

isCover(Instance) - Method in class weka.classifiers.rules.ConjunctiveRule
Whether the instance covered by this rule

L

listOptions() - Method in class weka.classifiers.rules.ConjunctiveRule
Returns an enumeration describing the available options Valid options are:

M

main(String[]) - Static method in class weka.classifiers.rules.ConjunctiveRule
Main method.
minNoTipText() - Method in class weka.classifiers.rules.ConjunctiveRule
Returns the tip text for this property

N

numAntdsTipText() - Method in class weka.classifiers.rules.ConjunctiveRule
Returns the tip text for this property

S

seedTipText() - Method in class weka.classifiers.rules.ConjunctiveRule
Returns the tip text for this property
setExclusive(boolean) - Method in class weka.classifiers.rules.ConjunctiveRule
Sets whether exclusive expressions for nominal attributes splits are considered
setFolds(int) - Method in class weka.classifiers.rules.ConjunctiveRule
the number of folds to use
setMinNo(double) - Method in class weka.classifiers.rules.ConjunctiveRule
Sets the minimum total weight of the instances in a rule
setNumAntds(int) - Method in class weka.classifiers.rules.ConjunctiveRule
Sets the number of antecedants
setOptions(String[]) - Method in class weka.classifiers.rules.ConjunctiveRule
Parses a given list of options.
setSeed(long) - Method in class weka.classifiers.rules.ConjunctiveRule
sets the seed for randomizing the data

T

toString(String, String) - Method in class weka.classifiers.rules.ConjunctiveRule
Prints this rule with the specified class label
toString() - Method in class weka.classifiers.rules.ConjunctiveRule
Prints this rule

W

weka.classifiers.rules - package weka.classifiers.rules
 
B C D E F G H I L M N S T W 
Skip navigation links