License |
License |
---|---|
Categories |
CategoriesWeka Business Logic Libraries Machine Learning |
GroupId | GroupIdnz.ac.waikato.cms.weka |
ArtifactId | ArtifactIdsupervisedAttributeScaling |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionsupervisedAttributeScaling
Package containing a class that rescales the attributes in a classification problem based on their discriminative power. This is useful as a pre-processing step for learning algorithms such as the k-nearest-neighbour method, to replace simple normalization. Each attribute is rescaled by multiplying it with a learned weight. All attributes excluding the class are assumed to be numeric and missing values are not permitted. To achieve the rescaling, this package also contains an implementation of non-negative logistic regression, which produces a logistic regression model with non-negative weights .
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/supervisedAttributeScaling/ -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>supervisedAttributeScaling</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/supervisedAttributeScaling/
implementation 'nz.ac.waikato.cms.weka:supervisedAttributeScaling:1.0.2'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/supervisedAttributeScaling/
implementation ("nz.ac.waikato.cms.weka:supervisedAttributeScaling:1.0.2")
'nz.ac.waikato.cms.weka:supervisedAttributeScaling:jar:1.0.2'
<dependency org="nz.ac.waikato.cms.weka" name="supervisedAttributeScaling" rev="1.0.2">
<artifact name="supervisedAttributeScaling" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='supervisedAttributeScaling', version='1.0.2')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "supervisedAttributeScaling" % "1.0.2"
[nz.ac.waikato.cms.weka/supervisedAttributeScaling "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | jar | [3.7.6,) |
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | test-jar | [3.7.6,) |
junit : junit | jar | 3.8.2 |