|
Carrot2 v3.5.2
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IClusteringMetric
A clustering quality metric. Calculates some metric reflecting the quality of
clustering. This interface does not impose any specific constraints on the values of
the metric, such as type and range. Instead, specific implementations should annotate
the values to be returned with Output Processing Attribute.
| Method Summary | |
|---|---|
void |
calculate()
Triggers calculation of the metric. |
boolean |
isEnabled()
Return true if this metric should be calculated. |
| Method Detail |
|---|
void calculate()
Processing Input attributes
will have been bound before a call to this method.
boolean isEnabled()
true if this metric should be calculated.
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||