EdwardRaff

Results 48 comments of EdwardRaff

I apparently missed this... oops. Do you have code that replicates this issue?

Are you asking how this could be done, or to have it integrated into the current code? I'm about to start a Java-8 transition, so if you want that added...

> May I add some things?! Of course! > in distributions.Uniform:26 (and in many other lines). In that case it is actually safe. if _a == b && a ==...

As I said, some of those checks are done intentionally. Right now I do not want to have any dependencies in JSAT. Also, FYI - there is some code where...

Feel free to email me the places where you have concerns and I will review them You need to decide what level of "sameness" you need. In ML we usually...

That code was written before I created the DoubleList class, and I missed changing that one.

I'm a little confused here. What is the Guava Table object representing with strings and 3 generic types? The super lazy thing would be to convert your table to a...

Hmm, do you really need `Long` as an option? For all but the largest values a double can store them losslessly. JSAT is going to save it as a double...

Are you trying to edit the JSAT project or add it as a dependency to another project? I use Netbeans which as built in maven support. Much easier than the...

Ok. Please see some of the tutorials out there for maven. Like this https://stackoverflow.com/questions/9164893/how-do-i-add-a-maven-dependency-in-eclipse or this https://spring.io/guides/gs/maven/ . You can search for guides based on the particulars of your build/dev...