tableClass(maigesPack)
tableClass()所属R语言包:maigesPack
Save HTML or CSV tables of good classifiers (cliques)
保存好分类的HTML或CSV表(派系)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function takes an object of class maigesClass resulting from classification analysis and write tables (in HTML or CSV format) a table of the cliques, or classifiers.
此功能需要一个类的对象maigesClass分类分析和写表(HTML或CSV格式)拉帮结派,或分类表。
用法----------Usage----------
tableClass(classComp=NULL, file="./class_result",
type=c("HTML","CSV")[1], nCliques=NULL)
参数----------Arguments----------
参数:classComp
object of class maigesClass.
对象类maigesClass。
参数:file
character string giving the file name to be saved (without extension).
字符串保存的文件名(不带扩展名)。
参数:type
character string with the type of file to be saved. Must be 'HTML' (default) or 'CSV'.
要保存的文件类型的字符串。必须是“HTML”(默认)或“CSV”。
参数:nCliques
integer specifying the number of cliques to be saved. If NULL (default) all cliques in the object are saved.
整数,指定要保存的拉帮结派。如果NULL(默认)中的所有对象的派系被保存。
值----------Value----------
This function don't return any object.
这个函数不返回任何对象。
作者(S)----------Author(s)----------
Gustavo H. Esteves <<a href="mailto:gesteves@vision.ime.usp.br">gesteves@vision.ime.usp.br</a>>
参见----------See Also----------
maigesClass, classifyLDA, classifySVM, classifyKNN, classifyLDAsc, classifySVMsc and classifyKNNsc.
maigesClass,classifyLDA,classifySVM,classifyKNN,classifyLDAsc,classifySVMsc和classifyKNNsc。
举例----------Examples----------
## Loading the dataset[#载入数据集]
data(gastro)
## Doing LDA classifier with 3 genes for the 6th gene group comparing[#与3个基因6的比较基因组LDA的分类]
## the 2 categories from 'Type' sample label.[#2从“类型”样品标签类别。]
gastro.class = classifyLDA(gastro.summ, sLabelID="Type",
gNameID="GeneName", nGenes=3, geneGrp=6)
tableClass(gastro.class)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|