cc.mallet.cluster
Class Clusterings

java.lang.Object
  extended by 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
Clusterings(Clustering[] clusterings)
           
 
Method Summary
 Clustering get(int i)
           
 void set(int i, Clustering clustering)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()