Get desktop application:
View/edit binary Protocol Buffers messages
Header for the isolation forest model.
Next ID: 6
Used in:
Number of shards used to store the nodes.
Number of trees.
Container used to store the trees' nodes.
Number of examples used to grow each tree.
An isolation forest as defined in "Isolation-Based Anomaly Detection" by Liu et al. (2012). In this case, the prediction value is the node depth.
Used in:
(message has no fields)
Training configuration for the Isolation Forest algorithm.
Next ID: 5
Decision tree specific parameters.
Number of trees in the forest.
Number of examples used to grow each tree. Only one of "subsample_ratio" and "subsample_count" can be set. If neither is set, "subsample_count" is assumed to be equal to 256. This is the default value recommended in the isolation forest paper (https://ieeexplore.ieee.org/abstract/document/4781136).