de.lmu.ifi.dbs.elki.data.model
Class ClusterModel

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.data.model.BaseModel
      extended by de.lmu.ifi.dbs.elki.data.model.ClusterModel
All Implemented Interfaces:
Model

public final class ClusterModel
extends BaseModel

Generic cluster model. Does not supply additional meta information except that it is a cluster. Since there is no meta information, you should use the static CLUSTER object.


Field Summary
static ClusterModel CLUSTER
          Static cluster model that can be shared for all clusters (since the object doesn't include meta information.
 
Constructor Summary
ClusterModel()
           
 
Method Summary
 String toString()
          
 
Methods inherited from class de.lmu.ifi.dbs.elki.data.model.BaseModel
writeToText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLUSTER

public static final ClusterModel CLUSTER
Static cluster model that can be shared for all clusters (since the object doesn't include meta information.

Constructor Detail

ClusterModel

public ClusterModel()
Method Detail

toString

public String toString()

Overrides:
toString in class Object

Release 0.4.0 (2011-09-20_1324)