科学网

 找回密码
  注册
snow版的kmeans算法R语言实现
唐李洋 2011-11-10 10:08
# snow version of k-means clustering problem library(snow) # returns distances from x to each vector in y; # here x is a single vector and y is a bunch of them; # define distance between 2 points to be the sum of the absolute values # of their componentwise differences; e.g., distance be ...
个人分类: R|5708 次阅读|没有评论
Ubuntu上安装R
唐李洋 2011-10-22 03:01
1. 编辑 /etc/apt/sources.list sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup sudo gedit sources.list 添加 deb http://cran.case.edu/bin/linux/ubuntu natty/ 注:或其他mirror地址,见 http://cran.r-project.org/mirrors.html 2. sudo apt-get update sudo apt-get install r-base 即可安装R ...
个人分类: R|10942 次阅读|没有评论
软件架构师应该知道的97件事(二)
唐李洋 2010-9-17 14:13
(续 http://www.sciencenet.cn/m/user_content.aspx?id=359261) 51. Empower developers. 助力开发团队 52. Record your retionale. 记录决策理由 53. Challenge assumptions- especially your own. 挑战假设,尤其是你自己的 注: Assumption is the mother of all screw-ups. Don't assume- it makes an ass o ...
6140 次阅读|没有评论
软件架构师应该知道的97件事(一)
唐李洋 2010-9-13 22:10
优秀的软件架构师应该同时掌握业务知识和技术能力。 1. Don't put your resume ahead of the requirements. 客户需求重于个人简历 2. Simplify essential complexity; disminish accidental complexity. 简化根本复杂性,消除偶发复杂性 3. Chances are, your biggest problem isn't technical. 关键问题可能不是出在技 ...
6614 次阅读|没有评论
《互联网计算的原理与实践》(二)
唐李洋 2010-9-12 21:31
chapter 4 互联网分布式系统的数据资源存储与管理 数据密集型应用: - 1 数据网格和数据库网格,如TeraGrid、Oracle 10g - 2 web信息集成应用 - 3 搜索和日志分析等互联网应用 - 4 多租户的SaaS应用 新型数据库: - Key/value数据库 - 面向文档的数据库 - 面向web的数据库 - 面向属性的数据库 - 分布式哈希表 Key/value ...
4694 次阅读|没有评论
《互联网计算的原理与实践》(一)
唐李洋 2010-9-12 21:30
体系结构 体系结构与体系结构风格 一个软件系统的体系结构定义了组成该系统的计算构件和构件之间的相互作用关系。一种体系结构风格决定了构件、连接件和一组如何将它们结合在一起的约束限制。体系结构风格是对系统结构关键方面的抽象,封装了对体系结构组件的重要决策,强调对体系结构组件及其相互关系的 ...
6051 次阅读|没有评论
Hadoop Linux 环境搭建之路
唐李洋 2010-7-16 14:59
见http://tlyxy228.blog.163.com/blog/static/1810901201051823538148/
个人分类: cloud|5316 次阅读|没有评论

本页有 3 篇博文因作者的隐私设置或未通过审核而隐藏

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-14 10:06

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部