t-SNE algorithm for dimensionality reduction.
A 2D array or matrix whose dimensionality is to be reduced.
Optional params: Partial<TSNEParams>Optional parameters for the algorithm.
Protected _gainsProtected _initializedProtected _iterProtected _paramsProtected _randomizerProtected _yGets 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.
Protected next
A class for performing dimensionality reduction on a matrix of data.