is not current version
Last Version 2.2.0

com.github.ptrajdos:PiecewiseLinearClassifiers 1.0.1

Weka implementation of the piecewise linear classifiers

GroupId

GroupId

com.github.ptrajdos
ArtifactId

ArtifactId

PiecewiseLinearClassifiers
Version

Version

1.0.1
Type

Type

jar

Download PiecewiseLinearClassifiers 1.0.1


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