Uses of Class
org.tribuo.classification.sgd.crf.ChainHelper.ChainCliqueValues
Packages that use ChainHelper.ChainCliqueValues
Package
Description
Provides an implementation of a linear chain CRF trained using Stochastic Gradient Descent.
-
Uses of ChainHelper.ChainCliqueValues in org.tribuo.classification.sgd.crf
Fields in org.tribuo.classification.sgd.crf declared as ChainHelper.ChainCliqueValuesModifier and TypeFieldDescriptionChainHelper.ChainBPResults.scoresChainHelper.ChainViterbiResults.scoresMethods in org.tribuo.classification.sgd.crf that return ChainHelper.ChainCliqueValuesModifier and TypeMethodDescriptionCRFParameters.getCliqueValues(SparseVector[] features) Generates the local scores and tuples them with the label - label transition weights.Methods in org.tribuo.classification.sgd.crf with parameters of type ChainHelper.ChainCliqueValuesModifier and TypeMethodDescriptionstatic ChainHelper.ChainBPResultsChainHelper.beliefPropagation(ChainHelper.ChainCliqueValues scores) Runs belief propagation on a linear chain CRF.static doubleChainHelper.constrainedBeliefPropagation(ChainHelper.ChainCliqueValues scores, int[] constraints) Runs constrained belief propagation on a linear chain CRF.ChainHelper.viterbi(ChainHelper.ChainCliqueValues scores) Runs Viterbi on a linear chain CRF.Constructors in org.tribuo.classification.sgd.crf with parameters of type ChainHelper.ChainCliqueValuesModifierConstructorDescriptionChainBPResults(double logZ, DenseVector[] alphas, DenseVector[] betas, ChainHelper.ChainCliqueValues scores) ChainViterbiResults(double mapScore, int[] mapValues, ChainHelper.ChainCliqueValues scores)