caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Kendall tau in OCaml
@ 2012-04-20  2:51 Francois Berenger
  2012-04-20  5:32 ` Alexy Khrabrov
  0 siblings, 1 reply; 2+ messages in thread
From: Francois Berenger @ 2012-04-20  2:51 UTC (permalink / raw)
  To: caml-list; +Cc: OCaml Beginners List

Hello,

Is there some Kendall tau implementation out there in OCaml?

I'm looking for something with better complexity than N^2, if
that's possible, as I have a lot of points...

Regards,
F.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Caml-list] Kendall tau in OCaml
  2012-04-20  2:51 [Caml-list] Kendall tau in OCaml Francois Berenger
@ 2012-04-20  5:32 ` Alexy Khrabrov
  0 siblings, 0 replies; 2+ messages in thread
From: Alexy Khrabrov @ 2012-04-20  5:32 UTC (permalink / raw)
  To: Francois Berenger; +Cc: caml-list, OCaml Beginners List

I have a very efficient C implementation wrapped properly in OCaml here:

https://github.com/alexy/katz/blob/master/kendall.ml

A+

On Thu, Apr 19, 2012 at 7:51 PM, Francois Berenger <berenger@riken.jp> wrote:
> Hello,
>
> Is there some Kendall tau implementation out there in OCaml?
>
> I'm looking for something with better complexity than N^2, if
> that's possible, as I have a lot of points...
>
> Regards,
> F.
>
> --
> Caml-list mailing list.  Subscription management and archives:
> https://sympa-roc.inria.fr/wws/info/caml-list
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-20  5:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-20  2:51 [Caml-list] Kendall tau in OCaml Francois Berenger
2012-04-20  5:32 ` Alexy Khrabrov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).