author | Benjamin Auder <benjamin.auder@somewhere> | |
Tue, 7 Feb 2017 13:12:39 +0000 (14:12 +0100) | ||
committer | Benjamin Auder <benjamin.auder@somewhere> | |
Tue, 7 Feb 2017 13:12:39 +0000 (14:12 +0100) | ||
commit | a961f8a15492bf4b18d24bc117358d1f412dd078 | |
tree | 0f7427e2921e060400f34c6f0b4b94742b42cadd | tree | snapshot |
.gitignore | [new file with mode: 0644] | blob |
DESCRIPTION | [new file with mode: 0644] | blob |
LICENSE | [new file with mode: 0644] | blob |
NAMESPACE | [new file with mode: 0644] | blob |
R/b_Algorithm.R | [new file with mode: 0644] | blob |
R/b_LinearAlgorithm.R | [new file with mode: 0644] | blob |
R/m_ExponentialWeights.R | [new file with mode: 0644] | blob |
R/m_GeneralizedAdditive.R | [new file with mode: 0644] | blob |
R/m_KnearestNeighbors.R | [new file with mode: 0644] | blob |
R/m_MLPoly.R | [new file with mode: 0644] | blob |
R/m_RegressionTree.R | [new file with mode: 0644] | blob |
R/m_RidgeRegression.R | [new file with mode: 0644] | blob |
R/m_SVMclassif.R | [new file with mode: 0644] | blob |
R/z_getData.R | [new file with mode: 0644] | blob |
R/z_plot.R | [new file with mode: 0644] | blob |
R/z_plotHelper.R | [new file with mode: 0644] | blob |
R/z_runAlgorithm.R | [new file with mode: 0644] | blob |
R/z_util.R | [new file with mode: 0644] | blob |
README.md | [new file with mode: 0644] | blob |
TODO | [new file with mode: 0644] | blob |
data/AIL.csv | [new file with mode: 0644] | blob |
data/ALE.csv | [new file with mode: 0644] | blob |
data/CAE.csv | [new file with mode: 0644] | blob |
data/CHD.csv | [new file with mode: 0644] | blob |
data/EVT.csv | [new file with mode: 0644] | blob |
data/HRI.csv | [new file with mode: 0644] | blob |
data/HRI_2014.csv | [new file with mode: 0644] | blob |
data/IFS.csv | [new file with mode: 0644] | blob |
data/JUS.csv | [new file with mode: 0644] | blob |
data/LIS.csv | [new file with mode: 0644] | blob |
data/LIS_2014.csv | [new file with mode: 0644] | blob |
data/MAS.csv | [new file with mode: 0644] | blob |
data/MRA.csv | [new file with mode: 0644] | blob |
data/NEI.csv | [new file with mode: 0644] | blob |
data/POS.csv | [new file with mode: 0644] | blob |
data/PQV.csv | [new file with mode: 0644] | blob |
data/PQV2.csv | [new file with mode: 0644] | blob |
data/PQV_2014.csv | [new file with mode: 0644] | blob |
data/README | [new file with mode: 0644] | blob |
data/SLO.csv | [new file with mode: 0644] | blob |
man/aggexp-package.Rd | [new file with mode: 0644] | blob |
scripts/.gitignore | [new file with mode: 0644] | blob |
scripts/buildexp/build_GAM.R | [new file with mode: 0644] | blob |
scripts/buildexp/data_PQV/test.csv | [new file with mode: 0644] | blob |
scripts/buildexp/data_PQV/train.csv | [new file with mode: 0644] | blob |
scripts/buildexp/plotComparison.R | [new file with mode: 0644] | blob |
scripts/buildexp/plotPartials.R | [new file with mode: 0644] | blob |
scripts/make_summaries/launchReports.sh | [new file with mode: 0755] | blob |
scripts/make_summaries/modele.Rnw | [new file with mode: 0644] | blob |
scripts/make_summaries/runSummary.R | [new file with mode: 0644] | blob |
src/ew.predict_noNA.c | [new file with mode: 0644] | blob |
src/ml.predict_noNA.c | [new file with mode: 0644] | blob |