public class AnomalyDetectionPrediction extends AbstractPrediction
| Modifier and Type | Field and Description |
|---|---|
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() |
public double score
public double normalizedScore
public java.lang.String[] leafNodeAssignments
public int[] leafNodeAssignmentIds
public double[] stageProbabilities