Click or drag to resize
Accord.NET (logo)

IClusteringAlgorithmTData, TWeights Interface

Note: This API is now obsolete.

Common interface for clustering algorithms.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("This class will be removed")]
public interface IClusteringAlgorithm<TData, TWeights> : IClusteringAlgorithm<TData>, 
	IUnsupervisedLearning<IClusterCollection<TData>, TData, int>
Request Example View Source

Type Parameters

TData
The type of the data being clustered, such as double.
TWeights
The type of the weights associated with each point, such as double or double.

The IClusteringAlgorithmTData, TWeights type exposes the following members.

Properties
Methods
See Also