We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eccc66a + 40b2539 commit df76f94Copy full SHA for df76f94
1 file changed
doc/modules/qualitymetrics.rst
@@ -57,7 +57,7 @@ This code snippet shows how to compute quality metrics (with or without principa
57
58
# with PCs (depends on "pca" in addition to the above metrics)
59
60
- qm_ext = sorting_analyzer.compute(input={"pca": dict(n_components=5, mode="by_channel_local"),
+ qm_ext = sorting_analyzer.compute(input={"principal_components": dict(n_components=5, mode="by_channel_local"),
61
"quality_metrics": dict(skip_pc_metrics=False)})
62
metrics = qm_ext.get_data()
63
assert 'isolation_distance' in metrics.columns
0 commit comments