-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
40 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
WEKA offers some rudimentary support for one-class classfication: | ||
|
||
* via the `weka.classifiers.functions.LibSVM` wrapper classifier (stable 3.6 and developer version). See the [LibSVM](../lib_svm.md) article for more information. | ||
* via the `weka.classifiers.meta.OneClassClassifier` meta-classifier (developer version >3.7.0 or [snapshot](../snapshots.md) later than 23/7/2009) | ||
* via the `weka.classifiers.meta.OneClassClassifier` meta-classifier (developer version >3.7.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
The article [How to get the latest bugfixes](../get_latest_bugfixes.md) explains it in detail (it's basically either obtaining the source code from [git](../git.md) and compiling it yourself or getting a snapshot from the download section of the [WEKA homepage](http://cs.waikato.ac.nz/ml/weka/)). | ||
The article [How to get the latest bugfixes](../get_latest_bugfixes.md) explains it in detail (it's basically either obtaining the source code from [git](../git.md) and compiling it yourself. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
Weka is actively developed, that means that bugs are fixed and new functionality is added (only to the developer version) all the time. Every now and then (about every 6-12 months), when there was a sufficiently large number of improvements or fixes, a release is made and uploaded to [Sourceforget.net](http://sourceforge.net/projects/weka/). | ||
|
||
If you don't want to wait that long, you have two options: | ||
If you don't want to wait that long, you can get the latest source code from **Git** and compile it yourself. | ||
|
||
1. Get the latest source code from **Subversion** and compile it yourself. See the following articles for more information | ||
|
||
1. [obtaining the source code from Subversion](subversion.md), either book or developer version | ||
2. [compiling the source code](compiling_weka.md) | ||
|
||
2. Download a **snapshot** from the download section of the [Weka homepage](http://cs.waikato.ac.nz/~ml/weka/). Snapshots for book and developer version are generated automatically every night, based on the current Subversion code. The [ZIP files](http://en.wikipedia.org/wiki/ZIP_%28file_format%29) have the same content as a release, i.e., compiled classes (= weka.jar), source code (= weka-src.jar), Javadoc and other documentation. | ||
|
||
***Note:*** compare the timestamp of the [Weka Mailing List](mailing_list.md) post that reports a bugfix with the one of the snapshot to make sure the bugfix is already included in the snapshot. | ||
See the following articles for more information: | ||
|
||
1. [obtaining the source code from Git](git.md), either book or developer version | ||
2. [compiling the source code](compiling_weka.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.