org.joone.io
Class URLInputSynapse
- java.lang.Object
-
- org.joone.engine.Synapse
-
- org.joone.io.StreamInputSynapse
-
- org.joone.io.URLInputSynapse
-
- All Implemented Interfaces:
- java.io.Serializable, InputPatternListener, Learnable, LearnableSynapse, NeuralElement, OutputPatternListener, Inspectable, InputSynapse, PlugInListener
public class URLInputSynapse extends StreamInputSynapse
Allows data extraction from the internet or a file specified by a Universal Resource Locator or URL.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description URLInputSynapse()The default constructor for this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetURL()Gets the URL used to extract input data from.voidsetURL(java.lang.String newURL)Sets the URL to extract input data from.-
Methods inherited from class org.joone.io.StreamInputSynapse
addPlugIn, addPlugInListener, check, dataChanged, fwdGet, fwdGet, getAdvancedColumnSelector, getAllPlugInListeners, getCurrentRow, getDecimalPoint, getFirstCol, getFirstRow, getInputPatterns, getInputVector, getLastCol, getLastRow, getMaxBufSize, getPlugIn, getStream, gotoFirstLine, gotoLine, InspectableTitle, Inspections, isBuffered, isEOF, isStepCounter, numColumns, readAll, removeAllPlugIns, removePlugInListener, reset, resetInput, revPut, setAdvancedColumnSelector, setBuffered, setDecimalPoint, setFirstCol, setFirstRow, setInputPatterns, setLastCol, setLastRow, setMaxBufSize, setPlugin, setPlugIn, setStepCounter
-
Methods inherited from class org.joone.engine.Synapse
addNoise, canCountSteps, fwdPut, getIgnoreBefore, getInputDimension, getLearner, getLearningRate, getMomentum, getMonitor, getName, getOutputDimension, getWeights, init, initLearner, isEnabled, isInputFull, isLoopBack, isOutputFull, randomize, revGet, setEnabled, setIgnoreBefore, setInputDimension, setInputFull, setLearningRate, setLoopBack, setMomentum, setMonitor, setName, setOutputDimension, setOutputFull, setWeights
-
-
-
-
Method Detail
-
getURL
public java.lang.String getURL()
Gets the URL used to extract input data from.- Returns:
- The URL used to extract input data from.
-
setURL
public void setURL(java.lang.String newURL)
Sets the URL to extract input data from.- Parameters:
newURL- The new URL used to extract input data from.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG