Searched defs:getNAllVars (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/java/src/
H A Dml+TrainData.java102 // C++: int getNAllVars()
105 //javadoc: TrainData::getNAllVars()
106 public int getNAllVars() method in class:TrainData
552 // C++: int getNAllVars()
/external/opencv3/modules/ml/src/
H A Ddata.cpp144 return !varIdx.empty() ? (int)varIdx.total() : getNAllVars();
146 int getNAllVars() const function in class:cv::ml::TrainDataImpl
865 CV_Assert( 0 <= vi && vi < getNAllVars() );
941 int i, n = vidx.checkVector(1, CV_32S), nvars = getNAllVars();

Completed in 496 milliseconds