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:...
Thanks for the help. C:\mist\rl\tags\release-2.9>ant Buildfile: C:\mist\rl\tags\release-2.9\build.xml init: [mkdir] Created dir: C:\mist\rl\tags\release-2.9\build compile: [javac] C:\mist\rl\tags\release-2.9\build.xml:29: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 64 source files to C:\mist\rl\tags\release-2.9\build [javac] Note: C:\mist\rl\tags\release-2.9\src\ciir\umass\edu\learning\RankerFactory.java uses...
Thanks for the help. C:\mist\rl\tags\release-2.9>ant Buildfile: C:\mist\rl\tags\release-2.9\build.xml init: [mkdir] Created dir: C:\mist\rl\tags\release-2.9\build compile: [javac] C:\mist\rl\tags\release-2.9\build.xml:29: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 64 source files to C:\mist\rl\tags\release-2.9\build [javac] Note: C:\mist\rl\tags\release-2.9\src\ciir\umass\edu\learning\RankerFactory.java uses...
Thanks for the help. I'm executing ant and than i get this error: error: package org.apache.commons.math3.stat.descriptive does not exist Have you an idea how to solve it?
Just found the code, going to try it now. Thanks for the help.
Ok, thanks for your help so far. I only have the .jar file of RankLib, where do i get the java files to build it?
Ok, thanks for you help so far. I only have the .jar file of RankLib, where do i get the java files to build it?
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 cybstr