Uses of Class
org.tribuo.multilabel.sgd.fm.FMMultiLabelTrainer
Packages that use FMMultiLabelTrainer
Package
Description
Provides an implementation of a multi-label classification factorization machine model using Stochastic Gradient Descent.
-
Uses of FMMultiLabelTrainer in org.tribuo.multilabel.sgd.fm
Methods in org.tribuo.multilabel.sgd.fm that return FMMultiLabelTrainerModifier and TypeMethodDescriptionFMMultiLabelOptions.getTrainer()
Gets the trainer as configured by these options.