- generateRules(BinaryData) - Method in class weka.classifiers.rules.lad.ruleGenerators.MaxRuleGenerator
-
- generateRules(BinaryData) - Method in class weka.classifiers.rules.lad.ruleGenerators.RandomRuleGenerator
-
- generateRules(BinaryData) - Method in class weka.classifiers.rules.lad.ruleGenerators.RuleGenerator
-
Rule generator abstract method
- getAtt() - Method in class weka.classifiers.rules.lad.core.Literal
-
GET of attribute index
- getAttributeAt(int) - Method in class weka.classifiers.rules.lad.core.BinaryInstance
-
GET of binary attribute
- getCapabilities() - Method in class weka.classifiers.rules.LAD
-
- getCutpoints() - Method in class weka.classifiers.rules.LAD
-
GET of Cut Points
- getCutpointTolerance() - Method in class weka.classifiers.rules.LAD
-
GET of cutPointTolerance to Display
- getFeatureSelection() - Method in class weka.classifiers.rules.LAD
-
GET of FeatureSelection Algorithm to Display
- getInstance(int) - Method in class weka.classifiers.rules.lad.core.BinaryData
-
GET of a specific instance.
- getLastRepresentation() - Method in class weka.classifiers.rules.lad.ruleManager.RuleManager
-
GET last representation from distributionForInstance method
- getLiterais() - Method in class weka.classifiers.rules.lad.core.BinaryRule
-
GET of literals
- getMinimumPurity() - Method in class weka.classifiers.rules.LAD
-
GET of minumumPurity to Display
- getMinRelativeCoverageOwnClass() - Method in class weka.classifiers.rules.lad.ruleGenerators.RandomRuleGenerator
-
GET of Minimum Relative Coverage of Own Class
- getNegativeInstance(int) - Method in class weka.classifiers.rules.lad.core.BinaryData
-
GET of a negative instance
- getNegativeInstances() - Method in class weka.classifiers.rules.lad.core.BinaryData
-
GET of all negative instances
- getNegativeRules() - Method in class weka.classifiers.rules.lad.ruleManager.RuleManager
-
GET of negative rules
- getNumRandomFeatures() - Method in class weka.classifiers.rules.lad.ruleGenerators.RandomRuleGenerator
-
GET of numFeatures to sort to Display
- getNumRules() - Method in class weka.classifiers.rules.lad.ruleGenerators.RandomRuleGenerator
-
GET of numRules to Display
- getNumSamples() - Method in class weka.classifiers.rules.lad.cutpointSelection.IteratedSampling
-
GET of mNumSamples
- getOptions() - Method in class weka.classifiers.rules.lad.cutpointSelection.FeatureSelection
-
GET of the Rule Generator options
- getOptions() - Method in class weka.classifiers.rules.lad.cutpointSelection.GreedySetCover
-
- getOptions() - Method in class weka.classifiers.rules.lad.cutpointSelection.IteratedSampling
-
- getOptions() - Method in class weka.classifiers.rules.LAD
-
- getOptions() - Method in class weka.classifiers.rules.lad.ruleGenerators.MaxRuleGenerator
-
- getOptions() - Method in class weka.classifiers.rules.lad.ruleGenerators.RandomRuleGenerator
-
- getOptions() - Method in class weka.classifiers.rules.lad.ruleGenerators.RuleGenerator
-
GET of the Rule Generator options
- getPositiveInstance(int) - Method in class weka.classifiers.rules.lad.core.BinaryData
-
GET of a positive instance
- getPositiveInstances() - Method in class weka.classifiers.rules.lad.core.BinaryData
-
GET of all positive instances
- getPositiveRules() - Method in class weka.classifiers.rules.lad.ruleManager.RuleManager
-
GET of positive rules
- getPrintFile() - Method in class weka.classifiers.rules.LAD
-
GET of PrintFile to Display
- getPurity() - Method in class weka.classifiers.rules.lad.core.BinaryRule
-
GET of purity
- getPurity() - Method in class weka.classifiers.rules.lad.core.NumericalRule
-
GET of purity
- getRandomSeed() - Method in class weka.classifiers.rules.lad.cutpointSelection.IteratedSampling
-
GET of seed
- getRandomSeed() - Method in class weka.classifiers.rules.lad.ruleGenerators.RandomRuleGenerator
-
GET of Seed to Display
- getRuleClass() - Method in class weka.classifiers.rules.lad.core.BinaryRule
-
GET of rule's class
- getRuleGenerator() - Method in class weka.classifiers.rules.LAD
-
GET of RuleGenerator to Display
- getRuleManager() - Method in class weka.classifiers.rules.LAD
-
GET of Rule Manager
- getRules() - Method in class weka.classifiers.rules.lad.ruleGenerators.RuleGenerator
-
GET of the Array of Rules
- getSampleCutpoints() - Method in class weka.classifiers.rules.lad.cutpointSelection.IteratedSampling
-
GET of Sample Cutpoints
- getSampleSize() - Method in class weka.classifiers.rules.lad.cutpointSelection.IteratedSampling
-
GET of mSampleSize
- getSelectedAttArray() - Method in class weka.classifiers.rules.lad.cutpointSelection.FeatureSelection
-
GET selected attributes
- getSeparationLevel() - Method in class weka.classifiers.rules.lad.cutpointSelection.FeatureSelection
-
GET Separation Level
- getSign() - Method in class weka.classifiers.rules.lad.core.Literal
-
GET of sign
- getSolution() - Method in class weka.classifiers.rules.lad.setCovering.SetCovering
-
GET of Solution
- getSolutionSize() - Method in class weka.classifiers.rules.lad.cutpointSelection.IteratedSampling
-
GET of Solution Size
- getTechnicalInformation() - Method in class weka.classifiers.rules.LAD
-
- getTime() - Static method in class weka.classifiers.rules.lad.util.LADFileManager
-
GET the current day and hour
- getTolerance() - Method in class weka.classifiers.rules.lad.binarization.Binarization
-
GET of cutpoints tolerance
- getWeight() - Method in class weka.classifiers.rules.lad.core.NumericalRule
-
GET of rule's weights
- globalInfo() - Method in class weka.classifiers.rules.lad.cutpointSelection.FeatureSelection
-
Global informations about the Rule Generator
- globalInfo() - Method in class weka.classifiers.rules.lad.cutpointSelection.GreedySetCover
-
- globalInfo() - Method in class weka.classifiers.rules.lad.cutpointSelection.IteratedSampling
-
- globalInfo() - Method in class weka.classifiers.rules.LAD
-
Resumo sobre o algoritmo
- globalInfo() - Method in class weka.classifiers.rules.lad.ruleGenerators.MaxRuleGenerator
-
information of the Algorithm
- globalInfo() - Method in class weka.classifiers.rules.lad.ruleGenerators.RandomRuleGenerator
-
information of the Algorithm
- globalInfo() - Method in class weka.classifiers.rules.lad.ruleGenerators.RuleGenerator
-
Global informations about the Rule Generator
- GreedySetCover - Class in weka.classifiers.rules.lad.cutpointSelection
-
Class GreedySetCover
- GreedySetCover() - Constructor for class weka.classifiers.rules.lad.cutpointSelection.GreedySetCover
-
Constructor