HomeSort by relevance Sort by last modified time
    Searched defs:get_var_count (Results 1 - 2 of 2) sorted by null

  /external/opencv/ml/src/
mlknearest.cpp 86 int CvKNearest::get_var_count() const { return var_count; } function in class:CvKNearest
  /external/opencv/ml/include/
ml.h 294 int get_var_count() const;
525 int get_var_count() const { return var_idx ? var_idx->cols : var_all; } function in class:CvSVM
918 virtual int get_var_count() const {return data ? data->var_count : 0;} function in class:CvForestTree
    [all...]

Completed in 33 milliseconds