Interface INormalizer
Interface for feature normalizer
Namespace:numl.Math.Normalization
Assembly:numl.dll
Syntax
public interface INormalizer
Methods
View SourceNormalize(Vector, Summary)
Vector method that normalizes the data, such as performing feature scaling.
Declaration
Vector Normalize(Vector row, Summary properties)
Parameters
Type | Name | Description |
---|---|---|
Vector | row | Single record to normalize |
Summary | properties | Feature properties based on the original set |
Returns
Type | Description |
---|---|
Vector |