Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
melodic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
melodic
Commits
98fdb980
Commit
98fdb980
authored
15 years ago
by
Christian Beckmann
Browse files
Options
Downloads
Patches
Plain Diff
new modified PCA now default
parent
61b57eaf
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
meloptions.h
+3
-3
3 additions, 3 deletions
meloptions.h
with
3 additions
and
3 deletions
meloptions.h
+
3
−
3
View file @
98fdb980
...
...
@@ -192,8 +192,8 @@ class MelodicOptions {
joined_vn
(
string
(
"--sep_vn"
),
true
,
string
(
"switch off joined variance nomalisation"
),
false
,
no_argument
),
dr_pca
(
string
(
"--mod_pca"
),
fals
e
,
string
(
"switch o
n
modified PCA for concat ICA"
),
dr_pca
(
string
(
"--mod_pca"
),
tru
e
,
string
(
"switch o
ff
modified PCA for concat ICA"
),
false
,
no_argument
,
false
),
vn_level
(
string
(
"--vn_level"
),
float
(
2.3
),
string
(
"variance nomalisation threshold level (Z> value is ignored)"
),
...
...
@@ -222,7 +222,7 @@ class MelodicOptions {
tsmooth
(
string
(
"--spca"
),
false
,
string
(
"smooth the eigenvectors prior to IC decomposition"
),
false
,
no_argument
,
false
),
epsilon
(
string
(
"--eps,--epsilon"
),
0.0005
,
epsilon
(
string
(
"--eps,--epsilon"
),
0.000
0
5
,
string
(
"minimum error change"
),
false
,
requires_argument
),
epsilonS
(
string
(
"--epsS,--epsilonS"
),
0.03
,
...
...
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