Uses of Class
org.tribuo.multilabel.sgd.fm.FMMultiLabelModel
Packages that use 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
Methods in org.tribuo.multilabel.sgd.fm that return FMMultiLabelModelModifier and TypeMethodDescriptionprotected FMMultiLabelModel
FMMultiLabelModel.copy
(String newName, ModelProvenance newProvenance) protected FMMultiLabelModel
FMMultiLabelTrainer.createModel
(String name, ModelProvenance provenance, ImmutableFeatureMap featureMap, ImmutableOutputInfo<MultiLabel> outputInfo, FMParameters parameters)