Constant opencv::ml::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.