Difference between revisions of "Tree View"

From Robowiki
Jump to navigation Jump to search
m (fix)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Stub}}
 
{{Stub}}
Similar to [[Stats Buffer]] which is a multi-dimensional array with segmentations used in [[Visit Count Stats]] where several buffers are used for better performance (similar to [[Crowd Targeting]]), a '''Tree View''' is basically a tree (mostly [[kd-tree]]) with its own attributes and weights used in [[Dynamic Clustering]]. Different Tree Views can have different attributes, not to mention different weights. When combined, sometimes the performance improved dramatically against a specified set of opponents.
+
Similar to [[Stats Buffer]] which is a multi-dimensional array with segmentations used in [[Visit Count Stats]] where several buffers are used for better performance (similar to [[Crowd Targeting]]), a '''Tree View''' is basically a tree (mostly [[kd-tree]]) with its own [[Dynamic Clustering Attribute|attributes]] and [[Dynamic Clustering Weight|weights]]. Different Tree Views can have different attributes, not to mention different weights. When combined, sometimes the performance improves dramatically against a specified set of opponents.
  
 
== See also ==
 
== See also ==
 
* [[Dynamic Clustering]]
 
* [[Dynamic Clustering]]
 
* [[Crowd Targeting]]
 
* [[Crowd Targeting]]
 +
 +
[[Category:Terminology]]

Latest revision as of 05:33, 15 September 2017

This article is a stub. You can help RoboWiki by expanding it.

Similar to Stats Buffer which is a multi-dimensional array with segmentations used in Visit Count Stats where several buffers are used for better performance (similar to Crowd Targeting), a Tree View is basically a tree (mostly kd-tree) with its own attributes and weights. Different Tree Views can have different attributes, not to mention different weights. When combined, sometimes the performance improves dramatically against a specified set of opponents.

See also