API reference¶
DataGeometry class¶
|
Hypertools data object class |
Load¶
|
Load a .geo file or example data |
Analyze¶
|
Wrapper function for normalize -> reduce -> align transformations. |
Plot¶
|
Plots dimensionality reduced data and parses plot arguments |
Normalize¶
|
Z-transform the columns or rows of an array, or list of arrays |
Reduce¶
|
Reduces dimensionality of an array, or list of arrays |
Align¶
|
Aligns a list of arrays |
Cluster¶
|
Performs clustering analysis and returns a list of cluster labels |
Describe¶
|
Create plot describing covariance with as a function of number of dimensions |
Tools¶
|
Formats data into a list of numpy arrays |
|
Function to project from one space to another using Procrustean transformation (shift + scaling + rotation + reflection). |
|
Returns indices of missing data |
|
Transforms a Pandas DataFrame into a Numpy array with binarized text columns |