MinMaxForm

scalation.mathstat.MinMaxForm
class MinMaxForm(x_: VecMat, centered: Boolean = ...) extends Transform

The MinMaxForm class applies the MIN-MAX-transformation to move the data into the range [l .. u] (subtract min, multiply by bounds lu range over min-max range and add lower bound). Like ''MinMaxScaler'' in sk-learn.

Value parameters

centered

whether the normalization should CENTER the data (defaults to true)

x_

the input vector or matrix to be transformed (needed to get w)

Attributes

See also
Graph
Supertypes
trait Transform
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def f(x: MatrixD): MatrixD
def fi(y: MatrixD): MatrixD

Inherited methods

inline def b_: VectorD

Attributes

Inherited from:
Transform
def df(x: MatrixD, i: Int): MatrixD

Attributes

Inherited from:
Transform
def df(x: MatrixD): MatrixD

Attributes

Inherited from:
Transform
def df(x: VectorD): MatrixD

Attributes

Inherited from:
Transform
def setLU(_lu: VectorD): Unit

Attributes

Inherited from:
Transform
def testM(x: MatrixD): Unit

Attributes

Inherited from:
Transform
def testV(x: VectorD): Unit

Attributes

Inherited from:
Transform

Inherited fields

val f: FunctionV2V

Attributes

Inherited from:
Transform

Attributes

Inherited from:
Transform

Attributes

Inherited from:
Transform

Attributes

Inherited from:
Transform