dataset
/
org.jetbrains.kotlinx.dl.dataset
/
predict
predict
fun
InferenceModel
.
predict
(dataset:
Dataset
):
List
<
Int
>
Content copied to clipboard
Predicts labels for all observation in
dataset
.
NOTE: Slow method.
Parameters
dataset
Dataset.