public class HomogeneityScorer extends java.lang.Object implements Scorer<Container>
| Constructor and Description |
|---|
HomogeneityScorer(java.lang.String componentName,
boolean binaryMode) |
| Modifier and Type | Method and Description |
|---|---|
double |
getScore(Container container)
Return the score for a given component on a container
|
boolean |
sortAscending()
Whether or not scores produced by this scorer should sort ascending or descending
|
public HomogeneityScorer(java.lang.String componentName,
boolean binaryMode)
public boolean sortAscending()
ScorersortAscending in interface Scorer<Container>