Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MultiCube
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lafabregue
MultiCube
Commits
343ad356
Commit
343ad356
authored
Apr 19, 2018
by
lafabregue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ClassificationThread.java
parent
0c905e98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
src/mustic/models/thread/ClassificationThread.java
src/mustic/models/thread/ClassificationThread.java
+2
-5
No files found.
src/mustic/models/thread/ClassificationThread.java
View file @
343ad356
...
@@ -81,11 +81,8 @@ public class ClassificationThread extends Thread {
...
@@ -81,11 +81,8 @@ public class ClassificationThread extends Thread {
@Override
@Override
public
void
run
()
{
public
void
run
()
{
/* Si on a une barre de progression on monitore la classification */
/* Si on a une barre de progression on monitore la classification */
if
(
this
.
progressBar_
!=
null
&&
this
.
statusBar_
!=
null
)
{
if
(
this
.
rmiServer_
!=
null
&&
!
this
.
rmiServer_
.
useRmi
())
&&
// LearningMethod lm = this.classification_.getLearningMethod();
this
.
progressBar_
!=
null
&&
this
.
statusBar_
!=
null
)
{
// new ProgressThreadJCL(lm, this.progressBar_,this.statusBar_).start();
// lm.incProgress();
// lm.setStatus("Clustering test !");
new
ProgressThreadJCL
(
this
.
classification_
,
this
.
progressBar_
,
this
.
statusBar_
).
start
();
new
ProgressThreadJCL
(
this
.
classification_
,
this
.
progressBar_
,
this
.
statusBar_
).
start
();
}
}
...
...
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