-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDescription.props
31 lines (18 loc) · 2.33 KB
/
Description.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Analogical Modeling Weka package description
PackageName=AnalogicalModeling
Version=0.12.0
Date=04/28/2021
Title=Analogical Modeling
Category=Classification
Author=Nathan Glenn <[email protected]>
Maintainer=Nathan Glenn <[email protected]>
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.12.0/Weka_AnalogicalModeling-0.12.0.zip
URL=https://github.com/garfieldnate/Weka_AnalogicalModeling
# Dependencies (format: packageName (equality/inequality version_number)
Depends=weka (>=3.8.0)
# Message to display in installation. Can be used to provide
# special instructions (e.g. manual stuff needed to complete
# the installation process). (optional).
MessageToDisplayOnInstallation=Thanks for installing Analogical Modeling! If you find bugs or have a request, please file an issue here: https://github.com/garfieldnate/Weka_AnalogicalModeling/issues