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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="MLDemos" />
<Option makefile_is_custom="1" />
<Option execution_dir="../MLDemos" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<MakeCommands>
<Build command="$make -f $makefile all" />
<CompileFile command="$make -f $makefile $file" />
<Clean command="$make -f $makefile clean" />
<DistClean command="$make -f $makefile distclean$target" />
<AskRebuildNeeded command="$make -q -f $makefile all" />
<SilentBuild command="$make -s -f $makefile all" />
</MakeCommands>
<Build>
<Target title="debug">
<Option output="../mldemos" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/" />
<Option type="0" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
</Compiler>
<MakeCommands>
<Build command="$make -f $makefile all" />
<CompileFile command="$make -f $makefile $file" />
<Clean command="$make -f $makefile clean" />
<DistClean command="$make -f $makefile distclean$target" />
<AskRebuildNeeded command="$make -q -f $makefile all" />
<SilentBuild command="$make -s -f $makefile all" />
</MakeCommands>
</Target>
<Target title="release">
<Option output="../libmldemos" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/" />
<Option type="3" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
<MakeCommands>
<Build command="$make -f $makefile all" />
<CompileFile command="$make -f $makefile $file" />
<Clean command="$make -f $makefile clean" />
<DistClean command="$make -f $makefile distclean$target" />
<AskRebuildNeeded command="$make -q -f $makefile all" />
<SilentBuild command="$make -s -f $makefile all" />
</MakeCommands>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
</Compiler>
<ExtraCommands>
<Add before="$(#qt4)/bin/qmake -o Makefile $PROJECT_NAME.pro CONFIG+=$(TARGET_NAME)" />
<Mode after="always" />
</ExtraCommands>
<Unit filename="BUILD" />
<Unit filename="MachineLearning.rc" />
<Unit filename="aboutDialog.ui" />
<Unit filename="algorithmOptions.ui" />
<Unit filename="basicMath.h" />
<Unit filename="canvas.cpp" />
<Unit filename="canvas.h" />
<Unit filename="classifier.h" />
<Unit filename="clusterer.h" />
<Unit filename="compare.cpp" />
<Unit filename="compare.h" />
<Unit filename="compare.ui" />
<Unit filename="datasetManager.cpp" />
<Unit filename="datasetManager.h" />
<Unit filename="drawSVG.cpp" />
<Unit filename="drawSVG.h" />
<Unit filename="drawTimer.cpp" />
<Unit filename="drawTimer.h" />
<Unit filename="drawUtils.cpp" />
<Unit filename="drawUtils.h" />
<Unit filename="drawingTools.ui" />
<Unit filename="drawingToolsContext1.ui" />
<Unit filename="drawingToolsContext2.ui" />
<Unit filename="drawingToolsContext3.ui" />
<Unit filename="drawingToolsContext4.ui" />
<Unit filename="dynamical.h" />
<Unit filename="gettimeofday.cc" />
<Unit filename="gettimeofday.h" />
<Unit filename="interfaces.h" />
<Unit filename="main.cpp" />
<Unit filename="maximize.h" />
<Unit filename="mldemos.cpp" />
<Unit filename="mldemos.h" />
<Unit filename="mldemos.ui" />
<Unit filename="mlprocessing.cpp" />
<Unit filename="mlsaving.cpp" />
<Unit filename="mlstats.cpp" />
<Unit filename="mymaths.cpp" />
<Unit filename="mymaths.h" />
<Unit filename="obstacles.h" />
<Unit filename="optimization_test_functions.h" />
<Unit filename="optsClassify.ui" />
<Unit filename="optsCluster.ui" />
<Unit filename="optsCompare.ui" />
<Unit filename="optsDynamic.ui" />
<Unit filename="optsMaximize.ui" />
<Unit filename="optsRegress.ui" />
<Unit filename="public.h" />
<Unit filename="regressor.h" />
<Unit filename="roc.cpp" />
<Unit filename="roc.h" />
<Unit filename="statisticsDialog.ui" />
<Unit filename="types.h" />
<Unit filename="uiMac/aboutDialog.ui" />
<Unit filename="uiMac/algorithmOptions.ui" />
<Unit filename="uiMac/drawingTools.ui" />
<Unit filename="uiMac/drawingToolsContext1.ui" />
<Unit filename="uiMac/drawingToolsContext2.ui" />
<Unit filename="uiMac/drawingToolsContext3.ui" />
<Unit filename="uiMac/mldemos.ui" />
<Unit filename="uiMac/optsClassify.ui" />
<Unit filename="uiMac/optsCluster.ui" />
<Unit filename="uiMac/optsDynamic.ui" />
<Unit filename="uiMac/optsRegress.ui" />
<Unit filename="uiMac/statisticsDialog.ui" />
<Unit filename="uiMac/viewOptions.ui" />
<Unit filename="viewOptions.ui" />
<Unit filename="widget.cpp" />
<Unit filename="widget.h" />
<Extensions>
<code_completion />
<envvars />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>
|