Uses of Class
org.tribuo.multilabel.sgd.fm.FMMultiLabelModel
Package
Description
Provides an implementation of a multi-label classification factorization machine model using Stochastic Gradient Descent.
-
Uses of FMMultiLabelModel in org.tribuo.multilabel.sgd.fm
Modifier and TypeMethodDescriptionprotected FMMultiLabelModel
FMMultiLabelModel.copy
(String newName, ModelProvenance newProvenance) protected FMMultiLabelModel
FMMultiLabelTrainer.createModel
(String name, ModelProvenance provenance, ImmutableFeatureMap featureMap, ImmutableOutputInfo<MultiLabel> outputInfo, FMParameters parameters)