Home
last modified time | relevance | path

Searched defs:WNode (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/ml/src/
Dprecomp.hpp211 struct WNode struct in cv::ml::DTreesImpl
213 WNode() in WNode() function
221 int class_idx;
222 double Tn;
223 double value;
225 int parent;
226 int left;
227 int right;
228 int defaultDir;
230 int split;
[all …]
/external/opencv3/modules/ml/
Dprecomp.hpp211 struct WNode struct in cv::ml::DTreesImpl
213 WNode() in WNode() argument
221 int class_idx;
222 double Tn;
223 double value;
225 int parent;
226 int left;
227 int right;
228 int defaultDir;
230 int split;
[all …]