|
From: Kristof V. L. <kr...@co...> - 2004-06-29 13:36:24
|
Stuart Reeves wrote:
> Cool. I've done very little work on CSTK recently. I was trying to hook up
> the log file parser into rtplot, but it's doing funny things. I'm sure
> I'll get to the bottom of it at some point.
Not sure whether it's this, but it doesn't look right:
char *DataCell::get_string() {
switch (type) {
case CHAR_TYPE:
return (char*)val.charval; //<- returns a byte as a ptr to a '\0'
// terminated string
}
}
> What data clustering/classification algorithms were you thinking of
> including in CSTK? I presume the k nearest neighbour class needs filling
> out...
Yup, Dikaios is now on the case since last week, in the meantime, I
added the SDM algorithm I used in my latest paper as well,
Best,
Kristof.
http://www.comp.lancs.ac.uk/~kristof
|