Re: LDA and Maximum Iterations

2016-10-19 Thread Richard Garris
owError > at java.lang.reflect.InvocationTargetException.( > InvocationTargetException.java:72) > at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke( > DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.

Re: LDA and Maximum Iterations

2016-09-20 Thread Frank Zhang
s.java:1058)    Thank you so much!    Frank  From: "Yang, Yuhao" To: Frank Zhang ; "user@spark.apache.org" Sent: Tuesday, September 20, 2016 9:49 AM Subject: RE: LDA and Maximum Iterations #yiv8087534397 -- filtered {font-family:Helvetica;panose-1:2 11 6 4 2 2

RE: LDA and Maximum Iterations

2016-09-20 Thread Yang, Yuhao
] Sent: Monday, September 19, 2016 9:20 PM To: user@spark.apache.org Subject: LDA and Maximum Iterations Hi all, I have a question about parameter setting for LDA model. When I tried to set a large number like 500 for setMaxIterations, the program always fails. There is a very straightforward

LDA and Maximum Iterations

2016-09-19 Thread Frank Zhang
Hi all,    I have a question about parameter setting for LDA model. When I tried to set a large number like 500 for  setMaxIterations, the program always fails.  There is a very straightforward LDA tutorial using an example data set in the mllib package:http://stackoverflow.com/questions/3663199