Package sklearn.ensemble.iforest
Interface HasIsolationForest
-
- All Known Implementing Classes:
IsolationForest
public interface HasIsolationForest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Regressor>getEstimators()List<List<Number>>getEstimatorsFeatures()IntegergetMaxSamples()NumbergetOffset()
-