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
Main Repositories
otb
Commits
fcd24b28
Commit
fcd24b28
authored
Sep 11, 2018
by
Guillaume Pasero
Browse files
DOC: #1700: classify is misleading
parent
6be09f03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Applications/AppClassification/include/otbLearningApplicationBase.hxx
View file @
fcd24b28
...
...
@@ -138,7 +138,7 @@ LearningApplicationBase<TInputValue,TOutputValue>
RGBAPixelConverter
<
int
,
int
>::
Pointer
dummyFilter
=
RGBAPixelConverter
<
int
,
int
>::
New
();
dummyFilter
->
SetProgress
(
0.0
f
);
this
->
AddProcess
(
dummyFilter
,
"
Classify
..."
);
this
->
AddProcess
(
dummyFilter
,
"
Validation
..."
);
dummyFilter
->
InvokeEvent
(
itk
::
StartEvent
());
// load a machine learning model from file and predict the input sample list
...
...
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