Namespace: Extreme.Statistics.MultivariateAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public KMeansClusterAnalysis(
IDataFrame dataFrame,
string[] variableNames,
int numberOfClusters
)
Public Sub New (
dataFrame As IDataFrame,
variableNames As String(),
numberOfClusters As Integer
)
public:
KMeansClusterAnalysis(
IDataFrame^ dataFrame,
array<String^>^ variableNames,
int numberOfClusters
)
new :
dataFrame : IDataFrame *
variableNames : string[] *
numberOfClusters : int -> KMeansClusterAnalysis
Parameters
- dataFrame
- Type: Extreme.DataAnalysisIDataFrame
A data frame containing the data for the analysis. - variableNames
- Type: SystemString
An array containing the names of the variables. - numberOfClusters
- Type: SystemInt32
The number of clusters.
Numerical Libraries
Supported in: 6.0
Reference