Home
last modified time | relevance | path

Searched defs:respD (Results 1 – 2 of 2) sorted by relevance

/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/logistic_regression/
H A Dlogistic_regression_function_impl.hpp126 arma::rowvec respD = arma::conv_to<arma::rowvec>::from(responses.subvec(begin, in Evaluate() local
272 arma::rowvec respD = arma::conv_to<arma::rowvec>::from(responses.subvec(begin, in EvaluateWithGradient() local
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/problems/
H A Dlogistic_regression_function_impl.hpp153 arma::Row<ElemType> respD = arma::conv_to<arma::Row<ElemType>>::from( in Evaluate() local
313 arma::Row<ElemType> respD = arma::conv_to<arma::Row<ElemType>>::from( in EvaluateWithGradient() local