Open Manal4 opened 7 years ago
I applied AnalyseFP which proposed as wrapper function, but the problem it does not work probably with FPGrowth with Strings , it does not extract any pattern while the original FPGrowth_with string in SPMF tool can extract these patterns
I use rJava to call a java code from R, trying to call an algorithm from SPMF tool. I tried to use a wrapper function, but this did not work with the SPMF code.
this is my R code:
it gives me an error ,method runAlgorithm with signature (D)V not found
this is the main in java:
I tried to change returnSig value into S and Ljava/lang/String; but I got the same error, could not find the method
when I apply the code on different java code with simple method it works. Some one advised me to look at this R interface but I could not understand how can I use it.
Is there any explanation to this interface please?