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

Packages that use Label
net.sf.myra.datamining   
net.sf.myra.datamining.data   
net.sf.myra.datamining.io   
net.sf.myra.datamining.model   
 

Uses of Label in net.sf.myra.datamining
 

Methods in net.sf.myra.datamining that return Label
 Label Model.classify(Instance instance)
          Classifies the secified instance.
static Label Evaluator.findMajorityClass(Dataset dataset)
          Returns the majority class value among the specified dataset.
static Label Evaluator.findMajorityClass(java.util.List<Instance> instances, Metadata metadata)
          Returns the majority class value among the specified instances.
static Label Evaluator.findMajorityClass(java.util.List<Instance> instances, Metadata metadata, Label label)
          Returns the majority class value among the specified instances.
static Label Evaluator.findMajorityClassValue(java.util.List<Instance> instances, int index)
          Returns the majority class value among the specified instances.
static Label Evaluator.findMajorityClassValue(java.util.List<Instance> instances, int index, Label label)
          Returns the majority class value among the specified instances.
 Label Rule.getConsequent()
          Returns the rule consequent.
 Label ProbabilisticRule.getConsequent()
           
static Label Evaluator.getPresentLabel(java.util.List<Instance> instances)
          Returns a label instance with all present class labels from from the specified instances active.
 

Methods in net.sf.myra.datamining with parameters of type Label
static Label Evaluator.findMajorityClass(java.util.List<Instance> instances, Metadata metadata, Label label)
          Returns the majority class value among the specified instances.
static Label Evaluator.findMajorityClassValue(java.util.List<Instance> instances, int index, Label label)
          Returns the majority class value among the specified instances.
 void Rule.setConsequent(Label consequent)
          Sets the rule consequent.
 void ProbabilisticRule.setConsequent(Label consequent)
           
 

Constructors in net.sf.myra.datamining with parameters of type Label
FixedClassAssignator(Label consequent)
          Default constructor.
ProbabilisticRule(int size, Label prototype)
          Creates a new Rule instance.
ProbabilisticSequentialRule(int size, Label prototype)
          Creates a new Rule instance.
Rule(int size, Label prototype)
          Creates a new Rule instance.
 

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

Methods in net.sf.myra.datamining.data that return Label
 Label Metadata.expand(Label label)
          Expands the specified class label to include all ancestor class labels according to the class hierarchy.
 Label Metadata.getLabel()
          Returns the label prototype instance.
 Label Instance.getLabel()
          Returns the class label.
 Label Label.toLabel(boolean[] flags)
          Returns a new Label instance representing the specified array of flags.
 Label Label.toLabel(java.util.Collection<java.lang.String> labels)
          Returns a new Label instance representing the specified list of labels.
 Label Label.toLabel(java.lang.String... values)
          Returns a new Label instance representing the specified array of labels.
 

Methods in net.sf.myra.datamining.data with parameters of type Label
 boolean Label.contains(Label label)
          Returns true if this label contains all values of the specified label.
 boolean Label.equals(Label o)
          Indicates whether the specified Label instance is equal to this one.
 Label Metadata.expand(Label label)
          Expands the specified class label to include all ancestor class labels according to the class hierarchy.
 java.util.List<Instance> Dataset.getInstances(Label label)
          Returns the list of instances that have the specified label.
 int Label.intersect(Label another)
          Returns the number of class labels that are present in both Label instances.
 

Uses of Label in net.sf.myra.datamining.io
 

Methods in net.sf.myra.datamining.io with parameters of type Label
protected  void HierarchicalExporter.export(Instance instance, Label predicted)
          Writes the instance informations.
protected  void Exporter.export(Instance instance, Label predicted)
          Writes the instance informations.
 

Uses of Label in net.sf.myra.datamining.model
 

Methods in net.sf.myra.datamining.model that return Label
 Label RuleSet.classify(Instance instance)
           
 Label RuleList.classify(Instance instance)
           
 Label ProbabilisticRuleModel.classify(Instance instance)
           
 Label AbstractRuleModel.getMajority()
           
abstract  Label RuleSet.ConflictResolutionStrategy.resolve(java.util.Collection<Rule> rules)
           
 

Methods in net.sf.myra.datamining.model with parameters of type Label
 void AbstractRuleModel.setMajority(Label majority)
           
 



Copyright © 2013. All Rights Reserved.