mlpack  master
mlpack::det::DTree< MatType, TagType > Member List

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

alphaUppermlpack::det::DTree< MatType, TagType >private
AlphaUpper() const mlpack::det::DTree< MatType, TagType >inline
bucketTagmlpack::det::DTree< MatType, TagType >private
BucketTag() const mlpack::det::DTree< MatType, TagType >inline
ComputeValue(const VecType &query) const mlpack::det::DTree< MatType, TagType >
ComputeVariableImportance(arma::vec &importances) const mlpack::det::DTree< MatType, TagType >
DTree()mlpack::det::DTree< MatType, TagType >
DTree(const DTree &obj)mlpack::det::DTree< MatType, TagType >
DTree(DTree &&obj)mlpack::det::DTree< MatType, TagType >
DTree(const StatType &maxVals, const StatType &minVals, const size_t totalPoints)mlpack::det::DTree< MatType, TagType >
DTree(MatType &data)mlpack::det::DTree< MatType, TagType >
DTree(const StatType &maxVals, const StatType &minVals, const size_t start, const size_t end, const double logNegError)mlpack::det::DTree< MatType, TagType >
DTree(const StatType &maxVals, const StatType &minVals, const size_t totalPoints, const size_t start, const size_t end)mlpack::det::DTree< MatType, TagType >
ElemType typedefmlpack::det::DTree< MatType, TagType >
endmlpack::det::DTree< MatType, TagType >private
End() const mlpack::det::DTree< MatType, TagType >inline
FindBucket(const VecType &query) const mlpack::det::DTree< MatType, TagType >
FindSplit(const MatType &data, size_t &splitDim, ElemType &splitValue, double &leftError, double &rightError, const size_t minLeafSize=5) const mlpack::det::DTree< MatType, TagType >private
Grow(MatType &data, arma::Col< size_t > &oldFromNew, const bool useVolReg=false, const size_t maxLeafSize=10, const size_t minLeafSize=5)mlpack::det::DTree< MatType, TagType >
leftmlpack::det::DTree< MatType, TagType >private
Left() const mlpack::det::DTree< MatType, TagType >inline
LogNegativeError(const size_t totalPoints) const mlpack::det::DTree< MatType, TagType >
LogNegError() const mlpack::det::DTree< MatType, TagType >inline
logNegErrormlpack::det::DTree< MatType, TagType >private
LogVolume() const mlpack::det::DTree< MatType, TagType >inline
logVolumemlpack::det::DTree< MatType, TagType >private
MaxVals() const mlpack::det::DTree< MatType, TagType >inline
maxValsmlpack::det::DTree< MatType, TagType >private
MinVals() const mlpack::det::DTree< MatType, TagType >inline
minValsmlpack::det::DTree< MatType, TagType >private
operator=(const DTree &obj)mlpack::det::DTree< MatType, TagType >
operator=(DTree &&obj)mlpack::det::DTree< MatType, TagType >
PruneAndUpdate(const double oldAlpha, const size_t points, const bool useVolReg=false)mlpack::det::DTree< MatType, TagType >
Ratio() const mlpack::det::DTree< MatType, TagType >inline
ratiomlpack::det::DTree< MatType, TagType >private
rightmlpack::det::DTree< MatType, TagType >private
Right() const mlpack::det::DTree< MatType, TagType >inline
rootmlpack::det::DTree< MatType, TagType >private
Root() const mlpack::det::DTree< MatType, TagType >inline
Serialize(Archive &ar, const unsigned int)mlpack::det::DTree< MatType, TagType >
SplitData(MatType &data, const size_t splitDim, const ElemType splitValue, arma::Col< size_t > &oldFromNew) const mlpack::det::DTree< MatType, TagType >private
SplitDim() const mlpack::det::DTree< MatType, TagType >inline
splitDimmlpack::det::DTree< MatType, TagType >private
splitValuemlpack::det::DTree< MatType, TagType >private
SplitValue() const mlpack::det::DTree< MatType, TagType >inline
startmlpack::det::DTree< MatType, TagType >private
Start() const mlpack::det::DTree< MatType, TagType >inline
StatType typedefmlpack::det::DTree< MatType, TagType >
subtreeLeavesmlpack::det::DTree< MatType, TagType >private
SubtreeLeaves() const mlpack::det::DTree< MatType, TagType >inline
subtreeLeavesLogNegErrormlpack::det::DTree< MatType, TagType >private
SubtreeLeavesLogNegError() const mlpack::det::DTree< MatType, TagType >inline
TagTree(const TagType &tag=0)mlpack::det::DTree< MatType, TagType >
VecType typedefmlpack::det::DTree< MatType, TagType >
WithinRange(const VecType &query) const mlpack::det::DTree< MatType, TagType >
~DTree()mlpack::det::DTree< MatType, TagType >