class |
AbstractAppendableFileWriter |
Ancestor for file writers that allow appending to the file instead of just
replacing any existing files.
|
class |
AbstractWekaModelWriter |
Ancestor for actors that serialize models.
|
class |
BinaryFileWriter |
Writes a byte array or adams.data.blob.BlobContainer to a binary file.
|
class |
DownloadFile |
Downloads a file from a URL and saves it locally.
Also handles basic authentication when using URLs like this:
http://user:pass@domain.com/url
Input/output:
- accepts:
java.lang.String
java.net.URL
|
class |
DumpFile |
Actor that just dumps any input token into a separate line of the specified output file.
|
class |
EmailFileWriter |
Actor that writes Email objects to files.
|
class |
FlowFileWriter |
Writes the incoming actor(s) to a file.
A custom flow writer can be specified.
|
class |
ImageFileWriter |
Writes the image to disk using the specified writer.
|
class |
ImageSegmentationFileWriter |
Write image segmentation containers using the specified writer.
|
class |
IndexedSplitsRunsWriter |
Reads indexed splits runs from disk using the specified writer.
|
class |
JFreeChartFileWriter |
Generates a JFreeChart plot and writes the bitmap to a file.
|
class |
JsonFileWriter |
Writes a JSON object/array to a file.
|
class |
LogDumper |
Actor that stores LogEntry objects in a file (CSV format).
|
class |
Mat5FileWriter |
Writes the Mat5File object to the specified file.
|
class |
MergeFiles |
Combines the incoming files in a single one.
|
class |
PasteFiles |
Generates a single file from combined lines from the input files.
|
class |
PlotContainerSink |
Actor that outputs the plot containers in various formats.
|
class |
PropertiesFileWriter |
Writes a Java properties object to a file.
|
class |
RemoteCommandWriter |
Sends a command to the remote host defined by the connection settings.
Unsuccessful commands can be store on disk to retry later.
|
class |
Serialize |
Saves a Java object to a file using the specified object writer.
|
class |
SpreadSheetFileWriter |
Actor that writes SpreadSheet objects to files.
|
class |
WekaExperimentFileWriter |
Saves an experiment file.
|
class |
WekaFileWriter |
Actor for saving a weka.core.Instances object as file.
The relation name of the incoming dataset can be used to replace the current filename (path and extension are kept).
|
class |
WekaModelWriter |
Actor for saving a model (classifier or clusterer) alongside an optional header (i.e., weka.core.Instances object) as file.
|
class |
XMLFileWriter |
Writes a org.w3c.dom.Document to an XML file.
In case of org.w3c.dom.Node objects, the owning document is written to disk.
|
class |
YamlFileWriter |
Writes a Map object to a YAML file.
http://yaml.org/
Input/output:
- accepts:
java.util.Map
java.util.List
|