AlphaUpper() const | DTree< MatType, TagType > | inline |
BucketTag() const | DTree< MatType, TagType > | inline |
Child(const size_t child) const | DTree< MatType, TagType > | inline |
ChildPtr(const size_t child) | DTree< MatType, TagType > | inline |
ComputeValue(const VecType &query) const | DTree< MatType, TagType > | |
ComputeVariableImportance(arma::vec &importances) const | DTree< MatType, TagType > | |
DTree() | DTree< MatType, TagType > | |
DTree(const DTree &obj) | DTree< MatType, TagType > | |
DTree(DTree &&obj) | DTree< MatType, TagType > | |
DTree(const StatType &maxVals, const StatType &minVals, const size_t totalPoints) | DTree< MatType, TagType > | |
DTree(MatType &data) | DTree< MatType, TagType > | |
DTree(const StatType &maxVals, const StatType &minVals, const size_t start, const size_t end, const double logNegError) | DTree< MatType, TagType > | |
DTree(const StatType &maxVals, const StatType &minVals, const size_t totalPoints, const size_t start, const size_t end) | DTree< MatType, TagType > | |
ElemType typedef | DTree< MatType, TagType > | |
End() const | DTree< MatType, TagType > | inline |
FindBucket(const VecType &query) const | DTree< MatType, TagType > | |
Grow(MatType &data, arma::Col< size_t > &oldFromNew, const bool useVolReg=false, const size_t maxLeafSize=10, const size_t minLeafSize=5) | DTree< MatType, TagType > | |
Left() const | DTree< MatType, TagType > | inline |
LogNegativeError(const size_t totalPoints) const | DTree< MatType, TagType > | |
LogNegError() const | DTree< MatType, TagType > | inline |
LogVolume() const | DTree< MatType, TagType > | inline |
MaxVals() const | DTree< MatType, TagType > | inline |
MinVals() const | DTree< MatType, TagType > | inline |
NumChildren() const | DTree< MatType, TagType > | inline |
operator=(const DTree &obj) | DTree< MatType, TagType > | |
operator=(DTree &&obj) | DTree< MatType, TagType > | |
PruneAndUpdate(const double oldAlpha, const size_t points, const bool useVolReg=false) | DTree< MatType, TagType > | |
Ratio() const | DTree< MatType, TagType > | inline |
Right() const | DTree< MatType, TagType > | inline |
Root() const | DTree< MatType, TagType > | inline |
serialize(Archive &ar, const uint32_t) | DTree< MatType, TagType > | |
SplitDim() const | DTree< MatType, TagType > | inline |
SplitValue() const | DTree< MatType, TagType > | inline |
Start() const | DTree< MatType, TagType > | inline |
StatType typedef | DTree< MatType, TagType > | |
SubtreeLeaves() const | DTree< MatType, TagType > | inline |
SubtreeLeavesLogNegError() const | DTree< MatType, TagType > | inline |
TagTree(const TagType &tag=0, bool everyNode=false) | DTree< MatType, TagType > | |
VecType typedef | DTree< MatType, TagType > | |
WithinRange(const VecType &query) const | DTree< MatType, TagType > | |
~DTree() | DTree< MatType, TagType > | |