Sorry, I found the solution, I have to use predict...
# kotlindl
c
Sorry, I found the solution, I have to use predictSoftly, because the actual "predict" method returns an Int value - which obviously can't be a Double result 😉
metal 3