Closed
Description
For the Nearest Neighbor function approximator, either of the knnK
or rnnR
parameters will be used. Currently this is represented as a Union{Void,Type{T}}
in anticipation of the Nullable
type being deprecated in future Julia releases. However, for the time being this will be less efficient. This may need to be revisited if the difference is significant.