Home
last modified time | relevance | path

Searched defs:RandomForest (Results 1 – 20 of 20) sorted by relevance

/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/random_forest/
H A Drandom_forest.hpp27 class RandomForest class
38 RandomForest() { } in RandomForest() function in mlpack::tree::RandomForest
H A Drandom_forest_impl.hpp35 >::RandomForest(const MatType& dataset, in RandomForest() function in mlpack::tree::RandomForest
65 >::RandomForest(const MatType& dataset, in RandomForest() function in mlpack::tree::RandomForest
96 >::RandomForest(const MatType& dataset, in RandomForest() function in mlpack::tree::RandomForest
126 >::RandomForest(const MatType& dataset, in RandomForest() function in mlpack::tree::RandomForest
/dports/devel/spark/spark-2.1.1/mllib/src/main/scala/org/apache/spark/mllib/tree/
H A DRandomForest.scala71 private class RandomForest ( class
102 object RandomForest extends Serializable with Logging { object
/dports/math/cgal/CGAL-5.3/include/CGAL/Classification/ETHZ/internal/random-forest/
H A Dforest.hpp50 namespace RandomForest { namespace
110 class RandomForest { class
119 RandomForest() {} in RandomForest() function in CGAL::internal::liblearning::RandomForest::RandomForest
120 RandomForest(ParamType const& params) : params(params) {} in RandomForest() function in CGAL::internal::liblearning::RandomForest::RandomForest
H A Dtree.hpp30 namespace RandomForest { namespace
H A Dnode-gini.hpp29 namespace RandomForest { namespace
H A Dnode.hpp42 namespace RandomForest { namespace
H A Dcommon-libraries.hpp59 namespace RandomForest { namespace
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ximgproc/src/
H A Dstructured_edge_detection.cpp846 struct RandomForest struct in cv::ximgproc::StructuredEdgeDetectionImpl
849 struct RandomForestOptions
882 } options;
884 int numberOfTreeNodes;
886 std::vector <int> featureIds; /*!< feature coordinate thresholded at k-th node */
887 std::vector <float> thresholds; /*!< threshold applied to featureIds[k] at k-th node */
888 std::vector <int> childs; /*!< k --> child[k] - 1, child[k] */
890 std::vector <int> edgeBoundaries; /*!< ... */
891 std::vector <int> edgeBins; /*!< ... */
/dports/graphics/vigra/vigra-8acd73a/include/vigra/random_forest_3/
H A Drandom_forest.hxx68 class RandomForest class
202 RandomForest<FEATURES, LABELS, SPLITTESTS, ACC>::RandomForest() in RandomForest() function in vigra::rf3::RandomForest
211 RandomForest<FEATURES, LABELS, SPLITTESTS, ACC>::RandomForest( in RandomForest() function in vigra::rf3::RandomForest
/dports/mail/nextcloud-mail/mail/vendor/rubix/ml/benchmarks/Classifiers/
H A DRandomForestBench.php5 use Rubix\ML\Classifiers\RandomForest; alias
/dports/www/moodle310/moodle/lib/mlbackend/php/phpml/src/Phpml/Classification/Ensemble/
H A DRandomForest.php11 class RandomForest extends Bagging class
/dports/www/moodle311/moodle/lib/mlbackend/php/phpml/src/Phpml/Classification/Ensemble/
H A DRandomForest.php11 class RandomForest extends Bagging class
/dports/www/moodle39/moodle/lib/mlbackend/php/phpml/src/Phpml/Classification/Ensemble/
H A DRandomForest.php11 class RandomForest extends Bagging class
/dports/mail/nextcloud-mail/mail/vendor/rubix/ml/tests/Classifiers/
H A DRandomForestTest.php14 use Rubix\ML\Classifiers\RandomForest; alias
/dports/graphics/vigra/vigra-8acd73a/vigranumpy/src/core/
H A Drandom_forest_old.cxx45 #define RandomForest RandomForestDeprec macro
/dports/mail/nextcloud-mail/mail/vendor/rubix/ml/src/Classifiers/
H A DRandomForest.php51 class RandomForest implements Estimator, Learner, Probabilistic, Parallel, RanksFeatures, Persistab… class
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Drandom_forest.hxx147 class RandomForest class
197 RandomForest(Options_t const & options = Options_t(), in RandomForest() function in vigra::RandomForest
228 RandomForest(int treeCount, in RandomForest() function in vigra::RandomForest
/dports/devel/spark/spark-2.1.1/python/pyspark/mllib/
H A Dtree.py292 class RandomForest(object): class
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/face/src/
H A DfacemarkLBF.cpp182 class RandomForest : public LBF { class in cv::face::FacemarkLBFImpl
184 RandomForest(){}; in RandomForest() function in cv::face::FacemarkLBFImpl::RandomForest