Package weka.core.converters
Interface URLSourcedLoader
-
- All Known Implementing Classes:
ArffLoader
,LibSVMLoader
,SVMLightLoader
,XRFFLoader
public interface URLSourcedLoader
Interface to a loader that can load from a http url- Version:
- $Revision 1.0 $
- Author:
- Mark Hall
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
retrieveURL()
Return the current urlvoid
setURL(java.lang.String url)
Set the url to load from
-