org.joone.io
Class FileOutputSynapse
- java.lang.Object
-
- org.joone.engine.Synapse
-
- org.joone.io.StreamOutputSynapse
-
- org.joone.io.FileOutputSynapse
-
- All Implemented Interfaces:
- java.io.Serializable, InputPatternListener, Learnable, LearnableSynapse, NeuralElement, OutputPatternListener, Inspectable, PlugInListener
public class FileOutputSynapse extends StreamOutputSynapse
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description FileOutputSynapse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.util.TreeSetcheck()Base for check messages.voidflush()java.lang.StringgetFileName()Inserire qui la descrizione del metodo.booleanisAppend()Getter for property append.voidsetAppend(boolean append)Setter for property append.voidsetFileName(java.lang.String fn)voidwrite(Pattern pattern)Writes to the printer object.-
Methods inherited from class org.joone.io.StreamOutputSynapse
addPlugIn, dataChanged, fwdPut, getPlugIn, getSeparator, isBuffered, removeAllPlugIns, revGet, setBuffered, setPlugIn, setSeparator
-
Methods inherited from class org.joone.engine.Synapse
addNoise, canCountSteps, fwdGet, getIgnoreBefore, getInputDimension, getLearner, getLearningRate, getMomentum, getMonitor, getName, getOutputDimension, getWeights, init, initLearner, InspectableTitle, Inspections, isEnabled, isInputFull, isLoopBack, isOutputFull, randomize, reset, revPut, setEnabled, setIgnoreBefore, setInputDimension, setInputFull, setLearningRate, setLoopBack, setMomentum, setMonitor, setName, setOutputDimension, setOutputFull, setWeights
-
-
-
-
Method Detail
-
write
public void write(Pattern pattern)
Writes to the printer object.- Specified by:
writein classStreamOutputSynapse
-
getFileName
public java.lang.String getFileName()
Inserire qui la descrizione del metodo. Data di creazione: (23/04/00 0.58.30)- Returns:
- java.lang.String
-
setFileName
public void setFileName(java.lang.String fn)
-
flush
public void flush()
-
check
public java.util.TreeSet check()
Description copied from class:SynapseBase for check messages. Subclasses should call this method from thier own check method.- Specified by:
checkin interfaceNeuralElement- Overrides:
checkin classStreamOutputSynapse- Returns:
- validation errors.
- See Also:
InputPaternListener,OutputPaternListener
-
isAppend
public boolean isAppend()
Getter for property append.- Returns:
- Value of property append.
-
setAppend
public void setAppend(boolean append)
Setter for property append.- Parameters:
append- iftrue, then bytes will be written to the end of the file rather than the beginning
-
-
DataMelt 3.0 © DataMelt by jWork.ORG