de.lmu.ifi.dbs.elki.data.model
Class ClusterModel
java.lang.Object
de.lmu.ifi.dbs.elki.data.model.BaseModel
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. |
CLUSTER
public static final ClusterModel CLUSTER
- Static cluster model that can be shared for all clusters (since the object doesn't include meta information.
ClusterModel
public ClusterModel()
toString
public String toString()
-
- Overrides:
toString
in class Object