You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
For the Nearest Neighbor function approximator, either of the
knnK
orrnnR
parameters will be used. Currently this is represented as aUnion{Void,Type{T}}
in anticipation of theNullable
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.The text was updated successfully, but these errors were encountered: