Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Carlos Mejia
2S-SOM_versionCM
Commits
a9e564b9
Commit
a9e564b9
authored
Mar 13, 2019
by
Carlos Mejia
Browse files
Adding return of data sD (and sD_norm, if normalisation) in struct returned by LEARN_2S_SOM
parent
70c209ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Code-2S-SOM/learn_2s_som.m
Code-2S-SOM/learn_2s_som.m
+2
-0
No files found.
Code-2S-SOM/learn_2s_som.m
View file @
a9e564b9
...
...
@@ -489,8 +489,10 @@ function [StsMap sMap_denorm Resultout sMapPTout] = learn_2s_som(A,nb_neurone,va
if
bool_return_struct
% Si retour STRUCT
St
.
sMap
=
sMap
;
St
.
sD
=
sD
;
if
bool_norm
St
.
sMap_denorm
=
sMap_dnrm
;
St
.
sD_norm
=
sD_norm
;
end
if
(
bool_2ssom
)
...
...
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