Search found 4 matches

by rickyegeland
Fri Apr 12, 2013 2:14 pm
Forum: SMILE
Topic: Discretize floats with exponential notation
Replies: 3
Views: 4339

Re: Discretize floats with exponential notation

Alright, in the meantime I'll rescale my data. Any idea what the maximum allowable float might be?
by rickyegeland
Fri Apr 12, 2013 2:29 am
Forum: SMILE
Topic: Discretize floats with exponential notation
Replies: 3
Views: 4339

Discretize floats with exponential notation

I've run into a problem with DSL_dataset::Discretize() and a column with floats in exponential notation. Is exponential notation not supported by Discretize()? I have the following data: tot_flux gwill avg_grad eff_sep pil_len fut_fl_gtM_48 2.46E+22 3853.68 22.699 34.3525 169.773 F 5.89E+22 21875.6 ...
by rickyegeland
Sat Apr 06, 2013 10:40 pm
Forum: SMILE
Topic: Printing CPT of a given node
Replies: 2
Views: 4503

Re: Printing CPT of a given node

Thanks, it is useful to see another way to do it!
by rickyegeland
Fri Apr 05, 2013 4:00 am
Forum: SMILE
Topic: Printing CPT of a given node
Replies: 2
Views: 4503

Printing CPT of a given node

I'm trying to learn the SMILE API and wanted to write a function that would print the CPT of a given node, without assuming any knowledge of the network. Would any experts be willing to look it over to see if I am accessing data in the "best" way? Getting the parent node's name and state n...