Interface HasIsolationForest

  • All Known Implementing Classes:
    IsolationForest

    public interface HasIsolationForest
    • 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()