jsat.clustering
Class KClustererBase
- java.lang.Object
-
- jsat.clustering.ClustererBase
-
- jsat.clustering.KClustererBase
-
- All Implemented Interfaces:
- java.io.Serializable, Clusterer, KClusterer
- Direct Known Subclasses:
- DivisiveGlobalClusterer, DivisiveLocalClusterer, GapStatistic, KernelKMeans, KMeans, MiniBatchKMeans, PriorityHAC, SimpleHAC
public abstract class KClustererBase extends ClustererBase implements KClusterer
A base foundation that provides an implementation of the methods that return a list of lists for the clusterings using their int array counterparts.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description KClustererBase()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description abstract KClustererclone()-
Methods inherited from class jsat.clustering.ClustererBase
createClusterListFromAssignmentArray, getDatapointsFromCluster
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
clone
public abstract KClusterer clone()
- Specified by:
clonein interfaceClusterer- Specified by:
clonein interfaceKClusterer- Specified by:
clonein classClustererBase
-
-
DataMelt 3.0 © DataMelt by jWork.ORG