Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
rapid-mix
RapidLib
Commits
8e8df83c
Commit
8e8df83c
authored
Sep 18, 2017
by
mzed
Browse files
working on js integration
parent
9ce5bd5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
8e8df83c
...
...
@@ -12,7 +12,7 @@ RL_KNN=src/knnClassification.cpp src/classification.cpp
RL_SVM
=
src/svmClassification.cpp dependencies/libsvm/libsvm.cpp
RL_NN
=
src/neuralNetwork.cpp src/regression.cpp
RL_MS
=
src/modelSet.cpp
RL_DTW
=
src/warpPath.cpp src/dtw.cpp src/fastDTW.cpp src/seriesClassification.cpp
RL_DTW
=
src/warpPath.cpp src/dtw.cpp src/fastDTW.cpp src/seriesClassification.cpp
RL_STREAM
=
src/rapidStream.cpp
SOURCE_RAPID
=
$(RL_MS)
$(RL_NN)
$(RL_KNN)
$(RL_SVM)
$(RL_DTW)
$(RL_STREAM)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment