|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.javaml.clustering.evaluation.Gamma
public class Gamma
TODO uitleg
| Constructor Summary | |
|---|---|
Gamma(DistanceMeasure dm)
|
|
| Method Summary | |
|---|---|
boolean |
compareScore(double score1,
double score2)
Compares the two scores according to the criterion in the implementation. |
double |
score(Dataset[] datas)
Returns the score the current clusterer obtains on the dataset. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Gamma(DistanceMeasure dm)
| Method Detail |
|---|
public double score(Dataset[] datas)
ClusterEvaluation
score in interface ClusterEvaluation
public boolean compareScore(double score1,
double score2)
ClusterEvaluation
compareScore in interface ClusterEvaluationscore1 - the first scorescore2 - the second score
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||