public class AnomalyDetectionPrediction extends AbstractPrediction
| Modifier and Type | Field and Description |
|---|---|
java.lang.Boolean |
isAnomaly |
int[] |
leafNodeAssignmentIds |
java.lang.String[] |
leafNodeAssignments |
double |
normalizedScore |
double |
score |
double[] |
stageProbabilities
Staged predictions of tree algorithms (prediction probabilities of trees per iteration).
|
| Constructor and Description |
|---|
AnomalyDetectionPrediction() |
AnomalyDetectionPrediction(double[] preds) |
| Modifier and Type | Method and Description |
|---|---|
double[] |
toPreds() |
public java.lang.Boolean isAnomaly
public double score
public double normalizedScore
public java.lang.String[] leafNodeAssignments
public int[] leafNodeAssignmentIds
public double[] stageProbabilities