Class MutableClusteringInfo

java.lang.Object
org.tribuo.clustering.ClusteringInfo
org.tribuo.clustering.MutableClusteringInfo
All Implemented Interfaces:
Serializable, MutableOutputInfo<ClusterID>, OutputInfo<ClusterID>

public class MutableClusteringInfo extends ClusteringInfo implements MutableOutputInfo<ClusterID>
A mutable ClusteringInfo. Can record new observations of ClusterIDs, incrementing the appropriate counts.
See Also: