Show / Hide Table of Contents

Interface INormalizer

Interface for feature normalizer

Namespace:numl.Math.Normalization
Assembly:numl.dll
Syntax
public interface INormalizer

Methods

View Source

Normalize(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
  • View Source
©2017 — Seth Juarez
numl v0.9.20-beta
MIT License
docs by docfx