mlpack
2.2.5
|
This is the complete list of members for DTree, including all inherited members.
AlphaUpper() const | DTree | inline |
ComputeValue(const arma::vec &query) const | DTree | |
ComputeVariableImportance(arma::vec &importances) const | DTree | |
DTree() | DTree | |
DTree(const arma::vec &maxVals, const arma::vec &minVals, const size_t totalPoints) | DTree | |
DTree(arma::mat &data) | DTree | |
DTree(const arma::vec &maxVals, const arma::vec &minVals, const size_t start, const size_t end, const double logNegError) | DTree | |
DTree(const arma::vec &maxVals, const arma::vec &minVals, const size_t totalPoints, const size_t start, const size_t end) | DTree | |
End() const | DTree | inline |
FindBucket(const arma::vec &query) const | DTree | |
Grow(arma::mat &data, arma::Col< size_t > &oldFromNew, const bool useVolReg=false, const size_t maxLeafSize=10, const size_t minLeafSize=5) | DTree | |
Left() const | DTree | inline |
LogNegativeError(const size_t totalPoints) const | DTree | |
LogNegError() const | DTree | inline |
LogVolume() const | DTree | inline |
MaxVals() const | DTree | inline |
MaxVals() | DTree | inline |
MinVals() const | DTree | inline |
MinVals() | DTree | inline |
PruneAndUpdate(const double oldAlpha, const size_t points, const bool useVolReg=false) | DTree | |
Ratio() const | DTree | inline |
Right() const | DTree | inline |
Root() const | DTree | inline |
Serialize(Archive &ar, const unsigned int) | DTree | inline |
SplitDim() const | DTree | inline |
SplitValue() const | DTree | inline |
Start() const | DTree | inline |
SubtreeLeaves() const | DTree | inline |
SubtreeLeavesLogNegError() const | DTree | inline |
TagTree(const int tag=0) | DTree | |
WithinRange(const arma::vec &query) const | DTree | |
WriteTree(FILE *fp, const size_t level=0) const | DTree | |
~DTree() | DTree |