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 java.util.List<Regressor>getEstimators()java.util.List<java.util.List<java.lang.Number>>getEstimatorsFeatures()java.lang.IntegergetMaxSamples()java.lang.NumbergetOffset()
-
-
-
Method Detail
-
getEstimators
java.util.List<Regressor> getEstimators()
-
getEstimatorsFeatures
java.util.List<java.util.List<java.lang.Number>> getEstimatorsFeatures()
-
getMaxSamples
java.lang.Integer getMaxSamples()
-
getOffset
java.lang.Number getOffset()
-
-