forked from cgearhart/students-filters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDescription.props
38 lines (26 loc) · 1.01 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
# Template Description file for a Weka package
#
# Package name (required)
PackageName=StudentFilters
# Version (required)
Version=1.0.0
#Date (year-month-day)
Date=2014-08-02
# Title (required)
Title=Student Filters
# Category (recommended)
Category=Preprocessing
# Author (required)
Author=Chris Gearhart <[email protected]>
# Maintainer (required)
Maintainer=Chris Gearhart <[email protected]>
# License (required)
License=Unlicense
# Description (required)
Description=Student's filters is a set of unsupervised learning algorithms (initially only a port of parallel FastICA for Independent Component Analysis) that should be particularly useful for the ML classes at Georgia Tech.
# Package URL for obtaining the package archive (required)
PackageURL=https://github.com/cgearhart/students-filters/raw/master/StudentFilters.zip
# URL for further information
URL=https://github.com/cgearhart/students-filters/
# Dependencies (format: packageName (equality/inequality version_number)
Depends=weka (>=3.7.1)