#include <GBRTreeD.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 33 of file GBRTreeD.h.
◆ GBRTreeD() [1/2]
◆ GBRTreeD() [2/2]
template<typename InputTreeT >
GBRTreeD::GBRTreeD |
( |
const InputTreeT & |
tree | ) |
|
◆ ~GBRTreeD()
◆ CutIndices() [1/2]
std::vector<unsigned short>& GBRTreeD::CutIndices |
( |
| ) |
|
|
inline |
◆ CutIndices() [2/2]
const std::vector<unsigned short>& GBRTreeD::CutIndices |
( |
| ) |
const |
|
inline |
◆ CutVals() [1/2]
std::vector<float>& GBRTreeD::CutVals |
( |
| ) |
|
|
inline |
◆ CutVals() [2/2]
const std::vector<float>& GBRTreeD::CutVals |
( |
| ) |
const |
|
inline |
◆ GetResponse()
double GBRTreeD::GetResponse |
( |
int |
termidx | ) |
const |
|
inline |
◆ LeftIndices() [1/2]
std::vector<int>& GBRTreeD::LeftIndices |
( |
| ) |
|
|
inline |
◆ LeftIndices() [2/2]
const std::vector<int>& GBRTreeD::LeftIndices |
( |
| ) |
const |
|
inline |
◆ Responses() [1/2]
std::vector<double>& GBRTreeD::Responses |
( |
| ) |
|
|
inline |
◆ Responses() [2/2]
const std::vector<double>& GBRTreeD::Responses |
( |
| ) |
const |
|
inline |
◆ RightIndices() [1/2]
std::vector<int>& GBRTreeD::RightIndices |
( |
| ) |
|
|
inline |
◆ RightIndices() [2/2]
const std::vector<int>& GBRTreeD::RightIndices |
( |
| ) |
const |
|
inline |
◆ serialize()
template<class Archive >
void GBRTreeD::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ TerminalIndex()
int GBRTreeD::TerminalIndex |
( |
const float * |
vector | ) |
const |
|
inline |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ cond::serialization::access
template<typename CondSerializationT , typename Enabled >
◆ fCutIndices
std::vector<unsigned short> GBRTreeD::fCutIndices |
|
protected |
◆ fCutVals
std::vector<float> GBRTreeD::fCutVals |
|
protected |
◆ fLeftIndices
std::vector<int> GBRTreeD::fLeftIndices |
|
protected |
◆ fResponses
std::vector<double> GBRTreeD::fResponses |
|
protected |
◆ fRightIndices
std::vector<int> GBRTreeD::fRightIndices |
|
protected |