Commit graph

  • adff41dafe adds my clojars prefix Ben Mabey 2010-10-28 10:22:43 -0600
  • eabb2acca5 adds helper fns in data and fixes some docstring misplacements Ben Mabey 2010-11-04 14:09:11 -0600
  • 55ff30fcfa fixes is-dataset? to report correctly Ben Mabey 2010-11-04 11:50:42 -0600
  • b7acdd5d8d adds documenation for the new clj-[streamable|batch] filters Ben Mabey 2010-11-03 11:44:47 -0600
  • c2f44f44e0 refactors branching in make-filter for the new Clojure filters Ben Mabey 2010-11-03 11:20:06 -0600
  • 249424ad81 adds ClojureBatchFilter Ben Mabey 2010-11-03 11:10:41 -0600
  • 1412e9a86f allows ClojureStreamFilter to use a fn for updating the dataset-format Ben Mabey 2010-11-02 17:42:03 -0600
  • b2132579ac turns reflection warnings on Ben Mabey 2010-11-02 17:41:31 -0600
  • 36041956b5 another doto minor refactoring Ben Mabey 2010-11-02 16:52:31 -0600
  • 78a99eaa35 adds basic ClojureStreamFilter which accepts a clojure fn for processing Ben Mabey 2010-11-02 16:51:15 -0600
  • f256984153 minor refactorings in data.clj Ben Mabey 2010-11-01 17:39:27 -0600
  • d87640e464 adds add-attribute filter Ben Mabey 2010-11-01 17:13:35 -0600
  • c2991b18b1 doc updates for filters Ben Mabey 2010-11-01 14:46:24 -0600
  • b09a59025f adds numeric to nominal filter Ben Mabey 2010-11-01 14:05:11 -0600
  • f403ca21d7 changes make-classifier-m from a macro into a fn Ben Mabey 2010-11-01 11:20:59 -0600
  • 6ec5f1f2a0 similar options refactorings in classifiers that was done in filters Ben Mabey 2010-11-01 11:14:07 -0600
  • 6dec810b12 replaces make-filter macro with fn and swaps multimethods with map Ben Mabey 2010-10-29 17:50:12 -0600
  • 97a02bcc6b updates history and project file Ben Mabey 2010-10-29 18:09:13 -0600
  • c100184e72 switches out custom code with doto macro Ben Mabey 2010-10-29 18:00:27 -0600
  • dfe20783af more filters DRYing Ben Mabey 2010-10-29 17:58:07 -0600
  • 10a57b8224 swap arg order for check-options Ben Mabey 2010-10-29 17:10:47 -0600
  • 51fc383c15 general filters refactoring- mostly DRYing stuff up Ben Mabey 2010-10-29 16:57:20 -0600
  • 497d65dffc adds RemoveUseless filter wrapper and does some test refactoring Ben Mabey 2010-10-29 15:55:29 -0600
  • 32617b4c24 adds dev deps Ben Mabey 2010-10-29 15:53:04 -0600
  • f76cd6c01e updates README to point to my clojars version until Antonio pushes it Ben Mabey 2010-10-28 10:42:17 -0600
  • 36fef2e326 adds HISTORY.md and releases v0.0.4 Ben Mabey 2010-10-28 10:33:33 -0600
  • cb1ce175c4 adds link to autodoc documentation Ben Mabey 2010-10-28 10:31:07 -0600
  • 7b0cd6c0d2 ignoring common swap and other files Ben Mabey 2010-10-28 09:56:10 -0600
  • dfb339aba9 removes FIXME in README.. it was fine, I must have typed it wrong initially Ben Mabey 2010-10-28 09:51:37 -0600
  • 1d7c404b40 fixes classifier-label example in README Ben Mabey 2010-10-28 09:43:51 -0600
  • 6eac912975 adds incanter deps back - only the modules needed by clj-ml.ui Ben Mabey 2010-10-27 18:05:27 -0600
  • 790049feac bumps to clojure 1.2 Ben Mabey 2010-10-27 17:36:36 -0600
  • aad0000450 fixes filtering section in README Ben Mabey 2010-10-27 17:22:51 -0600
  • 2ad643f3d8 removes note about weka since a proper maven repo has been added Ben Mabey 2010-10-27 17:01:49 -0600
  • 44a0ec5e3c converts README to markdown Ben Mabey 2010-10-27 17:01:18 -0600
  • 9cf4db8d4b updates deps and README. Details below. Ben Mabey 2010-10-27 16:39:41 -0600
  • 37e8ca05d7 removes clusterers dep on incanter- doesn't appear to need it Ben Mabey 2010-10-27 16:35:48 -0600
  • 42b1fed112 adds missing require in clj-ml.io so it can load Ben Mabey 2010-10-27 16:34:44 -0600
  • 47e78f5fb4 Documentation for clusterers and small fixes in the clusterer options for :expectation-maximization clusterer Antonio Garrote 2010-03-16 09:22:49 +0100
  • 06adde17e9 documentation for classifiers mostly finished Antonio Garrote 2010-03-08 16:32:38 +0100
  • ecd2e3579f Documentation and comments for filter.clj. Not finished yet. Antonio Garrote 2010-03-08 09:20:37 +0100
  • 1e8d1d24ec Autodoc documentation support Antonio Garrote 2010-03-07 23:25:47 +0100
  • f91328f5e4 SMO Support Vector Machines and different kernel functions: polynomic, radia-basis and string kernels Antonio Garrote 2010-03-07 18:22:04 +0100
  • c1c7ba0ac5 Support for persisting data sets into MongoDB Antonio Garrote 2010-03-06 12:01:05 +0100
  • df2fe1913f select-append and project-attributes filters Antonio Garrote 2010-03-04 17:05:33 +0100
  • 8facf1dfe2 EM clusterer added, remove-attributes filter added, improved syntax for filters and make-apply-filter form Antonio Garrote 2010-03-04 13:56:50 +0100
  • b13fd3b4b4 Updateable clusterers Antonio Garrote 2010-03-03 16:37:06 +0100
  • 2670b037b2 Small improvements Antonio Garrote 2010-03-03 14:46:08 +0100
  • c37d36e5d3 Distance functions and distance function parameters for clusterers Antonio Garrote 2010-03-02 22:47:35 +0100
  • 00ff6b1bc4 Visualization of more objects, clustering of collections and good clusterers evaluation Antonio Garrote 2010-03-02 21:24:11 +0100
  • fba9f97845 More functions for working with clusters and display of cluster and k-means centroids Antonio Garrote 2010-03-02 09:41:25 +0100
  • 5d6d85fc0e Chart drawing support Antonio Garrote 2010-02-28 23:54:19 +0100
  • eb60fe6d31 Some tests for clusterers Antonio Garrote 2010-02-28 20:51:17 +0100
  • a7990c5373 Initial support for clustering algorithms Antonio Garrote 2010-02-28 20:29:51 +0100
  • d149acc376 fix doc Antonio Garrote 2010-02-28 13:47:24 +0100
  • 6d392770a9 fix doc Antonio Garrote 2010-02-28 13:45:46 +0100
  • 4de38dde28 Changes Antonio Garrote 2010-02-28 13:42:14 +0100
  • 4b6e1b912b fix minor erros in doc Antonio Garrote 2010-02-28 13:38:18 +0100
  • f247274dec fix doc Antonio Garrote 2010-02-28 13:35:04 +0100
  • 10a58088d2 fix doc Antonio Garrote 2010-02-28 13:30:49 +0100
  • ba35576f0c fix doc Antonio Garrote 2010-02-28 13:29:49 +0100
  • 8fec45a94e fix doc Antonio Garrote 2010-02-28 13:27:36 +0100
  • 6dc946e3e8 fix doc Antonio Garrote 2010-02-28 13:26:41 +0100
  • c8352b3b87 fix doc Antonio Garrote 2010-02-28 13:24:33 +0100
  • 80546ad2bc fix doc Antonio Garrote 2010-02-28 13:23:22 +0100
  • fda8e97edf fix documentation Antonio Garrote 2010-02-28 13:18:33 +0100
  • 360e507bd2 First commit Antonio Garrote 2010-02-28 13:14:17 +0100