|
WeightedEuclidean Constructor (Int32)
|
Namespace:
Accord.Math.Distances
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public WeightedEuclidean(
int dimensions
)
Public Sub New (
dimensions As Integer
)
Request Example
View SourceParameters
- dimensions
- Type: SystemInt32
The number of dimensions (columns) in the dataset.
See Also