License |
License |
---|---|
Categories |
CategoriesTribuo Business Logic Libraries Machine Learning |
GroupId | GroupIdorg.tribuo |
ArtifactId | ArtifactIdtribuo-common-tree |
Last Version | Last Version4.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCommon-Tree
A Machine Learning library for Java.
|
Filename | Size |
---|---|
tribuo-common-tree-4.2.1.pom | |
tribuo-common-tree-4.2.1.jar | 38 KB |
tribuo-common-tree-4.2.1-sources.jar | 17 KB |
tribuo-common-tree-4.2.1-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tribuo/tribuo-common-tree/ -->
<dependency>
<groupId>org.tribuo</groupId>
<artifactId>tribuo-common-tree</artifactId>
<version>4.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.tribuo/tribuo-common-tree/
implementation 'org.tribuo:tribuo-common-tree:4.2.1'
// https://jarcasting.com/artifacts/org.tribuo/tribuo-common-tree/
implementation ("org.tribuo:tribuo-common-tree:4.2.1")
'org.tribuo:tribuo-common-tree:jar:4.2.1'
<dependency org="org.tribuo" name="tribuo-common-tree" rev="4.2.1">
<artifact name="tribuo-common-tree" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tribuo', module='tribuo-common-tree', version='4.2.1')
)
libraryDependencies += "org.tribuo" % "tribuo-common-tree" % "4.2.1"
[org.tribuo/tribuo-common-tree "4.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.tribuo : tribuo-core | jar | 4.2.1 |
org.tribuo : tribuo-data | jar | 4.2.1 |
org.tribuo : tribuo-math | jar | 4.2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.1 |