MLPACK  1.0.11
mlpack::det::DTree Member List

This is the complete list of members for mlpack::det::DTree, including all inherited members.

alphaUppermlpack::det::DTreeprivate
AlphaUpper() const mlpack::det::DTreeinline
bucketTagmlpack::det::DTreeprivate
ComputeValue(const arma::vec &query) const mlpack::det::DTree
ComputeVariableImportance(arma::vec &importances) const mlpack::det::DTree
DTree()mlpack::det::DTree
DTree(const arma::vec &maxVals, const arma::vec &minVals, const size_t totalPoints)mlpack::det::DTree
DTree(arma::mat &data)mlpack::det::DTree
DTree(const arma::vec &maxVals, const arma::vec &minVals, const size_t start, const size_t end, const double logNegError)mlpack::det::DTree
DTree(const arma::vec &maxVals, const arma::vec &minVals, const size_t totalPoints, const size_t start, const size_t end)mlpack::det::DTree
endmlpack::det::DTreeprivate
End() const mlpack::det::DTreeinline
FindBucket(const arma::vec &query) const mlpack::det::DTree
FindSplit(const arma::mat &data, size_t &splitDim, double &splitValue, double &leftError, double &rightError, const size_t minLeafSize=5) const mlpack::det::DTreeprivate
Grow(arma::mat &data, arma::Col< size_t > &oldFromNew, const bool useVolReg=false, const size_t maxLeafSize=10, const size_t minLeafSize=5)mlpack::det::DTree
Left() const mlpack::det::DTreeinline
leftmlpack::det::DTreeprivate
LogNegativeError(const size_t totalPoints) const mlpack::det::DTree
LogNegError() const mlpack::det::DTreeinline
logNegErrormlpack::det::DTreeprivate
LogVolume() const mlpack::det::DTreeinline
logVolumemlpack::det::DTreeprivate
MaxVals() const mlpack::det::DTreeinline
MaxVals()mlpack::det::DTreeinline
maxValsmlpack::det::DTreeprivate
minValsmlpack::det::DTreeprivate
MinVals() const mlpack::det::DTreeinline
MinVals()mlpack::det::DTreeinline
PruneAndUpdate(const double oldAlpha, const size_t points, const bool useVolReg=false)mlpack::det::DTree
Ratio() const mlpack::det::DTreeinline
ratiomlpack::det::DTreeprivate
rightmlpack::det::DTreeprivate
Right() const mlpack::det::DTreeinline
rootmlpack::det::DTreeprivate
Root() const mlpack::det::DTreeinline
SplitData(arma::mat &data, const size_t splitDim, const double splitValue, arma::Col< size_t > &oldFromNew) const mlpack::det::DTreeprivate
SplitDim() const mlpack::det::DTreeinline
splitDimmlpack::det::DTreeprivate
splitValuemlpack::det::DTreeprivate
SplitValue() const mlpack::det::DTreeinline
startmlpack::det::DTreeprivate
Start() const mlpack::det::DTreeinline
subtreeLeavesmlpack::det::DTreeprivate
SubtreeLeaves() const mlpack::det::DTreeinline
subtreeLeavesLogNegErrormlpack::det::DTreeprivate
SubtreeLeavesLogNegError() const mlpack::det::DTreeinline
TagTree(const int tag=0)mlpack::det::DTree
ToString() const mlpack::det::DTree
WithinRange(const arma::vec &query) const mlpack::det::DTree
WriteTree(FILE *fp, const size_t level=0) const mlpack::det::DTree
~DTree()mlpack::det::DTree