frozen_guided_tour(tourr)
frozen_guided_tour()所属R语言包:tourr
The frozen guided tour
冷冻导游
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The frozen guided tour
冷冻导游
用法----------Usage----------
frozen_guided_tour(frozen, index_f, d = 2,
max.tries = 25)
参数----------Arguments----------
参数:frozen
matrix of frozen variables, as described in freeze
冷冻变量矩阵,描述在freeze
参数:index_f
the index function to optimise.
索引功能优化。
参数:d
target dimensionality
目标维度
参数:max.tries
the maximum number of unsuccessful attempts to find a better projection before giving up
不成功的尝试,找到一个更好的投影效果,在放弃之前的最大数量
参见----------See Also----------
cmass, holes and lda_pp for examples of index functions. The function should take a numeric matrix and return a single number, preferrably between 0 and 1.
cmass,holes和lda_pp指数函数的例子。该函数应采取的数值矩阵,并返回一个单一的数字,最好是在0和1之间。
实例----------Examples----------
frozen <- matrix(NA, nrow = 4, ncol = 2)
frozen[3, ] <- .5
animate_xy(flea[, 1:4], frozen_guided_tour(frozen, holes))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|