libann-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libann-users] wordFreq output?


From: Bart Muzzin
Subject: [libann-users] wordFreq output?
Date: Mon, 10 May 2004 23:12:31 -0400

Hi,

I'm attempting to port libann to MSVC++ .NET 2003. The library itself ported
with relatively few changes (most of the changes were the use of log/exp
with an int, as math.h in msvc has both of these with a float and double,
but no int, so it is ambiguous). Anyhow, I'm working on porting the examples
to make sure everything is working with the library, starting with wordFreq.

I've got it actually doing its thing, but when it finishes, it just creates
a directory "11111111111111..." and copies all the files into it. What is
the expected behaviour (as I assume this isn't it :)).

Thanks,
Bart Muzzin

P.S. When I was porting I had a compile error with a function in
Kohonen.cc:~106:

int
Kohonen::getNodeFromCoords(int x, int y) const
{
        int node = node*x + y;
}

What is this function supposed to do?







reply via email to

[Prev in Thread] Current Thread [Next in Thread]