Chisel
|
Represents the probabilistic model that is utilized in the reduction phase. More...
#include <ProbabilisticModel.h>
Public Member Functions | |
ProbabilisticModel () | |
void | initialize (DDElementVector &Source) |
void | clear () |
void | train (int Iteration) |
void | addForTraining (DDElementVector &Source, DDElementVector &Chunk, bool Label) |
arma::uvec | sortCandidates (DDElementVector &Source, std::vector< DDElementVector > &Chunks) |
Represents the probabilistic model that is utilized in the reduction phase.
|
inline |
void ProbabilisticModel::addForTraining | ( | DDElementVector & | Source, |
DDElementVector & | Chunk, | ||
bool | Label | ||
) |
void ProbabilisticModel::clear | ( | ) |
void ProbabilisticModel::initialize | ( | DDElementVector & | Source | ) |
arma::uvec ProbabilisticModel::sortCandidates | ( | DDElementVector & | Source, |
std::vector< DDElementVector > & | Chunks | ||
) |
void ProbabilisticModel::train | ( | int | Iteration | ) |