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 classSpreadSheetColumnsToReportTurns spreadsheet columns into reports.classSpreadSheetRowsToReportTurns spreadsheet rows into report.classStringToObjectConverts the JSON string into an object of the specified class. -
Uses of LenientModeSupporter in adams.data.indexedsplits
Subinterfaces of LenientModeSupporter in adams.data.indexedsplits Modifier and Type Interface Description interfaceIndexedSplitsRunsCompatibilityInterface for compatibility checks between data and indexed splits runs.Classes in adams.data.indexedsplits that implement LenientModeSupporter Modifier and Type Class Description classAbstractIndexedSplitsRunsCompatibilityFor checking compatibility between indexed splits and data.classInstancesIndexedSplitsRunsCompatibilityPerforms 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 classAbstractCustomPNGAnnotationImageSegmentationReaderAncestor for readers that read the annotations from a single PNG file and allow the reader to be specified.classAbstractPNGAnnotationImageSegmentationReaderAncestor for readers that read the annotations from a single PNG file.classBlueChannelImageSegmentationReaderThe layers are stored in the blue channel, with 0 being the background.classGrayscaleImageSegmentationReaderThe layers are stored as grayscale values, with 0 being the background.classIndexedPNGImageSegmentationReaderThe 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 classAbstractMetaObjectFinderAncestor for object finders that use a base finder.classAbstractObjectFinderAncestor for finders that locate objects in the report of an image.classAllFinderReturns all indices.classByMetaDataNumericValueReturns indices of objects which numeric meta-data value match the min/max.classByMetaDataStringValueOutputs the indices of objects where the specified regular expression matches the value associated with the given meta-data key.classHasMetaDataValueOutputs the indices of objects where the specified meta-data key is present.classInvertInverts the indices of the base object finder.classMultiObjectFinderApplies multiple object finding algorithms to the data.
The indices can be either joined or intersected.classNullFinderFinds no indices.classObjectsInPolygonLocates the objects that fall into the defined polygon.
Partial hits can be considered as well.classObjectsInRegionLocates the objects that fall into the defined region.
Partial hits can be considered as well.classPolygonPointsReturns the indices of objects which polygons satisfy specified min/max for number of points.classSizeApplies 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 classSwitchEmulates a Switch control statement. -
Uses of LenientModeSupporter in adams.flow.source
Classes in adams.flow.source that implement LenientModeSupporter Modifier and Type Class Description classAbstractConditionalIdSupplierAbstract ancestor for ID suppliers that use a conditions object.classAbstractDatabaseIdSupplierAbstract ancestor for ID suppliers.classAbstractIdSupplierAbstract ancestor for ID suppliers.classSQLIdSupplierExecutes 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 classAbstractDataContainerDbReader<T extends DataContainer>Ancestor for transformers that read containers from the database.classAbstractReportDbUpdaterAncestor for transformers that updateReportobjects or reports that are part of aMutableReportHandlerobject.classMergeReportFromMapMerges the passing through report handler/report objects with the referenced map of report objects in storage.classReportDbUpdaterAdds 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
classSpreadSheetStorageRowIteratorIterates through a defined range of rows.classSpreadSheetVariableRowIteratorIterates through a defined range of rows.classTimeseriesReportDbUpdaterAdds 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
classWekaReorderAttributesToReferenceReorders 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.
-