class |
CompareObjectLocations |
Visualizes object locations (annotations and predicted) for the incoming image side-by-side.
Only forwards the image container when accepted.
|
class |
GetStorageValue |
Retrieves a value from internal storage using the incoming string token as name.
|
class |
IndexedSplitsRunsEvaluation |
Uses the specified evaluation for evaluating the incoming data.
|
class |
LookUp |
Forwards the value associated with the key that the actor gets as input, using the specified lookup table from internal storage.
|
class |
MergeReport |
Allows the report (or the report of a report handler) passing through to to be merged with another one.
|
class |
MergeReportFromMap |
Merges the passing through report handler/report objects with the referenced map of report objects in storage.
|
class |
PDFAppendDocument |
Modifies the incoming PDF document generated by adams.flow.source.PDFNewDocument using the PDF processors on either the specified input file or storage item.
Needs to be finalized with adams.flow.sink.PDFCloseDocument.
If a file name is received as input, it is assumed that this is an existing PDF file and gets appended.
See also:
adams.flow.source.PDFNewDocument
adams.flow.sink.PDFCloseDocument
Input/output:
- accepts:
adams.flow.transformer.pdfproclet.PDFGenerator
java.lang.String
java.io.File
- generates:
adams.flow.transformer.pdfproclet.PDFGenerator
|
class |
SetJsonValue |
Sets a value in a JSON object, using the specified path.
The value can be either supplied as string using the 'value' property, obtained from a callable actor (property 'source') or from a storage item (property 'storage').
|
class |
SetMapValue |
Sets a value in a java.util.Map object.
The value can be either supplied as string using the 'value' property, obtained from a callable actor (property 'source') or from a storage item (property 'storage').
|
class |
WekaFilter |
Filters Instances/Instance objects using the specified filter.
When re-using a trained filter, ensure that 'initializeOnce' is checked.
The following order is used to obtain the model (when using AUTO):
1.
|
class |
WekaGeneticAlgorithmInitializer |
Populates a adams.flow.container.WekaGeneticAlgorithmInitializationContainer container from the data obtained from the incoming setup (in properties format, can be gzip compressed).
|
class |
WekaNearestNeighborSearch |
Outputs the specified number of nearest neighbors for the incoming Weka Instance.
The data used for the nearest neighbor search is either obtained from storage.
|