摘要:
R中read.table详解source:http://wnfdsfy.diandian.com/post/2011-10-17/5856100R is a free software environment for statistical computing and graphics. It compiles and runs on a wide variety of UNIX platforms, Windows and MacOS. --http://www.r-project.org/笔者从事生物信息方面的研究和学习。经常用到R处理和分析数据。为了以后更方便和熟练的使用R就做一些记录, 阅读全文
摘要:
1、距离计算## method for class 'TermDocumentMatrix'dissimilarity(x, y = NULL, method)## method for class 'PlainTextDocument'dissimilarity(x, y = NULL, method)参数说明: x:文档-词矩阵或者文本文档; y:文本文档,仅当x是文本文档时y才是文本文档; method:距离计算方法,所有的method均来自于proxy包,proxy包的文档在这里。method的种类主要有:(1)jaccard:jaccard系数(默认方 阅读全文