Home
last modified time | relevance | path

Searched refs:getSampleWeights (Results 1 – 6 of 6) sorted by relevance

/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Process/openturns/
H A DKarhunenLoeveSVDAlgorithm.hxx82 Point getSampleWeights() const;
/dports/math/openturns/openturns-1.18/python/src/
H A DKarhunenLoeveSVDAlgorithm_doc.i.in145 %feature("docstring") OT::KarhunenLoeveSVDAlgorithm::getSampleWeights
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Process/
H A DKarhunenLoeveSVDAlgorithm.cxx429 Point KarhunenLoeveSVDAlgorithm::getSampleWeights() const in getSampleWeights() function in KarhunenLoeveSVDAlgorithm
/dports/graphics/opencv/opencv-4.5.3/modules/ml/include/opencv2/
H A Dml.hpp196 CV_WRAP virtual Mat getSampleWeights() const = 0;
/dports/graphics/opencv/opencv-4.5.3/modules/ml/src/
H A Ddata.cpp167 Mat getSampleWeights() const CV_OVERRIDE in getSampleWeights() function in cv::ml::CV_FINAL
H A Dtree.cpp171 data->getSampleWeights().copyTo(w->sample_weights); in startTraining()