-
Classes Class Description weka.core.FastVector weka.core.Matrix Useweka.core.matrix.Matrixinstead - only for backwards compatibility.weka.gui.beans.EnvironmentField weka.gui.beans.FileEnvironmentField weka.gui.beans.InteractiveTableModel Useweka.gui.InteractiveTableModelinstead. Retained for backward compatibilityweka.gui.beans.InteractiveTablePanel Useweka.gui.InteractiveTablePanelinstead. Retained for backward compatibilityweka.gui.beans.PluginManager Use weka.core.PluginManager instead
-
Methods Method Description weka.clusterers.Cobweb.addInstance(Instance) updateClusterer(Instance) should be used insteadweka.core.Instances.readInstance(Reader) instead of using this method in conjunction with thereadInstance(Reader)method, one should use theArffLoaderorDataSourceclass instead.weka.gui.beans.BeanVisual.setAnimated() weka.gui.beans.BeanVisual.setStatic()
-
Constructors Constructor Description weka.core.expressionlanguage.parser.Parser() weka.core.Instances(Reader, int) instead of using this method in conjunction with thereadInstance(Reader)method, one should use theArffLoaderorDataSourceclass instead.weka.core.json.Parser() weka.gui.PropertyDialog(PropertyEditor, int, int) instead of this constructor, one should use the constructors with an explicit owner (either derived fromjava.awt.Dialogor fromjava.awt.Frame) or, if none available, using(Frame) nullas owner.