Git Product home page Git Product logo

libcp's Issues

fail to success command line 'make'

hello,

fail to success command line 'make' like copy paste following :

g++    -c -o knn.o knn.cpp
knn.cpp: In function ‘KNNModel* LoadKNNModel(std::ifstream&)’:
knn.cpp:252:14: error: ‘strcmp’ is not a member of ‘std’
  252 |     if (std::strcmp(cmd, "num_examples") == 0) {
      |              ^~~~~~
knn.cpp:255:14: error: ‘strcmp’ is not a member of ‘std’
  255 |     if (std::strcmp(cmd, "num_classes") == 0) {
      |              ^~~~~~
knn.cpp:258:14: error: ‘strcmp’ is not a member of ‘std’
  258 |     if (std::strcmp(cmd, "num_neighbors") == 0) {
      |              ^~~~~~
knn.cpp:261:14: error: ‘strcmp’ is not a member of ‘std’
  261 |     if (std::strcmp(cmd, "labels") == 0) {
      |              ^~~~~~
knn.cpp:268:14: error: ‘strcmp’ is not a member of ‘std’
  268 |     if (std::strcmp(cmd, "dist_neighbors") == 0) {
      |              ^~~~~~
knn.cpp:279:14: error: ‘strcmp’ is not a member of ‘std’
  279 |     if (std::strcmp(cmd, "label_neighbors") == 0) {
      |              ^~~~~~
knn.cpp:290:14: error: ‘strcmp’ is not a member of ‘std’
  290 |     if (std::strcmp(cmd, "min_same") == 0) {
      |              ^~~~~~
knn.cpp:301:14: error: ‘strcmp’ is not a member of ‘std’
  301 |     if (std::strcmp(cmd, "min_diff") == 0) {
      |              ^~~~~~
make: *** [<commande interne> : knn.o] Erreur 1

Thank you in advance to help myself fully installed your program,

Regards.

Azaretdodo.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.