INFERENUM


Description

An enumerated type of inference engine types.

Values

Value

Description

ine_Default 

The default inference type. (Currently, Clique Tree/Junction Tree inference.)

ine_CliqueTree

The type of the standard Clique Tree/Junction Tree inference.

ine_DependencyMap

The type of Dependency Map inference

ine_HmmCopyBack

The type of inference for time series (Hidden Markov Models).

ine_MarkovBlanket

The type of Markov Blanket inference.

ine_NaiveBayesMix

The type of inference for naive Bayes models. Faster than using Clique Tree inference.

Also See

Add (Models), Type (Engine)

Inference: an Overview