is not current version
Last Version 2.2.0

com.github.ptrajdos:PiecewiseLinearClassifiers 2.1.0

Weka implementation of the piecewise linear classifiers

GroupId

GroupId

com.github.ptrajdos
ArtifactId

ArtifactId

PiecewiseLinearClassifiers
Version

Version

2.1.0
Type

Type

jar

Download PiecewiseLinearClassifiers 2.1.0


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