Return the number of training samples stored in the training data of a multilayer perceptron.
get_sample_num_class_mlp returns in NumSamples the number of training samples that are stored in the multilayer perceptron (MLP) given by MLPHandle. get_sample_num_class_mlp should be called before the individual training samples are read out with get_sample_class_mlp, e.g., for the purpose of reclassifying the training data (see get_sample_class_mlp).
|
MLPHandle (input_control) |
class_mlp -> integer |
| MLP handle. | |
|
NumSamples (output_control) |
integer -> integer |
| Number of stored training samples. | |
If the parameters are valid, the operator get_sample_num_class_mlp returns the value 2 (H_MSG_TRUE). If necessary an exception handling is raised.
get_sample_num_class_mlp is reentrant and processed without parallelization.
add_sample_class_mlp, read_samples_class_mlp
Foundation