Segmenter MethodsΒΆ
These methods are used to handle data and run the segmentation process.
set_target (t[, copy]) |
Sets the target data by overiding any existing target. |
add_reference (r[, copy]) |
Appends a reference containing one or more features to the existing reference dataset. |
clear_reference () |
Removes any reference data currently assigned |
segment () |
Method to run the segmentation algorithm on the current Segmenter instance |
See Also