Uses of Enum
org.tribuo.classification.sgd.crf.CRFModel.ConfidenceType
Packages that use CRFModel.ConfidenceType
Package
Description
Provides an implementation of a linear chain CRF trained using Stochastic Gradient Descent.
-
Uses of CRFModel.ConfidenceType in org.tribuo.classification.sgd.crf
Subclasses with type arguments of type CRFModel.ConfidenceType in org.tribuo.classification.sgd.crfModifier and TypeClassDescriptionstatic enumThe type of subsequence level confidence to predict.Methods in org.tribuo.classification.sgd.crf that return CRFModel.ConfidenceTypeModifier and TypeMethodDescriptionstatic CRFModel.ConfidenceTypeReturns the enum constant of this type with the specified name.static CRFModel.ConfidenceType[]CRFModel.ConfidenceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tribuo.classification.sgd.crf with parameters of type CRFModel.ConfidenceTypeModifier and TypeMethodDescriptionvoidCRFModel.setConfidenceType(CRFModel.ConfidenceType type) Sets the inference method used for confidence prediction.