|
Carrot2 v3.3.0
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.clustering.lingo.ClusterBuilder
public class ClusterBuilder
Builds cluster labels based on the reduced term-document matrix and assigns documents to the labels.
| Field Summary | |
|---|---|
double |
clusterMergingThreshold
Cluster merging threshold. |
IFeatureScorer |
featureScorer
Optional feature scorer. |
ILabelAssigner |
labelAssigner
Cluster label assignment method. |
double |
phraseLabelBoost
Phrase label boost. |
int |
phraseLengthPenaltyStart
Phrase length penalty start. |
int |
phraseLengthPenaltyStop
Phrase length penalty stop. |
| Constructor Summary | |
|---|---|
ClusterBuilder()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double phraseLabelBoost
public int phraseLengthPenaltyStart
phraseLengthPenaltyStart will not be penalized.
public int phraseLengthPenaltyStop
phraseLengthPenaltyStop will be removed.
public double clusterMergingThreshold
public IFeatureScorer featureScorer
public ILabelAssigner labelAssigner
| Constructor Detail |
|---|
public ClusterBuilder()
|
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 | ||||||||