Uses of Class
org.tribuo.classification.ensemble.FullyWeightedVotingCombiner
Package
Description
Provides majority vote ensemble combiners for classification
along with an implementation of multiclass Adaboost.
-
Uses of FullyWeightedVotingCombiner in org.tribuo.classification.ensemble
Modifier and TypeMethodDescriptionstatic FullyWeightedVotingCombiner
FullyWeightedVotingCombiner.deserializeFromProto
(int version, String className, com.google.protobuf.Any message) Deserialization factory.