On Wed, Jul 28, 2004 at 04:54:10PM -0400, Jerrin Kallukalam wrote: > How do I import my bayesian databases from dbm to sql in sa-3.0.0 ?
Assuming you've already installed 3.0.0 and have done at the very least an sa-learn --rebuild you can use the sa-learn --backup/--restore options to dump the dbm database, change local.cf and then sa-learn --restore to populate the SQL database. Michael