-
Classes Class Description weka.core.Matrix Useweka.core.matrix.Matrixinstead - only for backwards compatibility.
-
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.
-
Constructors Constructor Description weka.core.Instances(Reader, int) instead of using this method in conjunction with thereadInstance(Reader)method, one should use theArffLoaderorDataSourceclass instead.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.