yes, you are right, sorry. the commons-math3-3.6.1.jar should be in the maven/bin path right?
Hello, i'm trying to run the FeatureManager by: java -cp rl.jar:commons-math3-3.6.1.jar ciir.umass.edu.features.FeatureManager -feature_stats lala.txt I'm getting the error that the Mainclass ciir.umass.edu.features.FeatureManager is missing, any advice regarding this problem? Thanks and Regards
Well, the line as it is in the wiki is not working. But as you typed it it is working. But now i have new errors, have any idea how to fix this? Thanks once again. C:\ranklib>java -cp rl3.jar ciir.umass.edu.features.FeatureManager -feature_stats RF2M.txt Model File: C:\ranklib\RF2M.txt Algorithm : Random Forests Feature frequencies : Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/math3/stat/descriptive/DescriptiveStatistics at ciir.umass.edu.features.FeatureStats.writeFeatureStats(FeatureStats.java:216)...
Does Ranklib 2.10 already have the FeatureManager build in? I'm getting the same error. I have the commons-math3-3.6.1.jar the apache-maven-3.5.3-bin\bin directorty. Is this the right way? And than i'm trying to run it by: java -cp rl10.jar:commons-math3-3.6.1.jar ciir.umass.edu.features.FeatureManager -feature_stats RF1M.txt but i still have the same error (ciir.umass.edu.features.FeatureManager is missing). I think the java -cp command i'm using is somehow wrong? big thanks for the help
Does Ranklib 2.10 already have the FeatureManager build in? I'm getting the same error. I have the commons-math3-3.6.1.jar the apache-maven-3.5.3-bin\bin directorty. Is this the right way? And than i'm trying to run ist by: java -cp rl10.jar:commons-math3-3.6.1.jar ciir.umass.edu.features.FeatureManager -feature_stats RF1M.txt but i still have the same error (ciir.umass.edu.features.FeatureManager is missing). I think the java -cp command i'm using is somehow wrong? big thanks for the help
Does Ranklib 2.10 already have the FeatureManager build in? I'm getting the same error. I have commons-math3-3.6.1 the apache-maven-3.5.3-bin\bin directorty. Is this the right way? And than i'm trying to run ist by: java -cp rl10.jar:commons-math3-3.6.1.jar ciir.umass.edu.features.FeatureManager -feature_stats RF1M.txt but i still have the same error. I think the java -cp command i'm using is somehow wrong? big thanks for the help
Is it maybe somehow possible to get the file already with the feature manager? So that i dont need to compile it?
Thanks for the help. Please help my with this Error: init: [delete] Deleting directory C:\mist\rl\tags\release-2.10\build [mkdir] Created dir: C:\mist\rl\tags\release-2.10\build compile: [javac] C:\mist\rl\tags\release-2.10\build.xml:29: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 65 source files to C:\mist\rl\tags\release-2.10\build [javac] C:\mist\rl\tags\release-2.10\src\ciir\umass\edu\features\FeatureStats.java:3:...