random-cut-forest-by-aws
random-cut-forest-by-aws copied to clipboard
Does ThresholdedRandomCutForest not support internalRotationEnabled?
The current ThresholdedRandomCutForest.Builder implementation does not provide a method for enabling internalRotation, is this by design? Or is there any thresholding logic that depends on sliding windows for the shingle.
If not, it should be a simple addition.
Theoretically, yes, that can be added. The thresholding logic does not depend on the sliding window implementation (it operates on the logical shingle). However, internalRotation is not well tested. If you add it, please benchmark and test.
Ho okay, I'll have to do some testing then.