ClassesClassesClassesClasses | | | | Operators

get_rejection_params_ocr_class_mlpget_rejection_params_ocr_class_mlpGetRejectionParamsOcrClassMlpget_rejection_params_ocr_class_mlpGetRejectionParamsOcrClassMlpGetRejectionParamsOcrClassMlp (Operator)

Name

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

Signature

get_rejection_params_ocr_class_mlp( : : OCRHandle, GenParamName : GenParamValue)

Herror get_rejection_params_ocr_class_mlp(const Hlong OCRHandle, const char* GenParamName, char* GenParamValue)

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

Herror get_rejection_params_ocr_class_mlp(const HTuple& OCRHandle, const HTuple& GenParamName, char* GenParamValue)

Herror get_rejection_params_ocr_class_mlp(const HTuple& OCRHandle, const HTuple& GenParamName, HTuple* GenParamValue)

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

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

void HOperatorSetX.GetRejectionParamsOcrClassMlp(
[in] VARIANT OCRHandle, [in] VARIANT GenParamName, [out] VARIANT* GenParamValue)

VARIANT HOCRMlpX.GetRejectionParamsOcrClassMlp([in] VARIANT GenParamName)

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

HTuple HOCRMlp.GetRejectionParamsOcrClassMlp(HTuple genParamName)

string HOCRMlp.GetRejectionParamsOcrClassMlp(string genParamName)

Description

get_rejection_params_ocr_class_mlpget_rejection_params_ocr_class_mlpGetRejectionParamsOcrClassMlpget_rejection_params_ocr_class_mlpGetRejectionParamsOcrClassMlpGetRejectionParamsOcrClassMlp returns the rejection class parameters of an OCR classifier that were specified with set_rejection_params_ocr_class_mlpset_rejection_params_ocr_class_mlpSetRejectionParamsOcrClassMlpset_rejection_params_ocr_class_mlpSetRejectionParamsOcrClassMlpSetRejectionParamsOcrClassMlp. For a description of the parameters, see set_rejection_params_ocr_class_mlpset_rejection_params_ocr_class_mlpSetRejectionParamsOcrClassMlpset_rejection_params_ocr_class_mlpSetRejectionParamsOcrClassMlpSetRejectionParamsOcrClassMlp and set_rejection_params_class_mlpset_rejection_params_class_mlpSetRejectionParamsClassMlpset_rejection_params_class_mlpSetRejectionParamsClassMlpSetRejectionParamsClassMlp.

Parallelization

Parameters

OCRHandleOCRHandleOCRHandleOCRHandleOCRHandleOCRHandle (input_control)  ocr_mlp HOCRMlp, HTupleHTupleHOCRMlp, HTupleHOCRMlpX, VARIANTHtuple (integer) (IntPtr) (Hlong) (Hlong) (Hlong) (Hlong)

Handle of the OCR classifier.

GenParamNameGenParamNameGenParamNameGenParamNameGenParamNamegenParamName (input_control)  string(-array) HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (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"

GenParamValueGenParamValueGenParamValueGenParamValueGenParamValuegenParamValue (output_control)  string(-array) HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (char*)

Value of the general parameter.

Result

If the parameters are valid, the operator get_rejection_params_ocr_class_mlpget_rejection_params_ocr_class_mlpGetRejectionParamsOcrClassMlpget_rejection_params_ocr_class_mlpGetRejectionParamsOcrClassMlpGetRejectionParamsOcrClassMlp returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.

Possible Predecessors

create_ocr_class_mlpcreate_ocr_class_mlpCreateOcrClassMlpcreate_ocr_class_mlpCreateOcrClassMlpCreateOcrClassMlp, read_ocr_class_mlpread_ocr_class_mlpReadOcrClassMlpread_ocr_class_mlpReadOcrClassMlpReadOcrClassMlp

Possible Successors

trainf_ocr_class_mlptrainf_ocr_class_mlpTrainfOcrClassMlptrainf_ocr_class_mlpTrainfOcrClassMlpTrainfOcrClassMlp

Module

OCR/OCV


ClassesClassesClassesClasses | | | | Operators