IClusteringAlgorithmTData, TWeights Interface |
Note: This API is now obsolete.
Namespace: Accord.MachineLearning
[ObsoleteAttribute("This class will be removed")] public interface IClusteringAlgorithm<TData, TWeights> : IClusteringAlgorithm<TData>, IUnsupervisedLearning<IClusterCollection<TData>, TData, int>
The IClusteringAlgorithmTData, TWeights type exposes the following members.
Name | Description | |
---|---|---|
Clusters |
Gets the collection of clusters currently modeled by the clustering algorithm.
(Inherited from IClusteringAlgorithmTData.) | |
Token |
Gets or sets a cancellation token that can be used to
stop the learning algorithm while it is running.
(Inherited from IUnsupervisedLearningTModel, TInput, TOutput.) |
Name | Description | |
---|---|---|
Compute(TData) | Obsolete.
Divides the input data into a number of clusters.
(Inherited from IClusteringAlgorithmTData.) | |
Compute(TData, TWeights) | Obsolete.
Divides the input data into a number of clusters.
| |
Learn |
Learns a model that can map the given inputs to the desired outputs.
(Inherited from IUnsupervisedLearningTModel, TInput, TOutput.) |