Uses of Class
org.tribuo.classification.sgd.kernel.KernelSVMModel
Packages that use KernelSVMModel
Package
Description
Provides a SGD implementation of a Kernel SVM using the Pegasos algorithm.
-
Uses of KernelSVMModel in org.tribuo.classification.sgd.kernel
Methods in org.tribuo.classification.sgd.kernel that return KernelSVMModelModifier and TypeMethodDescriptionprotected KernelSVMModel
KernelSVMModel.copy
(String newName, ModelProvenance newProvenance) static KernelSVMModel
KernelSVMModel.deserializeFromProto
(int version, String className, com.google.protobuf.Any message) Deserialization factory.KernelSVMTrainer.train
(Dataset<Label> examples, Map<String, com.oracle.labs.mlrg.olcut.provenance.Provenance> runProvenance) KernelSVMTrainer.train
(Dataset<Label> examples, Map<String, com.oracle.labs.mlrg.olcut.provenance.Provenance> runProvenance, int invocationCount)