|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.validation.clustering.exampledistribution.SumOfSquares
public class SumOfSquares
Calculates an item distribution measure by summing up the squares of the fraction of items in each cluster. The result is inverted, thus the higher the value, the better the items are distributed.
| Constructor Summary | |
|---|---|
SumOfSquares()
|
|
| Method Summary | |
|---|---|
double |
evaluate(int[] x,
int n)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SumOfSquares()
| Method Detail |
|---|
public double evaluate(int[] x,
int n)
evaluate in interface ExampleDistributionMeasure
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||