forked from Waikato/wekaDeeplearning4j
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Description.props
48 lines (33 loc) · 997 Bytes
/
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
45
46
47
48
# Template Description file for a Weka package
#
#
# Package name (required)
PackageName=wekaDl4j
# Version (required)
Version=0.0.1
#Date
Date=2015-03-25
# Title (required)
Title=Weka wrappers for deeplearning4j
Category=Classification
# Author (required)
Author=Christopher Beckham
# Maintainer (required)
Maintainer=Weka team <wekalist@list.scms.waikato.ac.nz>
# License (required)
License=GPL 3.0
# Description (required)
Description=Provides several wrapper classifiers for the deeplearning4j neural networks
Changes=
# Package URL for obtaining the package archive (required)
#PackageURL=http://prdownloads.sourceforge.net/weka/wekaDeeplearning4j1.0.0.zip?download
PackageURL=http://localhost/
# URL for further information
#URL=http://weka.sourceforge.net/doc.packages/wekaDeeplearning4j
URL=http://localhost/
# Enhances various other packages ?
# Enhances=packageName1,packageName2,...
# Related to other packages?
#Related=
# Dependencies
Depends=weka (>=3.7.13-SNAPSHOT)