Contents:
Isomap
Isomap.fit()
Isomap.getPoints()
Isomap.model
Isomap.name
Isomap.parameters
Isomap.predict()
MDS
MDS.fit()
MDS.getPoints()
MDS.model
MDS.name
MDS.parameters
MDS.predict()
PCA
PCA.fit()
PCA.getPoints()
PCA.model
PCA.name
PCA.predict()
PCA.scale()
SVD
SVD.fit()
SVD.getPoints()
SVD.model
SVD.name
SVD.predict()
UMAP
UMAP.fit()
UMAP.getPoints()
UMAP.model
UMAP.name
UMAP.parameters
UMAP.predict()
Bases: AppConfig
AppConfig
Bases: CompoundsMixIn, APITestCase
CompoundsMixIn
APITestCase
Hook method for setting up the test fixture before exercising it.