linear_k_search {partition} | R Documentation |
Search for best k
using the linear search method
Description
Search for best k
using the linear search method
Usage
linear_k_search(.partition_step, n_hits = 4)
Arguments
.partition_step |
a |
Value
a partition_step
object
[Package partition version 0.2.2 Index]