It is to note, that WEKA has at least a possibility for a clojure classifier ;)
(http://weka.sourceforge.net/doc.packages/clojureClassifier/weka/classifiers/clojure/ClojureClassifier.html)

Marcus

Am 06.04.2015 um 21:42 schrieb Christopher Small:

I remember seeing something like this, but if I recall correctly it hasn't been updated in years, so I wouldn't really bank on it for maintenance or dependability. Of course, its possible it could be resurrected.

If I recall what it was I'll share.

Chris

Sent via phone

On Apr 6, 2015 12:40 PM, "Marcus Lindner" <marcus.goldritter.lind...@gmail.com <mailto:marcus.goldritter.lind...@gmail.com>> wrote:

    I wonder, has somebody ever tried to write something like a
    clojure wrapper for WEKA (http://www.cs.waikato.ac.nz/ml/weka/) or
    added WEKA to a clojure project?

    I have done this for a classification problem, but it was rather
    inchoate and only to create some libsvm and naive bayes classifier.

    Marcus

    Am 06.04.2015 um 21:15 schrieb Christopher Small:

    OK; Here's my humble stab at something along these lines:
    http://clojure-datascience.herokuapp.com/ (source code here:
    https://github.com/metasoarous/clojure-datascience).

    The data is currently just an edn file, so contributions should
    come in the form of pull requests. However, we could look at
    moving the data to a db or something in the future if we want a
    more dynamic submission process. Right now I've seeded it with
    A's resource list, and not much else, so please contribute!

    Also happy to accept other improvements here if anyone has any
    good ideas. This includes discussion over the right category
    breakdown and assignments, and any interface improvements which
    might better utilize the data. I suggest using github issues for
    anything that needs discussion, or via this thread for general
    direction thoughts.

    Cheers

    Chris

-- You received this message because you are subscribed to the Google
    Groups "Clojure" group.
    To post to this group, send email to clojure@googlegroups.com
    <mailto:clojure@googlegroups.com>
    Note that posts from new members are moderated - please be
    patient with your first post.
    To unsubscribe from this group, send email to
    clojure+unsubscr...@googlegroups.com
    <mailto:clojure+unsubscr...@googlegroups.com>
    For more options, visit this group at
    http://groups.google.com/group/clojure?hl=en
    ---
    You received this message because you are subscribed to the
    Google Groups "Clojure" group.
    To unsubscribe from this group and stop receiving emails from it,
    send an email to clojure+unsubscr...@googlegroups.com
    <mailto:clojure+unsubscr...@googlegroups.com>.
    For more options, visit https://groups.google.com/d/optout.

-- You received this message because you are subscribed to the Google
    Groups "Clojure" group.
    To post to this group, send email to clojure@googlegroups.com
    <mailto:clojure@googlegroups.com>
    Note that posts from new members are moderated - please be patient
    with your first post.
    To unsubscribe from this group, send email to
    clojure+unsubscr...@googlegroups.com
    <mailto:clojure%2bunsubscr...@googlegroups.com>
    For more options, visit this group at
    http://groups.google.com/group/clojure?hl=en
    ---
    You received this message because you are subscribed to a topic in
    the Google Groups "Clojure" group.
    To unsubscribe from this topic, visit
    https://groups.google.com/d/topic/clojure/vsjUlAWm64g/unsubscribe.
    To unsubscribe from this group and all its topics, send an email
    to clojure+unsubscr...@googlegroups.com
    <mailto:clojure+unsubscr...@googlegroups.com>.
    For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com <mailto:clojure+unsubscr...@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to