get_rejection_params_class_mlpT_get_rejection_params_class_mlpGetRejectionParamsClassMlpGetRejectionParamsClassMlpget_rejection_params_class_mlp (Operator)
Name
get_rejection_params_class_mlpT_get_rejection_params_class_mlpGetRejectionParamsClassMlpGetRejectionParamsClassMlpget_rejection_params_class_mlp
— Get the parameters of a rejection class.
Signature
def get_rejection_params_class_mlp(mlphandle: HHandle, gen_param_name: MaybeSequence[str]) -> Sequence[Union[str, float, int]]
def get_rejection_params_class_mlp_s(mlphandle: HHandle, gen_param_name: MaybeSequence[str]) -> Union[str, float, int]
Description
get_rejection_params_class_mlpget_rejection_params_class_mlpGetRejectionParamsClassMlpGetRejectionParamsClassMlpGetRejectionParamsClassMlpget_rejection_params_class_mlp
returns the rejection class
parameters of a multilayer perceptron (MLP) that were specified with
set_rejection_params_class_mlpset_rejection_params_class_mlpSetRejectionParamsClassMlpSetRejectionParamsClassMlpSetRejectionParamsClassMlpset_rejection_params_class_mlp
. For a description of the
parameters, see set_rejection_params_class_mlpset_rejection_params_class_mlpSetRejectionParamsClassMlpSetRejectionParamsClassMlpSetRejectionParamsClassMlpset_rejection_params_class_mlp
.
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
MLPHandleMLPHandleMLPHandleMLPHandleMLPHandlemlphandle
(input_control) class_mlp →
HClassMlp, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
MLP handle.
GenParamNameGenParamNameGenParamNameGenParamNamegenParamNamegen_param_name
(input_control) string(-array) →
HTupleMaybeSequence[str]HTupleHtuple (string) (string) (HString) (char*)
Names of the generic parameters to return.
Default:
'sampling_strategy'
"sampling_strategy"
"sampling_strategy"
"sampling_strategy"
"sampling_strategy"
"sampling_strategy"
List of values:
'hyperbox_tolerance'"hyperbox_tolerance""hyperbox_tolerance""hyperbox_tolerance""hyperbox_tolerance""hyperbox_tolerance", 'random_seed'"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_class_index", 'rejection_sample_factor'"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""sampling_strategy"
GenParamValueGenParamValueGenParamValueGenParamValuegenParamValuegen_param_value
(output_control) string(-array) →
HTupleSequence[Union[str, float, int]]HTupleHtuple (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_mlpGetRejectionParamsClassMlpGetRejectionParamsClassMlpGetRejectionParamsClassMlpget_rejection_params_class_mlp
returns the value 2 (
H_MSG_TRUE)
. If
necessary, an exception is raised.
Possible Predecessors
create_class_mlpcreate_class_mlpCreateClassMlpCreateClassMlpCreateClassMlpcreate_class_mlp
Possible Successors
train_class_mlptrain_class_mlpTrainClassMlpTrainClassMlpTrainClassMlptrain_class_mlp
Module
Foundation