|
MLPACK
1.0.11
|
This is the complete list of members for mlpack::det::DTree, including all inherited members.
| alphaUpper | mlpack::det::DTree | private |
| AlphaUpper() const | mlpack::det::DTree | inline |
| bucketTag | mlpack::det::DTree | private |
| 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 | |
| end | mlpack::det::DTree | private |
| End() const | mlpack::det::DTree | inline |
| 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::DTree | private |
| 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::DTree | inline |
| left | mlpack::det::DTree | private |
| LogNegativeError(const size_t totalPoints) const | mlpack::det::DTree | |
| LogNegError() const | mlpack::det::DTree | inline |
| logNegError | mlpack::det::DTree | private |
| LogVolume() const | mlpack::det::DTree | inline |
| logVolume | mlpack::det::DTree | private |
| MaxVals() const | mlpack::det::DTree | inline |
| MaxVals() | mlpack::det::DTree | inline |
| maxVals | mlpack::det::DTree | private |
| minVals | mlpack::det::DTree | private |
| MinVals() const | mlpack::det::DTree | inline |
| MinVals() | mlpack::det::DTree | inline |
| PruneAndUpdate(const double oldAlpha, const size_t points, const bool useVolReg=false) | mlpack::det::DTree | |
| Ratio() const | mlpack::det::DTree | inline |
| ratio | mlpack::det::DTree | private |
| right | mlpack::det::DTree | private |
| Right() const | mlpack::det::DTree | inline |
| root | mlpack::det::DTree | private |
| Root() const | mlpack::det::DTree | inline |
| SplitData(arma::mat &data, const size_t splitDim, const double splitValue, arma::Col< size_t > &oldFromNew) const | mlpack::det::DTree | private |
| SplitDim() const | mlpack::det::DTree | inline |
| splitDim | mlpack::det::DTree | private |
| splitValue | mlpack::det::DTree | private |
| SplitValue() const | mlpack::det::DTree | inline |
| start | mlpack::det::DTree | private |
| Start() const | mlpack::det::DTree | inline |
| subtreeLeaves | mlpack::det::DTree | private |
| SubtreeLeaves() const | mlpack::det::DTree | inline |
| subtreeLeavesLogNegError | mlpack::det::DTree | private |
| SubtreeLeavesLogNegError() const | mlpack::det::DTree | inline |
| 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 |
1.8.6