KMeansTData, TDataSumTryEvaluate Method |
Clusters the provided data. Please note that the data are not normalized. Thus,
for multidimensional data, please normalize the data before!
Namespace: Altaxo.Calc.ClusteringAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool TryEvaluate(
IEnumerable<TData> data,
int numberOfClusters
)
Parameters
- data IEnumerableTData
- The data points.
- numberOfClusters Int32
- The number of clusters to create.
Return Value
BooleanTrue if successful; otherwise, false.
See Also