operator_sets_traditionalml_doc.h#

namespace ONNX_LIGHT_NAMESPACE
namespace onnx_op
namespace traditionalml

Functions

std::string MakeBinarizerDoc()#

Returns the documentation string for the Binarizer operator.

Returns:

Documentation string for the Binarizer operator.

std::string MakeLabelEncoderDoc()#

Returns the documentation string for the LabelEncoder operator.

Returns:

Documentation string for the LabelEncoder operator.

std::string MakeZipMapDoc()#

Returns the documentation string for the ZipMap operator.

Returns:

Documentation string for the ZipMap operator.

std::string MakeTreeEnsembleClassifierDoc(int since_version)#

Returns the documentation string for the TreeEnsembleClassifier operator at the requested opset version.

Parameters:

since_version – Opset version at which the schema was introduced (1, 3 or 5).

Returns:

Documentation string for the TreeEnsembleClassifier operator.

std::string MakeTreeEnsembleRegressorDoc(int since_version)#

Returns the documentation string for the TreeEnsembleRegressor operator at the requested opset version.

Parameters:

since_version – Opset version at which the schema was introduced (1, 3 or 5).

Returns:

Documentation string for the TreeEnsembleRegressor operator.

std::string MakeTreeEnsembleDoc()#

Returns the documentation string for the TreeEnsemble operator.

Returns:

Documentation string for the TreeEnsemble operator.