CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - random forest

搜索资源列表

  1. houghforest

    0下载:
  2. 使用hough随机森林算法做的单类物体识别-Random forest algorithms use hough a single class of object recognition do
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:25.27kb
    • 提供者:巫义锐
  1. Hough-Forest

    0下载:
  2. 使用hough森林方法检测识别图片中的物体,比随机森林速度更快。-using hough forest method to detect and recognize the objective in image rather than using the random forest method
  3. 所属分类:Graph Recognize

    • 发布日期:2016-01-25
    • 文件大小:9.17mb
    • 提供者:张霖
  1. random-forest

    0下载:
  2. 随机森林算法是opencv中的重要的算法,其中讲述了随机森林的定义特征构建方法等-Random Forests algorithm is an important algorithm in opencv, which describes the defining characteristics of a random forest construction methods
  3. 所属分类:OpenCV

    • 发布日期:2016-01-25
    • 文件大小:26kb
    • 提供者:hmm
  1. houghForest

    0下载:
  2. 这个是Dr. Juergan Gall写的检测识别图片中的物体,有关的文章名字是Class-specific Hough Forests for Object detection. hough森林方法结合了随机森林和Hough选票去估计物体中心的可能。-A method for the detection of instances of an object class.A class-specific Hough forest is a random forest that maps image
  3. 所属分类:Special Effects

    • 发布日期:2017-11-05
    • 文件大小:5.27mb
    • 提供者:Joanna Lin
  1. RF_Class_C

    1下载:
  2. 用于对图像特征的分类,随机森林算法是一类很好的算法-For the classification of image features, random forest algorithm is a kind of a good algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:294.72kb
    • 提供者:杨阳
  1. class-specific-Hough-forests-

    0下载:
  2. 用于目标检测的Hough森林分类法。比随即森林效果要好。附有文章和代码。代码是在unix环境下的Opencv运行的。还有训练数据。-ClassSpecifi c Hough Forests for Object Detection,better than random forest.include paper and source code ,working in Opencv .
  3. 所属分类:Special Effects

    • 发布日期:2017-05-29
    • 文件大小:11.69mb
    • 提供者:hfutyang
  1. OnlineForest-0.11.tar

    0下载:
  2. online random forest 在线随机森林做跟踪和分类的代码-online random forest-line tracking and classification random forest to do the code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:138.17kb
    • 提供者:李曼
  1. RF_Class_C

    1下载:
  2. 随机森林分类代码,,很详细,,含有含多个函数文件-Random forest classification code, very detailed, containing containing multiple functions file
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-06
    • 文件大小:220.21kb
    • 提供者:zhou
  1. RandomForest-C-version

    0下载:
  2. 随机森林是机器学习领域中一种有效的组合学习模型。在目标检测识别算法中,随机森林被证实在分类中具有很好的性能和效果。提供随机森林源码以供学习参考。-Random Forests field of machine learning is an effective combination of learning model. Target detection and recognition algorithms, random forests was confirmed in the classifi
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2.05mb
    • 提供者:聂静
  1. suiji

    0下载:
  2. 随机森林的代码,c++编写,有用到随机森林的可以看看!-Random forest code, c++ prepared, useful to the random forest can have a look!
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:5.17kb
    • 提供者:黄明
  1. Random-Forest-Matlab-master

    0下载:
  2. 随机森林用于 图像处理matalab 代码-Random Forest matalab code for image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:42.55kb
    • 提供者:黎远鹏
  1. RANDOM FOREST

    0下载:
  2. Random Forest by Leo 13 Apr 2011 (Updated 11 Apr 2012) Creates an ensemble of cart trees similar to the matlab TreeBagger class. | Watch this File.
  3. 所属分类:图形图象

    • 发布日期:2014-07-16
    • 文件大小:14.56kb
    • 提供者:xue@zha
  1. random-forest

    1下载:
  2. 决策树模型的C++实现,可用来组成随机森林建立随机森林分类器做数据分类及图像分类,代码中有简单的测试样例-C++ implementation of decision tree model, to form a random forest is used to establish the random forest classifier for data classification and image classification, the code is simple test sample
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:884.83kb
    • 提供者:且志安
  1. Radom-Forest[ok]

    4下载:
  2. 随机森林Matlab代码并附有使用说明,用于图像分类处理-Matlab code of Random Forest
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:299.58kb
    • 提供者:宇洁
  1. online-random-forests-master

    0下载:
  2. 在线随机森林算法的源码,用于分类模式识别有很好的效果,适用于linux系统下。-Online Random Forest algorithm source code, for classification pattern recognition have a good effect for linux system.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-04
    • 文件大小:131.11kb
    • 提供者:余勇
  1. random_forest

    0下载:
  2. 随机森林在mnist上的实现,可以下载数据集后,改变路径运行。(Random forest on the MNIST implementation, you can download the data set, change the path to run.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-26
    • 文件大小:2kb
    • 提供者:小分子
  1. random forest

    0下载:
  2. 简单的随机树生成代码 可以直观的对随机树有一个直观的认识。(Simple random tree generation code can intuitively have an intuitive understanding of random trees.)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-04
    • 文件大小:3.79mb
    • 提供者:无心和尚
  1. train the random forest

    0下载:
  2. train the random forest classifier for digital processing
  3. 所属分类:图形/文字识别

    • 发布日期:2018-04-19
    • 文件大小:2kb
    • 提供者:wind22
  1. random forest

    2下载:
  2. 利用matlab编程来实现多光谱遥感数据的随机森林分类(Random Forest Classification by Multispectral Remote Sensing)
  3. 所属分类:图形图像处理

    • 发布日期:2020-12-12
    • 文件大小:2kb
    • 提供者:烊烊1
  1. random forest

    1下载:
  2. 利用R语言编程实现高光谱遥感的随机森林分类(Random Forest Classification Based on Hyperspectral Remote Sensing Using R Language Programming)
  3. 所属分类:图形图像处理

    • 发布日期:2020-06-17
    • 文件大小:1kb
    • 提供者:烊烊1
« 12 »
搜珍网 www.dssz.com