serialization - How to save a NaiveBayes Classifier in Java ML? -


so, trying figure out how save naive bayes builtclassifier given data set. have tried serialize can save says not serializable. have tried java.io.serializable class , not help. looked @ documentation , implements serializable interface. when ever run program error: java.io.notserializableexception: net.sf.javaml.classification.bayes.functions. have been working on awhile , hoping 1 help.

thank you, john doe


Comments