Hi Guys,

Im porting a rather large neural network (NN) program written in C++ to
Metacard to do some stats...

Im looking for tips regarding porting variable redirection (pointers and
pointers to pointers)
and c-style struct variables. The key to porting these is speed as NN
require speed and ease of
scripting as MC is all about that!

Why not write an external? You'll be much happier with the speed - and you already have the hard part done. NN code is going to be pokey in MC compared to C++ - you can still do the hard part (the GUI) the easy way in MC.

-ml

_______________________________________________
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard

Reply via email to