is not current version
Last Version 1.0.2

nz.ac.waikato.cms.weka:normalize 1.0.1

An instance filter that normalize instances considering only numeric attributes and ignoring class index

Categories

Categories

Weka Business Logic Libraries Machine Learning ORM Data
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

normalize
Version

Version

1.0.1
Type

Type

jar

Download normalize 1.0.1


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