Skip to content

Commit

Permalink
bumb release version
Browse files Browse the repository at this point in the history
  • Loading branch information
garfieldnate committed Jun 4, 2016
1 parent 20af627 commit 99ea230
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Description.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

PackageName=AnalogicalModeling

Version=0.01
Version=0.02

Date=04/17/2016
Date=06/04/2016

Title=Analogical Modeling

Expand All @@ -18,7 +18,7 @@ License=Apache 2.0

Description=Analogical Modeling (or AM) was developed by Royal Skousen as an exemplar-based approach to modeling language usage, and has also been found useful in modeling other "sticky" phenomena. AM is especially suited to this because it predicts probabilistic occurrences instead of assigning static labels for instances. AM was not designed to be a classifier, but as a cognitive theory explaining variation in human behavior. As such, though in practice it is often used like any other machine learning classifier, there are fine theoretical points in which it differs. As a theory of human behavior, much of the value in its predictions lies in matching observed human behavior, including non-determinism and degradations in accuracy caused by paucity of data. The AM algorithm could be called a probabilistic, instance-based classifier. However, the probabilities given for each classification are not degrees of certainty, but actual probabilities of occurring in real usage. AM models "sticky" phenomena as being intrinsically sticky, not as deterministic phenomena that just require more data to be predicted perfectly. Though it is possible to choose an outcome probabilistically, in practice users are generally interested in either the full predicted probability distribution or the outcome with the highest probability. Due to the exponential nature of AM, vectors of 50 or more features will be classified using an approximate method.

PackageURL=https://github.com/garfieldnate/Weka_AnalogicalModeling/releases/download/0.01/Weka_AnalogicalModeling-0.01.zip
PackageURL=https://github.com/garfieldnate/Weka_AnalogicalModeling/releases/download/0.02/Weka_AnalogicalModeling-0.02.zip

URL=https://github.com/garfieldnate/Weka_AnalogicalModeling

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java'
apply plugin: 'eclipse'

version = 0.01
version = 0.02

sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down

0 comments on commit 99ea230

Please sign in to comment.