自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

坚持才会胜利

与大家一起进步,追逐我们的梦想~ 奥利给

  • 博客(6)
  • 资源 (2)
  • 收藏
  • 关注

原创 Java学生管理系统

1.准备环境win7 eclipse sql2008sever连接数据库需要jar包,上篇文章已写2.定义模块(1)StuManage:主界面(2)StuModel:数据模型(3)StuAddDialog:添加学生信息模块(4)StuUpDialog:修改学生信息模块3. 模块源码StuManage源码:package cn.test.StuManager;import ...

2018-09-26 22:32:59 1613 2

原创 双系统中两个虚拟机使用相同镜像

VMware虚拟机安装好CentOS6.5系统后,纯净的系统多克隆几份出来方便后期做试验。克隆步骤很简单,克隆后出现的问题是克隆后的网卡MAC地址和原系统MAC地址一样,在局域网内会有冲突,需要更改克隆后的MAC地址。 解释一下:实际上克隆后的系统有两个网卡eth0和 eth1,实际起作用的是eth1,eth0是克隆过来的。克隆系统会重新生成一个mac地址,因为系统会在eth0加1变成eth1。...

2018-09-13 10:07:56 5079

原创 启动storm自动化脚本

#!/bin/bashecho "-----------正在启动zookeeper-----"for hostname in mini1 mini2 mini3do ssh $hostname "source /etc/profile;/home/hadoop/apps/zookeeper/zookeeper-3.4.10/bin/zkServer.sh start" echo ...

2018-09-13 10:03:05 320

原创 storm1.0.2 storm.yaml配置

# Licensed to the Apache Software Foundation (ASF) under one# or more contributor license agreements. See the NOTICE file# distributed with this work for additional information# regarding copyrigh...

2018-09-13 10:02:15 682

原创 安装storm1.0.2

机器情况:在mini1、mini2、mini3机器的/home/hadoop/apps目录下分别下载storm安装包  本博文情况是  mini1      nimbus   mini2       nimbus    supervisor   mini3       supervisor 1、apache-storm-1.0.2.tar.gz的下载http://arch...

2018-09-13 10:00:36 366

原创 windows jdk1.8连接本地sql sever 2008

1.sql sever2008 安装、 参考百度教程安装sql server 2008 下载软件地址:链接:https://pan.baidu.com/s/1o3SmW2LqVrtRZHOnr7FB5w 密码:ky5q 所需要jar包同样放置于该文件夹下。 2.配置sql sever 打开Sql Server Configure Manager 3.配置sql登陆为混合模式   ...

2018-09-11 18:51:55 391

HIERARCHICAL CLUSTERING SCHEMES

Techniques for partitioning objects into optimally homogeneous groups on the basis of empirical measures of similarity among those objects have received increasing attention in several different fields. This paper develops a useful correspondence between any hierarchical system of such clusters, and a particular type of distance measure. The correspondence gives rise to two methods of clustering that are computationally rapid and invariant under monotonic transformations of the data. In an explicitly defined sense, one method forms clusters that are optimally "connected," while the other forms clusters that are optimally "compact."

2018-10-29

聚类原始数据集

聚类数据集 %% 利用不同方法对债券样本进行聚类 %说明 %分别采用不同的方法,对数据进行聚类 %可以选择的pdist/clustering距离 % methods = {'euclidean'; 'seuclidean'; 'cityblock'; 'chebychev'; ... % 'mahalanobis'; 'minkowski'; 'cosine'; 'correlation'; ... % 'spearman'; 'hamming'; 'jaccard'}; %Y=pdist(X) 生成各数据点之间距离的行向量 %squareform(Y) 生成方阵(i,j)代表i个点与j各点之间的距离 %聚类方法: %k-means %kidx=kmeans(bonds,numClust,'distance',dist_k); %层次聚类 %hidx=clusterdata(bonds,'maxclust',numClust,'distance',dist_h,'linkage',link); %liankage产生层次聚类树 %获取距离矩阵,第二参数指定距离计算方法

2018-10-26

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除