Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
java-wowa-training
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cylab
java-wowa-training
Commits
a42dfafe
Commit
a42dfafe
authored
5 years ago
by
a.croix
Browse files
Options
Downloads
Patches
Plain Diff
Correct checkstyle issues
parent
194b6827
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#2122
passed
5 years ago
Stage: leaks
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/be/cylab/java/wowa/training/Trainer.java
+2
-2
2 additions, 2 deletions
src/main/java/be/cylab/java/wowa/training/Trainer.java
with
2 additions
and
2 deletions
src/main/java/be/cylab/java/wowa/training/Trainer.java
+
2
−
2
View file @
a42dfafe
...
...
@@ -158,7 +158,7 @@ public class Trainer {
* @param expected
* @param increase_ratio
*/
TrainingDataset
increaseTrueAlert
(
final
TrainingDataset
increaseTrueAlert
(
final
List
<
List
<
Double
>>
data
,
final
List
<
Double
>
expected
,
final
int
increase_ratio
)
{
...
...
@@ -181,7 +181,7 @@ public class Trainer {
* @param fold_number
* @return
*/
List
<
TrainingDataset
>
prepareFolds
(
final
List
<
TrainingDataset
>
prepareFolds
(
final
TrainingDataset
dataset
,
final
int
fold_number
)
{
//List<List<Double>> data = dataset.getData();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment