| Категории |
КатегорииTribuo Прикладные библиотеки Machine Learning |
|---|---|
| Группа | Группаorg.tribuo |
| Идентификатор | Идентификаторtribuo-common-xgboost |
| Версия | Версия4.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| tribuo-common-xgboost-4.0.0.pom | |
| tribuo-common-xgboost-4.0.0.jar | 42 KB |
| tribuo-common-xgboost-4.0.0-sources.jar | 16 KB |
| tribuo-common-xgboost-4.0.0-javadoc.jar | 81 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.tribuo/tribuo-common-xgboost/ -->
<dependency>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-common-xgboost</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.tribuo/tribuo-common-xgboost/
implementation 'org.tribuo:tribuo-common-xgboost:4.0.0'
// https://jarcasting.com/artifacts/org.tribuo/tribuo-common-xgboost/
implementation ("org.tribuo:tribuo-common-xgboost:4.0.0")
'org.tribuo:tribuo-common-xgboost:jar:4.0.0'
<dependency org="org.tribuo" name="tribuo-common-xgboost" rev="4.0.0">
<artifact name="tribuo-common-xgboost" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tribuo', module='tribuo-common-xgboost', version='4.0.0')
)
libraryDependencies += "org.tribuo" % "tribuo-common-xgboost" % "4.0.0"
[org.tribuo/tribuo-common-xgboost "4.0.0"]