Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
6b3198ce
Commit
6b3198ce
authored
Jun 08, 2018
by
Victor Poughon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG: apply spelling patch from Bas Couwenberg (fix
#1633
)
parent
81bed5ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Modules/Applications/AppDimensionalityReduction/app/otbVectorDimensionalityReduction.cxx
...onalityReduction/app/otbVectorDimensionalityReduction.cxx
+2
-2
Modules/Learning/DimensionalityReductionLearning/include/otbAutoencoderModel.h
...nsionalityReductionLearning/include/otbAutoencoderModel.h
+1
-1
No files found.
Modules/Applications/AppDimensionalityReduction/app/otbVectorDimensionalityReduction.cxx
View file @
6b3198ce
...
...
@@ -143,7 +143,7 @@ private:
"parameter can't be used for other models"
);
//
MandatoryOff
(
"pcadim"
);
AddParameter
(
ParameterType_Choice
,
"mode"
,
"Writ
t
ing mode"
);
//
AddParameter
(
ParameterType_Choice
,
"mode"
,
"Writing mode"
);
//
SetParameterDescription
(
"mode"
,
"This parameter determines if the output "
"file is overwritten or updated [overwrite/update]. If an output file "
"name is given, the original file is copied before creating the new features."
);
...
...
@@ -325,7 +325,7 @@ private:
else
{
otbAppLogFATAL
(
<<
"Error when creating the output file"
<<
GetParameterString
(
"mode"
)
<<
" : unsupported writ
t
ing mode type"
);
GetParameterString
(
"mode"
)
<<
" : unsupported writing mode type"
);
}
}
...
...
Modules/Learning/DimensionalityReductionLearning/include/otbAutoencoderModel.h
View file @
6b3198ce
...
...
@@ -178,7 +178,7 @@ private:
itk
::
Array
<
double
>
m_Beta
;
// Sparsity regularization parameter
double
m_InitFactor
;
// Weight initialization factor (the weights are intialized at m_initfactor/sqrt(inputDimension) )
bool
m_WriteLearningCurve
;
// Flag for writ
t
ing the learning curve into a txt file
bool
m_WriteLearningCurve
;
// Flag for writing the learning curve into a txt file
std
::
string
m_LearningCurveFileName
;
// Name of the output learning curve printed after training
bool
m_WriteWeights
;
};
...
...
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