Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select hits from SOM, "som_select" #16

Open
Seco14 opened this issue Mar 17, 2016 · 1 comment
Open

Select hits from SOM, "som_select" #16

Seco14 opened this issue Mar 17, 2016 · 1 comment

Comments

@Seco14
Copy link

Seco14 commented Mar 17, 2016

I am trying to get a selection of hits from som map, for this object I use "som_select" function. However, I can't get GUI, i get the next answer:

I am trying to get a selection of hits from SOM map, for this object I use "som_select" function. However, I can't get GUI, I get the next answer:

som_select(150);
??? Error using ==> getfield at 31
Not enough input arguments.
Error in ==> som_select>draw_colorselection at 354
for i=0:getfield(size(rep_y,2))-1, rep_x(:,i+1)=rep_x(:,i+1)+i; end
Error in ==> som_select at 153
draw_colorselection(c_names,c_colors);

I have used SOM struct, initial dataset, size of SOM struct, size of initial datasets…but these aren’t successful input arguments…

Somebody know other way to select hits of my SOM, an example o turorial to practice?

thanks

@twocs
Copy link
Contributor

twocs commented Sep 25, 2016

Just to check, did you follow this procedure prior to using som_select?

From som_select:
"For the function to work, the plot in the
% axes must have been created with the
% SOM_CPLANE function (or SOM_SHOW)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants