Deprecated API


Contents
Deprecated Classes
weka.core.Matrix
          Use weka.core.matrix.Matrix instead - only for backwards compatibility. 
 

Deprecated Methods
weka.clusterers.Cobweb.addInstance(Instance)
          updateClusterer(Instance) should be used instead 
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. 
 

Deprecated Constructors
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.