Abstract
The type of the parameters for the class.
Constructs a new instance of the DimRed class.
The matrix of data to perform dimensionality reduction on.
Optional
params: Partial<P>Optional parameters for the algorithm.
Protected
_initializedProtected
_iterProtected
_paramsProtected
_randomizerGets the dimensionality of the data after dimensionality reduction.
Gets the metric used for calculating distances between data points.
Gets the parameters used for the algorithm.
Gets the seed used for generating random numbers.
Protected
checkA generator function that yields the projection of the data after each iteration.
The number of iterations to perform. Default to 500.
The projection of the data after dimensionality reduction.
The projection of the data after each iteration.
Abstract
initProtected
Abstract
next
A class for performing dimensionality reduction on a matrix of data.