[Java-ML-support] Creating a sparse Instance
Status: Beta
Brought to you by:
thomasabeel
From: Naveen S. <nav...@gm...> - 2011-04-20 15:03:32
|
Hello everyone! I followed the tutorial listed in the website to create a sparseInstance. Instance instanceVar = (Instance)new SparseInstance(10); I am getting an exception: weka.core.SparseInstance cannot be cast to net.sf.javaml.core.Instance Thanks in advance. |