Uses of Class
weka.classifiers.rules.Prism.Test

Packages that use Prism.Test
weka.classifiers.rules   
 

Uses of Prism.Test in weka.classifiers.rules
 

Fields in weka.classifiers.rules declared as Prism.Test
private  Prism.Test Prism.Test.m_next
          The next test in the rule
private  Prism.Test Prism.PrismRule.m_test
          First test of this rule
 

Methods in weka.classifiers.rules that return Prism.Test
private  Prism.Test Prism.addTest(Prism.PrismRule rule, Prism.Test lastTest, Prism.Test newTest)
          Add a test to this rule.
 

Methods in weka.classifiers.rules with parameters of type Prism.Test
private  Prism.Test Prism.addTest(Prism.PrismRule rule, Prism.Test lastTest, Prism.Test newTest)
          Add a test to this rule.
private static boolean Prism.isMentionedIn(Attribute attr, Prism.Test t)
          Is this attribute mentioned in the rule?