Uses of Class
org.tribuo.multilabel.sgd.fm.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
Modifier and TypeMethodDescriptionFMMultiLabelOptions.getTrainer()
Gets the trainer as configured by these options.