1 #ifndef _SIZEDISTRIBUTION_ 2 #define _SIZEDISTRIBUTION_ 16 class ClassTotalsList;
59 void PrintCSVHeader (ostream& o)
const;
60 void PrintFormatedHeader (ostream& o)
const;
61 void PrintTabDelHeader (ostream& o)
const;
74 ClassTotalsListPtr totals;
ClassTotalsList * ClassTotalsListPtr
void Increment(MLClassPtr mlClass, kkint32 size)
void PrintTabDelDistributionMatrix(ostream &_outFile) const
SizeDistribution(kkint32 _bucketCount, kkint32 _bucketSize, RunLog &_log)
ClassTotals * ClassTotalsPtr
void PrintByClassCollumns(ostream &o, VectorUlong *scanLinesPerMeter) const
Used to keep track of examples by size; typically used by 'CrossValidation'; for each example predict...
Used for logging messages.
void EncodeProblem(const struct svm_paramater ¶m, struct svm_problem &prob_in, struct svm_problem &prob_out)
SizeDistribution * SizeDistributionPtr
MLClassList * MLClassListPtr
void PrintFormatedDistributionMatrix(ostream &_outFile) const
void PrintCSVDistributionMatrix(ostream &_outFile) const
std::vector< ulong > VectorUlong