Packages

trait Reducer extends AnyRef

The Reducer trait provides a common framework for several data reduction algorithms.

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

Abstract Value Members

  1. abstract def recover(): MatrixD

    Approximately recover the original matrix.

    Approximately recover the original matrix. The new matrix will have the same dimensionality, but will have some lose of information.

  2. abstract def reduce(): MatrixD

    Given the original data matrix, produce a lower dimensionality matrix that maintains most of the descriptive power of the original matrix.