Gets or sets a value that indicates whether the variables should be standardized before the clustering is computed.
Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public bool Standardize { get; set; }
|
| Visual Basic (Declaration) |
Public Property Standardize As Boolean
Get
Set
|
| Visual C++ |
public:
property bool Standardize {
bool get ();
void set (bool value);
}
|
| F# |
member Standardize : bool with get, set
|
Remarks
See Also