Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

Impala::Core::Table::BayesFusion Class Reference

A BayesFusion class is designed to compute the posterior probability of concepts P(c_{k}|X_{i}) based on the conditional probability P(c_{k}|g_{j}) which is calculated by class Bayes. More...

#include <BayesFusion.h>

Inheritance diagram for Impala::Core::Table::BayesFusion:

Inheritance graph
[legend]
Collaboration diagram for Impala::Core::Table::BayesFusion:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 BayesFusion (String annoSetName, String genreSet, String conceptSet, String quid, String setName, String genrePath, String conceptPath, int nStart, int nEnd, bool bWriteTable)
virtual ~BayesFusion ()
void DoFusion (double alpha, bool bUseAnnoMatrix=true)
bool Initialization ()
void DumpGenreSimilarityTableSet ()
void DumpConceptSimilarityTableSet ()
void ExecuteBayesFusion (double alpha, bool bUseAnnoMatrix=true)
bool LoadConceptGenreNumFromAnnotation (String name, int &nRow, int &nCol)

Protected Attributes

SimilarityTableSetmGenreSimSet
SimilarityTableSetmConceptSimSet
SimilarityTableSet::SimTableType ** genreSimTable
SimilarityTableSet::SimTableType ** conceptSimTable
Core::Table::QuidTablemQuidTable
String mConceptPath
String mGenrePath
Core::VideoSet::KeyframesmKeyframes
bool mWriteTable

Detailed Description

A BayesFusion class is designed to compute the posterior probability of concepts P(c_{k}|X_{i}) based on the conditional probability P(c_{k}|g_{j}) which is calculated by class Bayes.

Note: It is mainly designed to update concept similarity tables.

Definition at line 18 of file BayesFusion.h.


The documentation for this class was generated from the following file:
Generated on Fri Mar 19 11:20:25 2010 for ImpalaSrc by  doxygen 1.5.1