Learn R Programming

⚠️There's a newer version (0.4-3) of this package.Take me there.

CRF (version 0.3-8)

CRF - Conditional Random Fields

Description

This package implements modeling and computational tools for conditional random fields model (CRF) as well as other probabilistic undirected graphical models of discrete data with pairwise and unary potentials.

Copy Link

Version

Install

install.packages('CRF')

Monthly Downloads

28

Version

0.3-8

License

GPL (>= 2)

Maintainer

LingYun Wu

Last Published

July 30th, 2014

Functions in CRF (0.3-8)

infer.sample

Inference method using sampling
decode.chain

Decoding method for chain-structured graphs
get.potential

Calculate the potential of CRF
crf.update

Update CRF potentials
make.features

Make CRF features
duplicate.crf

Duplicate CRF
decode.exact

Decoding method for small graphs
mrf.nll

Calculate MRF negative log-likelihood
get.logPotential

Calculate the log-potential of CRF
decode.cutset

Decoding method for graphs with a small cutset
decode.tree

Decoding method for tree- and forest-structured graphs
Rain

Rain data
clamp.reset

Reset clamped CRF
infer.tree

Inference method for tree- and forest-structured graphs
Loop

Loop CRF example
decode.icm

Decoding method using iterated conditional modes algorithm
crf.nll

Calculate CRF negative log likelihood
Clique

Clique CRF example
mrf.stat

Calculate MRF sufficient statistics
infer.trbp

Inference method using tree-reweighted belief propagation
infer.junction

Inference method for low-treewidth graphs
decode.sample

Decoding method using sampling
decode.greedy

Decoding method using greedy algorithm
infer.chain

Inference method for chain-structured graphs
decode.marginal

Decoding method using inference
make.crf

Make CRF
Tree

Tree CRF example
Chain

Chain CRF example
mrf.update

Update MRF potentials
train.crf

Train CRF model
sample.junction

Sampling method for low-treewidth graphs
infer.exact

Inference method for small graphs
decode.trbp

Decoding method using tree-reweighted belief propagation
decode.lbp

Decoding method using loopy belief propagation
infer.cutset

Inference method for graphs with a small cutset
infer.conditional

Conditional inference method
sample.chain

Sampling method for chain-structured graphs
Small

Small CRF example
sample.exact

Sampling method for small graphs
sample.cutset

Sampling method for graphs with a small cutset
decode.ilp

Decoding method using integer linear programming
CRF-package

CRF - Conditional Random Fields
sample.gibbs

Sampling method using single-site Gibbs sampler
sample.conditional

Conditional sampling method
make.par

Make CRF parameters
sub.crf

Make sub CRF
train.mrf

Train MRF model
decode.block

Decoding method using block iterated conditional modes algorithm
infer.lbp

Inference method using loopy belief propagation
sample.tree

Sampling method for tree- and forest-structured graphs
decode.conditional

Conditional decoding method
decode.junction

Decoding method for low-treewidth graphs
clamp.crf

Make clamped CRF