Search found 3 matches

by Tiranous
Wed Feb 26, 2014 4:57 pm
Forum: SMILE
Topic: Question about discretize()
Replies: 5
Views: 4596

Re: Question about discretize()

I figured out that the mismatch in data was due to the fact that when I used the GUI I highlighted all the variables and discretized them all at the same time. I assume this led the program to discretize them all together rather then separately as I thought it would work. Is there a way to discretiz...
by Tiranous
Mon Feb 24, 2014 8:22 pm
Forum: SMILE
Topic: Question about discretize()
Replies: 5
Views: 4596

Re: Question about discretize()

What do the numbers in the double[] represent? These are the interval boundaries. That is what I was thinking, but the gui discretize boundries through the program doesn't match with the results of this. How do I convert a non-discretized node into a discretized node? Node as in node in the network...
by Tiranous
Thu Feb 20, 2014 6:11 pm
Forum: SMILE
Topic: Question about discretize()
Replies: 5
Views: 4596

Question about discretize()

I am currently trying to use the discretize() method to discretize my data set. What do the numbers in the double[] represent? How do I convert a non-discretized node into a discretized node?