2021-05-20 05:05:43 +08:00
|
|
|
{
|
|
|
|
"name": "mlpack",
|
2023-12-15 14:59:35 +08:00
|
|
|
"version": "4.3.0",
|
2022-11-22 01:04:06 +08:00
|
|
|
"description": "mlpack is an intuitive, fast, and flexible header-only C++ machine learning library with bindings to other languages.",
|
2021-05-20 05:05:43 +08:00
|
|
|
"homepage": "https://github.com/mlpack/mlpack",
|
2022-11-22 01:04:06 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2021-12-11 05:51:15 +08:00
|
|
|
"supports": "!uwp",
|
2021-05-20 05:05:43 +08:00
|
|
|
"dependencies": [
|
|
|
|
"armadillo",
|
2022-11-22 01:04:06 +08:00
|
|
|
"cereal",
|
2021-05-20 05:05:43 +08:00
|
|
|
"ensmallen",
|
2023-12-15 14:59:35 +08:00
|
|
|
"stb"
|
|
|
|
]
|
2021-05-20 05:05:43 +08:00
|
|
|
}
|