Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
public-projects
intrec
Commits
75dde832
Commit
75dde832
authored
May 07, 2020
by
Alberto Monge
Browse files
minor fixes
parent
03703862
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/it/polito/elite/intrec/services/IntrecService.java
View file @
75dde832
...
@@ -535,6 +535,7 @@ public class IntrecService {
...
@@ -535,6 +535,7 @@ public class IntrecService {
for
(
Long
tsRule
:
trainingSet
)
{
for
(
Long
tsRule
:
trainingSet
)
{
L
.
addAll
(
neighbors
.
get
(
tsRule
));
L
.
addAll
(
neighbors
.
get
(
tsRule
));
}
}
return
L
;
return
L
;
}
}
...
...
Write
Preview
Supports
Markdown
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