Displaying 2 results from an estimated 2 matches for "350904".
2007 Dec 31
4
1.1b13 build in FreeBSD fails using 'make'; 'gmake' apparently required
...letes without error.
subsequent
make check
make install
are both ok, resulting in
ls -al dovecot
-rwxr-xr-x 1 root wheel 459786 Dec 30 21:53 dovecot*
./dovecot --version
1.1.beta13
on FreeBSD, apparently, make != gmake
ls -al `which make` `which gmake`
-r-xr-xr-x 1 root wheel 350904 Dec 29 17:25 /usr/bin/make*
-r-xr-xr-x 1 root wheel 199808 Dec 27 06:14 /usr/local/bin/gmake*
make --version
make: illegal option -- -
usage: make [-BPSXeiknqrstv] [-C directory] [-D variable]
[-d flags] [-E variable] [-f makefile] [-I directory]
[-j max_jobs] [-m directory] [-V va...
2009 Oct 14
1
Clustering for Ordinal data
Hi,
I just wanted to check whether there is a clustering package available for ordinal data. My data looks something like:
#1 #2 #3 #4.....
A B C D...
D B C A...
D C A A...
where each column represents a sample, and each row some ordinal values. I would like to cluster such that similar samples appear together.
thanks!
[[alternative HTML version deleted]]