Last Version

Tribuo 4.2.1

A Machine Learning library for Java.

License

License

Categories

Categories

Tribuo Business Logic Libraries Machine Learning
GroupId

GroupId

org.tribuo
ArtifactId

ArtifactId

tribuo
Version

Version

4.2.1
Type

Type

pom
Description

Description

Tribuo
A Machine Learning library for Java.
Source Code Management

Source Code Management

http://github.com/oracle/tribuo/tree/main

Download tribuo 4.2.1

Filename Size
tribuo-4.2.1.pom 20 KB
Browse

<!-- https://jarcasting.com/artifacts/org.tribuo/tribuo/ -->
<dependency>
    <groupId>org.tribuo</groupId>
    <artifactId>tribuo</artifactId>
    <version>4.2.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.tribuo/tribuo/
implementation 'org.tribuo:tribuo:4.2.1'
// https://jarcasting.com/artifacts/org.tribuo/tribuo/
implementation ("org.tribuo:tribuo:4.2.1")
'org.tribuo:tribuo:pom:4.2.1'
<dependency org="org.tribuo" name="tribuo" rev="4.2.1">
  <artifact name="tribuo" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.tribuo', module='tribuo', version='4.2.1')
)
libraryDependencies += "org.tribuo" % "tribuo" % "4.2.1"
[org.tribuo/tribuo "4.2.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • Core
  • Data
  • Json
  • Math
  • Interop
  • Common
  • AnomalyDetection
  • Classification
  • Clustering
  • MultiLabel
  • Regression
  • Util
  • distribution
  • tests