org.encog.util
Class YahooSearch
- java.lang.Object
-
- org.encog.util.YahooSearch
-
public class YahooSearch extends java.lang.ObjectYahooSearch: Perform a search using Yahoo.
-
-
Constructor Summary
Constructors Constructor and Description YahooSearch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.util.Collection<java.net.URL>search(java.lang.String searchFor)Called to extract a list from the specified URL.
-
-
-
Method Detail
-
search
public java.util.Collection<java.net.URL> search(java.lang.String searchFor) throws java.io.IOExceptionCalled to extract a list from the specified URL.- Parameters:
searchFor- What to search for.- Returns:
- The URL's found for the specific search.
- Throws:
java.io.IOException- Error connecting to Yahoo.
-
-
DMelt 3.0 © DataMelt by jWork.ORG