reading .csv extension file while learning

The engine.
Post Reply
masterblaster
Posts: 4
Joined: Wed Nov 04, 2009 6:59 am

reading .csv extension file while learning

Post by masterblaster »

Does jsmile api support .csv file while learing structure from dataset. The front end engine genie reads .csv file but does jsmile support this file extension? Is there any way to learn from .csv file from jsmile api?
shooltz[BayesFusion]
Site Admin
Posts: 1457
Joined: Mon Nov 26, 2007 5:51 pm

Re: reading .csv extension file while learning

Post by shooltz[BayesFusion] »

masterblaster wrote:Does jsmile api support .csv file while learing structure from dataset. The front end engine genie reads .csv file but does jsmile support this file extension? Is there any way to learn from .csv file from jsmile api?
The internal SMILE parser (which jSMILE exposes through DataSet.readFile) supports tabs, commas and spaces as possible separator characters, so your .csv file should load fine.
Post Reply