weka

View: New views
2 Messages — Rating Filter:   Alert me  

weka

by SOMAYA M K EL SHARIF . :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi,
I use JAudio tool to extract features from Audio files;
can I join it with weka directly? if yes, how I can do that? 
--
Somaya M. EL Sharif
Information Technology System Dept.
College of IT
Islamic University Of Gaza - Palestine

_______________________________________________
Wekalist mailing list
Send posts to: Wekalist@...
List info and subscription status: https://list.scms.waikato.ac.nz/mailman/listinfo/wekalist
List etiquette: http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html

Re: weka

by Peter Reutemann-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> I use JAudio tool to extract features from Audio files;
> can I join it with weka directly? if yes, how I can do that?

jAudio is not integrated in Weka. If you feel like it, you could write
a converter derived from weka.core.converters.AbstractLoader (also
implementing the weka.core.converters.BatchConverter interface).

I had a quick look at the 0.4.5 code and it doesn't look like fun to
me... The current code generating the ARFF output is tightly
integrated into the
jAudioFeatureExtractor.jAudioTools.FeatureProcessor class. Your
converter will most likely have to duplicate a lot of jAudio's code in
order to make it fit into the Weka framework properly.

Cheers, Peter
--
Peter Reutemann, Dept. of Computer Science, University of Waikato, NZ
http://www.cs.waikato.ac.nz/~fracpete/           Ph. +64 (7) 858-5174

_______________________________________________
Wekalist mailing list
Send posts to: Wekalist@...
List info and subscription status: https://list.scms.waikato.ac.nz/mailman/listinfo/wekalist
List etiquette: http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html