get_rejection_params_class_mlpT_get_rejection_params_class_mlpGetRejectionParamsClassMlpGetRejectionParamsClassMlp (Operator)
Name
get_rejection_params_class_mlpT_get_rejection_params_class_mlpGetRejectionParamsClassMlpGetRejectionParamsClassMlp
— Get the parameters of a rejection class.
Signature
Description
get_rejection_params_class_mlpget_rejection_params_class_mlpGetRejectionParamsClassMlpGetRejectionParamsClassMlpGetRejectionParamsClassMlp
returns the rejection class
parameters of a multilayer perceptron (MLP) that were specified with
set_rejection_params_class_mlpset_rejection_params_class_mlpSetRejectionParamsClassMlpSetRejectionParamsClassMlpSetRejectionParamsClassMlp
. For a description of the
parameters, see set_rejection_params_class_mlpset_rejection_params_class_mlpSetRejectionParamsClassMlpSetRejectionParamsClassMlpSetRejectionParamsClassMlp
.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
MLPHandleMLPHandleMLPHandleMLPHandleMLPHandle
(input_control) class_mlp →
HClassMlp, HTupleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
MLP handle.
GenParamNameGenParamNameGenParamNameGenParamNamegenParamName
(input_control) string(-array) →
HTupleHTupleHtuple (string) (string) (HString) (char*)
Names of the generic parameters to return.
Default value:
'sampling_strategy'
"sampling_strategy"
"sampling_strategy"
"sampling_strategy"
"sampling_strategy"
List of values: 'hyperbox_tolerance'"hyperbox_tolerance""hyperbox_tolerance""hyperbox_tolerance""hyperbox_tolerance", 'random_seed'"random_seed""random_seed""random_seed""random_seed", 'rejection_class_index'"rejection_class_index""rejection_class_index""rejection_class_index""rejection_class_index", 'rejection_sample_factor'"rejection_sample_factor""rejection_sample_factor""rejection_sample_factor""rejection_sample_factor", 'sampling_strategy'"sampling_strategy""sampling_strategy""sampling_strategy""sampling_strategy"
GenParamValueGenParamValueGenParamValueGenParamValuegenParamValue
(output_control) string(-array) →
HTupleHTupleHtuple (string / real / integer) (string / double / int / long) (HString / double / Hlong) (char* / double / Hlong)
Values of the generic parameters.
Result
If the parameters are valid, the operator
get_rejection_params_class_mlpget_rejection_params_class_mlpGetRejectionParamsClassMlpGetRejectionParamsClassMlpGetRejectionParamsClassMlp
returns the value 2 (H_MSG_TRUE). If
necessary, an exception is raised.
Possible Predecessors
create_class_mlpcreate_class_mlpCreateClassMlpCreateClassMlpCreateClassMlp
Possible Successors
train_class_mlptrain_class_mlpTrainClassMlpTrainClassMlpTrainClassMlp
Module
Foundation