|
Carrot2 v3.6.0-SNAPSHOT
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.core.ProcessingComponentBase
org.carrot2.output.metrics.ClusteringMetricsCalculator
public class ClusteringMetricsCalculator
Calculates a set of quality metrics for clusters.
| Field Summary | |
|---|---|
ContaminationMetric |
contamination
Contamination metric. |
NormalizedMutualInformationMetric |
normalizedMutualInformation
Normalized Mutual Information metric. |
PrecisionRecallMetric |
precisionRecall
Precision and recall based metrics. |
| Constructor Summary | |
|---|---|
ClusteringMetricsCalculator()
|
|
| Method Summary | |
|---|---|
void |
process()
Performs the processing required to fulfill the request. |
| Methods inherited from class org.carrot2.core.ProcessingComponentBase |
|---|
afterProcessing, beforeProcessing, dispose, getContext, getSharedExecutor, init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public ContaminationMetric contamination
public PrecisionRecallMetric precisionRecall
public NormalizedMutualInformationMetric normalizedMutualInformation
| Constructor Detail |
|---|
public ClusteringMetricsCalculator()
| Method Detail |
|---|
public void process()
throws ProcessingException
IProcessingComponent
process in interface IProcessingComponentprocess in class ProcessingComponentBaseProcessingException - when processing failed. If thrown, the
IProcessingComponent.afterProcessing() method will be called and the component will
be ready to accept further requests or to be disposed of. Finally, the
exception will be rethrown from the controller method that caused the
component to perform processing.
|
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 | ||||||||