Class IsolationForest

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
net.razorvine.pickle.objects.ClassDict
org.jpmml.python.PythonObject
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, org.jpmml.converter.HasNativeConfiguration, org.jpmml.converter.HasOptions, HasSkLearnOptions, HasDecisionFunctionField, HasEstimatorEnsemble<Regressor>, HasNumberOfFeatures, HasType, HasTreeOptions

public class IsolationForest extends EnsembleRegressor implements HasDecisionFunctionField, HasTreeOptions
See Also:
  • Constructor Details

    • IsolationForest

      public IsolationForest(String module, String name)
  • Method Details

    • isSupervised

      public boolean isSupervised()
      Overrides:
      isSupervised in class Estimator
    • encodeModel

      public org.dmg.pmml.mining.MiningModel encodeModel(org.jpmml.converter.Schema schema)
      Specified by:
      encodeModel in class Estimator
    • getEstimatorsFeatures

      public List<List<Integer>> getEstimatorsFeatures()
    • getBehaviour

      public String getBehaviour()
    • getMaxSamples

      public int getMaxSamples()
    • getOffset

      public Number getOffset()
    • getThreshold

      public Number getThreshold()