From be77ddb3aff8d6c0ba42de3c02075c6a46487ec3 Mon Sep 17 00:00:00 2001 From: Jacob Date: Mon, 16 May 2022 20:13:07 -0700 Subject: [PATCH] Update README.md Updated example to include the "model" isolation parameter --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index dbebc0c..8b764bd 100644 --- a/README.md +++ b/README.md @@ -501,13 +501,14 @@ Examples using Microfaune were created using this dictionary for the `isolation_ ```json isolation_parameters = { - "technique" : "steinberg", - "threshold_type" : "median", - "threshold_const" : 2.0, - "threshold_min" : 0.0, - "window_size" : 2.0, - "chunk_size" : 5.0 -} + "model" : "microfaune", + "technique" : "steinberg", + "threshold_type" : "median", + "threshold_const" : 2.0, + "threshold_min" : 0.0, + "window_size" : 2.0, + "chunk_size" : 5.0 + } ``` ### To generate automated labels and get manual labels: