| | Compiling...
rand.cpp
c:\research\crf hypotheses selection\ann_1.1.1\test\rand.cpp(431) : warning C4244: '=' : conversion from 'const double' to 'ANNcoord', possible loss of data
c:\research\crf hypotheses selection\ann_1.1.1\test\rand.cpp(435) : warning C4244: '=' : conversion from 'double' to 'ANNcoord', possible loss of data
c:\research\crf hypotheses selection\ann_1.1.1\test\rand.cpp(444) : error C2664: 'genOrthFlat' : cannot convert parameter 4 from 'ANNpoint' to 'double *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\research\crf hypotheses selection\ann_1.1.1\test\rand.cpp(538) : warning C4244: '=' : conversion from 'double' to 'ANNcoord', possible loss of data
c:\research\crf hypotheses selection\ann_1.1.1\test\rand.cpp(542) : warning C4244: '=' : conversion from 'double' to 'ANNcoord', possible loss of data
c:\research\crf hypotheses selection\ann_1.1.1\test\rand.cpp(552) : error C2664: 'genGauss' : cannot convert parameter 4 from 'ANNpoint' to 'double *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
ann_test.cpp
Generating Code...
|