-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathC1_Presence_online.launch
12 lines (12 loc) · 1.13 KB
/
C1_Presence_online.launch
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/NotificationSimulator/src/com/ubhave/notificationsim/Main.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.ubhave.notificationsim.Main"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="--c1 --o1 --timestamp --user_id -filename "/home/staff/pejovicv/Dropbox/MyCode/UBhave/scripts/SampleMeAnalysis/ExtractFromMongoToArff/SampleMe_all_Aug27.arff" -cutoff 1 -burnin 0 -answer_thold 15 -online -classifier_list "moa.classifiers.functions.MajorityClass" "moa.classifiers.bayes.NaiveBayes" "moa.classifiers.trees.HoeffdingTree" "moa.classifiers.meta.OzaBoost" -deadline 48 -accuracy_thold 0.8"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="NotificationSimulator"/>
</launchConfiguration>