Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Dec 3, 2024
1 parent 5e6e803 commit 3cbed5e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ Organized version of statistical outlier removal.
## Parameter
* `~use_cluster_point_indices` (Boolean, default: `False`)

use cluster point indices or not
use cluster point indices or not.
this option is designed to use after clustering (i.e. euclidean clustering),
because we can consider the distribution of each cluster with cluster point indices
information.

* `~keep_organized` (Boolean, default: `True`)

Expand Down

0 comments on commit 3cbed5e

Please sign in to comment.