-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
KNN.optimisedEuclideanPredict undefined (type *KNNClassifier has no field or method optimisedEuclideanPredict) #286
Comments
邮件已收到,谢谢!
——赵淼
|
Sorry man, I found the error, the library requires that I have the c compiler (cpp) for it to work correctly. thank you anyway |
works if you build with CGO_ENABLED=1. kind of a bummer: I build everything with cgo disabled. |
邮件已收到,谢谢!
——赵淼
|
您好,您的邮件已收到,我会尽快查看,^_^
|
unsubscribe
…On Thu, Oct 5, 2023 at 9:38 PM dreaminglwj ***@***.***> wrote:
您好,您的邮件已收到,我会尽快查看,^_^
—
Reply to this email directly, view it on GitHub
<#286 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAF7I55C7O4A7KCJMWCPRPLX53LQ5AVCNFSM6AAAAAAVCMCC3OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBZGIYTGNZRHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Anand Seshadri,
Carry on till you win
http://vennarbank.blogspot.com/
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, Dear
i'm use the package knn, but received a error in 133 line, i belive that the archive knn_opt_euclidean.go don't be imported correctly.
knn.go:132:16: KNN.optimisedEuclideanPredict undefined (type *KNNClassifier has no field or method optimisedEuclideanPredict)
The text was updated successfully, but these errors were encountered: