Commit graph

69 commits

Author SHA1 Message Date
Ben Mabey
2d274d2598 adds into-fast-vector util fn 2010-11-08 10:37:42 -07:00
Ben Mabey
19a827d8b3 sets the output-format for ClojureBatchFilter to use the process fn format 2010-11-08 10:37:42 -07:00
Ben Mabey
adff41dafe adds my clojars prefix 2010-11-08 10:37:42 -07:00
Ben Mabey
eabb2acca5 adds helper fns in data and fixes some docstring misplacements 2010-11-08 10:37:42 -07:00
Ben Mabey
55ff30fcfa fixes is-dataset? to report correctly 2010-11-04 11:50:42 -06:00
Ben Mabey
b7acdd5d8d adds documenation for the new clj-[streamable|batch] filters 2010-11-03 11:49:04 -06:00
Ben Mabey
c2f44f44e0 refactors branching in make-filter for the new Clojure filters 2010-11-03 11:20:06 -06:00
Ben Mabey
249424ad81 adds ClojureBatchFilter 2010-11-03 11:10:41 -06:00
Ben Mabey
1412e9a86f allows ClojureStreamFilter to use a fn for updating the dataset-format 2010-11-02 17:42:03 -06:00
Ben Mabey
b2132579ac turns reflection warnings on 2010-11-02 17:41:31 -06:00
Ben Mabey
36041956b5 another doto minor refactoring 2010-11-02 16:52:31 -06:00
Ben Mabey
78a99eaa35 adds basic ClojureStreamFilter which accepts a clojure fn for processing 2010-11-02 16:51:15 -06:00
Ben Mabey
f256984153 minor refactorings in data.clj 2010-11-01 17:39:27 -06:00
Ben Mabey
d87640e464 adds add-attribute filter 2010-11-01 17:13:35 -06:00
Ben Mabey
c2991b18b1 doc updates for filters 2010-11-01 14:46:24 -06:00
Ben Mabey
b09a59025f adds numeric to nominal filter 2010-11-01 14:05:11 -06:00
Ben Mabey
f403ca21d7 changes make-classifier-m from a macro into a fn 2010-11-01 11:20:59 -06:00
Ben Mabey
6ec5f1f2a0 similar options refactorings in classifiers that was done in filters 2010-11-01 11:14:07 -06:00
Ben Mabey
6dec810b12 replaces make-filter macro with fn and swaps multimethods with map 2010-10-29 19:13:35 -06:00
Ben Mabey
97a02bcc6b updates history and project file 2010-10-29 18:09:13 -06:00
Ben Mabey
c100184e72 switches out custom code with doto macro 2010-10-29 18:00:27 -06:00
Ben Mabey
dfe20783af more filters DRYing 2010-10-29 17:58:07 -06:00
Ben Mabey
10a57b8224 swap arg order for check-options 2010-10-29 17:10:47 -06:00
Ben Mabey
51fc383c15 general filters refactoring- mostly DRYing stuff up 2010-10-29 16:57:20 -06:00
Ben Mabey
497d65dffc adds RemoveUseless filter wrapper and does some test refactoring 2010-10-29 15:55:29 -06:00
Ben Mabey
32617b4c24 adds dev deps 2010-10-29 15:53:04 -06:00
Ben Mabey
f76cd6c01e updates README to point to my clojars version until Antonio pushes it 2010-10-28 10:42:17 -06:00
Ben Mabey
36fef2e326 adds HISTORY.md and releases v0.0.4 2010-10-28 10:33:33 -06:00
Ben Mabey
cb1ce175c4 adds link to autodoc documentation 2010-10-28 10:32:58 -06:00
Ben Mabey
7b0cd6c0d2 ignoring common swap and other files 2010-10-28 09:57:03 -06:00
Ben Mabey
dfb339aba9 removes FIXME in README.. it was fine, I must have typed it wrong initially 2010-10-28 09:51:37 -06:00
Ben Mabey
1d7c404b40 fixes classifier-label example in README 2010-10-28 09:43:51 -06:00
Ben Mabey
6eac912975 adds incanter deps back - only the modules needed by clj-ml.ui 2010-10-27 18:06:29 -06:00
Ben Mabey
790049feac bumps to clojure 1.2 2010-10-27 17:47:14 -06:00
Ben Mabey
aad0000450 fixes filtering section in README 2010-10-27 17:47:14 -06:00
Ben Mabey
2ad643f3d8 removes note about weka since a proper maven repo has been added 2010-10-27 17:47:14 -06:00
Ben Mabey
44a0ec5e3c converts README to markdown 2010-10-27 17:47:14 -06:00
Ben Mabey
9cf4db8d4b updates deps and README. Details below.
* Updated the deps to current repos and bumped the javac plugin.
  * Added LeadTune's maven repo so weka can be pulled down with `lein deps`.
  * Removed incanter temporarliy. The most recent clojars version wasn't working for me.
  * Updated README with new lein instructions.
  * Made note in README where things didn't work as advertised.
  * Verified that `lein test` passes with these deps.
2010-10-27 17:47:14 -06:00
Ben Mabey
37e8ca05d7 removes clusterers dep on incanter- doesn't appear to need it 2010-10-27 16:35:48 -06:00
Ben Mabey
42b1fed112 adds missing require in clj-ml.io so it can load 2010-10-27 16:34:44 -06:00
Antonio Garrote
47e78f5fb4 Documentation for clusterers and small fixes in the clusterer options for :expectation-maximization clusterer 2010-03-16 09:22:49 +01:00
Antonio Garrote
06adde17e9 documentation for classifiers mostly finished 2010-03-08 16:32:38 +01:00
Antonio Garrote
ecd2e3579f Documentation and comments for filter.clj. Not finished yet. 2010-03-08 09:20:37 +01:00
Antonio Garrote
1e8d1d24ec Autodoc documentation support 2010-03-07 23:25:47 +01:00
Antonio Garrote
f91328f5e4 SMO Support Vector Machines and different kernel functions: polynomic, radia-basis and string kernels 2010-03-07 18:22:04 +01:00
Antonio Garrote
c1c7ba0ac5 Support for persisting data sets into MongoDB 2010-03-06 12:10:26 +01:00
Antonio Garrote
df2fe1913f select-append and project-attributes filters 2010-03-04 17:05:33 +01:00
Antonio Garrote
8facf1dfe2 EM clusterer added, remove-attributes filter added, improved syntax for filters and make-apply-filter form 2010-03-04 13:56:50 +01:00
Antonio Garrote
b13fd3b4b4 Updateable clusterers 2010-03-03 16:37:06 +01:00
Antonio Garrote
2670b037b2 Small improvements 2010-03-03 14:46:08 +01:00