-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
31 lines (19 loc) · 1.01 KB
/
README
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
webClass
Open sourced web based classification
http://www.rezsoft.org/webclass
webClass aims to be a crowd sourced set of knowledge (pattern) classifiers.
webClass uses dClass as its backend. To learn more about dClass patterns:
https://github.com/TheWeatherChannel/dClass/blob/master/dtrees/README
Pattern contribution is much needed, so please feel free to contribute.
Current pattern indexes can be found here:
https://github.com/rezan/webClass/tree/master/src/main/dtrees
FAQ
Q: How do you interpret the results of webClass?
A: At this moment in time, webClass is purely a pattern classifer. webClass
does not provide any reasoning or post classification logic. This may
(and likely will) change in the future. When more indexes are created,
a common classification langauge will emerge which will allow for cross
index reasoning and more concise responses.
Q: How do I embed this technology into my application?
A: webClass is a simple web wrapper around dClass:
https://github.com/TheWeatherChannel/dClass