SNSlicer.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_snslicer:
4 {
5  module_type: "SNSlicer"
6 
7  # DBSCAN parameters
8  Eps: 25
9  MinPts: 4
10 }
11 
12 END_PROLOG