-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDescription.props
executable file
·44 lines (30 loc) · 1.36 KB
/
Description.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Template Description file for a Weka package
#
#
# Package name (required)
PackageName=WiSARD
# Version (required)
Version=1.0.1
#Date
Date=2018-09-19
# Title (required)
Title=multi-class classifier using the WiSARD weightless neural network model.
Category=Classification
# Author (required)
Author=Maurizio Giordano
# Maintainer (required)
Maintainer=Maurizio Giordano <[email protected]>
# License (required)
License=GPL 3.0
# Description (required)
Description= A multi-class classification method based on the WiSARD weightless neural model.<br/><br/>A data-preprocessing filter allows to exploit WiSARD neural model training/classification capabilities on multi-attribute numeric data, whereas WiSARD's was historically restricted to binary pattern recognition.<br/><br/>For more information, see<br/><br/>De Gregorio M, Giordano, M. (2018). An experimental evaluation of weightless neural networks for multi-class classification. Applied Soft Computing. Vol.72.
# Package URL for obtaining the package archive (required)
PackageURL=https://github.com/giordamaug/WiSARD4WEKA/releases/download/v.1.0.1/WiSARD.zip
# URL for further information
URL=https://github.com/giordamaug/WiSARD4WEKA
# Enhances various other packages ?
# Enhances=packageName1,packageName2,...
# Related to other packages?
#Related=WrapperSubsetEval
# Dependencies
Depends=weka (>=3.7.1)