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.
Given the original data matrix, produce a lower dimensionality matrix that maintains most of the descriptive power of the orginal matrix.
The
Reducer
trait provides a common framework for several data reduction algorithms.