OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTrained
(Results
1 - 16
of
16
) sorted by null
/external/opencv3/modules/java/src/
ml+StatModel.java
53
// C++: bool
isTrained
()
56
//javadoc: StatModel::
isTrained
()
57
public boolean
isTrained
()
144
// C++: bool
isTrained
()
ml.cpp
[
all
...]
/external/opencv3/modules/ml/src/
inner_functions.cpp
53
bool StatModel::empty() const { return !
isTrained
(); }
boost.cpp
492
bool
isTrained
() const { return impl.
isTrained
(); }
rtrees.cpp
403
bool
isTrained
() const { return impl.
isTrained
(); }
precomp.hpp
294
bool
isTrained
() const { return !roots.empty(); }
knearest.cpp
463
bool
isTrained
() const { return !impl->samples.empty(); }
nbayes.cpp
443
bool
isTrained
() const { return !avg.empty(); }
em.cpp
192
CV_Assert(
isTrained
());
215
bool
isTrained
() const
lr.cpp
105
virtual bool
isTrained
() const { return !learnt_thetas.empty(); }
svm.cpp
[
all
...]
ann_mlp.cpp
[
all
...]
/external/opencv3/modules/ml/
precomp.hpp
294
bool
isTrained
() const { return !roots.empty(); }
/external/opencv3/modules/ml/include/opencv2/
ml.hpp
307
CV_WRAP virtual bool
isTrained
() const = 0;
[
all
...]
/external/opencv3/apps/traincascade/
boost.cpp
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 399 milliseconds