Uses of Interface
adams.ml.model.clustering.ClusteringModel
-
Packages that use ClusteringModel Package Description adams.ml.model.clustering -
-
Uses of ClusteringModel in adams.ml.model.clustering
Classes in adams.ml.model.clustering that implement ClusteringModel Modifier and Type Class Description classWekaClusteringModelClustering model for Weka classifiers.Methods in adams.ml.model.clustering that return ClusteringModel Modifier and Type Method Description ClusteringModelAbstractClusterer. buildModel(Dataset data)Builds a model from the data.protected abstract ClusteringModelAbstractClusterer. doBuildModel(Dataset data)Builds a model from the data.protected ClusteringModelWekaClusterer. doBuildModel(Dataset data)Builds a model from the data.
-