| Method and Description |
|---|
| weka.core.Instances.readInstance(Reader)
instead of using this method in conjunction with the
readInstance(Reader) method, one should use the
ArffLoader or DataSource class
instead. |
| Constructor and Description |
|---|
| weka.core.Instances(Reader, int)
instead of using this method in conjunction with the
readInstance(Reader) method, one should use the
ArffLoader or DataSource class
instead. |