|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.android.activityminer.logic.features.selection.AttributeEvaluationResult
public class AttributeEvaluationResult
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 |
---|
public final String feature
public final double evalResult
Constructor Detail |
---|
public AttributeEvaluationResult(String feature, double evalResult)
feature
- the featureevalResult
- the evaluation metric valueMethod Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |