lvqtest(class)
lvqtest()所属R语言包:class
Classify Test Set from LVQ Codebook
分类学习矢量量化码本测试仪
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Classify a test set by 1-NN from a specified LVQ codebook.
分类1 - NN从指定的学习矢量量化码簿设置一个测试。
用法----------Usage----------
lvqtest(codebk, test)
参数----------Arguments----------
参数:codebk
codebook object returned by other LVQ software
码书返回的对象由其他基于LVQ软件
参数:test
matrix of test examples </table>
矩阵测试的例子</ TABLE>
Details
详情----------Details----------
Uses 1-NN to classify each test example against the codebook.
使用1-NN的分类码本对每一个测试的例子。
值----------Value----------
Factor of classification for each row of x
因子的每个x行分类
参考文献----------References----------
Pattern Recognition and Neural Networks. Cambridge.
Modern Applied Statistics with S. Fourth edition. Springer.
参见----------See Also----------
lvqinit, olvq1
lvqinit,olvq1
举例----------Examples----------
# The function is currently defined as[该功能目前定义为]
function(codebk, test) knn1(codebk$x, test, codebk$cl)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|