skymanaditya1 / Sound_Forensics_ASR

Code related to Sound Forensics and Automatic Speech Recognition.
2 stars 0 forks source link

Methods Implementation of Weka #17

Open skymanaditya1 opened 9 years ago

skymanaditya1 commented 9 years ago

Using the weka.core.Instances package look at some of the methods of appending, merging and other functions on two arff file formats in weka. Also find ways of using the same package to find out the number of instances in an arff file.

syedmunawwar commented 9 years ago

I will look into some of the methods later.