|
NormalizationOptions Constructor (String, Double, Double)
|
Constructs a new Options object for the given column.
Namespace:
Accord.Statistics.Filters
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxpublic Options(
string name,
double mean,
double standardDeviation
)
Public Sub New (
name As String,
mean As Double,
standardDeviation As Double
)
Request Example
View SourceParameters
- name
- Type: SystemString
The name of the column to create this options for.
- mean
- Type: SystemDouble
The mean value for normalization. - standardDeviation
- Type: SystemDouble
The standard deviation value for standardization.
See Also