opencv::ml

Constant ANN_MLP_UPDATE_WEIGHTS

Source
pub const ANN_MLP_UPDATE_WEIGHTS: i32 = 1;
Expand description

Update the network weights, rather than compute them from scratch. In the latter case the weights are initialized using the Nguyen-Widrow algorithm.