05 2013 档案
摘要:Clustering: An IntroductionWhat is Clustering?Clustering can be considered the most importantunsupervised learningproblem; so, as every other problem of this kind, it deals with finding astructurein a collection of unlabeled data.A loose definition of clustering could be “the process of organizing o
阅读全文
摘要:最近在学习一些数据挖掘的算法,看到了这个算法,也许这个算法对你来说很简单,但对我来说,我是一个初学者,我在网上翻看了很多资料,发现中文社区没有把这个问题讲得很全面很清楚的文章,所以,把我的学习笔记记录下来,分享给大家。在数据挖掘中,k-Means 算法是一种cluster analysis的算法,其主要是来计算数据聚集的算法,主要通过不断地取离种子点最近均值的算法。问题K-Means算法主要解决的问题如下图所示。我们可以看到,在图的左边有一些点,我们用肉眼可以看出来有四个点群,但是我们怎么通过计算机程序找出这几个点群来呢?于是就出现了我们的K-Means算法(Wikipedia链接)K-Mea
阅读全文
摘要:1.Eclipse Json Editor Plugin[offical page] http://sourceforge.net/projects/eclipsejsonedit/2.Coffee Bytes Java Folding[eclipse install link] http://eclipse.realjenius.com/update-site[how to use]http://stackoverflow.com/questions/6940199/how-to-use-coffee-bytes-code-folding3.Regex Util[eclipse instal
阅读全文
Windowtester Pro Automation test environment Setup using VM Ware Client by Remote Desktop Connection
摘要:Issue:We are done with Automation test cases with Windows Tester pro.we have plan to run theautomationin VM ware client's using Remote Desktop Connection, so that we can continue with our normal work.but automation expecting the mouse point and all test cases getting failed,so we can;'t able
阅读全文
摘要:当前常用的电子邮件协议有SMTP、POP3、IMAP4,它们都隶属于TCP/IP协议簇,默认状态下,分别通过TCP端口25、110和143建立连接。下面分别对其进行简单介绍。1、SMTP协议SMTP的全称是“Simple Mail Transfer Protocol”,即简单邮件传输协议。它是一组用于从源地址到目的地址传输邮件的规范,通过它来控制邮件的中转方式。SMTP 协议属于TCP/IP协议簇,它帮助每台计算机在发送或中转信件时找到下一个目的地。SMTP 服务器就是遵循SMTP协议的发送邮件服务器。SMTP认证,简单地说就是要求必须在提供了账户名和密码之后才可以登录 SMTP 服务器,这就
阅读全文

浙公网安备 33010602011771号