ActiveCrowdToolkit  0.1
CrowdsourcingModels.CBCCPosteriors Class Reference

CBCC posterior object. More...

Inheritance diagram for CrowdsourcingModels.CBCCPosteriors:
CrowdsourcingModels.BCCPosteriors

Public Attributes

Dirichlet CommunityProb
 The Dirichlet posteriors of the workers community membership. More...
 
Discrete[] Community
 The posterior probabilities of the workers community membnerships. More...
 
Dirichlet[][] CommunityConfusionMatrix
 The Dirichlet posteriors of the community confusion matrix. More...
 
VectorGaussian[][] CommunityScoreMatrix
 The Gaussian posteriors of the community score matrix. More...
 
VectorGaussian[][] WorkerScoreMatrixConstraint
 The Gaussian constraint of the community score matrix (used for online training). More...
 
Discrete[] WorkerCommunityConstraint
 Theconstraint of the workers community membership (used for online training). More...
 
- Public Attributes inherited from CrowdsourcingModels.BCCPosteriors
Dirichlet BackgroundLabelProb
 The probabilities that generate the true labels of all the tasks. More...
 
Discrete[] TrueLabel
 The probabilities of the true label of each task. More...
 
Dirichlet[][] WorkerConfusionMatrix
 The Dirichlet parameters of the confusion matrix of each worker. More...
 
Discrete[][] WorkerPrediction
 The predictive probabilities of the worker's labels. More...
 
Discrete[] TrueLabelConstraint
 The true label constraint used in online training. More...
 
Bernoulli Evidence
 The model evidence. More...
 

Detailed Description

CBCC posterior object.

Member Data Documentation

Discrete [] CrowdsourcingModels.CBCCPosteriors.Community

The posterior probabilities of the workers community membnerships.

Dirichlet [][] CrowdsourcingModels.CBCCPosteriors.CommunityConfusionMatrix

The Dirichlet posteriors of the community confusion matrix.

Dirichlet CrowdsourcingModels.CBCCPosteriors.CommunityProb

The Dirichlet posteriors of the workers community membership.

VectorGaussian [][] CrowdsourcingModels.CBCCPosteriors.CommunityScoreMatrix

The Gaussian posteriors of the community score matrix.

Discrete [] CrowdsourcingModels.CBCCPosteriors.WorkerCommunityConstraint

Theconstraint of the workers community membership (used for online training).

VectorGaussian [][] CrowdsourcingModels.CBCCPosteriors.WorkerScoreMatrixConstraint

The Gaussian constraint of the community score matrix (used for online training).


The documentation for this class was generated from the following file: