predict.h 158 B

123456789101112131415
  1. #ifndef _PREDICT_H
  2. #define _PREDICT_H
  3. #ifdef __cplusplus
  4. extern "C"
  5. {
  6. #endif
  7. int run_predict(int *arr);
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif /* _LIBSVM_H */