Deprecated API

Contents

  • Deprecated Classes
    Class
    Description
    Use weka.core.matrix.Matrix instead - only for backwards compatibility.
  • Deprecated Constructors
    Constructor
    Description
    instead of using this method in conjunction with the readInstance(Reader) method, one should use the ArffLoader or DataSource class instead.
    instead of this constructor, one should use the constructors with an explicit owner (either derived from java.awt.Dialog or from java.awt.Frame) or, if none available, using (Frame) null as owner.