You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried running GNG after fresh install and got an error. I tried both this and the CRAN version of the pckg. Here's the sample code and the outcome:
res <- GNG(matrix(rnorm(100), 10))
[1] "Training offline"
it is advised to scale data for optimal algorithm behavior to mean=1 std=0
[1] "Iteration 200"
[1] "Iteration 200"
res
[1] "Growing Neural Gas"
Error in envRefInferField(x, what, getClass(class(x)), selfEnv) :
‘hasStarted’ is not a valid field or method name for reference class “Rcpp_GNGServer”
The text was updated successfully, but these errors were encountered:
Hi,
I just tried running GNG after fresh install and got an error. I tried both this and the CRAN version of the pckg. Here's the sample code and the outcome:
[1] "Iteration 200"
[1] "Iteration 200"
The text was updated successfully, but these errors were encountered: