Weka-3-5-3 Changelog

Designed for use with Ant.


2006-06-08 02:22 eibe
updated
2006-06-07 22:38 fracpete
getDelimiters/setDelimiters now always escape/unescape the double and single quote - fixes problem with saving an Experimenter result via JDBC
2006-06-07 22:36 fracpete
fixed Javadoc
splitOptions no longer throws an exception for escaped chars other than " and \, eg \n and \t
joinOptions uses now backQuoteChars - option can then be used again in splitOptions and/or on commandline/SimpleCLI
2006-06-07 22:32 fracpete
keys are now always surrounded by double quotes instead of single quotes and content is escaped with Utils.backQuoteChars(String) - fixes problem with StringToWordVector filter
2006-06-07 22:22 fracpete
added menu item to enter the configuration manually (besides copying it to the clipboard and showing the properties)
2006-06-07 22:20 fracpete
added serialVersionUID
cleaned up imports
removed custom splitOptions method with the one from the Utils class
2006-06-07 03:37 fracpete
rewritten to make it useable in the AbstractClassifierTest JUnit test class
2006-06-01 20:35 fracpete
fixed calculation of correlation coefficient: for very small numbers, Utils.smOrEq() returned 0 which resulted in a correlation coefficient of 0 instead of e.g. 0.89
2006-06-01 06:36 fracpete
replaced tab, cr and lf with entities - avoids problems in options of OptionHandlers
2006-05-30 04:04 fracpete
input and output formats are only set if it's still the first batch of instances (i.e., m_FirstBatchDone == false)
2006-05-30 03:02 fracpete
revoked modifications regarding copying of attributes in Instances(Instances,int) constructor (resulted in higher memory consumption) - AttributeLocators do the trick now
2006-05-30 01:58 fracpete
added missing attribute types for attribute info in parentheses, e.g, (Rel)
2006-05-30 01:54 fracpete
added missing attribute types for attribute info in parentheses, e.g, (Rel)
2006-05-30 01:54 fracpete
added missing attribute types for attribute info in parentheses, e.g, (Rel)
2006-05-30 01:53 fracpete
added missing attribute types for attribute info in parentheses, e.g, (Rel)
2006-05-30 01:53 fracpete
added missing attribute types for attribute info in parentheses, e.g, (Rel)
2006-05-30 01:52 fracpete
added missing attribute types for attribute info in parentheses, e.g, (Rel)
2006-05-30 01:52 fracpete
added missing attribute types for attribute info in parentheses, e.g, (Rel)
2006-05-30 01:52 fracpete
added missing attribute types for attribute info in parentheses, e.g, (Rel)
2006-05-30 01:51 fracpete
added missing attribute types for attribute info in parentheses, e.g, (Rel)
2006-05-30 01:51 fracpete
added missing attribute types for attribute info in parentheses, e.g, (Rel)
2006-05-30 01:26 fracpete
replaced weka.classifiers.RandomizableClassifier with weka.core.Randomizable
2006-05-30 01:19 fracpete
added m_MaxDepth parameter to control the maximum depth of the tree (additional parameter in buildTree for the current level: depth)
adapted setOptions/getOptions/listOptions
getOptions method uses now a Vector instead of an array to assemble the options
2006-05-30 01:17 fracpete
added m_MaxDepth parameter to control the maximum depth of the tree (additional parameter in buildTree for the current level: depth)
removed m_Debug since it overrides the variable from the Classifier class and adapted setOptions/getOptions/listOptions
getOptions method uses now a Vector instead of an array to assemble the options
2006-05-24 05:48 fracpete
fixed Javadoc
2006-05-24 01:31 fracpete
fixed Technical Information
updated Javadoc
2006-05-24 01:28 fracpete
fixed Technical Information
updated Javadoc
2006-05-24 00:49 fracpete
fixed Javadoc ("incproceedings" typo)
2006-05-24 00:48 fracpete
error message of unknown is now output on System.err - otherwise problems with Javadoc generation via AllJavadoc
2006-05-24 00:48 fracpete
fixed Javadoc (display of technical information of a journal)
2006-05-24 00:43 fracpete
fixed Javadoc
2006-05-24 00:42 fracpete
fixed Javadoc ("incproceedings" typo)
2006-05-24 00:41 fracpete
fixed Javadoc ("incproceedings" typo)
2006-05-24 00:39 fracpete
fixed Javadoc ("incproceedings" typo)
2006-05-24 00:39 fracpete
fixed Javadoc
2006-05-24 00:38 fracpete
fixed Javadoc ("incproceedings" typo)
2006-05-24 00:37 fracpete
fixed Javadoc ("incproceedings" typo)
2006-05-24 00:36 fracpete
fixed Javadoc
2006-05-24 00:35 fracpete
fixed Javadoc ("incproceedings" typo)
2006-05-24 00:34 fracpete
fixed Javadoc (display of technical information of a journal)
2006-05-24 00:33 fracpete
fixed Javadoc
2006-05-24 00:29 fracpete
fixed Javadoc ("incproceedings" typo)
2006-05-24 00:28 fracpete
fixed Javadoc ("incproceedings" typo)
2006-05-24 00:26 fracpete
fixed Javadoc ("incproceedings" typo)
2006-05-24 00:23 fracpete
fixed Javadoc
2006-05-24 00:23 fracpete
fixed Javadoc (removed umlaut from technical information)
2006-05-24 00:22 fracpete
fixed Javadoc ("incproceedings" typo)
2006-05-24 00:20 fracpete
fixed Javadoc
2006-05-24 00:20 fracpete
fixed Javadoc (display of technical information of a journal)
2006-05-24 00:19 fracpete
fixed Javadoc (display of technical information of a journal)
2006-05-24 00:18 fracpete
fixed Javadoc ("incproceedings" typo)
2006-05-24 00:17 fracpete
fixed Javadoc ("incproceedings" typo)
2006-05-24 00:11 fracpete
fixed Javadoc ("incproceedings" typo)
2006-05-23 21:59 fracpete
brought up-to-date
2006-05-23 21:23 fracpete
added excludes for the bayes net package (from Remco)
2006-05-23 05:33 fracpete
applied Eibe's fix regarding missing values and class attribute
2006-05-22 03:24 fracpete
if class attribute is set, it is skipped now
fixed loss of class attribute (problems with FilteredClassifier otherwise)
2006-05-22 02:23 fracpete
removed obsolete TODO
2006-05-22 01:58 fracpete
added "*.excludes" to targets "compile" and "srcjar"
added "*.xml" to target "srcjar" to also add the build.xml file to the jar
moved CVSROOT to variable "cvsroot_anon" (easier maintenance)
2006-05-22 00:53 fracpete
cleaned up imports
added serialVersionUIDs
JList now of type SINGLE_SELECTION to avoid confusion
2006-05-19 04:05 fracpete
replaced the hack for the ResultListeners to suppress the listing of ResultProducers with a general framework for suppressing Interfaces, Superclasses or explicit Classes
fixed Javadoc
prefixed members with "m_"
2006-05-18 06:45 fracpete
fixed Javadoc
2006-05-18 05:50 fracpete
added a "makeCopies" method for convenience
2006-05-15 04:05 fracpete
words and word-separators for string generation are now options, which enables one to generate strings with a certain alphabet (e.g., for gene sequences) and structure (e.g., no whitespaces/separators) - otherwise checks for biological algorithms failed due to malformed input strings
2006-05-15 04:01 fracpete
words and word-separators for string generation are now options, which enables one to generate strings with a certain alphabet (e.g., for gene sequences) and structure (e.g., no whitespaces/separators)
2006-05-14 21:18 fracpete
added "Resize" button (suggested by Andriy Palamarchuk)
added serialVersionUIDs
cleaned up imports
fixed Javadoc
2006-05-12 04:24 fracpete
added additional forInstances method, to detect multi-instance data automatically based on the structure of the attributes (3 attributes: nominal=bag-id,relational=bag,other=class)
2006-05-12 03:24 fracpete
added "-g <file>" option for outputting the graph representation of Drawable clusterers
2006-05-09 23:13 fracpete
added links to PS/PDF files
2006-05-07 23:08 fracpete
fixed toString() method - thanks to JosÈ Marco de la Rosa
2006-05-04 22:35 fracpete
uses now the new copyValues methods instead of the old copyStringValues ones
2006-05-04 22:35 fracpete
uses now the new copyValues methods instead of the old copyStringValues ones
2006-05-04 22:24 fracpete
extended to be more flexible regarding attribute ranges - necessary for filters that add/remove/change attributes
2006-05-04 22:20 fracpete
Hashtable is now also used for relational values (otherwise values will be added even though already existing)
closing name of relational attribute in header gets now quoted if necessary
2006-05-03 21:24 fracpete
added technical reference
2006-05-02 03:08 fracpete
correct classIndex is set before ArffViewer panel is displayed
2006-05-02 00:43 fracpete
fixed display of attribute name for relational popup-dialog
2006-05-01 05:22 fracpete
fixed getOptions for stepsize and startpoint (leading - of option was missing)
2006-04-30 22:09 fracpete
added tiptext for maximumAttributeNames
fixed Javadoc
2006-04-27 06:43 fracpete
fixed Javadoc
2006-04-27 06:42 fracpete
fixed technical information
update Javadoc
2006-04-27 06:41 fracpete
fixed Javadoc
2006-04-27 06:41 fracpete
fixed Javadoc
2006-04-27 06:21 fracpete
fixed Javadoc
2006-04-27 06:21 fracpete
fixed Javadoc
2006-04-27 06:19 fracpete
fixed Javadoc
2006-04-27 06:05 fracpete
fixed Javadoc
2006-04-27 06:05 fracpete
fixed Javadoc
2006-04-27 06:04 fracpete
fixed Javadoc
2006-04-27 05:56 fracpete
updated and fixed Javadoc
2006-04-27 05:55 fracpete
updated Javadoc
2006-04-27 05:27 fracpete
added serialVersionUID
fixed Javadoc
2006-04-27 05:09 fracpete
fixed Javadoc
added technical information
2006-04-27 04:31 fracpete
fixed Javadoc
2006-04-27 04:29 fracpete
cleaned up imports
fixed Javadoc
2006-04-27 04:23 fracpete
cleaned up imports
fixed Javadoc
2006-04-27 04:19 fracpete
cleaned up imports
added serialVersionUID
fixed Javadoc
2006-04-27 04:18 fracpete
added technical information
2006-04-27 04:00 fracpete
cleaned up imports
added serialVersionUID
fixed Javadoc
removed obsolete code
2006-04-27 03:51 fracpete
cleaned up imports
added serialVersionUID
fixed Javadoc
2006-04-27 03:31 fracpete
cleaned up imports
added serialVersionUID
added tags for Javadoc automation
2006-04-27 03:31 fracpete
cleaned up imports
added serialVersionUID
added tags for Javadoc automation
2006-04-27 03:30 fracpete
cleaned up imports
added serialVersionUID
added tags for Javadoc automation
2006-04-27 03:30 fracpete
cleaned up imports
added serialVersionUID
added tags for Javadoc automation
2006-04-27 03:29 fracpete
cleaned up imports
added serialVersionUID
added tags for Javadoc automation
added technical information
2006-04-27 03:29 fracpete
cleaned up imports
added serialVersionUID
added tags for Javadoc automation
added technical information
2006-04-26 06:17 fracpete
fixed "imperfect" output if pages are missing
2006-04-12 21:12 mhall
Fixed bug in rule output. Second number in the brackets at a leaf now reports the rms error as a percentage of the global standard deviation.
2006-04-12 21:02 fracpete
svm_parameter.degree is no longer a double but an int (version 2.82)
added technical information about LIBSVM
updated Javadoc
2006-04-10 23:31 fracpete
fixed technical information (removed pp/vol/no for articles)
2006-04-10 23:30 fracpete
fixed technical information (removed pp/vol/no for articles)
2006-04-10 23:30 fracpete
fixed technical information (URL -> PS/PDF)
2006-04-10 23:29 fracpete
fixed technical information (removed pp/vol/no for articles)
2006-04-10 23:29 fracpete
fixed technical information (URL -> PS/PDF)
2006-04-10 23:28 fracpete
fixed technical information (removed pp/vol/no for articles)
2006-04-10 23:27 fracpete
fixed technical information (URL -> PS/PDF)
2006-04-10 23:26 fracpete
fixed technical information (URL -> PS/PDF)
2006-04-10 23:26 fracpete
fixed technical information (removed pp/vol/no for articles)
2006-04-10 23:24 fracpete
fixed technical information (removed pp/vol/no for articles)
2006-04-10 23:24 fracpete
fixed technical information (removed pp/vol/no for articles)
2006-04-10 23:23 fracpete
fixed technical information (removed pp/vol/no for articles)
2006-04-10 23:23 fracpete
fixed technical information (removed pp/vol/no for articles)
2006-04-10 23:22 fracpete
fixed technical information (removed pp/vol/no for articles)
2006-04-10 23:22 fracpete
fixed technical information (removed pp/vol/no for articles)
2006-04-10 23:20 fracpete
fixed technical information (removed pp/vol/no for articles)
2006-04-10 23:18 fracpete
Kernels are now accessible via GenericObjectEditor, as well as a parameter from commandline
2006-04-10 23:17 fracpete
Kernels are now accessible via GenericObjectEditor, as well as a parameter from commandline
2006-04-10 23:17 fracpete
Kernels are now accessible via the GenericObjectEditor and OptionHandlers
2006-04-10 23:16 fracpete
updated Javadoc
2006-04-10 23:05 fracpete
Kernels are now accessible via the GenericObjectEditor and OptionHandlers
2006-04-10 23:04 fracpete
added Kernels
2006-04-10 23:03 fracpete
added Kernels
2006-04-10 05:57 fracpete
added button for opening a separate dialog with the capabiliites (gets updated if properties sheet gets motified of a change, e.g., the base classifier of a meta classifier changed)
added serialVersionUIDs
2006-04-05 01:12 fracpete
setClassifier now accepts the base classifier only if it can handle a numeric class (via Capability: NUMERIC_CLASS)
2006-04-03 22:18 mhall
Fixed bug in tree output. Second number in the brackets at a leaf now reports the rms error as a percentage of the global standard deviation.
2006-03-30 03:23 fracpete
added alt+left mousebutton as right click alternative for Mac users
2006-03-30 03:22 fracpete
added alt+left mousebutton as right click alternative for Mac users
2006-03-29 06:36 fracpete
added serialVersionUIDs where necessary
added tags for Javadoc automation
fixed and updated Javadoc
2006-03-29 06:36 fracpete
added serialVersionUIDs where necessary
added tags for Javadoc automation
fixed and updated Javadoc
2006-03-29 04:50 fracpete
added serialVersionUIDs where necessary
fixed and updated Javadoc
added support for RELATIONAL attribute type -> opens another editor for a particular cell value (which contains an Instances object)
2006-03-29 04:49 fracpete
cleaned up code (removed commented out and obsolete code)
added serialVersionUIDs where necessary
added tags for Javadoc automation
fixed and updated Javadoc
2006-03-28 22:00 fracpete
added serialVersionUIDs where necessary
added tags for Javadoc automation
fixed and updated Javadoc
2006-03-28 21:50 fracpete
added serialVersionUIDs where necessary
added tags for Javadoc automation
fixed and updated Javadoc
2006-03-28 21:26 fracpete
added serialVersionUIDs where necessary
added tags for Javadoc automation
fixed and updated Javadoc
2006-03-28 05:04 fracpete
handles errors more gracefully now
2006-03-28 05:03 fracpete
added methods for object instantiation
2006-03-28 05:02 fracpete
added tags for Javadoc automation
fixed and updated Javadoc
2006-03-28 03:58 fracpete
added tags for Javadoc automation
fixed and updated Javadoc
2006-03-28 03:57 fracpete
added tags for Javadoc automation
fixed and updated Javadoc
2006-03-28 02:18 fracpete
added serialVersionUIDs where necessary
added tags for Javadoc automation
fixed and updated Javadoc
2006-03-28 02:18 fracpete
added serialVersionUIDs where necessary
added tags for Javadoc automation
fixed and updated Javadoc
2006-03-27 03:13 fracpete
added serialVersionUID
fixed Javadoc
2006-03-24 05:08 eibe
Added changes from Marc Sumner's version written for PKDD paper (with some modifications).
2006-03-09 01:36 fracpete
integrated Lin's fixes
2006-03-08 21:11 fracpete
fixed Javadoc
2006-03-08 21:05 fracpete
fixed Javadoc
2006-03-08 21:04 fracpete
fixed Javadoc
2006-03-08 02:28 fracpete
fixed Javadoc (for automation)
added serialVersionUID where necessary
2006-03-08 02:24 fracpete
fixed Javadoc (for automation)
added getTechnicalInformation()
2006-03-08 02:23 fracpete
fixed Javadoc (for automation)
2006-03-08 02:22 fracpete
fixed Javadoc
added serialVersionUID
cleaned up imports
2006-03-08 02:22 fracpete
fixed Javadoc
added serialVersionUID
2006-03-08 02:21 fracpete
fixed Javadoc
added serialVersionUID
cleaned up imports
2006-03-08 02:19 fracpete
fixed Javadoc (for automation)
added getTechnicalInformation()
2006-03-08 02:19 fracpete
fixed Javadoc
2006-03-08 02:18 fracpete
fixed Javadoc (for automation)
2006-03-08 02:17 fracpete
fixed Javadoc
2006-03-08 02:17 fracpete
fixed Javadoc
added serialVersionUID
2006-03-08 02:14 fracpete
fixed Javadoc (for automation)
added getTechnicalInformation()
2006-03-08 02:12 fracpete
fixed Javadoc (for automation)
added serialVersionUID where necessary
2006-03-08 02:10 fracpete
fixed Javadoc (for automation)
added getTechnicalInformation()
added serialVersionUID where necessary
2006-03-08 02:07 fracpete
fixed Javadoc (for automation)
added getTechnicalInformation()
2006-03-08 02:07 fracpete
fixed Javadoc (for automation)
added getTechnicalInformation()
2006-03-08 02:06 fracpete
fixed Javadoc (for automation)
added getTechnicalInformation()
2006-03-08 02:03 fracpete
fixed Javadoc (for automation)
2006-03-08 02:03 fracpete
fixed Javadoc (for automation)
added getTechnicalInformation()
2006-03-08 02:02 fracpete
fixed Javadoc (for automation)
added getTechnicalInformation()
2006-03-08 02:01 fracpete
fixed Javadoc (for automation)
added getTechnicalInformation()
2006-03-08 02:00 fracpete
fixed Javadoc (for automation)
2006-03-08 01:59 fracpete
fixed Javadoc (for automation)
2006-03-08 01:57 fracpete
fixed Javadoc (for automation)
2006-03-08 01:56 fracpete
fixed Javadoc (for automation)
2006-03-08 01:54 fracpete
fixed Javadoc (for automation)
2006-03-08 01:54 fracpete
fixed Javadoc (for automation)
cleaned up Imports
added serialVersionUIDs where necessary
2006-03-08 01:51 fracpete
fixed Javadoc (for automation)
2006-03-08 01:49 fracpete
fixed Javadoc (for automation)
added getTechnicalInformation()
2006-03-08 01:48 fracpete
fixed Javadoc (for automation)
2006-03-08 01:46 fracpete
fixed Javadoc (for automation)
2006-03-08 01:32 fracpete
fixed Javadoc (for automation)
2006-03-08 01:31 fracpete
fixed Javadoc (for automation)
2006-03-08 01:30 fracpete
fixed Javadoc (for automation)
2006-03-08 01:29 fracpete
fixed Javadoc (for automation)
2006-03-08 01:00 fracpete
fixed Javadoc (for automation)
added getTechnicalInformation()
cleaned up imports
2006-03-08 00:38 fracpete
fixed Javadoc (for automation)
cleaned up Imports
2006-03-08 00:36 fracpete
fixed Javadoc (for automation)
added getTechnicalInformation()
2006-03-08 00:29 fracpete
fixed Javadoc (for automation)
2006-03-08 00:26 fracpete
added handling of "soft-capabilities", i.e., dependencies
2006-03-08 00:18 fracpete
fixed Javadoc (for automation)
added serialVersionUIDs where necessary
added getTechnicalInformation() where applicable
2006-03-08 00:16 fracpete
fixed Javadoc
2006-03-08 00:09 fracpete
fixed Javadoc
added serialVersionUID
2006-03-06 22:48 fracpete
Gabi's fixes
2006-03-05 23:01 fracpete
now implements weka.core.CapabilitiesHandler
2006-03-03 03:27 fracpete
automated Javadoc generation (globalInfo, options)
added TechnicalInformation-handling where possible
2006-03-03 03:27 fracpete
automated Javadoc generation (globalInfo, options)
added TechnicalInformation-handling where possible
2006-03-03 01:31 fracpete
automated Javadoc generation (globalInfo, options)
added TechnicalInformation-handling where possible
2006-03-03 01:31 fracpete
automated Javadoc generation (globalInfo, options)
added TechnicalInformation-handling where possible
2006-03-03 01:28 fracpete
fixed javadoc
cleaned up code
2006-02-23 22:46 fracpete
adapted to work with "Open" button
2006-02-23 19:51 fracpete
removed CRs from source code (was mixture of CRLF and LF)
2006-02-23 04:48 fracpete
used for paper references (can also generate BibTeX output)
2006-02-21 02:17 fracpete
added JCheckBox for debug flag in DatabaseUtils
2006-02-21 02:17 fracpete
added support for debug flag from DB-Connection dialog
2006-02-20 21:57 fracpete
fixed bug with interfaces (return null as superclass)
2006-02-20 01:33 mhall
Changes from Jimmy
2006-02-19 23:27 fracpete
added get-methods for m_NewBatch and m_FirstBatchDone
2006-02-19 23:17 fracpete
added customized getCapabilities method
updated buildClassifier method
cleaned up imports
2006-02-19 22:16 fracpete
implements now CapabilitiesHandler
2006-02-19 21:00 fracpete
now implements the weka.core.CapabilitiesHandler interface
returns a Capabilties object that only says that it can handle datasets without a class, other capabilities have to be enabled by derived classes
2006-02-19 20:56 fracpete
implements now the weka.core.CapabilitiesHandler interface
returns by default a Capabilities object that has NO capabilities. derived classifiers need to enable the necessary capabilities (so far every classifier could handle anything by default, which made it hard to add new features)
2006-02-19 20:38 fracpete
interfaces to return Capabilities objects
2006-02-19 20:34 fracpete
extended JList that contains JCheckBox items
2006-02-14 22:44 fracpete
branches:  1.1.2;
added GUI editor for SimpleDateFormat class
2006-02-02 03:39 fracpete
Ashraf's bug fix to stop KDTree using the class attribute (if set) in its tree
structure.
2006-01-19 01:51 fracpete
added new constructor with the readable text of the Tag instead of the index
means easier parsing of symbolic options from commandline
2006-01-07 23:43 fracpete
visualization plugin interface for the Explorer/Classify panel
by Jeffery Grajkowski
2005-12-22 04:22 fracpete
added up/down button
2005-12-22 04:21 fracpete
added up/down button
2005-12-22 04:19 fracpete
added up/down button
2005-12-22 04:18 fracpete
helper class for swing component JList
2005-12-22 04:08 fracpete
no real use, besides educational