Packages

object Centering

The Centering object is used to center the input matrix 'x'. This is done by subtracting the column means from each value.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Centering
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def center(x: MatriD, mu_x: VectoD): MatrixD

    Center the input matrix 'x' to zero mean, column-wise, by subtracting the mean.

    Center the input matrix 'x' to zero mean, column-wise, by subtracting the mean.

    x

    the input matrix to center

    mu_x

    the vector of column means of matrix x