Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Union{Void,Type{T}} vs Nullable #4

Closed
Shushman opened this issue Apr 18, 2018 · 0 comments
Closed

Union{Void,Type{T}} vs Nullable #4

Shushman opened this issue Apr 18, 2018 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@Shushman
Copy link
Collaborator

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.

@Shushman Shushman added the question Further information is requested label Apr 18, 2018
@Shushman Shushman self-assigned this Apr 18, 2018
@Shushman Shushman closed this as completed Jun 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant