Must be there? I send you a pick with what i found in the "learning" package, as you see there is no DataMatch, matchNetwork is a void and em.learn doesn't need a DataMatch[]
Maybe i'm using an old version or something? :S
Search found 4 matches
- Mon Sep 20, 2010 2:17 pm
- Forum: SMILE
- Topic: jSmile Learning Documentation
- Replies: 6
- Views: 10537
- Mon Sep 20, 2010 10:36 am
- Forum: SMILE
- Topic: jSmile Learning Documentation
- Replies: 6
- Views: 10537
Re: jSmile Learning Documentation
In fact, DataMatch class it's not in my smile.jar :S. Still, i'm not sure if i need it for something. If i'm using this code for learning, will it work? :
DataSet ds = new DataSet();
ds.readFile("C:/RedesBayesianas/pruebas.txt");
ds.matchNetwork(net); -> do i need this line? what for? It appears ...
DataSet ds = new DataSet();
ds.readFile("C:/RedesBayesianas/pruebas.txt");
ds.matchNetwork(net); -> do i need this line? what for? It appears ...
- Fri Aug 27, 2010 4:26 pm
- Forum: SMILE
- Topic: jSmile Learning Documentation
- Replies: 6
- Views: 10537
Re: jSmile Learning Documentation
For example, i founded this line here in the forums:
But i can't find where that method(matchNetwork) or class(DataMatch) is documented..
Code: Select all
final DataMatch[] dataMatches = dataSet.matchNetwork(smileNetwork);
- Wed Aug 25, 2010 8:44 pm
- Forum: SMILE
- Topic: jSmile Learning Documentation
- Replies: 6
- Views: 10537
jSmile Learning Documentation
I have been searching the documentation asociated to the learning aspect of jSmile (DataSets, learning algorithms, etc..), but the only resource that i have found about it is the "jSMILE Learning" section of the wiki (i have also consulted to the C SMILearn section), which seems to not be updated ...