forked from asonnens/Wing_Biometrics_2015
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathWing_Biometrics_readme.txt
34 lines (23 loc) · 1.22 KB
/
Wing_Biometrics_readme.txt
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
Data:
The five data files are all in tab seperated format. They can be opened in any text editor, and should easily transfer to spreadsheets.
All five files are parsed output from CPR version OI.
The files Leica_2X_coords.tsv, Leica_4X_coords.tsv, Olympus_2X_coords.tsv, and Olympus_4X_coords.tsv were all superimposed separately in CPR.
all_wings.tsv represents output from all four datasets, jointly superimposed in CPR.
Scripts:
Wing_Biometrics_2014.r
Script for analyzing landmark and semi-landmark coordinate data from the Wing Biometrics Database.
Wing_Biometrics_settings.r
Script used for optimizing settings on 'svm', 'knn', and 'randomForest'
These parameters were applied in Wing_Biometrics_2014.r
Availability and Requirements:
These scripts were both written for R version 3.1.0, which is available at http://www.r-project.org/
R packages used include:
plyr package (V.1.8.1)
MASS package (V. 7.3-33)
adabag package (V. 3.2)
randomForest package (V. 4.6-7)
e1071 package (V. 1.6-3),
nnet package (V. 7.3-8)
class package (V. 7.3-10)
These scripts are intended to run on tsv files, in the data subfolder.
Many aspects of these scripts were based off of the training scripts in Dworkin_machine_learing_in_R_tutorials.