Uses of Class
adams.data.heatmap.Heatmap
-
-
Uses of Heatmap in adams.data.conversion
Methods in adams.data.conversion with parameters of type Heatmap Modifier and Type Method Description doubleHeatmapToBufferedImage. grayToIntensity(Heatmap map, int gray)Turns the gray value back into an intensity value.doubleHeatmapToBufferedImageConversion. grayToIntensity(Heatmap map, int gray)Turns the gray value back into an intensity value.doubleHeatmapToBufferedImageWithKey. grayToIntensity(Heatmap map, int gray)Turns the gray value back into an intensity value. -
Uses of Heatmap in adams.data.featuregenerator
Methods in adams.data.featuregenerator that return Heatmap Modifier and Type Method Description HeatmapAbstractFeatureGenerator. generate(Heatmap data)Generates the features and adds them to the report.protected abstract HeatmapAbstractFeatureGenerator. processData(Heatmap data)Performs the actual feature generation.protected HeatmapFilteredFeatureGenerator. processData(Heatmap data)Processes the data/report.protected HeatmapMax. processData(Heatmap data)Performs the actual feature generation.protected HeatmapMean. processData(Heatmap data)Performs the actual feature generation.protected HeatmapMedian. processData(Heatmap data)Performs the actual feature generation.protected HeatmapMin. processData(Heatmap data)Performs the actual feature generation.protected HeatmapMultiGenerator. processData(Heatmap data)Performs the actual feature generation.protected HeatmapPassThrough. processData(Heatmap data)Does nothing with the report.Methods in adams.data.featuregenerator with parameters of type Heatmap Modifier and Type Method Description protected DoubleAbstractFeatureGenerator. addFeature(Heatmap data, double value)Adds the specified feature.protected DoubleAbstractFeatureGenerator. addFeature(Heatmap data, String suffix, double value)Adds the specified feature.protected voidAbstractFeatureGenerator. checkData(Heatmap data)The default implementation only checks whether there is any data set.HeatmapAbstractFeatureGenerator. generate(Heatmap data)Generates the features and adds them to the report.protected abstract HeatmapAbstractFeatureGenerator. processData(Heatmap data)Performs the actual feature generation.protected HeatmapFilteredFeatureGenerator. processData(Heatmap data)Processes the data/report.protected HeatmapMax. processData(Heatmap data)Performs the actual feature generation.protected HeatmapMean. processData(Heatmap data)Performs the actual feature generation.protected HeatmapMedian. processData(Heatmap data)Performs the actual feature generation.protected HeatmapMin. processData(Heatmap data)Performs the actual feature generation.protected HeatmapMultiGenerator. processData(Heatmap data)Performs the actual feature generation.protected HeatmapPassThrough. processData(Heatmap data)Does nothing with the report. -
Uses of Heatmap in adams.data.filter
Methods in adams.data.filter that return Heatmap Modifier and Type Method Description protected HeatmapHeatmapCentroid. findCentroid(Heatmap data)Finds the centroid.protected HeatmapHeatmapCentroid. processData(Heatmap data)Performs the actual filtering.protected HeatmapHeatmapCrop. processData(Heatmap data)Performs the actual filtering.protected HeatmapHeatmapFeatureGenerator. processData(Heatmap data)Performs the actual filtering.protected HeatmapHeatmapNormalize. processData(Heatmap data)Performs the actual filtering.protected HeatmapHeatmapNormalizeToField. processData(Heatmap data)Performs the actual filtering.protected HeatmapHeatmapRotate. processData(Heatmap data)Performs the actual filtering.protected HeatmapHeatmapStandardize. processData(Heatmap data)Performs the actual filtering.protected HeatmapHeatmapSubmap. processData(Heatmap data)Performs the actual filtering.protected HeatmapHeatmapSubtractField. processData(Heatmap data)Performs the actual filtering.protected HeatmapHeatmapThreshold. processData(Heatmap data)Performs the actual filtering.Methods in adams.data.filter with parameters of type Heatmap Modifier and Type Method Description protected HeatmapHeatmapCentroid. findCentroid(Heatmap data)Finds the centroid.protected HeatmapHeatmapCentroid. processData(Heatmap data)Performs the actual filtering.protected HeatmapHeatmapCrop. processData(Heatmap data)Performs the actual filtering.protected HeatmapHeatmapFeatureGenerator. processData(Heatmap data)Performs the actual filtering.protected HeatmapHeatmapNormalize. processData(Heatmap data)Performs the actual filtering.protected HeatmapHeatmapNormalizeToField. processData(Heatmap data)Performs the actual filtering.protected HeatmapHeatmapRotate. processData(Heatmap data)Performs the actual filtering.protected HeatmapHeatmapStandardize. processData(Heatmap data)Performs the actual filtering.protected HeatmapHeatmapSubmap. processData(Heatmap data)Performs the actual filtering.protected HeatmapHeatmapSubtractField. processData(Heatmap data)Performs the actual filtering.protected HeatmapHeatmapThreshold. processData(Heatmap data)Performs the actual filtering. -
Uses of Heatmap in adams.data.filter.heatmapcrop
Methods in adams.data.filter.heatmapcrop that return Heatmap Modifier and Type Method Description HeatmapAbstractHeatmapCrop. crop(Heatmap map)Crops the given heatmap.static HeatmapCropToCentroid. crop(Heatmap original, int centroidY, int centroidX, int height, int width)Crops the heatmap around the centroid stored in the heatmap's report.protected HeatmapAbstractFilteredHeatmapCrop. doCrop(Heatmap data)Performs the actual filtering.protected abstract HeatmapAbstractFilteredHeatmapCrop. doCrop(Heatmap filtered, Heatmap original)Performs the actual cropping, using the pre-filtered heatmap to manipulate the original heatmap.protected abstract HeatmapAbstractHeatmapCrop. doCrop(Heatmap map)Performs the actual cropping.protected HeatmapCropToCentroid. doCrop(Heatmap filtered, Heatmap original)Performs the actual cropping, using the pre-filtered heatmap to manipulate the original heatmap.protected HeatmapDummy. doCrop(Heatmap map)Performs the actual cropping.protected HeatmapRectangle. doCrop(Heatmap map)Performs the actual cropping.protected HeatmapSubmap. doCrop(Heatmap map)Performs the actual cropping.Methods in adams.data.filter.heatmapcrop with parameters of type Heatmap Modifier and Type Method Description protected voidAbstractHeatmapCrop. check(Heatmap map)Checks whether the heatmap can be processed, throws anIllegalArgumentExceptionif not.HeatmapAbstractHeatmapCrop. crop(Heatmap map)Crops the given heatmap.static HeatmapCropToCentroid. crop(Heatmap original, int centroidY, int centroidX, int height, int width)Crops the heatmap around the centroid stored in the heatmap's report.protected HeatmapAbstractFilteredHeatmapCrop. doCrop(Heatmap data)Performs the actual filtering.protected abstract HeatmapAbstractFilteredHeatmapCrop. doCrop(Heatmap filtered, Heatmap original)Performs the actual cropping, using the pre-filtered heatmap to manipulate the original heatmap.protected abstract HeatmapAbstractHeatmapCrop. doCrop(Heatmap map)Performs the actual cropping.protected HeatmapCropToCentroid. doCrop(Heatmap filtered, Heatmap original)Performs the actual cropping, using the pre-filtered heatmap to manipulate the original heatmap.protected HeatmapDummy. doCrop(Heatmap map)Performs the actual cropping.protected HeatmapRectangle. doCrop(Heatmap map)Performs the actual cropping.protected HeatmapSubmap. doCrop(Heatmap map)Performs the actual cropping.protected voidAbstractHeatmapCrop. postCrop(Heatmap map)Hook method after the crop happened.protected voidAbstractHeatmapCrop. preCrop(Heatmap map)Hook method before the crop happens. -
Uses of Heatmap in adams.data.filter.heatmapthreshold
Methods in adams.data.filter.heatmapthreshold with parameters of type Heatmap Modifier and Type Method Description doubleAbstractHeatmapThreshold. calcThreshold(Heatmap map)Calculates the threshold for the given heatmap.protected voidAbstractHeatmapThreshold. check(Heatmap map)Checks whether the heatmap can be processed, throws anIllegalArgumentExceptionif not.protected doubleAbstractBufferedImageBasedHeatmapThreshold. doCalcThreshold(Heatmap map)Performs the actual calculation of the threshold.protected abstract doubleAbstractBufferedImageBasedHeatmapThreshold. doCalcThreshold(Heatmap map, BufferedImage img)Performs the actual calculation of the threshold using the image.protected abstract doubleAbstractHeatmapThreshold. doCalcThreshold(Heatmap map)Performs the actual calculation of the threshold.protected doubleManual. doCalcThreshold(Heatmap map)Performs the actual calculation of the threshold.protected doubleOtsu. doCalcThreshold(Heatmap map, BufferedImage img)Performs the actual calculation of the threshold using the image. -
Uses of Heatmap in adams.data.heatmap
Fields in adams.data.heatmap declared as Heatmap Modifier and Type Field Description protected HeatmapHeatmapStatistic. m_Heatmapthe heatmap to create the statistics for.protected HeatmapHeatmapValue. m_Parentthe parent.Methods in adams.data.heatmap that return Heatmap Modifier and Type Method Description static HeatmapHeatmap. fromIntensityString(int rows, int cols, String intensity)Creates a heatmap from the intensity string using the specified dimensions.HeatmapHeatmap. getClone()Returns a clone of the object.HeatmapHeatmap. getHeader()Returns an empty container with the same meta-data as this one.HeatmapHeatmap. getHeader(int height, int width)Returns an empty container with the same meta-data as this one, but with different dimensions of the map.HeatmapHeatmapStatistic. getHeatmap()Returns the underlying heatmap.HeatmapHeatmapValue. getParent()Returns the heatmap this point belongs to.HeatmapHeatmap. submap(int row, int col, int height, int width)Returns the specified submap.Methods in adams.data.heatmap with parameters of type Heatmap Modifier and Type Method Description voidHeatmapStatistic. setHeatmap(Heatmap value)Sets the heatmap to generate the statistics for.Constructors in adams.data.heatmap with parameters of type Heatmap Constructor Description HeatmapStatistic(Heatmap map)Initializes the statistics with the specified heatmap. -
Uses of Heatmap in adams.data.heatmapfeatures
Methods in adams.data.heatmapfeatures with parameters of type Heatmap Modifier and Type Method Description protected voidAbstractHeatmapFeatureGenerator. checkData(Heatmap map)Optional checks of the heatmap.protected voidAbstractScriptedFeatureGenerator. checkData(Heatmap map)Optional checks of the heatmap.protected voidScripted. checkData(Heatmap map)Optional checks of the heatmap.abstract adams.data.featureconverter.HeaderDefinitionAbstractHeatmapFeatureGenerator. createHeader(Heatmap map)Creates the header from a template heatmap.adams.data.featureconverter.HeaderDefinitionCountValues. createHeader(Heatmap map)Creates the header from a template heatmap.adams.data.featureconverter.HeaderDefinitionHistogram. createHeader(Heatmap map)Creates the header from a template heatmap.adams.data.featureconverter.HeaderDefinitionMax. createHeader(Heatmap map)Creates the header from a template heatmap.adams.data.featureconverter.HeaderDefinitionMean. createHeader(Heatmap map)Creates the header from a template heatmap.adams.data.featureconverter.HeaderDefinitionMedian. createHeader(Heatmap map)Creates the header from a template heatmap.adams.data.featureconverter.HeaderDefinitionMin. createHeader(Heatmap map)Creates the header from a template heatmap.adams.data.featureconverter.HeaderDefinitionMultiFeatureGenerator. createHeader(Heatmap map)Creates the header from a template image.adams.data.featureconverter.HeaderDefinitionScripted. createHeader(Heatmap map)Creates the header from a template heatmap.adams.data.featureconverter.HeaderDefinitionStandardDeviation. createHeader(Heatmap map)Creates the header from a template heatmap.adams.data.featureconverter.HeaderDefinitionValues. createHeader(Heatmap map)Creates the header from a template heatmap.Object[]AbstractHeatmapFeatureGenerator. generate(Heatmap map)Process the given heatmap.abstract List<Object>[]AbstractHeatmapFeatureGenerator. generateRows(Heatmap map)Performs the actual feature generation.List<Object>[]CountValues. generateRows(Heatmap map)Performs the actual feature generation.List<Object>[]Histogram. generateRows(Heatmap map)Performs the actual feature generation.List<Object>[]Max. generateRows(Heatmap map)Performs the actual feature generation.List<Object>[]Mean. generateRows(Heatmap map)Performs the actual feature generation.List<Object>[]Median. generateRows(Heatmap map)Performs the actual feature generation.List<Object>[]Min. generateRows(Heatmap map)Performs the actual feature generation.List<Object>[]MultiFeatureGenerator. generateRows(Heatmap map)Performs the actual feature generation.List<Object>[]Scripted. generateRows(Heatmap map)Performs the actual feature generation.List<Object>[]StandardDeviation. generateRows(Heatmap map)Performs the actual feature generation.List<Object>[]Values. generateRows(Heatmap map)Performs the actual feature generation.List<Object>AbstractHeatmapFeatureGenerator. postProcessRow(Heatmap map, List<Object> data)Post-processes the generated row, adding notes and fields.List<Object>[]AbstractHeatmapFeatureGenerator. postProcessRows(Heatmap map, List<Object>[] data)Post-processes the generated rows, adding notes and fields. -
Uses of Heatmap in adams.data.io.output
Method parameters in adams.data.io.output with type arguments of type Heatmap Modifier and Type Method Description protected voidAbstractHeatmapWriter. checkData(List<Heatmap> data)The default implementation only checks whether the provided file is an actual file and whether it exists (if m_OutputIsFile is TRUE).protected booleanSimpleHeatmapWriter. write(List<Heatmap> data, BufferedWriter writer, boolean report)Writes its content with the given writer.protected booleanSimpleHeatmapWriter. write(List<Heatmap> data, String filename, boolean report)Writes its content to the given file.protected booleanFloatMatrixHeatmapWriter. writeData(List<Heatmap> data)Performs the actual writing.protected booleanSimpleHeatmapWriter. writeData(List<Heatmap> data)Performs the actual writing.protected booleanSimpleImageHeatmapWriter. writeData(List<Heatmap> data)Performs the actual writing.protected booleanSpreadSheetHeatmapWriter. writeData(List<Heatmap> data)Performs the actual writing. -
Uses of Heatmap in adams.flow.container
Constructors in adams.flow.container with parameters of type Heatmap Constructor Description HeatmapFilterContainer(Object input, adams.data.filter.Filter filter, Heatmap data)Initializes the container with the filter and the associated data. -
Uses of Heatmap in adams.flow.transformer.multiheatmapoperation
Methods in adams.flow.transformer.multiheatmapoperation that return Heatmap Modifier and Type Method Description protected HeatmapAdd. doProcess(Heatmap[] maps, adams.core.MessageCollection errors)Performs the actual processing of the heatmaps.protected Heatmap[]AddConstant. doProcess(Heatmap[] maps, adams.core.MessageCollection errors)Performs the actual processing of the heatmaps.protected Heatmap[]PassThrough. doProcess(Heatmap[] maps, adams.core.MessageCollection errors)Performs the actual processing of the heatmaps.protected HeatmapSubtract. doProcess(Heatmap[] maps, adams.core.MessageCollection errors)Performs the actual processing of the heatmaps.Methods in adams.flow.transformer.multiheatmapoperation with parameters of type Heatmap Modifier and Type Method Description protected voidAbstractMultiHeatmapOperation. check(Heatmap[] maps)Checks the heatmaps.protected voidAdd. check(Heatmap[] maps)Checks the heatmaps.protected voidSubtract. check(Heatmap[] maps)Checks the heatmaps.protected abstract OAbstractMultiHeatmapOperation. doProcess(Heatmap[] maps, adams.core.MessageCollection errors)Performs the actual processing of the heatmaps.protected HeatmapAdd. doProcess(Heatmap[] maps, adams.core.MessageCollection errors)Performs the actual processing of the heatmaps.protected Heatmap[]AddConstant. doProcess(Heatmap[] maps, adams.core.MessageCollection errors)Performs the actual processing of the heatmaps.protected Heatmap[]PassThrough. doProcess(Heatmap[] maps, adams.core.MessageCollection errors)Performs the actual processing of the heatmaps.protected HeatmapSubtract. doProcess(Heatmap[] maps, adams.core.MessageCollection errors)Performs the actual processing of the heatmaps.OAbstractMultiHeatmapOperation. process(Heatmap[] maps, adams.core.MessageCollection errors)Processes the heatmaps. -
Uses of Heatmap in adams.gui.chooser
Methods in adams.gui.chooser that return types with arguments of type Heatmap Modifier and Type Method Description protected adams.data.io.input.DataContainerReader<Heatmap>HeatmapFileChooser. getDefaultReader()Returns the default reader.protected adams.data.io.output.DataContainerWriter<Heatmap>HeatmapFileChooser. getDefaultWriter()Returns the default writer.adams.data.io.input.DataContainerReader<Heatmap>HeatmapFileChooser. getReaderForFile(File file)Returns the reader for the specified file.adams.data.io.output.DataContainerWriter<Heatmap>HeatmapFileChooser. getWriterForFile(File file)Returns the writer for the specified file. -
Uses of Heatmap in adams.gui.visualization.heatmap
Fields in adams.gui.visualization.heatmap declared as Heatmap Modifier and Type Field Description protected HeatmapHeatmapPanel. m_Heatmapthe heatmap on display.Fields in adams.gui.visualization.heatmap with type parameters of type Heatmap Modifier and Type Field Description protected adams.data.filter.Filter<Heatmap>HeatmapViewerPanel. m_CurrentFilterthe current filter.Methods in adams.gui.visualization.heatmap that return Heatmap Modifier and Type Method Description HeatmapHeatmapPanel. getHeatmap()The current heatmap on display.Methods in adams.gui.visualization.heatmap with parameters of type Heatmap Modifier and Type Method Description protected HeatmapPanelHeatmapViewerPanel. newPanel(Heatmap map)Creates a new panel and configures it.voidHeatmapViewerPanel. newTab(Heatmap map, String comment)Adds a new tab using the heatmap and adds the comment to the log.voidHeatmapPanel. setHeatmap(Heatmap value)Sets the heatmap to display.Method parameters in adams.gui.visualization.heatmap with type arguments of type Heatmap Modifier and Type Method Description voidHeatmapViewerPanel. filter(adams.gui.event.FilterEvent<Heatmap> e)Filters the data.Constructors in adams.gui.visualization.heatmap with parameters of type Heatmap Constructor Description HeatmapContainer(HeatmapContainerManager manager, Heatmap payload)Initializes the container. -
Uses of Heatmap in adams.gui.visualization.heatmap.overlay
Methods in adams.gui.visualization.heatmap.overlay with parameters of type Heatmap Modifier and Type Method Description protected voidHighestTemperature. locate(Heatmap map)Locates the points with the highest temperature.protected voidLowestTemperature. locate(Heatmap map)Locates the points with the highest temperature. -
Uses of Heatmap in adams.gui.visualization.heatmap.plugins
Methods in adams.gui.visualization.heatmap.plugins that return Heatmap Modifier and Type Method Description protected abstract HeatmapAbstractCurrentHeatmapFilterWithGOE. doFilter(Heatmap heatmap)Performs the actual filtering of the heatmap.protected abstract HeatmapAbstractCurrentHeatmapFilter. filter(Heatmap heatmap)Filters the heatmap.protected HeatmapAbstractCurrentHeatmapFilterWithGOE. filter(Heatmap heatmap)Filters the heatmap.protected abstract HeatmapAbstractSelectedHeatmapsFilter. filter(Heatmap heatmap)Filters the heatmap.Methods in adams.gui.visualization.heatmap.plugins with parameters of type Heatmap Modifier and Type Method Description protected abstract HeatmapAbstractCurrentHeatmapFilterWithGOE. doFilter(Heatmap heatmap)Performs the actual filtering of the heatmap.protected abstract HeatmapAbstractCurrentHeatmapFilter. filter(Heatmap heatmap)Filters the heatmap.protected HeatmapAbstractCurrentHeatmapFilterWithGOE. filter(Heatmap heatmap)Filters the heatmap.protected abstract HeatmapAbstractSelectedHeatmapsFilter. filter(Heatmap heatmap)Filters the heatmap.
-