search_geodesic(tourr)
search_geodesic()所属R语言包:tourr
Search for most interesting projection along random geodesics.
搜索最有趣的投影沿随机测地线。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is a novel method for finding more interesting projections for the guided tour. It works by first taking a small step in n random directions, and then picking the direction that looks most promising (based on the height of the index function). Once the best direction is found, it performs a linear search along the geodesic in that direction, traveling up to half way around the sphere.
这是一种新的方法,寻找更有趣的预测导游。它的工作原理是首先采取n随机的方向迈出的一小步,然后选择最有前途的方向,看起来(索引功能的基础上的高度)。一旦找到最好的方向,在这个方向沿短程线进行线性搜索,旅游领域的一半左右。
用法----------Usage----------
search_geodesic(current, alpha = 1, index, max.tries = 5,
n = 5)
参数----------Arguments----------
参数:current
starting projection
开始投影
参数:alpha
maximum distance to travel (currently ignored)
旅游的最大距离(目前被忽略)
参数:index
interestingness index function
趣味性索引功能
参数:max.tries
maximum number of failed attempts before giving up
在放弃之前最大的失败尝试次数
参数:n
number of random steps to take to find best direction
随机步数,以寻找最好的方向
Details
详细信息----------Details----------
You should not to have call this function directly, but should supply it to the guided_tour as a search strategy.
你不应该直接调用此函数,但应提供的guided_tour作为搜索策略。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|