Uses of Class
ai.onnx.proto.OnnxMl.ModelProto
Package
Description
Provides the core interfaces and classes for using Tribuo.
Provides an interface to LibLinear-java for classification problems.
Provides an interface to LibSVM for classification problems.
Provides the base classes for models trained with stochastic gradient descent.
Provides an interface for model prediction combinations,
two base classes for ensemble models, a base class for
ensemble excuses, and a Bagging implementation.
Provides an interface to liblinear for regression problems.
Provides an interface to LibSVM for regression problems.
Provides implementations of sparse linear regression using various forms of regularisation penalty.
-
Uses of OnnxMl.ModelProto in ai.onnx.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<OnnxMl.ModelProto>
OnnxMl.ModelProto.PARSER
Deprecated.Modifier and TypeMethodDescriptionOnnxMl.ModelProto.Builder.build()
OnnxMl.ModelProto.Builder.buildPartial()
static OnnxMl.ModelProto
OnnxMl.ModelProto.getDefaultInstance()
OnnxMl.ModelProto.Builder.getDefaultInstanceForType()
OnnxMl.ModelProto.getDefaultInstanceForType()
static OnnxMl.ModelProto
OnnxMl.ModelProto.parseDelimitedFrom
(InputStream input) static OnnxMl.ModelProto
OnnxMl.ModelProto.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.ModelProto
OnnxMl.ModelProto.parseFrom
(byte[] data) static OnnxMl.ModelProto
OnnxMl.ModelProto.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.ModelProto
OnnxMl.ModelProto.parseFrom
(com.google.protobuf.ByteString data) static OnnxMl.ModelProto
OnnxMl.ModelProto.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.ModelProto
OnnxMl.ModelProto.parseFrom
(com.google.protobuf.CodedInputStream input) static OnnxMl.ModelProto
OnnxMl.ModelProto.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.ModelProto
OnnxMl.ModelProto.parseFrom
(InputStream input) static OnnxMl.ModelProto
OnnxMl.ModelProto.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.ModelProto
OnnxMl.ModelProto.parseFrom
(ByteBuffer data) static OnnxMl.ModelProto
OnnxMl.ModelProto.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<OnnxMl.ModelProto>
OnnxMl.ModelProto.getParserForType()
static com.google.protobuf.Parser<OnnxMl.ModelProto>
OnnxMl.ModelProto.parser()
Modifier and TypeMethodDescriptionOnnxMl.ModelProto.Builder.mergeFrom
(OnnxMl.ModelProto other) static OnnxMl.ModelProto.Builder
OnnxMl.ModelProto.newBuilder
(OnnxMl.ModelProto prototype) -
Uses of OnnxMl.ModelProto in org.tribuo
Modifier and TypeMethodDescriptionstatic <M extends com.oracle.labs.mlrg.olcut.provenance.Provenancable<ModelProvenance>>
OnnxMl.ModelProtoONNXExportable.buildModel
(ONNXContext onnxContext, String domain, long modelVersion, M model) Creates an ONNX model protobuf for the supplied context.ONNXExportable.exportONNXModel
(String domain, long modelVersion) Exports thisModel
as an ONNX protobuf. -
Uses of OnnxMl.ModelProto in org.tribuo.classification.liblinear
Modifier and TypeMethodDescriptionLibLinearClassificationModel.exportONNXModel
(String domain, long modelVersion) -
Uses of OnnxMl.ModelProto in org.tribuo.classification.libsvm
Modifier and TypeMethodDescriptionLibSVMClassificationModel.exportONNXModel
(String domain, long modelVersion) -
Uses of OnnxMl.ModelProto in org.tribuo.common.sgd
Modifier and TypeMethodDescriptionAbstractFMModel.exportONNXModel
(String domain, long modelVersion) Exports thisModel
as an ONNX protobuf.AbstractLinearSGDModel.exportONNXModel
(String domain, long modelVersion) Exports thisModel
as an ONNX protobuf. -
Uses of OnnxMl.ModelProto in org.tribuo.ensemble
Modifier and TypeMethodDescriptionWeightedEnsembleModel.exportONNXModel
(String domain, long modelVersion) Exports thisEnsembleModel
as an ONNX model. -
Uses of OnnxMl.ModelProto in org.tribuo.regression.liblinear
Modifier and TypeMethodDescriptionLibLinearRegressionModel.exportONNXModel
(String domain, long modelVersion) -
Uses of OnnxMl.ModelProto in org.tribuo.regression.libsvm
Modifier and TypeMethodDescriptionLibSVMRegressionModel.exportONNXModel
(String domain, long modelVersion) -
Uses of OnnxMl.ModelProto in org.tribuo.regression.slm
Modifier and TypeMethodDescriptionSparseLinearModel.exportONNXModel
(String domain, long modelVersion)