CheyuWu commented on PR #937: URL: https://github.com/apache/mahout/pull/937#issuecomment-3794333395
I have split this PR into three commits: Refactor existing code to use polymorphism: The first commit refactors the original codebase to implement a polymorphic structure. [4fe49d5](https://github.com/apache/mahout/pull/937/commits/4fe49d5ad860ad5e42d564a832bab4dd1dfa3273) Support Angle Encoding: The second commit adds support for Angle Encoding. [26c8897](https://github.com/apache/mahout/pull/937/commits/26c8897e7db2e45908e9424bd766714840590c91) Support Basis Encoding: The third commit introduces support for Basis Encoding. This includes the addition of an extra f64 parameter to the encoding function within the CUDA file. [a90ef47](https://github.com/apache/mahout/pull/937/commits/a90ef471a0d47d72be151c97d37f893448167e24) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
