is not current version
Last Version 1.0.1

nz.ac.waikato.cms.weka:elasticNet 1.0.0

An implementation of the elastic net method for linear regression

Categories

Categories

Net Weka Business Logic Libraries Machine Learning
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

elasticNet
Version

Version

1.0.0
Type

Type

jar

Download elasticNet 1.0.0


<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/elasticNet/ -->
<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>elasticNet</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/elasticNet/
implementation 'nz.ac.waikato.cms.weka:elasticNet:1.0.0'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/elasticNet/
implementation ("nz.ac.waikato.cms.weka:elasticNet:1.0.0")
'nz.ac.waikato.cms.weka:elasticNet:jar:1.0.0'
<dependency org="nz.ac.waikato.cms.weka" name="elasticNet" rev="1.0.0">
  <artifact name="elasticNet" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='elasticNet', version='1.0.0')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "elasticNet" % "1.0.0"
[nz.ac.waikato.cms.weka/elasticNet "1.0.0"]