找回密码
 注册
查看: 1573|回复: 0

R语言:lvq1()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-17 10:03:09 | 显示全部楼层 |阅读模式
lvq1(class)
lvq1()所属R语言包:class

                                         Learning Vector Quantization 1
                                         学习矢量量化1

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Moves examples in a codebook to better represent the training set.
移动在码书的例子,以更好地代表训练集。


用法----------Usage----------


lvq1(x, cl, codebk, niter = 100 * nrow(codebk$x), alpha = 0.03)



参数----------Arguments----------

参数:x
a matrix or data frame of examples  
矩阵或数据框的例子


参数:cl
a vector or factor of classifications for the examples  
一个向量或分类因子的例子


参数:codebk
a codebook  
1码本


参数:niter
number of iterations  
迭代次数


参数:alpha
constant for training  </table>
培训</ TABLE>恒


Details

详情----------Details----------

Selects niter examples at random  with replacement, and adjusts the nearest example in the codebook for each.
选择niter更换随机的例子,并调整在每个码本的最近的例子。


值----------Value----------

A codebook, represented as a list with components x and cl giving the examples and classes.
一个码本表示,作为一个组件列表x和cl实例和类。


参考文献----------References----------

Proc. IEEE  78, 1464&ndash;1480.
Self-Organizing Maps. Springer, Berlin.
Pattern Recognition and Neural Networks. Cambridge.
Modern Applied Statistics with S. Fourth edition.  Springer.

参见----------See Also----------

lvqinit, olvq1, lvq2, lvq3, lvqtest
lvqinit,olvq1,lvq2,lvq3,lvqtest


举例----------Examples----------


train <- rbind(iris3[1:25,,1], iris3[1:25,,2], iris3[1:25,,3])
test <- rbind(iris3[26:50,,1], iris3[26:50,,2], iris3[26:50,,3])
cl <- factor(c(rep("s",25), rep("c",25), rep("v",25)))
cd <- lvqinit(train, cl, 10)
lvqtest(cd, train)
cd0 <- olvq1(train, cl, cd)
lvqtest(cd0, train)
cd1 <- lvq1(train, cl, cd0)
lvqtest(cd1, train)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-22 23:47 , Processed in 0.021766 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表