Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected ClusteringModel(
IDataFrame dataFrame,
string[] featureNames
)
Protected Sub New (
dataFrame As IDataFrame,
featureNames As String()
)
protected:
ClusteringModel(
IDataFrame^ dataFrame,
array<String^>^ featureNames
)
new :
dataFrame : IDataFrame *
featureNames : string[] -> ClusteringModel
Parameters
- dataFrame
- Type: Extreme.DataAnalysisIDataFrame
An IDataFrame containing
the data for the analysis. - featureNames
- Type: SystemString
An array containing the names
of the feature variables.
featureNames may be .
Reference