You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR adds a public method getSegementer to the TrainableSegmentationSegmenter class. The intention is to allow users that run Labkit via scripting to configure the number of threads used during random forest training.
Users might calls getSegmenter().getClassifier().setNumThreads(1)
0 commit comments