-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDescription.props
44 lines (30 loc) · 1.58 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=PSOSearch
# Version (required)
Version=1.2.0
#Date (year-month-day)
Date=2011-12-03
# Title (required)
Title=An implementation of the Particle Swarm Optimization (PSO) algorithm to explore the space of attributes.
# Category (recommended)
Category=Attribute selection
# Author (required)
Author=Sebastian Luna Valero <[email protected]>
# Maintainer (required)
Maintainer=Sebastian Luna Valero <[email protected]>
# License (required)
License=GPL 3.0
# Description (required)
Description=PSOSearch explores the attribute space using the Particle Swarm Optimization (PSO) algorithm described in:<br/><br/> Moraglio, A., Di Chio, C., and Poli, R. <br/> Geometric Particle Swarm Optimisation. <br/> EuroGP 2007, LNCS 445, pp. 125-135. <br/><br/> For an application to gene expression data classification, see:<br/><br/> Garcia-Nieto, J.M., Alba, E., Jourdan, L., and Talbi, E.-G.<br/> Sensitivity and specificity based multiobjective approach for feature selection: Application to cancer diagnosis. <br/> Information Processing Letters, 109(16):887-896, July 2009.
# Package URL for obtaining the package archive (required)
PackageURL=https://github.com/sebastian-luna-valero/PSOSearch/releases/download/1.2.0/PSOSearch.zip
# URL for further information
URL=http://neo.lcc.uma.es/
# Enhances various other packages ?
# Enhances=
# Related to other packages?
Related=attributeSelectionSearchMethods
# Dependencies (format: packageName (equality/inequality version_number)
Depends=weka (>=3.7.4)