train_class_mlp(Operator) Name train_class_mlp— Train a multilayer perceptron. Signature train_class_mlptrains the multilayer perceptron (MLP) given inMLPHandle. Before the MLP can be trained,alltraining samples to be used for the training must be stored in the MLP usingadd_sample_class_mlp...
train_class_mlp— Train a multilayer perceptron. Signature train_class_mlp( : :MLPHandle,MaxIterations,WeightTolerance,ErrorTolerance:Error,ErrorLog) Description train_class_mlptrains the multilayer perceptron (MLP) given inMLPHandle. Before the MLP can be trained,alltraining samples to be used for...