rjmarsan / Weka-for-Android

the Weka project with the GUI components removed so it works with Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClassNotFoundException: weka.core.NominalAttributeInfo

mickeN89 opened this issue · comments

Trying to load a preconfig. model with
"weka.core.SerializationHelper.read(assetManager.open("multilayer.model"));"

but getting "java.lang.ClassNotFoundException: weka.core.NominalAttributeInfo"

Should this class not be included?