码迷,mamicode.com
首页 >  
搜索关键字:features    ( 1570个结果
POJ 1028题目描述
Description Standard web browsers contain features to move backward and forward among the pages recently visited. One way to implement these features ...
分类:其他好文   时间:2016-04-11 20:37:36    阅读次数:143
sqlplus部署
1 下载客户端安装包根据系统选择(建议下载zip包) http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html 需要三个包:sqlplus、basic、sdk 2 下面以linux为例介绍 ...
分类:数据库   时间:2016-04-11 11:51:31    阅读次数:158
postMan 使用
Postman功能(https://www.getpostman.com/features) 主要用于模拟网络请求包 快速创建请求 回放、管理请求 快速设置网络代理 安装 下载地址:https://www.getpostman.com/ 直接安装,成功后在chorme的应用程序中会多出一个Postm ...
分类:其他好文   时间:2016-04-09 11:57:45    阅读次数:502
zoj 1061 Web Navigation
Standard web browsers contain features to move backward and forward among the pages recently visited. One way to implement these features is to use tw ...
分类:Web程序   时间:2016-04-06 02:04:48    阅读次数:211
bootstrap——free bootstrap admin dashboard templates
GentellelaGentelellaaresponsive,flatandfullfeaturedadmintemplatebuild.ThistemplateisbuildonBootstrap3frameworkusingmoderntechniqueslikeHTML5andCSS3tobeusedforbackendsolutionsofanysize.Thisisbyfarthemostadvancedandwelldesignedfreeadmindashboardtemplatethatca..
分类:其他好文   时间:2016-04-05 20:14:15    阅读次数:796
Activiti Designer editor features
Activiti的设计编辑器功能 Create Activiti projects and diagrams. 创建Activiti的项目和图表。 The Activiti Designer creates a .bpmn file when creating a new Activiti diag ...
分类:其他好文   时间:2016-04-04 17:50:12    阅读次数:168
MyEclipse中安装SVN插件的最有效的方法
(1)下载svn插件:http://subclipse.tigris.org/files/documents/906/49209/site-1.8.8.zip (2)解压svn包,找到其中的两个文件夹features和plugins目录,在Myeclipse目录下面新建一个文件夹,名称随意,可以就叫 ...
分类:系统相关   时间:2016-04-01 18:01:18    阅读次数:205
#测试两种不同的SVM,rbf的核真是太棒了(一种会拐弯的边界)
from sklearn import datasets import numpy as np X, y = datasets.make_blobs(n_features=2, centers=2) from sklearn.svm import LinearSVC from sklearn.svm ...
分类:其他好文   时间:2016-03-31 23:30:16    阅读次数:399
#调整随机森林的参数(调整max_features,结果未见明显差异)
...
分类:其他好文   时间:2016-03-31 18:44:31    阅读次数:489
决策树(决策树的分支深度及重要特征检测)
import matplotlib.pyplot as plt from sklearn import datasets import numpy as np from sklearn.tree import DecisionTreeClassifier n_features = 200 X, y ...
分类:其他好文   时间:2016-03-31 12:38:00    阅读次数:1497
1570条   上一页 1 ... 94 95 96 97 98 ... 157 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!