Problems about RBF!!!!!!!
(Që…ð@ÄØð@ÄÔ)
Mon, 23 Jun 1997 12:56:53 +100
Hello,
I've several problems working at RBF in SNNSv4.1.
One of these is that when I try to use the VALID box with RadialBasisLearning ,
the following error message appears: Kernel Error,Invalid Parameters.
I have checked the source code and the test procedure for RBF in
func_tbl.c which sounds as follows:
/* {"RadialBasislearning", TEST_FUNC, 4, 1, (FunctionPtr) TEST_RBF},
{"Dynamic_LVQ", TEST_FUNC, 5, 1, (FunctionPtr) TEST_DLVQ},*/
Trying
{"RadialBasislearning", TEST_FUNC, 4, 1, (FunctionPtr) TEST_RBF},
{"Dynamic_LVQ", TEST_FUNC, 5, 1, (FunctionPtr) TEST_DLVQ},
it does not work either (I had some error when I tried to compile
it!)
Any suggestions??????