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
geomultisens
gms_preprocessing
Commits
a4aaccdc
Commit
a4aaccdc
authored
Nov 19, 2021
by
Daniel Scheffler
Browse files
Fixed typo.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
af0ca6b7
Pipeline
#30867
failed with stages
in 0 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
gms_preprocessing/options/config.py
View file @
a4aaccdc
...
@@ -355,8 +355,8 @@ class JobConfig(object):
...
@@ -355,8 +355,8 @@ class JobConfig(object):
self
.
exec_L2BP
=
gp
(
'exec_L2BP'
)
self
.
exec_L2BP
=
gp
(
'exec_L2BP'
)
self
.
spechomo_method
=
gp
(
'spechomo_method'
)
self
.
spechomo_method
=
gp
(
'spechomo_method'
)
self
.
spechomo_n_clusters
=
gp
(
'spechomo_n_clusters'
)
self
.
spechomo_n_clusters
=
gp
(
'spechomo_n_clusters'
)
self
.
spechomo_rfr_n_trees
=
50
# this is static confi
c
value, not a user option
self
.
spechomo_rfr_n_trees
=
50
# this is
a
static confi
g
value, not a user option
self
.
spechomo_rfr_tree_depth
=
10
# this is static confi
c
value, not a user option
self
.
spechomo_rfr_tree_depth
=
10
# this is
a
static confi
g
value, not a user option
self
.
spechomo_classif_alg
=
gp
(
'spechomo_classif_alg'
)
self
.
spechomo_classif_alg
=
gp
(
'spechomo_classif_alg'
)
self
.
spechomo_kNN_n_neighbors
=
gp
(
'spechomo_kNN_n_neighbors'
)
self
.
spechomo_kNN_n_neighbors
=
gp
(
'spechomo_kNN_n_neighbors'
)
self
.
spechomo_estimate_accuracy
=
gp
(
'spechomo_estimate_accuracy'
)
self
.
spechomo_estimate_accuracy
=
gp
(
'spechomo_estimate_accuracy'
)
...
...
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