| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииWeka Прикладные библиотеки Machine Learning |
| Группа | Группаnz.ac.waikato.cms.weka |
| Идентификатор | ИдентификаторsupervisedAttributeScaling |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеsupervisedAttributeScaling
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 .
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| nz.ac.waikato.cms.weka : weka-dev | jar | [3.7.6,) |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| nz.ac.waikato.cms.weka : weka-dev | test-jar | [3.7.6,) |
| junit : junit | jar | 3.8.2 |