Uses of Class
net.sf.myra.datamining.data.Term

Packages that use Term
net.sf.myra.datamining   
net.sf.myra.datamining.data   
 

Uses of Term in net.sf.myra.datamining
 

Methods in net.sf.myra.datamining that return Term
 Term[] SequentialRule.getAntecedent()
           
 Term[] Rule.getAntecedent()
          Returns the rule antecedent.
 Term[] ProbabilisticSequentialRule.getAntecedent()
           
 

Methods in net.sf.myra.datamining with parameters of type Term
static java.util.List<Instance> Evaluator.filter(java.util.List<Instance> instances, Term term)
          Filters the specified list of instances according to the test represented by the term.
 

Uses of Term in net.sf.myra.datamining.data
 

Methods in net.sf.myra.datamining.data that return Term
 Term Term.clone()
           
 

Methods in net.sf.myra.datamining.data that return types with arguments of type Term
 net.sf.myra.framework.Graph<Term> Metadata.toGraph()
          Returns the Graph representation of this metadata instance.
 

Methods in net.sf.myra.datamining.data with parameters of type Term
 boolean Term.equals(Term o)
          Compares this term against the specified term for equality.
 java.util.List<Instance> Dataset.getInstances(Term term)
          Returns the list of instances that satisfy the specified term.
 



Copyright © 2013. All Rights Reserved.