Add expected output
This commit is contained in:
Родитель
8cf8d70864
Коммит
ca13a1bc8e
|
@ -183,4 +183,5 @@ func ExampleBooster() {
|
|||
|
||||
res, _ := predictor.Predict(FloatSliceVector([]float32{1, 2, 3}))
|
||||
fmt.Printf("Results: %+v\n", res)
|
||||
// output: Results: [1.0631807]
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче