#include <DataDescrip.h>
Public Member Functions | |
| int | getNumDim () const |
| same as FeatVec::getNumDim() | |
| void | add (EvidenceType *) |
| Add an evidence type. | |
| int | getIdx (const Prediction *) const |
| combined, returns the integer id that maps to hash table idx that records the information about what type of evidence this is | |
| unsigned | getDiscSize () const |
| return the number of discrete value types there are used right now for binary encoding | |
| void | initVec (FeatVec &) const |
| initializes a feature vector to the values that reflect the predefined vector topology as defined by each EvidenceType e.g. | |
| FeatVec * | read (std::istream &) const |
| FeatVec * | read_wght (std::istream &) const |
| int | size () const |
| query how many types of unique evidence sets there are | |
|
|
combined, returns the integer id that maps to hash table idx that records the information about what type of evidence this is
|
|
|
initializes a feature vector to the values that reflect the predefined vector topology as defined by each EvidenceType e.g. homolgy = "max % sim, Sum % sim"
|