Skip to contents

Calculate the prediction confidence for each cell

Usage

per_cell_accuracy(X, y, clf)

Arguments

X

Feature matrix (cells x features)

y

True cell labels

clf

Trained classifier object

Value

Numeric vector of per-cell accuracy scores