Skip to content

Conversation

@shrit
Copy link
Member

@shrit shrit commented Dec 3, 2023

No description provided.

Copy link
Member

@rcurtin rcurtin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, want to add a super basic test using KNN with a float element type? The changes themselves look great to me, it would just be nice to test them also. 👍

Copy link
Member

@rcurtin rcurtin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks for adding the test! 👍


template<typename MetricType, typename StatisticType, typename MatType>
using FloatKDTree = BinarySpaceTree<MetricType, StatisticType, MatType,
FloatHRectBound, MidpointSplit>;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am trusting that you will come back later and refactor the bounds 😄

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have to do so, but I will need some time 👍

Copy link

@mlpack-bot mlpack-bot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Second approval provided automatically after 24 hours. 👍

@shrit shrit merged commit bbeb2c9 into mlpack:master Dec 13, 2023
This was referenced May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants