GClasses
GClasses::GLearnerLib Member List

This is the complete list of members for GClasses::GLearnerLib, including all inherited members.

autoTune(GArgReader &args)GClasses::GLearnerLibstatic
autoTuneDecisionTree(GMatrix &features, GMatrix &labels)GClasses::GLearnerLibstatic
autoTuneGraphCutTransducer(GMatrix &features, GMatrix &labels)GClasses::GLearnerLibstatic
autoTuneKNN(GMatrix &features, GMatrix &labels)GClasses::GLearnerLibstatic
autoTuneNaiveBayes(GMatrix &features, GMatrix &labels)GClasses::GLearnerLibstatic
autoTuneNaiveInstance(GMatrix &features, GMatrix &labels)GClasses::GLearnerLibstatic
autoTuneNeuralNet(GMatrix &features, GMatrix &labels)GClasses::GLearnerLibstatic
CrossValidate(GArgReader &args)GClasses::GLearnerLibstatic
CrossValidateCallback(void *pSupLearner, size_t nRep, size_t nFold, double foldSSE, size_t rows)GClasses::GLearnerLibstatic
getAttrVal(const char *szString, size_t attrCount)GClasses::GLearnerLibstatic
InstantiateAgglomerativeTransducer(GArgReader &args, GMatrix *pFeatures, GMatrix *pLabels)GClasses::GLearnerLibstatic
InstantiateAlgorithm(GArgReader &args, GMatrix *pFeatures, GMatrix *pLabels)GClasses::GLearnerLibstatic
InstantiateBag(GArgReader &args, GMatrix *pFeatures, GMatrix *pLabels)GClasses::GLearnerLibstatic
InstantiateBaseline(GArgReader &args, GMatrix *pFeatures, GMatrix *pLabels)GClasses::GLearnerLibstatic
instantiateBlock(GArgReader &args)GClasses::GLearnerLibstatic
InstantiateBMA(GArgReader &args, GMatrix *pFeatures, GMatrix *pLabels)GClasses::GLearnerLibstatic
InstantiateBMC(GArgReader &args, GMatrix *pFeatures, GMatrix *pLabels)GClasses::GLearnerLibstatic
InstantiateBomb(GArgReader &args, GMatrix *pFeatures, GMatrix *pLabels)GClasses::GLearnerLibstatic
InstantiateBoost(GArgReader &args, GMatrix *pFeatures, GMatrix *pLabels)GClasses::GLearnerLibstatic
InstantiateBucket(GArgReader &args, GMatrix *pFeatures, GMatrix *pLabels)GClasses::GLearnerLibstatic
InstantiateCvdt(GArgReader &args)GClasses::GLearnerLibstatic
InstantiateDecisionTree(GArgReader &args, GMatrix *pFeatures, GMatrix *pLabels)GClasses::GLearnerLibstatic
InstantiateGaussianProcess(GArgReader &args, GMatrix *pFeatures, GMatrix *pLabels)GClasses::GLearnerLibstatic
InstantiateGraphCutTransducer(GArgReader &args, GMatrix *pFeatures, GMatrix *pLabels)GClasses::GLearnerLibstatic
InstantiateHodgePodge(GArgReader &args, GMatrix *pFeatures, GMatrix *pLabels)GClasses::GLearnerLibstatic
InstantiateKNN(GArgReader &args, GMatrix *pFeatures, GMatrix *pLabels)GClasses::GLearnerLibstatic
InstantiateLinearRegressor(GArgReader &args, GMatrix *pFeatures, GMatrix *pLabels)GClasses::GLearnerLibstatic
InstantiateMeanMarginsTree(GArgReader &args, GMatrix *pFeatures, GMatrix *pLabels)GClasses::GLearnerLibstatic
InstantiateNaiveBayes(GArgReader &args, GMatrix *pFeatures, GMatrix *pLabels)GClasses::GLearnerLibstatic
InstantiateNaiveInstance(GArgReader &args, GMatrix *pFeatures, GMatrix *pLabels)GClasses::GLearnerLibstatic
InstantiateNeighborTransducer(GArgReader &args, GMatrix *pFeatures, GMatrix *pLabels)GClasses::GLearnerLibstatic
InstantiateNeuralNet(GArgReader &args, GMatrix *pFeatures, GMatrix *pLabels)GClasses::GLearnerLibstatic
InstantiateRandomForest(GArgReader &args)GClasses::GLearnerLibstatic
InstantiateReservoirNet(GArgReader &args, GMatrix *pFeatures, GMatrix *pLabels)GClasses::GLearnerLibstatic
InstantiateWag(GArgReader &args, GMatrix *pFeatures, GMatrix *pLabels)GClasses::GLearnerLibstatic
leftJustifiedString(const char *pIn, char *pOut, size_t outLen)GClasses::GLearnerLibstatic
loadData(GArgReader &args, std::unique_ptr< GMatrix > &hFeaturesOut, std::unique_ptr< GMatrix > &hLabelsOut, bool requireMetadata=false)GClasses::GLearnerLibstatic
machineReadableConfusionData(std::size_t variable_idx, const GRelation *pRelation, GMatrix const *const pMatrix)GClasses::GLearnerLibstatic
machineReadableConfusionHeader(std::size_t variable_idx, const GRelation *pRelation)GClasses::GLearnerLibstatic
metaData(GArgReader &args)GClasses::GLearnerLibstatic
parseAttributeList(vector< size_t > &list, GArgReader &args, size_t attrCount)GClasses::GLearnerLibstatic
PrecisionRecall(GArgReader &args)GClasses::GLearnerLibstatic
predict(GArgReader &args)GClasses::GLearnerLibstatic
predictDistribution(GArgReader &args)GClasses::GLearnerLibstatic
printConfusionMatrices(const GRelation *pRelation, vector< GMatrix * > &matrixArray)GClasses::GLearnerLibstatic
printMachineReadableConfusionMatrices(const GRelation *pRelation, vector< GMatrix * > &matrixArray)GClasses::GLearnerLibstatic
regress(GArgReader &args)GClasses::GLearnerLibstatic
rightJustifiedString(const char *pIn, char *pOut, size_t outLen)GClasses::GLearnerLibstatic
showError(GArgReader &args, const char *szAppName, const char *szMessage)GClasses::GLearnerLibstatic
showInstantiateAlgorithmError(const char *szMessage, GArgReader &args)GClasses::GLearnerLibstatic
ShowUsage(const char *appName)GClasses::GLearnerLibstatic
SplitTest(GArgReader &args)GClasses::GLearnerLibstatic
sterilize(GArgReader &args)GClasses::GLearnerLibstatic
Test(GArgReader &args)GClasses::GLearnerLibstatic
Train(GArgReader &args)GClasses::GLearnerLibstatic
Transduce(GArgReader &args)GClasses::GLearnerLibstatic
TransductiveAccuracy(GArgReader &args)GClasses::GLearnerLibstatic
vette(string &s)GClasses::GLearnerLibstatic