diff --git a/examples/config.yaml b/examples/config.yaml index 1397699..b542d38 100644 --- a/examples/config.yaml +++ b/examples/config.yaml @@ -1,4 +1,7 @@ -input_file: "examples/cdd.txt" +input_file: examples/cdd.txt offset_magnitude: 2 -output_file: "examples/output.txt" -visualize: false \ No newline at end of file +data_label_to_offset: B +new_data_label: C +offset_method: KDTreeOffsets +output_file: examples/KDTree.txt +visualize: False \ No newline at end of file