|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcc.mallet.cluster.Clusterer
public abstract class Clusterer
An abstract class for clustering a set of points.
| Constructor Summary | |
|---|---|
Clusterer(Pipe instancePipe)
Creates a new Clusterer instance. |
|
| Method Summary | |
|---|---|
abstract Clustering |
cluster(InstanceList trainingSet)
Return a clustering of an InstanceList |
Pipe |
getPipe()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Clusterer(Pipe instancePipe)
Clusterer instance.
instancePipe - Pipe that created the InstanceList to be
clustered.| Method Detail |
|---|
public abstract Clustering cluster(InstanceList trainingSet)
public Pipe getPipe()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||