Designed for use with Apache Ant.
2006-12-20 03:29 fracpete |
updated list for GOE |
2006-12-19 20:22 fracpete |
fixed NullPointerExceptions if no file extension was provided explicitely |
2006-12-19 20:17 fracpete |
printClassifications didn't reset the dataset before printing the classifications (resulted in an exception) |
2006-12-19 01:54 fracpete |
updated copyright year |
2006-12-19 01:53 fracpete |
updated copyright year |
2006-12-15 03:36 fracpete |
updated policy file added example setup |
2006-12-15 03:36 fracpete |
added remote.policy.example file to the remoteExperimentServer.jar |
2006-12-14 04:39 fracpete |
AllFileFilter is not used by default now |
2006-12-14 03:46 fracpete |
filter for adding classification, class distribution, error to a dataset based on a classifier that either got trained on the data or loaded from a serialized model |
2006-12-10 22:00 fracpete |
little helper class for listing the options of an OptionHandler |
2006-12-07 22:01 fracpete |
added commandline generation for attribute selection scheme, in addition to the filter commandline |
2006-12-07 21:59 fracpete |
switched to DataSource class to speed up loading for ARFF files |
2006-12-06 22:26 fracpete |
applyFilter method outputs now the commandline string of the filter being applied fixed some Javadoc comments |
2006-12-06 22:26 fracpete |
commandline option string is now output to the log |
2006-12-06 22:25 fracpete |
added log support commandline option string is output to log now |
2006-12-05 21:50 fracpete |
background colors now all set to "white" for a more consistent look'n'feel |
2006-12-05 02:03 fracpete |
popup menu popped up all the time - fixed |
2006-12-04 23:16 fracpete |
uses the new Databaseutils.close() method now |
2006-12-04 23:15 fracpete |
added update/select methods to distinguish between queries that generate ResultSet or nothing at all added close methods to close ResultSets and Statements in order to avoid memory leaks |
2006-12-04 23:07 fracpete |
System.exit is now only performed if there are no more windows open and m_ExitIfNoWindowsOpen=TRUE |
2006-12-04 23:06 fracpete |
uses new DatabaseUtils.update/close methods instead of execute |
2006-12-04 23:05 fracpete |
JDBC URL gets updated now, in case it got changed in the User/PW dialog cleaned up imports removed empty main method |
2006-12-04 04:46 fracpete |
fixed getOptions - methods of superclass were added in wrong order |
2006-12-04 04:13 fracpete |
intial import |
2006-12-01 08:20 fracpete |
added test for toString method when classifier hasn't been built yet |
2006-12-01 06:20 fracpete |
setInputFormat uses now m_InputFormat instead of instanceInfo for initializing the string/relational locators - should result in smaller serialized objects, e.g., classifiers using filters internally, since the full dataset is being saved no longer (thanks to Bernhard Pfahringer). |
2006-11-29 03:58 fracpete |
removed weka.classifiers.monotone package from list of classifier packages, since it got relocated to weka.classifiers.misc |
2006-11-29 03:56 fracpete |
relocated from weka.classifiers.montone
|
2006-11-29 03:04 fracpete |
added the possibility to have the table in read-only mode (popup-menus are limited to the read-only options as well) |
2006-11-29 00:46 fracpete |
changes for PartitionedMultiFilter (needs Range to be visible in the GenericArrayEditor) |
2006-11-29 00:45 fracpete |
initial import |
2006-11-29 00:38 fracpete |
InitGenericObjectEditorFilter property is now TRUE by default |
2006-11-29 00:30 fracpete |
uses only Swing components now - this fixed weird display errors from within the weka.gui.Main class |
2006-11-26 22:00 fracpete |
added context-menu to algorithmlist panel for copy/paste of string configurations (just like in PropertyPanel) |
2006-11-26 21:35 fracpete |
fixed NullPointerException in toString() method if no model built yet |
2006-11-26 20:40 fracpete |
renamed XMLLoader/Saver to XRFFLoader/Saver |
2006-11-26 02:43 fracpete |
in all text nodes the content is now turned into valid content, i.e., < and > get turned into < and > - was missing for the labels of an attribute |
2006-11-24 00:40 mhall |
Fixed bug that caused array out of bounds when producing a ranked list of attributes from a backwards search. |
2006-11-22 20:40 fracpete |
the "copy(string)" method for copying while renaming an attribute is now public |
2006-11-21 01:46 mhall |
Default clusterer icons courtesy of Jeffrey (they were on his CD but I didn't realize it :-)) |
2006-11-17 02:10 fracpete |
fixed loading of optional file |
2006-11-17 00:28 fracpete |
fixed ignoring of randomizing of subsample (subsample was incorrectly generated from original, un-randomized data). thanks to Gabi Schmidberger |
2006-11-16 23:01 fracpete |
added toOptionSynopsis method for an automated generation of text suitable for the listOptions method |
2006-11-16 22:26 mhall |
Fixed bug with class priors in the case of a numeric class. |
2006-11-16 20:22 fracpete |
resampling is now allowed with weight pruning |
2006-11-16 20:22 fracpete |
moved output in setWeights method to debug mode |
2006-11-15 20:58 mhall |
Made the clearLayout method public so that the GUIChooser can call it just before the KF window is closed. |
2006-11-01 03:02 fracpete |
minimum number of instances is now 1 |
2006-10-31 02:13 fracpete |
backup object was not properly initialized (pressing "cancel" in the property dialog changes back to an even older object)??? calling setValue a second time fixes that. |
2006-10-30 00:01 fracpete |
incremental loading is no longer unset globally if loader is non-incremental, uses a local variable instead now |
2006-10-27 03:14 fracpete |
fixed filters for use in the FilteredClassifier
|
2006-10-27 03:13 fracpete |
fixed endless loop in case of multi-instance data in forCapabilities method added unary class handling in forCapabilities method |
2006-10-27 03:12 fracpete |
capabilities now contain the correct owner, i.e., EM |
2006-10-24 19:43 fracpete |
added "isChanged" method to determine whether the data has been modified by the user |
2006-10-18 21:48 fracpete |
added median for numeric classes |
2006-10-17 22:21 fracpete |
better exception handling in runClassifier method |
2006-10-13 00:33 fracpete |
no longer loses user-provided URL/User/Password/Key columns in KnowledgeFlow (due to calling the reset() method) by defaulting back to values from DatabaseUtils.props |
2006-10-04 20:03 fracpete |
contains Ashraf's bugfixes indentical instances can now be skipped |
2006-10-04 00:54 fracpete |
uses the new convenience methods from DataSource (setting class index/dataset immediately) |
2006-10-02 02:29 fracpete |
accidentally, the second element in a bag was tested if there were elements in it. crashed in case there was only one element in the bag. fixed to test the first element. |
2006-09-27 00:01 fracpete |
exception in getStructure() now provides more information on why the data coming from the reader cannot be interpreted as ARFF |
2006-09-25 02:24 fracpete |
removed final from methods containedBy and hashCode added serialVersionUID cleaned up imports |
2006-09-25 01:26 fracpete |
checks now also the string ID of the underlying tags to determine the selected tag added toString method added check of uniqueness of IDs (int and string) |
2006-09-25 01:22 fracpete |
added GPL preamble and copyright |
2006-09-20 07:59 fracpete |
fixed Javadoc |
2006-09-20 07:58 fracpete |
fixed Javadoc |
2006-09-20 07:58 fracpete |
fixed Javadoc |
2006-09-20 07:57 fracpete |
fixed Javadoc |
2006-09-20 07:57 fracpete |
fixed Javadoc |
2006-09-20 07:56 fracpete |
fixed Javadoc cleaned up imports |
2006-09-20 07:55 fracpete |
fixed Javadoc cleaned up imports |
2006-09-20 07:54 fracpete |
fixed Javadoc cleaned up imports |
2006-09-20 07:54 fracpete |
fixed Javadoc cleaned up imports |
2006-09-20 07:53 fracpete |
fixed Javadoc |
2006-09-20 07:53 fracpete |
fixed Javadoc |
2006-09-20 07:51 fracpete |
fixed Javadoc cleaned up imports |
2006-09-20 07:50 fracpete |
fixed Javadoc cleaned up imports |
2006-09-20 07:49 fracpete |
fixed Javadoc cleaned up imports |
2006-09-20 07:49 fracpete |
fixed Javadoc cleaned up imports |
2006-09-20 07:49 fracpete |
fixed Javadoc cleaned up imports |
2006-09-20 07:48 fracpete |
fixed Javadoc |
2006-09-20 07:48 fracpete |
fixed Javadoc |
2006-09-20 07:47 fracpete |
fixed Javadoc |
2006-09-20 07:47 fracpete |
fixed Javadoc |
2006-09-20 07:46 fracpete |
fixed Javadoc |
2006-09-20 07:46 fracpete |
fixed Javadoc |
2006-09-20 07:46 fracpete |
fixed Javadoc |
2006-09-20 07:45 fracpete |
fixed Javadoc |
2006-09-20 07:44 fracpete |
fixed Javadoc |
2006-09-20 07:44 fracpete |
fixed Javadoc |
2006-09-20 07:44 fracpete |
fixed Javadoc |
2006-09-20 07:43 fracpete |
fixed Javadoc |
2006-09-20 07:42 fracpete |
fixed Javadoc |
2006-09-20 07:42 fracpete |
fixed Javadoc |
2006-09-20 07:42 fracpete |
fixed Javadoc |
2006-09-20 07:41 fracpete |
fixed Javadoc |
2006-09-20 07:41 fracpete |
fixed Javadoc |
2006-09-20 07:40 fracpete |
fixed Javadoc |
2006-09-20 07:40 fracpete |
fixed Javadoc |
2006-09-20 07:39 fracpete |
fixed Javadoc |
2006-09-20 07:39 fracpete |
fixed Javadoc |
2006-09-20 07:39 fracpete |
fixed Javadoc |
2006-09-20 07:38 fracpete |
fixed Javadoc |
2006-09-20 07:38 fracpete |
fixed Javadoc |
2006-09-20 07:37 fracpete |
fixed Javadoc |
2006-09-20 07:37 fracpete |
fixed Javadoc |
2006-09-20 07:36 fracpete |
fixed Javadoc |
2006-09-20 07:35 fracpete |
fixed Javadoc |
2006-09-20 07:35 fracpete |
fixed Javadoc |
2006-09-20 07:34 fracpete |
fixed Javadoc |
2006-09-20 07:34 fracpete |
fixed Javadoc |
2006-09-20 07:33 fracpete |
fixed Javadoc |
2006-09-20 07:32 fracpete |
fixed Javadoc |
2006-09-20 07:31 fracpete |
fixed Javadoc |
2006-09-20 07:30 fracpete |
fixed Javadoc |
2006-09-20 07:30 fracpete |
fixed Javadoc |
2006-09-20 07:29 fracpete |
fixed Javadoc |
2006-09-20 07:29 fracpete |
fixed Javadoc |
2006-09-20 07:28 fracpete |
fixed Javadoc |
2006-09-20 07:28 fracpete |
fixed Javadoc |
2006-09-20 07:27 fracpete |
fixed Javadoc |
2006-09-20 05:45 fracpete |
fixed Javadoc |
2006-09-20 05:44 fracpete |
fixed Javadoc |
2006-09-20 05:44 fracpete |
fixed Javadoc |
2006-09-20 05:43 fracpete |
fixed Javadoc |
2006-09-20 05:43 fracpete |
fixed Javadoc |
2006-09-20 05:43 fracpete |
fixed Javadoc |
2006-09-20 05:42 fracpete |
fixed Javadoc |
2006-09-20 05:41 fracpete |
fixed Javadoc |
2006-09-20 05:41 fracpete |
fixed Javadoc |
2006-09-20 05:40 fracpete |
fixed Javadoc |
2006-09-20 05:39 fracpete |
fixed Javadoc |
2006-09-20 05:37 fracpete |
fixed Javadoc |
2006-09-20 05:37 fracpete |
fixed Javadoc |
2006-09-20 05:36 fracpete |
fixed Javadoc |
2006-09-20 05:35 fracpete |
fixed Javadoc |
2006-09-20 05:35 fracpete |
fixed Javadoc |
2006-09-20 05:34 fracpete |
fixed Javadoc |
2006-09-20 05:34 fracpete |
fixed Javadoc |
2006-09-20 05:33 fracpete |
fixed Javadoc |
2006-09-20 05:33 fracpete |
fixed Javadoc |
2006-09-20 05:32 fracpete |
fixed Javadoc |
2006-09-20 05:30 fracpete |
fixed Javadoc |
2006-09-20 05:29 fracpete |
fixed Javadoc |
2006-09-20 05:29 fracpete |
fixed Javadoc |
2006-09-20 05:29 fracpete |
fixed Javadoc |
2006-09-20 05:28 fracpete |
fixed Javadoc |
2006-09-20 05:28 fracpete |
fixed Javadoc |
2006-09-20 05:27 fracpete |
uses now ConverterUtils.DataSource instead of a BufferedReader for just ARFF files |
2006-09-20 05:26 fracpete |
fixed Javadoc |
2006-09-19 05:06 fracpete |
removed dead code: preprocess(Instance) |
2006-09-19 04:59 fracpete |
moved to ConverterUtils to determine loader, instead of only ARFF files class index is only set if loader returned dataset without one (new XML format now enables arbitrary class attribute definition) |
2006-09-19 04:55 fracpete |
displays now all the extensions that the specific loader can handle |
2006-09-19 04:54 fracpete |
fixed handling of Loaders and Savers |
2006-09-19 04:53 fracpete |
JFileChooser got changed to ConverterFileChooser saving to a file respects the Capabilities of the data, ie only Converters that can handle that kind of data will be displayed |
2006-09-19 04:53 fracpete |
superceded by weka.gui.ConverterFileChooser |
2006-09-19 04:49 fracpete |
added getExtensions() method to return stored extensions |
2006-09-19 04:46 fracpete |
added Capabilities generation main method now uses runFileSaver no longer IncrementalConverter |
2006-09-19 04:45 fracpete |
added getFileExtensions() removed redundant code due to AbstractFileLoader main method now uses runFileLoader |
2006-09-19 04:45 fracpete |
added Capabilities generation main method now uses runFileSaver fixed option handling (changed -C to -c to make it consistent with other savers) |
2006-09-19 04:41 fracpete |
added getFileExtensions() removed redundant code due to AbstractFileLoader main method now uses runFileLoader |
2006-09-19 04:39 fracpete |
added Capabilities generation main method now uses runFileSaver |
2006-09-19 04:39 fracpete |
added getFileExtensions() removed redundant code due to AbstractFileLoader main method now uses runFileLoader |
2006-09-19 04:37 fracpete |
added Capabilities generation removed obsolete setDestination calls listOptions now uses the ones from its ancestor fixed setting of class attribute in setOptions main method now uses runFileSaver |
2006-09-19 04:36 fracpete |
added getFileExtensions() removed redundant code due to AbstractFileLoader main method now uses runFileLoader |
2006-09-19 04:32 fracpete |
added Capabilities generation main method now uses runFileSaver |
2006-09-19 04:30 fracpete |
Savers are now CapabilitiesHandlers |
2006-09-19 04:29 fracpete |
m_writer now transient (wasn't serializable) setFile now automatically performs setDestination added makeOptionStr and runFileSaver to remove duplicate code in savers |
2006-09-19 04:27 fracpete |
added getFileExtensions() to return array of extensions (e.g., for C45 and XML loader/saver) |
2006-09-19 04:21 fracpete |
cleaned up code fixed Javadoc |
2006-09-19 04:20 fracpete |
added methods to work on classnames instead of classes fixed Javadoc |
2006-09-19 04:17 fracpete |
abstract super class for file loaders |
2006-09-18 21:20 fracpete |
fixed listOptions/Javadoc |
2006-09-07 22:58 fracpete |
variable processed_InstanceID wasn't initialized in buildClusterer - fixed |
2006-09-06 04:57 fracpete |
added distributionForInstance method/probability estimates according to Yasser EL-Manzalawy's original code rewrote transfer for Weka data into libsvm's sparse data format (more efficient now) Capabilities are now based on the SVMType that has been selected |
2006-09-05 21:39 fracpete |
splash screen for the new GUI interface |
2006-09-05 05:08 fracpete |
background for new main GUI |
2006-09-05 05:06 fracpete |
SimpleCLI split into panel and frame that uses that panel (necessary for integration in new main GUI) |
2006-09-05 05:05 fracpete |
a little helper class for browser related stuff |
2006-09-04 22:03 fracpete |
year is ommitted now if missing (suppresses those ugly empty parentheses) |
2006-09-04 05:35 fracpete |
gaussian noise (m_delta) now back to 1.0 as default value like in initial import (Javadoc disagreed back then) |
2006-09-04 04:22 mhall |
Modified so that the user can choose to have the class attribute unset, |
2006-09-04 04:21 mhall |
Modified so that "no class" is an option from the drop-down box (and 0 can be used from the text field to indicate the same thing). |
2006-09-03 23:19 fracpete |
fixed getOptions (-Q was inverted) |
2006-08-28 05:38 fracpete |
removed obsolete code, i.e., left-overs from CheckClassifier (number of test instances) fixed Javadoc |
2006-08-28 05:37 fracpete |
modified determination of position of string attribute |
2006-08-28 05:36 fracpete |
added makeCopies method (only for convencience in CheckKernel class) |
2006-08-28 05:35 fracpete |
for testing kernels |
2006-08-28 05:35 fracpete |
used for comparing kernels |
2006-08-28 05:32 fracpete |
removed obsolete code, i.e., left-overs from CheckClassifier (number of test instances) updated Javadoc |
2006-08-28 05:31 fracpete |
removed obsolete code, i.e., left-overs from CheckClassifier (number of test instances) |
2006-08-28 05:00 fracpete |
cleaned up imports fixed Javadoc ("all" is not supported) added serialVersionUID |
2006-08-28 05:00 fracpete |
cleaned up imports fixed Javadoc added serialVersionUID |
2006-08-28 04:59 fracpete |
added method attributeTypeToString to turn an attribute into a string, e.g., for regression tests or exceptions |
2006-08-24 22:26 fracpete |
added tiptext methods |
2006-08-24 21:44 fracpete |
introduced -1 as cache size for turning the cache off fixed initVars - kernels weren't initialized correctly for cache_size=0 and being loaded in the GOE from a serialized, trained model (generated complete crap numbers with GaussianProcesses!) |
2006-08-24 02:12 fracpete |
moved into "attribute" package |
2006-08-23 02:17 fracpete |
new classifier, submitted by Liangxiao Jiang upgraded it to latest developer CVS added -I parameter to output the mutual-information data in the toString method (toString was missing anyway) |
2006-08-22 23:31 fracpete |
setMinimumNumberInstances is explicitly set to 0, otherwise the testInputFormat method will fail |
2006-08-22 23:30 fracpete |
setMinimumNumberInstances is explicitly set to 0, otherwise the testInputFormat method will fail |
2006-08-22 23:28 fracpete |
fixed typos in Javadoc (referred to classifier instead of filter) |
2006-08-22 03:41 fracpete |
updated Javadoc (PotentialClassIgnorer is now OptionHandler) and option handling |
2006-08-22 03:34 fracpete |
updated Javadoc (PotentialClassIgnorer is now OptionHandler) and option handling |
2006-08-22 03:34 fracpete |
updated Javadoc (PotentialClassIgnorer is now OptionHandler) |
2006-08-22 03:33 fracpete |
updated Javadoc (PotentialClassIgnorer is now OptionHandler) |
2006-08-22 03:32 fracpete |
added get method for m_IgnoreClass implements now OptionHandler ("-unset-class-temporarily") |
2006-08-22 03:30 fracpete |
filter for setting and unsetting the class index |
2006-08-17 04:52 fracpete |
fixed Javadoc |
2006-08-17 04:03 uid62904 |
now derived from RandomizableClusterer |
2006-08-17 04:02 fracpete |
now derived from RandomizableClusterer |
2006-08-17 03:59 fracpete |
now derived from RandomizableClusterer made an incremental clusterer |
2006-08-17 03:58 fracpete |
added support for incremental clusterers |
2006-08-17 03:57 fracpete |
additional abstract superclasses to avoid redundant code in derived classes |
2006-08-17 03:44 fracpete |
for default values in the Explorer |
2006-08-17 03:42 fracpete |
added main method added serialVersionUID fixed Javadoc |
2006-08-17 03:41 fracpete |
Capabilities now based on the base classifier |
2006-08-17 03:41 fracpete |
fixed exception text in search method that tests no longer fail |
2006-08-17 03:40 fracpete |
Capabilities now based on the base classifier |
2006-08-16 03:50 gs23 |
its interface Estimator changed from interface to abstract class, added capabilities functions |
2006-08-16 03:27 gs23 |
interface to set type of estimator to incremental |
2006-08-16 03:12 gs23 |
its interface Estimator changed from interface to abstract class, added capabilities functions |
2006-08-16 03:12 gs23 |
its interface Estimator changed from interface to abstract class, added capabilities functions |
2006-08-16 03:10 gs23 |
its interface Estimator changed from interface to abstract class, added capabilities functions |
2006-08-16 03:09 gs23 |
its interface Estimator changed from interface to abstract class, added capabilities functions |
2006-08-16 02:56 gs23 |
organized imports |
2006-08-11 00:37 fracpete |
moved flushInput() after the data has been processed, in case determineOutputFormat needs to access the input data |
2006-08-10 06:41 fracpete |
setOptions now defaults to CfsSubsetEval/BestFirst if no Evaluator/Search provided instead of throwing an Exception fixed Javadoc |
2006-08-10 06:40 fracpete |
fixed getOptions and setOptions |
2006-08-10 06:36 fracpete |
fixed setOptions |
2006-08-10 06:34 fracpete |
now based on weka.core.Check |
2006-08-10 06:33 fracpete |
abstract superclass for CheckScheme and CheckOptionHandler |
2006-08-10 03:32 fracpete |
incorporated Remco's fix regarding nearly-endless-loop in the RegSMOImproved (happened with some weighted datasets) |
2006-08-10 02:48 fracpete |
added main method to list all installed themes since setting the system default theme can crash Weka under Linux/Gnome we don't set the system theme, if we're on a Linux box (i.e., system property "os.name" == "linux") |
2006-08-09 22:50 fracpete |
setOptions no longer throws an Exception if clusterer is not given, defaults to SimpleKMeans now |
2006-08-09 21:47 fracpete |
added getCapabilities method to code examples |
2006-08-09 06:36 fracpete |
main method now uses runClassifier |
2006-08-09 06:36 fracpete |
main method now uses runClassifier |
2006-08-09 06:34 fracpete |
main method now uses runClassifier |
2006-08-09 06:33 fracpete |
main method now uses runClassifier throws a WekaException now if no rule could be found instead of crashing with a NullPointerException in classifyInstance |
2006-08-09 06:30 fracpete |
main method now uses runClassifier |
2006-08-09 06:30 fracpete |
main method now uses runClassifier |
2006-08-09 06:27 fracpete |
main method now uses runClassifier
|
2006-08-09 06:27 fracpete |
main method now uses runClassifier |
2006-08-09 06:24 fracpete |
updated main method (can't use runClassifier method unfortunately) |
2006-08-09 06:22 fracpete |
main method now uses runClassifier getCapabilities now returns the Capabilities of the filter |
2006-08-09 06:20 fracpete |
added the dependencies |
2006-08-09 06:20 fracpete |
added the dependencies |
2006-08-09 05:41 fracpete |
main method now uses runClassifier |
2006-08-09 05:40 fracpete |
main method now uses runClassifier |
2006-08-09 05:38 fracpete |
main method now uses runClassifier
|
2006-08-09 05:34 fracpete |
main method now uses runClassifier |
2006-08-09 05:15 fracpete |
added Capabilities support main method now uses runFilter |
2006-08-09 05:11 fracpete |
added Capabilities support main method now uses runFilter |
2006-08-09 05:11 fracpete |
added Capabilities support main method now uses runFilter
|
2006-08-09 05:02 fracpete |
added Capabilities support main method now uses runFilter setOptions no longer throws an Exception if expression is not given, defaults to " a1^2" now added globalInfo method |
2006-08-09 04:58 fracpete |
added Capabilities support main method now uses runFilter |
2006-08-09 04:50 fracpete |
added Capabilities support main method now uses runFilter added serialVersionUID |
2006-08-09 04:38 fracpete |
main method now uses runDataGenerator |
2006-08-09 04:37 fracpete |
main method now uses runDataGenerator
|
2006-08-09 04:37 fracpete |
main method now uses runDataGenerator |
2006-08-09 04:36 fracpete |
added static method runDataGenerator to avoid redundant code in the main method in derived classes |
2006-08-09 04:13 fracpete |
added Capabilities support main method now uses runEvaluator |
2006-08-09 04:13 fracpete |
added Capabilities support main method now uses runEvaluator |
2006-08-09 04:12 fracpete |
added Capabilities support main method now uses runEvaluator fixed getOptions method |
2006-08-09 04:11 fracpete |
setOptions no longer throws an Exception if attribute evaluator is not given (defaults to GainRatioAttributeEval now) |
2006-08-09 04:09 fracpete |
fixed getOptions and getSearchPercent |
2006-08-09 04:07 fracpete |
added Capabilities support main method now uses runEvaluator fixed modifying of data in the buildEvaluator method |
2006-08-09 04:05 fracpete |
added Capabilities support main method now uses runEvaluator |
2006-08-09 04:05 fracpete |
added Capabilities support main method now uses runEvaluator |
2006-08-09 04:04 fracpete |
fixed ArrayOutOfBounds exception in method "select" if no good member was found. now returns the first one in that case. |
2006-08-09 04:02 fracpete |
added Capabilities support main method now uses runEvaluator |
2006-08-09 04:00 fracpete |
added Capabilities support main method now uses runEvaluator fixed modifying of data in the buildEvaluator method |
2006-08-09 04:00 fracpete |
m_evaluations is now reset every time the method "search" is called |
2006-08-09 03:57 fracpete |
added Capabilities support main method now uses runEvaluator |
2006-08-09 03:56 fracpete |
added Capabilities support main method now uses runEvaluator |
2006-08-09 03:54 fracpete |
added makeCopies method |
2006-08-09 03:54 fracpete |
added Capabilities support added static method runEvaluator to eliminate redundant code in the main methods |
2006-08-09 03:42 fracpete |
main method now uses runClusterer |
2006-08-09 03:29 fracpete |
main method now uses runJavadoc |
2006-08-09 03:28 fracpete |
main method now uses runJavadoc added setting of "-silent" parameter for all Javadoc generators |
2006-08-09 03:27 fracpete |
added "-silent" parameter to suppress output in the console added static runJavadoc method to eliminate redundant code in the main methods of derived classes |
2006-08-09 03:25 fracpete |
fixed Exception in case an attribute is a relational one and has a missing value |
2006-08-09 03:19 fracpete |
main method now uses runAssociator added getAllTheRules method to access the generated rules |
2006-08-09 03:17 fracpete |
added methods makeCopy and makeCopies added static method runAssociator for unified commandline calls (removes redundant code from the main methods) |
2006-08-03 05:04 fracpete |
Loader based on the TextDirectoryToArff tool to import directories of text files into an Instances object |
2006-07-31 03:12 fracpete |
Capabilities tests can now be turned on/off via the weka/core/Capabilities.props file (useful for experiments with nested classifiers/filters and large datasets) |
2006-07-24 04:02 fracpete |
now derived from weka.experiment.DatabaseUtils to avoid duplicate code |
2006-07-02 02:07 fracpete |
cleaned up imports added right-click menu for history (based on code from weka.gui.explorer.ClassifierPanel) |
2006-06-30 05:33 fracpete |
branches: 1.2.2; added comments for supported mappings |
2006-06-30 05:33 fracpete |
added comments for supported mappings |
2006-06-30 05:33 fracpete |
branches: 1.3.2; added comments for supported mappings |
2006-06-30 01:55 fracpete |
EnsembleSelection contribution by Robert Jung (mrbobjung at gmail dot com) and David Michael (dam68 at cornell dot edu)
|
2006-06-30 01:55 fracpete |
EnsembleSelection contribution by Robert Jung (mrbobjung at gmail dot com) and David Michael (dam68 at cornell dot edu) |
2006-06-30 01:54 fracpete |
EnsembleSelection contribution by Robert Jung (mrbobjung at gmail dot com) and David Michael (dam68 at cornell dot edu)
|
2006-06-30 01:53 fracpete |
EnsembleSelection contribution by Robert Jung (mrbobjung at gmail dot com) and David Michael (dam68 at cornell dot edu) |
2006-06-30 01:51 fracpete |
EnsembleSelection contribution by Robert Jung (mrbobjung at gmail dot com) and David Michael (dam68 at cornell dot edu)
|
2006-06-30 01:51 fracpete |
EnsembleSelection contribution by Robert Jung (mrbobjung at gmail dot com) and David Michael (dam68 at cornell dot edu) |
2006-06-28 22:17 fracpete |
registering of editors for the GenericObjectEditor is now based on weka/gui/GUIEditors.props file, which makes it easier to register new classes |
2006-06-28 07:33 fracpete |
added checkLowerCaseNames flag (for PostgreSQL) and checkForTable flag (used in KnowledgeFlow) |
2006-06-28 07:05 fracpete |
added try-catch-block around the ResultSet.getObject call in getCells |
2006-06-22 01:04 fracpete |
Remco's new SVM for regression implementation |
2006-06-21 22:46 fracpete |
helper class for accessing properties via Inflection and a property path, e.g., Vote contains two classifiers, J48 and LinearRegression. Then "classifiers[1].ridge" accesses the second classifier in the meta classifier, which is LinearRegression, and returns the "ridge" property. |
2006-06-20 04:56 mhall |
Now implements Serializable |
2006-06-19 23:19 mhall |
Fixed problem with setting cost values |
2006-06-19 01:49 fracpete |
Remco's new SVM for regression implementation |
2006-06-15 03:40 mhall |
Initial import |
2006-06-08 02:22 eibe |
updated |
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 |