Am Mittwoch, 27. Januar 2010 schrieben Sie: Hello,
> > The mean shift canopy should never contain duplicates. If you can
> > figure out why this is occurring in your runs I'd be very
> > interested in fixing it. If you can send me a copy of your dataset
> > I will look into it too.
>
> I'll have a look at this and i will try to build an example.
> I'll also have a look if this still occurs with the latest trunk.
>
> Give me a few days, i'll keep you informed.
ok, i created a Junit Test case trying to reproduce this, and i found
out that i was wrong (stupid typo error).
My vector list dump method contained these three lines:
for (Vector aV : vList) {
_LOG.debug("Vector: " + v.asFormatString());
}
where v is the the vector i was searching for.
It should be aV of course.
Apologies for wasting your time. I'm really sorry.
regards
Christoph
--
Christoph Hermann
Institut für Informatik
Tel: +49 761-203-8171 Fax: +49 761-203-8162
e-mail: [email protected]
smime.p7s
Description: S/MIME cryptographic signature
