0

Can anyone suggest me a C++ library for one class conditional random field? which can be used for abnormality detection.

Varo
  • 831
  • 1
  • 7
  • 16
  • Try this one which may not be exact but close to what you are looking for http://dlib.net/one_class_classifiers_ex.cpp.html – Pal Oct 17 '17 at 15:23

1 Answers1

0

Two self-written libraries for your referece:

http://sourceforge.net/projects/hcrf/

http://flexcrfs.sourceforge.net/

lennon310
  • 12,503
  • 11
  • 43
  • 61