Back to Catboost

copyRowMajorPredictions

catboost/docs/en/concepts/java-reference_catboostpredictions__copyrowmajorpredictions.md

1.2.10423 B
Original Source

copyRowMajorPredictions

java
public double[] copyRowMajorPredictions()

{{ dl--purpose }}

{% include reusage-java-java-reference_catboostpredictions__copyrowmajorpredictions__desc %}

The prediction for the i-th object in the j-th dimension is in the $i * getPredictionDimension() + j$ position.