get_rejection_params_class_mlpT_get_rejection_params_class_mlpGetRejectionParamsClassMlpGetRejectionParamsClassMlpget_rejection_params_class_mlp (算子名称)
名称
get_rejection_params_class_mlpT_get_rejection_params_class_mlpGetRejectionParamsClassMlpGetRejectionParamsClassMlpget_rejection_params_class_mlp — Get the parameters of a rejection class.
参数签名
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]
描述
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.
运行信息
- 多线程类型:可重入(与非独占操作符并行运行)。
- 多线程作用域:全局(可以从任何线程调用)。
- 未经并行化处理。
参数表
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.
结果
如果参数均有效,算子
get_rejection_params_class_mlpget_rejection_params_class_mlpGetRejectionParamsClassMlpGetRejectionParamsClassMlpGetRejectionParamsClassMlpget_rejection_params_class_mlp 返回值 2 (
H_MSG_TRUE)
. If
necessary, an exception is raised.
可能的前置算子
create_class_mlpcreate_class_mlpCreateClassMlpCreateClassMlpCreateClassMlpcreate_class_mlp
可能的后置算子
train_class_mlptrain_class_mlpTrainClassMlpTrainClassMlpTrainClassMlptrain_class_mlp
模块
Foundation