fann::FannType
[−]
[src]
type FannType = fann_type;
The type of weights, inputs and outputs in a neural network. It is defined as c_float
by
default, and as c_double
if the double
feature is configured.