Package cc.mallet.cluster
Class Clusterings
- java.lang.Object
-
- cc.mallet.cluster.Clusterings
-
- All Implemented Interfaces:
java.io.Serializable
public class Clusterings extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Clusterings(Clustering[] clusterings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Clustering
get(int i)
void
set(int i, Clustering clustering)
int
size()
-
-
-
Constructor Detail
-
Clusterings
public Clusterings(Clustering[] clusterings)
-
-
Method Detail
-
get
public Clustering get(int i)
-
set
public void set(int i, Clustering clustering)
-
size
public int size()
-
-