Interface | Description |
---|---|
VisualizationTransform |
Visualization Transform is similar to the
DataTransform interface,
except it can not necessarily be applied to new datapoints. |
Class | Description |
---|---|
Isomap |
Isomap is an extension of
MDS . |
LargeViz |
LargeViz is an algorithm for creating low dimensional embeddings for
visualization.
|
MDS |
Multidimensional scaling is an algorithm for finding low dimensional
embeddings of arbitrary distance matrices.
|
TSNE |
t-distributed Stochastic Neighbor Embedding is an algorithm for creating low
dimensional embeddings of datasets, for the purpose of visualization.
|
Copyright © 2017. All rights reserved.