[Noisebridge-discuss] Machine Learning meetup tonight: SVMs at 8!

d p chang weasel at meer.net
Thu Apr 30 02:06:54 UTC 2009


Christoph Maier <cm.hardware.software.elsewhere at gmail.com> writes:

> svm_c.h:107: error: extra qualification ‘svm_c::’ on member ‘avg_norm2’
> So does
>
> $ diff svm_c.h~ svm_c.h
> 107c107
> <   SVMFLOAT svm_c::avg_norm2(); // avg_examples(K(x,x))
> ---
>>   SVMFLOAT /*svm_c::*/avg_norm2(); // avg_examples(K(x,x))
>
> actually fix it?

yes, because you're not in a namespace.

\p



More information about the Noisebridge-discuss mailing list