org.android.activityminer.logic.features.selection
Class AttributeEvaluationResult

Package class diagram package AttributeEvaluationResult
java.lang.Object
  extended by org.android.activityminer.logic.features.selection.AttributeEvaluationResult

public class AttributeEvaluationResult
extends Object

A attribute evaluation result representation


Nested Class Summary
static class AttributeEvaluationResult.Comparator
          A comparator for sorting attribute evaluation results in descending order by the metric value
 
Field Summary
 double evalResult
          The evaluation metric value
 String feature
          the feature name
 
Constructor Summary
AttributeEvaluationResult(String feature, double evalResult)
          Constructor
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

feature

public final String feature
the feature name


evalResult

public final double evalResult
The evaluation metric value

Constructor Detail

AttributeEvaluationResult

public AttributeEvaluationResult(String feature,
                                 double evalResult)
Constructor

Parameters:
feature - the feature
evalResult - the evaluation metric value
Method Detail

toString

public String toString()
Overrides:
toString in class Object