Menu

save GBag train

Help
2012-04-13
2012-09-14
  • Nobody/Anonymous

    Hi,

    I use a GBag ensemble with 50 GDecisionTrees.

    How can I save result of training, like with waffles_learn train ..... >
    train.twt

     
  • Nobody/Anonymous

    From the command line:

    waffles_learn train mydata.arff bag 50 decisiontree end > model.json

    In C++ code:

    GDom doc;

    doc.setRoot(mybag.serialize(&doc));

    doc.saveJson("filename.json");

     

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.