geekgirljoy
Results
2
issues of
geekgirljoy
The binding for [fann_merge_train_data](http://libfann.github.io/fann/docs/files/fann_train-h.html#fann_merge_train_data) is not available. In an ideal world that binding would exist but here is a workaround if/until it ever gets added to FANN.js: ``` javascript function...
So it seems that the function necessary for setting the the scaling params on a neural network is missing from fann.js. For example, your dataset might look like this: ```javascript...