public class RegressionModelPrediction extends AbstractPrediction
Modifier and Type | Field and Description |
---|---|
float[] |
contributions
Per-feature prediction contributions (SHAP values).
|
int[] |
leafNodeAssignmentIds |
java.lang.String[] |
leafNodeAssignments |
double[] |
stageProbabilities
Staged predictions of tree algorithms (prediction probabilities of trees per iteration).
|
double |
value
This value may be Double.NaN, which means NA (this will happen with GLM, for example,
if one of the input values for a new data point is NA).
|
Constructor and Description |
---|
RegressionModelPrediction() |
public double value
public java.lang.String[] leafNodeAssignments
public int[] leafNodeAssignmentIds
public double[] stageProbabilities
public float[] contributions