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