-
ClassDescriptionUse
weka.gui.InteractiveTableModel
instead. Retained for backward compatibilityUseweka.gui.InteractiveTablePanel
instead. Retained for backward compatibilityUse weka.core.PluginManager instead
-
MethodDescriptionupdateClusterer(Instance) should be used insteadinstead of using this method in conjunction with the
readInstance(Reader)
method, one should use theArffLoader
orDataSource
class instead.
-
ConstructorDescriptioninstead of using this method in conjunction with the
readInstance(Reader)
method, one should use theArffLoader
orDataSource
class instead.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.
weka.core.matrix.Matrix
instead - only for backwards compatibility.