Uses of Interface
adams.core.LenientModeSupporter
-
Packages that use LenientModeSupporter Package Description adams.data.conversion adams.data.indexedsplits adams.data.io.input adams.data.objectfinder adams.flow.control adams.flow.source adams.flow.transformer -
-
Uses of LenientModeSupporter in adams.data.conversion
Classes in adams.data.conversion that implement LenientModeSupporter Modifier and Type Class Description class
SpreadSheetColumnsToReport
Turns spreadsheet columns into reports.class
SpreadSheetRowsToReport
Turns spreadsheet rows into report. -
Uses of LenientModeSupporter in adams.data.indexedsplits
Subinterfaces of LenientModeSupporter in adams.data.indexedsplits Modifier and Type Interface Description interface
IndexedSplitsRunsCompatibility
Interface for compatibility checks between data and indexed splits runs.Classes in adams.data.indexedsplits that implement LenientModeSupporter Modifier and Type Class Description class
AbstractIndexedSplitsRunsCompatibility
For checking compatibility between indexed splits and data.class
InstancesIndexedSplitsRunsCompatibility
Performs compatibility tests between indexed splits configurations and Weka Instances objects. -
Uses of LenientModeSupporter in adams.data.io.input
Classes in adams.data.io.input that implement LenientModeSupporter Modifier and Type Class Description class
AbstractCustomPNGAnnotationImageSegmentationReader
Ancestor for readers that read the annotations from a single PNG file and allow the reader to be specified.class
AbstractPNGAnnotationImageSegmentationReader
Ancestor for readers that read the annotations from a single PNG file.class
BlueChannelImageSegmentationReader
The layers are stored in the blue channel, with 0 being the background.class
GrayscaleImageSegmentationReader
The layers are stored as grayscale values, with 0 being the background.class
IndexedPNGImageSegmentationReader
The layers are stored in the blue channel, with 0 being the background. -
Uses of LenientModeSupporter in adams.data.objectfinder
Classes in adams.data.objectfinder that implement LenientModeSupporter Modifier and Type Class Description class
AbstractMetaObjectFinder
Ancestor for object finders that use a base finder.class
AbstractObjectFinder
Ancestor for finders that locate objects in the report of an image.class
AllFinder
Returns all indices.class
ByMetaDataNumericValue
Returns indices of objects which numeric meta-data value match the min/max.class
ByMetaDataStringValue
Outputs the indices of objects where the specified regular expression matches the value associated with the given meta-data key.class
HasMetaDataValue
Outputs the indices of objects where the specified meta-data key is present.class
Invert
Inverts the indices of the base object finder.class
MultiObjectFinder
Applies multiple object finding algorithms to the data.
The indices can be either joined or intersected.class
NullFinder
Finds no indices.class
ObjectsInPolygon
Locates the objects that fall into the defined polygon.
Partial hits can be considered as well.class
ObjectsInRegion
Locates the objects that fall into the defined region.
Partial hits can be considered as well.class
PolygonPoints
Returns the indices of objects which polygons satisfy specified min/max for number of points.class
Size
Applies the minimum/maximum constraints to width/height (according to the chosen type). -
Uses of LenientModeSupporter in adams.flow.control
Classes in adams.flow.control that implement LenientModeSupporter Modifier and Type Class Description class
Switch
Emulates a Switch control statement. -
Uses of LenientModeSupporter in adams.flow.source
Classes in adams.flow.source that implement LenientModeSupporter Modifier and Type Class Description class
AbstractConditionalIdSupplier
Abstract ancestor for ID suppliers that use a conditions object.class
AbstractDatabaseIdSupplier
Abstract ancestor for ID suppliers.class
AbstractIdSupplier
Abstract ancestor for ID suppliers.class
SQLIdSupplier
Executes an SQL statement for generating the IDs.
Variables are automatically expanded. -
Uses of LenientModeSupporter in adams.flow.transformer
Classes in adams.flow.transformer that implement LenientModeSupporter Modifier and Type Class Description class
AbstractDataContainerDbReader<T extends DataContainer>
Ancestor for transformers that read containers from the database.class
AbstractReportDbUpdater
Ancestor for transformers that updateReport
objects or reports that are part of aMutableReportHandler
object.class
MergeReportFromMap
Merges the passing through report handler/report objects with the referenced map of report objects in storage.class
ReportDbUpdater
Adds all the data to the report (or reporthandler's report) passing through that the SQL statement returns.
The {ID} placeholder can be used in the SQL statement to represent the current handler's ID.
The following types of SQL statements are supported:
- multiple rows of key-value pairs.
- single row, with the key being the column name.
Input/output:
- accepts:
adams.data.report.Report
adams.data.report.MutableReportHandler
- generates:
adams.data.report.Report
adams.data.report.MutableReportHandler
class
SpreadSheetStorageRowIterator
Iterates through a defined range of rows.class
SpreadSheetVariableRowIterator
Iterates through a defined range of rows.class
TimeseriesReportDbUpdater
Adds all the data to the report of the timeseries passing through that the SQL statement returns.
The {ID} placeholder can be used in the SQL statement to represent the current timeseries' ID.
The following types of SQL statements are supported:
- multiple rows of key-value pairs.
- single row, with the key being the column name.
Input/output:
- accepts:
adams.data.timeseries.Timeseries
- generates:
adams.data.timeseries.Timeseries
class
WekaReorderAttributesToReference
Reorders the attributes of the Instance/Instances passing through according to the provided reference dataset (callable actor or reference file).
This ensures that the generated data always has the same structure as the reference dataset.
-