larry._datasets._dimension_reduction

Module Contents

Classes

DimensionReduction

Helper class that provides a standard way to create an ABC using

class larry._datasets._dimension_reduction.DimensionReduction(n_pcs=50, n_components=2, metric='euclidean', n_neighbors=30)

Bases: larry._utils.AutoParseBase

Helper class that provides a standard way to create an ABC using inheritance.

property Scaler
property PCA
property UMAP
__configure__(kwargs, ignore=['self'])