4.2(b)

62 views
Skip to first unread message

Daryl Hansen

unread,
Mar 12, 2013, 12:52:56 AM3/12/13
to uw-big-d...@googlegroups.com
I'm getting the following error message when I try to run kmeans_run.m:

Undefined function 'statset' for input arguments of type
'char'.

Error in kmeans_fun (line 5)
    opts = statset('MaxIter', 500, 'Display', 'final');

Error in kmeans_run (line 17)
cluster_sample = kmeans_fun(V, K, MName, V(seedsIdx,:));

Any idea what's going on?

Haijie Gu

unread,
Mar 12, 2013, 1:02:34 AM3/12/13
to uw-big-d...@googlegroups.com
Statset is a function from the statistics toolbox. Does you Matlab come with the statistics toolbox?

-jay

--
You received this message because you are subscribed to the Google Groups "UW Big Data Class" group.
To unsubscribe from this group and stop receiving emails from it, send an email to uw-big-data-cl...@googlegroups.com.
To post to this group, send email to uw-big-d...@googlegroups.com.
Visit this group at http://groups.google.com/group/uw-big-data-class?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply all
Reply to author
Forward
0 new messages