get_rejection_params_ocr_class_mlpT_get_rejection_params_ocr_class_mlpGetRejectionParamsOcrClassMlpGetRejectionParamsOcrClassMlpget_rejection_params_ocr_class_mlp (Operator)

Name

get_rejection_params_ocr_class_mlpT_get_rejection_params_ocr_class_mlpGetRejectionParamsOcrClassMlpGetRejectionParamsOcrClassMlpget_rejection_params_ocr_class_mlp — Return the rejection class parameters of an OCR classifier.

Signature

get_rejection_params_ocr_class_mlp( : : OCRHandle, GenParamName : GenParamValue)

Herror T_get_rejection_params_ocr_class_mlp(const Htuple OCRHandle, const Htuple GenParamName, Htuple* GenParamValue)

void GetRejectionParamsOcrClassMlp(const HTuple& OCRHandle, const HTuple& GenParamName, HTuple* GenParamValue)

HTuple HOCRMlp::GetRejectionParamsOcrClassMlp(const HTuple& GenParamName) const

HString HOCRMlp::GetRejectionParamsOcrClassMlp(const HString& GenParamName) const

HString HOCRMlp::GetRejectionParamsOcrClassMlp(const char* GenParamName) const

HString HOCRMlp::GetRejectionParamsOcrClassMlp(const wchar_t* GenParamName) const   (Windows only)

static void HOperatorSet.GetRejectionParamsOcrClassMlp(HTuple OCRHandle, HTuple genParamName, out HTuple genParamValue)

HTuple HOCRMlp.GetRejectionParamsOcrClassMlp(HTuple genParamName)

string HOCRMlp.GetRejectionParamsOcrClassMlp(string genParamName)

def get_rejection_params_ocr_class_mlp(ocrhandle: HHandle, gen_param_name: MaybeSequence[str]) -> Sequence[str]

def get_rejection_params_ocr_class_mlp_s(ocrhandle: HHandle, gen_param_name: MaybeSequence[str]) -> str

Description

get_rejection_params_ocr_class_mlpget_rejection_params_ocr_class_mlpGetRejectionParamsOcrClassMlpGetRejectionParamsOcrClassMlpGetRejectionParamsOcrClassMlpget_rejection_params_ocr_class_mlp returns the rejection class parameters of an OCR classifier that were specified with set_rejection_params_ocr_class_mlpset_rejection_params_ocr_class_mlpSetRejectionParamsOcrClassMlpSetRejectionParamsOcrClassMlpSetRejectionParamsOcrClassMlpset_rejection_params_ocr_class_mlp. For a description of the parameters, see set_rejection_params_ocr_class_mlpset_rejection_params_ocr_class_mlpSetRejectionParamsOcrClassMlpSetRejectionParamsOcrClassMlpSetRejectionParamsOcrClassMlpset_rejection_params_ocr_class_mlp and set_rejection_params_class_mlpset_rejection_params_class_mlpSetRejectionParamsClassMlpSetRejectionParamsClassMlpSetRejectionParamsClassMlpset_rejection_params_class_mlp.

Execution Information

Parameters

OCRHandleOCRHandleOCRHandleOCRHandleOCRHandleocrhandle (input_control)  ocr_mlp HOCRMlp, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Handle of the OCR classifier.

GenParamNameGenParamNameGenParamNameGenParamNamegenParamNamegen_param_name (input_control)  string(-array) HTupleMaybeSequence[str]HTupleHtuple (string) (string) (HString) (char*)

Name of the general parameter.

Default value: '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[str]HTupleHtuple (string) (string) (HString) (char*)

Value of the general parameter.

Result

If the parameters are valid, the operator get_rejection_params_ocr_class_mlpget_rejection_params_ocr_class_mlpGetRejectionParamsOcrClassMlpGetRejectionParamsOcrClassMlpGetRejectionParamsOcrClassMlpget_rejection_params_ocr_class_mlp returns the value TRUE. If necessary, an exception is raised.

Possible Predecessors

create_ocr_class_mlpcreate_ocr_class_mlpCreateOcrClassMlpCreateOcrClassMlpCreateOcrClassMlpcreate_ocr_class_mlp, read_ocr_class_mlpread_ocr_class_mlpReadOcrClassMlpReadOcrClassMlpReadOcrClassMlpread_ocr_class_mlp

Possible Successors

trainf_ocr_class_mlptrainf_ocr_class_mlpTrainfOcrClassMlpTrainfOcrClassMlpTrainfOcrClassMlptrainf_ocr_class_mlp

Module

OCR/OCV