Commit | Line | Data |
---|---|---|
a961f8a1 BA |
1 | Package: affexp |
2 | Title: aggexp : AGGregation of EXPerts to forecast time-series | |
3 | Version: 0.2-3 | |
4 | Description: Blabla TODO | |
5 | Authors: Benjamin Auder <Benjamin.Auder@math.u-psud.fr> [aut,cre], | |
6 | Jean-Michel Poggi <Jean-Michel.Poggi@parisdescartes.fr> [ctb], | |
7 | Bruno Portier <Bruno.Portier@insa-rouen.fr>, [ctb] | |
8 | Maintainer: Benjamin Auder <Benjamin.Auder@math.u-psud.fr> | |
9 | Depends: | |
10 | R (>= 3.0) | |
11 | Suggests: | |
12 | gam, | |
13 | tree, | |
14 | kernlab | |
15 | LazyData: yes | |
16 | URL: http://git.auder.net/?p=aggexp.git | |
17 | License: MIT + file LICENSE | |
18 | Collate: | |
19 | 'aggexp.R' | |
20 | 'z_util.R' | |
21 | 'b_Algorithm.R' | |
22 | 'b_LinearAlgorithm.R' | |
23 | 'm_ExponentialWeights.R' | |
24 | 'm_GeneralizedAdditive.R' | |
25 | 'm_KnearestNeighbors.R' | |
26 | 'm_MLPoly.R' | |
27 | 'm_RegressionTree.R' | |
28 | 'm_RidgeRegression.R' | |
29 | 'm_SVMclassif.R' | |
30 | 'z_getData.R' | |
31 | 'z_runAlgorithm.R' | |
32 | 'z_plotHelper.R' | |
33 | 'z_plot.R' |