CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - forest

搜索资源列表

  1. Adventure123

    0下载:
  2. The project Adventure is a simple text-based adventure game. The game, as given, involves the hero trying to find his way from a deep dark forest to home and his true love. There s very little else the player can do apart from moving from place to pl
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:82.02kb
    • 提供者:gaoqiang
  1. classifier

    1下载:
  2. 在java中运用weka中的随机森林算法实现的分类器的代码-The use of weka in java in a random forest classifier algorithm code
  3. 所属分类:Java Develop

    • 发布日期:2016-01-26
    • 文件大小:2kb
    • 提供者:杨丽
  1. findlink

    0下载:
  2. union,find,link确定深度问题,包括详细的分析结果剖析,以及最后D森林-union, find, link to determine the depth of issues, including a detailed analysis of the results of analysis, and finally D Forest
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7.57kb
    • 提供者:randoll
  1. Kruskal

    0下载:
  2. Kruskal s algorithm is an algorithm in graph theory that finds a minimum spanning tree for a connected weighted graph. This means it finds a subset of the edges that forms a tree that includes every vertex, where the total weight of all the edges in
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:13.6kb
    • 提供者:ivan
  1. game-of-push-box

    0下载:
  2. 推箱子游戏:魔法森林突然从天而降了好多箱子装着的宝贝,快来帮助星星狐把所有宝贝都推回家吧!在限定时间内,帮助星星狐成功的将物品推到箱子里即可过关哦!一共有10关!-a game of push box:Magic forest suddenly from a lot of box containing baby, quick to help the stars fox put all the babies are pushing home! In the limited time, help t
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-07
    • 文件大小:3.12kb
    • 提供者:xu
  1. Dispatch

    0下载:
  2. 奥运公园车辆调度系统 主要在于车辆自动调度的实现,根据游客数目和车辆要求自动分配车辆,并有计费、报警功能。 题目背景: 北京奥运森林公园是为举办第29届奥运会而建设的一处以自然山水、植被为主、可持续发展的休憩空间。奥运森林公园位于北京城市中轴线的北端与北京市城市总体规划的环城绿化带的交汇点处,总占地面积约为680公顷,是目前北京市规划建设的最大的开放式城市公园。公园内有四轮自行车30辆(最多乘坐4人)、两轮电动车25辆(可带一个学龄前儿童)。游客可以选择乘坐这些车辆游览公园,在约定时
  3. 所属分类:Java Develop

    • 发布日期:2017-11-11
    • 文件大小:15.8kb
    • 提供者:凌芳
  1. raft_source

    0下载:
  2. RAndom Forest Tool ,random forest visualize-java based tool
  3. 所属分类:Java Develop

    • 发布日期:2017-12-07
    • 文件大小:36kb
    • 提供者:xuyaochen
  1. randomForest_4.6-7

    0下载:
  2. 随机森林算法应用 代码 很有用 很有用放心使用 安全可靠-Random Forest algorithm code is useful useful assured safety and reliability
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:171.38kb
    • 提供者:黎远鹏
  1. source

    0下载:
  2. 对两个数据集分别建立决策树,并运用自适应算法和随机森林,并验证准确率-Of the two data sets were established decision tree, and the use of adaptive algorithms and random forest, and verify accuracy
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:43.31kb
    • 提供者:BojieLiu
  1. lvyouwangzhanjihoutai

    0下载:
  2. 旅游宣传网站 及后台。 针对漓江水源林景点做的一个宣传网站,模块齐全并分别做了后台管理。采用JAVA JSP SSH技术,数据库采用MYSQL。-Tourism promotion website and background. In view of the Lijiang River water source forest scenic spots to do a propaganda site, the module is complete and has done the backstag
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-14
    • 文件大小:43.46mb
    • 提供者:黄涛
  1. FPRF_scripts

    0下载:
  2. 随机森林源代码,别人编写,自己还没太搞明白,拿来分享-Random forest-related code, others to edit, used to share
  3. 所属分类:JavaScript

    • 发布日期:2017-05-09
    • 文件大小:1.63mb
    • 提供者:zhou
  1. RF-Pathway

    0下载:
  2. 随机森林源代码,JAVA变异环境,本人对该环境不是太熟悉,特拿来分享-Random forest-related code, others to edit, used to share
  3. 所属分类:JavaScript

    • 发布日期:2017-05-05
    • 文件大小:56.44kb
    • 提供者:zhou
  1. RandomForest

    0下载:
  2. 随机森林是由多棵树组成的分类或回归方法。主要思想来源于Bagging算法,Bagging技术思想主要是给定一弱分类器及训练集,让该学习算法训练多轮,每轮的训练集由原始训练集中有放回的随机抽取,大小一般跟原始训练集相当,这样依次训练多个弱分类器,最终的分类由这些弱分类器组合,对于分类问题一般采用多数投票法,对于回归问题一般采用简单平均法。随机森林在bagging的基础上,每个弱分类器都是决策树,决策树的生成过程中中,在属性的选择上增加了依一定概率选择属性,在这些属性中选择最佳属性及分割点,传统做法
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1.14kb
    • 提供者:小代
  1. SSH2

    0下载:
  2. 双鱼林基于SSH2全国电厂信息管理系统毕业课程设计源码(Double fish forest based on SSH2 national power plant information management system graduation program source code)
  3. 所属分类:Jsp/Servlet

    • 发布日期:2018-01-08
    • 文件大小:17.46mb
    • 提供者:lemonwj
  1. ALI213-The.Forest.v0.18.tr9.mrantifun

    0下载:
  2. meishenemyoudfwergewr(werteryasdferhgerqewrreqwerr)
  3. 所属分类:Java编程

搜珍网 www.dssz.com