Home
last modified time | relevance | path

Searched refs:ParameterMapVector (Results 1 – 2 of 2) sorted by relevance

/dports/biology/mothur/mothur-1.46.1/source/svm/
H A Dsvm.hpp244 typedef vector<ParameterMap> ParameterMapVector; typedef
328 const ParameterMapVector& getParameterSetList() { return parameterSetVector; } in getParameterSetList()
331 ParameterMapVector parameterSetVector;
H A Dsvm.cpp829 …for (ParameterMapVector::const_iterator hp = p.getParameterSetList().begin(); hp != p.getParameter… in train()