search_k {partition} | R Documentation |
Search for the best k
Description
Search for the best k
Usage
search_k(.partition_step, search_method = c("binary", "linear"))
Arguments
.partition_step |
a |
search_method |
The search method. Binary search is generally more efficient but linear search can be faster in very low dimensions. |
Value
a partition_step
object
[Package partition version 0.2.1 Index]