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
9fca0687
Commit
9fca0687
authored
Dec 04, 2017
by
mzed
Browse files
stupid emacs character in file
parent
db32df23
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/seriesClassification.cpp
View file @
9fca0687
...
...
@@ -61,7 +61,7 @@ bool seriesClassificationTemplate<T>::train(const std::vector<trainingSeriesTemp
for
(
int
i
=
0
;
i
<
vectorLength
;
++
i
)
{
zeroVector
.
push_back
(
0.0
);
}
for
(
int
i
=
0
;
i
<
min
Length
;
++
i
)
{
for
(
int
i
=
0
;
i
<
minLength
;
++
i
)
{
seriesBuffer
.
push_back
(
zeroVector
);
//set size of continuous buffer
}
return
trained
;
...
...
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