2014-12-14 18:20:30 +01:00
|
|
|
config BR2_PACKAGE_LIBLINEAR
|
|
|
|
bool "liblinear"
|
2014-12-22 09:30:44 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2014-12-14 18:20:30 +01:00
|
|
|
help
|
2015-09-19 23:33:50 +02:00
|
|
|
liblinear is a linear classifier for data with millions of instances
|
|
|
|
and features.
|
2014-12-14 18:20:30 +01:00
|
|
|
|
|
|
|
http://www.csie.ntu.edu.tw/~cjlin/liblinear/
|
2014-12-22 09:30:44 +01:00
|
|
|
|
|
|
|
comment "liblinear needs a toolchain w/ C++"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|