Hi all, yes it's me again hehehe :)
I'm trying to read a data file and automatically discretize the parameters that are continuous, I've been reading the tutorial about discretization but it gaves the following code:
DSL_discretizer disc(d.GetVariableData(0));
disc.Discretize(3,DSL_discretizer ...
Search found 19 matches
- Wed May 20, 2009 9:53 pm
- Forum: SMILE
- Topic: Discretizer & Missing values
- Replies: 1
- Views: 5276
- Wed May 20, 2009 7:27 pm
- Forum: SMILE
- Topic: Nodes ordering
- Replies: 2
- Views: 7239
- Mon May 18, 2009 9:50 am
- Forum: SMILE
- Topic: Nodes ordering
- Replies: 2
- Views: 7239
Nodes ordering
Hi all!
I'm wondering if could be possible to use the same options that Genie provided us for ordering the nodes (Under layout menu option), to arrange the nodes to use them into our code with Smile.
The reason is that I generate some .xdsl files with networks and after open them in Genie I need to ...
I'm wondering if could be possible to use the same options that Genie provided us for ordering the nodes (Under layout menu option), to arrange the nodes to use them into our code with Smile.
The reason is that I generate some .xdsl files with networks and after open them in Genie I need to ...
- Thu May 07, 2009 10:44 pm
- Forum: SMILE
- Topic: More questions about DSL_dataset's ReadFile
- Replies: 7
- Views: 13583
- Thu May 07, 2009 10:03 pm
- Forum: SMILE
- Topic: More questions about DSL_dataset's ReadFile
- Replies: 7
- Views: 13583
- Thu May 07, 2009 8:42 pm
- Forum: SMILE
- Topic: More questions about DSL_dataset's ReadFile
- Replies: 7
- Views: 13583
- Mon May 04, 2009 10:58 pm
- Forum: SMILE
- Topic: How to calculate the accuracy?
- Replies: 14
- Views: 27358
- Sat May 02, 2009 12:29 am
- Forum: SMILE
- Topic: How to calculate the accuracy?
- Replies: 14
- Views: 27358
- Fri May 01, 2009 11:24 pm
- Forum: SMILE
- Topic: How to calculate the accuracy?
- Replies: 14
- Views: 27358
- Fri May 01, 2009 11:01 pm
- Forum: SMILE
- Topic: How to calculate the accuracy?
- Replies: 14
- Views: 27358
- Fri May 01, 2009 9:31 pm
- Forum: SMILE
- Topic: How to calculate the accuracy?
- Replies: 14
- Views: 27358
- Fri May 01, 2009 9:22 pm
- Forum: SMILE
- Topic: K-Fold Crossvalidation
- Replies: 2
- Views: 6566
- Wed Apr 29, 2009 9:19 pm
- Forum: SMILE
- Topic: K-Fold Crossvalidation
- Replies: 2
- Views: 6566
K-Fold Crossvalidation
Hi all,
I was looking thorugh the forum and i found it http://genie.sis.pitt.edu/forum/viewtopic.php?t=181&highlight=cross
I assume any changes since that post so I started to create my own crossvalidation function. The problem is that I was thinking to do something like the following:
DSL ...
I was looking thorugh the forum and i found it http://genie.sis.pitt.edu/forum/viewtopic.php?t=181&highlight=cross
I assume any changes since that post so I started to create my own crossvalidation function. The problem is that I was thinking to do something like the following:
DSL ...
- Mon Apr 27, 2009 10:58 pm
- Forum: SMILE
- Topic: How to calculate the accuracy?
- Replies: 14
- Views: 27358
I think I could answer myself 
Instead of using GetEvidence (It's normal as you didn't declare it O:) )

Instead of using GetEvidence (It's normal as you didn't declare it O:) )
Code: Select all
DSL_Dmatrix* mat=result.GetNode(TARGET)->Value()->GetMatrix() ;
double value_state0=matriz->GetItems().Subscript(0);
- Mon Apr 27, 2009 10:37 pm
- Forum: SMILE
- Topic: How to calculate the accuracy?
- Replies: 14
- Views: 27358