How to write a batch file to time a weka program

liunx

Guest
Hi,<br /><br />This is the dos command to start timer. Is the dos timer correct and how do I get it to time the weka XMeans clusters listed below the dos code? <br /><br />Thank you.<br />norxxyy.<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--> <br />@echo off<br />date /t<br />time /t<br /><br />REM other commands<br /><br />date /t<br />time /t<br /> <!--c2--></div><!--ec2--><br /><br />This is the weka command and it is correct.<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--> C:\Program Files\Weka-3-5>java weka.clusterers.MakeDensityBasedClusterer -t Z:\Noreen\Thesis_ng\CV_10x10\sample1a.arff -x 10 -W <br />weka.clusterers.XMeans -- -I 1 -M 1000 -J 1000 -L 2 -H 4 -B 1.0 -C 0.5 -D "weka.core.EuclideanDistance " -S 10<br /><!--c2--></div><!--ec2-->
</div>
 
Top