Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
G
L
M
N
S
T
U
W
B
buildClassifier(Instances)
- Method in class weka.classifiers.rules.
NNge
Generates a classifier.
C
classifyInstance(Instance)
- Method in class weka.classifiers.rules.
NNge
Classifies a given instance.
G
getCapabilities()
- Method in class weka.classifiers.rules.
NNge
Returns default capabilities of the classifier.
getNumAttemptsOfGeneOption()
- Method in class weka.classifiers.rules.
NNge
Gets the number of attempts for generalisation.
getNumFoldersMIOption()
- Method in class weka.classifiers.rules.
NNge
Gets the number of folder for mutual information.
getOptions()
- Method in class weka.classifiers.rules.
NNge
Gets the current option settings for the OptionHandler.
getRevision()
- Method in class weka.classifiers.rules.
NNge
Returns the revision string.
getTechnicalInformation()
- Method in class weka.classifiers.rules.
NNge
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.rules.
NNge
Returns a string describing classifier
L
listOptions()
- Method in class weka.classifiers.rules.
NNge
Returns an enumeration of all the available options..
M
main(String[])
- Static method in class weka.classifiers.rules.
NNge
Main method for testing this class.
N
NNge
- Class in
weka.classifiers.rules
Nearest-neighbor-like algorithm using non-nested generalized exemplars (which are hyperrectangles that can be viewed as if-then rules).
NNge()
- Constructor for class weka.classifiers.rules.
NNge
numAttemptsOfGeneOptionTipText()
- Method in class weka.classifiers.rules.
NNge
Returns the tip text for this property
numFoldersMIOptionTipText()
- Method in class weka.classifiers.rules.
NNge
Returns the tip text for this property
S
setNumAttemptsOfGeneOption(int)
- Method in class weka.classifiers.rules.
NNge
Sets the number of attempts for generalisation.
setNumFoldersMIOption(int)
- Method in class weka.classifiers.rules.
NNge
Sets the number of folder for mutual information.
setOptions(String[])
- Method in class weka.classifiers.rules.
NNge
Sets the OptionHandler's options using the given list.
T
toString()
- Method in class weka.classifiers.rules.
NNge
Returns a description of this classifier.
U
updateClassifier(Instance)
- Method in class weka.classifiers.rules.
NNge
Updates the classifier using the given instance.
W
weka.classifiers.rules
- package weka.classifiers.rules
B
C
G
L
M
N
S
T
U
W
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes