| Лицензия |
Лицензия |
|---|---|
| Группа | Группаai.bleckwen |
| Идентификатор | Идентификаторxgboost-predictor4j |
| Версия | Версия1.2 |
| Тип | Типjar |
| Описание |
Описаниеxgboost-predictor4j
Bleckwen JVM implementation of XGBoost Predictor
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| xgboost-predictor4j-1.2.pom | |
| xgboost-predictor4j-1.2.jar | 77 KB |
| xgboost-predictor4j-1.2-sources.jar | 8 KB |
| xgboost-predictor4j-1.2-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ai.bleckwen/xgboost-predictor4j/ -->
<dependency>
<groupId>ai.bleckwen</groupId>
<artifactId>xgboost-predictor4j</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/ai.bleckwen/xgboost-predictor4j/
implementation 'ai.bleckwen:xgboost-predictor4j:1.2'
// https://jarcasting.com/artifacts/ai.bleckwen/xgboost-predictor4j/
implementation ("ai.bleckwen:xgboost-predictor4j:1.2")
'ai.bleckwen:xgboost-predictor4j:jar:1.2'
<dependency org="ai.bleckwen" name="xgboost-predictor4j" rev="1.2">
<artifact name="xgboost-predictor4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.bleckwen', module='xgboost-predictor4j', version='1.2')
)
libraryDependencies += "ai.bleckwen" % "xgboost-predictor4j" % "1.2"
[ai.bleckwen/xgboost-predictor4j "1.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.13 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.scalatest : scalatest_2.12 | jar | 3.0.8 |
| org.openjdk.jmh : jmh-core | jar | 1.21 |
| org.openjdk.jmh : jmh-generator-annprocess | jar | 1.21 |
| commons-io : commons-io | jar | 2.7 |
| ml.dmlc : xgboost4j_2.12 | jar | 1.0.0 |