Home
last modified time | relevance | path

Searched refs:onlineLearn (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Drandom_forest.hxx488 void onlineLearn( MultiArrayView<2,U,C1> const & features,
498 void onlineLearn( MultiArrayView<2, U, C1> const & features, in onlineLearn() function in vigra::RandomForest
502 onlineLearn(features, in onlineLearn()
698 void RandomForest<LabelType, PreprocessorTag>::onlineLearn(MultiArrayView<2,U,C1> const & features, in onlineLearn() function in vigra::RandomForest
/dports/graphics/vigra/vigra-8acd73a/vigranumpy/src/core/
H A Drandom_forest.cxx213 rf.onlineLearn(trainData, trainLabels, startIndex, in pythonRFOnlineLearn()
/dports/graphics/vigra/vigra-8acd73a/test/classifier/
H A Dtest.cxx699 RF2.onlineLearn( MultiArrayView<2, double>(MultiArrayShape<2>::type(4,2), features), in RFonlineTest()