OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calc_rbf
(Results
1 - 2
of
2
) sorted by null
/external/opencv/ml/src/
mlsvm.cpp
222
calc_func = params->kernel_type == CvSVM::RBF ? &CvSVMKernel::
calc_rbf
:
285
void CvSVMKernel::
calc_rbf
( int vcount, int var_count, const float** vecs,
function in class:CvSVMKernel
[
all
...]
/external/opencv/ml/include/
ml.h
362
virtual void
calc_rbf
( int vec_count, int vec_size, const float** vecs,
[
all
...]
Completed in 44 milliseconds