Uses of Class
netkit.inference.InferenceMethod

Packages that use InferenceMethod
netkit.classifiers   
netkit.inference   
 

Uses of InferenceMethod in netkit.classifiers
 

Fields in netkit.classifiers with type parameters of type InferenceMethod
static Factory<InferenceMethod> NetworkLearning.imethods
           
 

Methods in netkit.classifiers that return InferenceMethod
 InferenceMethod NetworkLearner.getInferenceMethod()
           
 

Constructors in netkit.classifiers with parameters of type InferenceMethod
NetworkLearner(Classifier lc, NetworkClassifier nc, InferenceMethod ic, boolean applyCMN)
           
 

Uses of InferenceMethod in netkit.inference
 

Subclasses of InferenceMethod in netkit.inference
 class GibbsSampling
           
 class IterativeClassification
           
 class NullInference
           
 class RelaxationLabeling