transformPrediction {TeachNet} | R Documentation |
Transforms prediction from prediction to class
transformPrediction(pred, threshold)
pred |
Prediction |
threshold |
A threshold up to which a prediction is class 0 or 1. A value from 0 to 1 |
Georg Steinbuss