sc_reconstruction.models.ReconKNN#
- class sc_reconstruction.models.ReconKNN(n_neighbors=5, metric='euclidean', data_path=None, batch_size=1000000)[source]#
Bases:
objectMethods
__init__([n_neighbors, metric, data_path, ...])predict(X, **inference_kwargs)process_subbatch(x, y)