get_sample_num_class_mlp ( : : MLPHandle : NumSamples )

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).


Parameters

MLPHandle (input_control)
class_mlp -> integer
MLP handle.

NumSamples (output_control)
integer -> integer
Number of stored training samples.


Result

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.


Parallelization Information

get_sample_num_class_mlp is reentrant and processed without parallelization.


Possible Predecessors

add_sample_class_mlp, read_samples_class_mlp


Possible Successors

get_sample_class_mlp


See also

create_class_mlp


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH