|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mulan.dimensionalityReduction.BinaryRelevanceAttributeEvaluator.Rank
public class BinaryRelevanceAttributeEvaluator.Rank
a wrapper class for score-based attribute ranking
Constructor Summary | |
---|---|
BinaryRelevanceAttributeEvaluator.Rank(double score,
int index)
constructor |
Method Summary | |
---|---|
int |
compareTo(Object o)
|
int |
getIndex()
Returns the index of the attribute |
double |
getScore()
Returns the score of the attribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BinaryRelevanceAttributeEvaluator.Rank(double score, int index)
score
- the score to be givenindex
- the index to be givenMethod Detail |
---|
public double getScore()
public int getIndex()
public int compareTo(Object o)
compareTo
in interface Comparable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |