接口 URLSourcedLoader

所有已知实现类:
ArffLoader, LibSVMLoader, SVMLightLoader, XRFFLoader

public interface URLSourcedLoader
Interface to a loader that can load from a http url
版本:
$Revision 1.0 $
作者:
Mark Hall
  • 方法概要

    修饰符和类型
    方法
    说明
    Return the current url
    void
    Set the url to load from
  • 方法详细资料

    • setURL

      void setURL(String url) throws Exception
      Set the url to load from
      参数:
      url - the url to load from
      抛出:
      Exception - if the url can't be set.
    • retrieveURL

      String retrieveURL()
      Return the current url
      返回:
      the current url