Prediction blocks
- Last UpdatedFeb 12, 2024
- 1 minute read
Prediction blocks are mandatory blocks that predict whether an event occurs. Each branch in a Pipeline must include a Prediction block.
The following table lists and describes the available Prediction blocks:
|
Block |
Description |
|---|---|
|
Anomaly Classifier |
Predict an anomaly. |
|
Discrete Classifier |
Predict an anomaly as a state. |
|
Logical AND OR Gates |
Acts as either a logical AND or OR gate. |
|
Support Vector Machine (SVM) Prediction |
Predict an anomaly by using the One Class SVM algorithm. |
|
Statistical Prediction |
Predict an anomaly by using statistical methods. |