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?
Thank you.
norxxyy.
@echo off date /t time /t REM other commands date /t time /t
This is the weka command and it is correct.
C:\Program Files\Weka-3-5>java weka.clusterers.MakeDensityBasedClusterer -t Z:\Noreen\Thesis_ng\CV_10x10\sample1a.arff -x 10 -W 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