Difference between revisions of "Tree View"
Jump to navigation
Jump to search
m (Add link) |
m (fix) |
||
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. 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 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. |
== See also == | == See also == | ||
* [[Dynamic Clustering]] | * [[Dynamic Clustering]] | ||
+ | * [[Crowd Targeting]] |
Revision as of 03:18, 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 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.