HomeSort by relevance Sort by last modified time
    Searched refs:getNAllVars (Results 1 - 9 of 9) sorted by null

  /external/opencv3/modules/java/src/
ml+TrainData.java 102 // C++: int getNAllVars()
105 //javadoc: TrainData::getNAllVars()
106 public int getNAllVars()
552 // C++: int getNAllVars()
ml.cpp     [all...]
  /external/opencv3/modules/ml/src/
data.cpp 144 return !varIdx.empty() ? (int)varIdx.total() : getNAllVars();
146 int getNAllVars() const
865 CV_Assert( 0 <= vi && vi < getNAllVars() );
941 int i, n = vidx.checkVector(1, CV_32S), nvars = getNAllVars();
    [all...]
nbayes.cpp 67 int __nallvars = trainData->getNAllVars();
rtrees.cpp 143 int nallvars = w->data->getNAllVars();
tree.cpp 149 int nallvars = data->getNAllVars();
    [all...]
  /external/opencv3/modules/ml/include/opencv2/
ml.hpp 148 CV_WRAP virtual int getNAllVars() const = 0;
    [all...]
  /external/opencv3/modules/ml/test/
test_mltests2.cpp 356 int layer_sz[] = { data->getNAllVars(), 100, 100, (int)cls_map.size() };
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 49 milliseconds