Uses of Class
org.tribuo.multilabel.ensemble.MultiLabelVotingCombiner
Package
Description
Provides a multi-label ensemble combiner that performs a (possibly
weighted) majority vote among each label independently, along with an
implementation of classifier chain ensembles.
-
Uses of MultiLabelVotingCombiner in org.tribuo.multilabel.ensemble
Modifier and TypeMethodDescriptionstatic MultiLabelVotingCombiner
MultiLabelVotingCombiner.deserializeFromProto
(int version, String className, com.google.protobuf.Any message) Deserialization factory.