-
Classes Class Description weka.core.Matrix Useweka.core.matrix.Matrix
instead - 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 theArffLoader
orDataSource
class instead.
-
Constructors Constructor Description weka.core.Instances(Reader, int) instead of using this method in conjunction with thereadInstance(Reader)
method, one should use theArffLoader
orDataSource
class instead.weka.gui.PropertyDialog(PropertyEditor, int, int) instead of this constructor, one should use the constructors with an explicit owner (either derived fromjava.awt.Dialog
or fromjava.awt.Frame
) or, if none available, using(Frame) null
as owner.