Uses of Class
adams.data.threeway.ThreeWayData
-
-
Uses of ThreeWayData in adams.data.conversion
Methods in adams.data.conversion that return ThreeWayData Modifier and Type Method Description protected ThreeWayData
TensorToThreeWayData. convert(double[] data)
Converts the 1-D tensor data.protected ThreeWayData
TensorToThreeWayData. convert(double[][] data)
Converts the 2-D tensor data.protected ThreeWayData
TensorToThreeWayData. convert(double[][][] data)
Converts the 3-D tensor data. -
Uses of ThreeWayData in adams.data.io.input
Methods in adams.data.io.input with parameters of type ThreeWayData Modifier and Type Method Description protected adams.data.report.Report
AbstractThreeWayDataReader. createDummyReport(ThreeWayData cont)
Creates a dummy report. -
Uses of ThreeWayData in adams.data.io.output
Method parameters in adams.data.io.output with type arguments of type ThreeWayData Modifier and Type Method Description protected boolean
SimpleEEMWriter. writeData(List<ThreeWayData> data)
Performs the actual writing.protected boolean
SimpleXYZWriter. writeData(List<ThreeWayData> data)
Performs the actual writing. -
Uses of ThreeWayData in adams.data.statistics
Constructors in adams.data.statistics with parameters of type ThreeWayData Constructor Description ThreeWayDataStatistic(ThreeWayData data)
Initializes the statistic. -
Uses of ThreeWayData in adams.data.threeway
Fields in adams.data.threeway declared as ThreeWayData Modifier and Type Field Description protected ThreeWayData
L1Point. m_Parent
the parent.Methods in adams.data.threeway that return ThreeWayData Modifier and Type Method Description protected static ThreeWayData
ThreeWayDataUtils. getHeader(List<L1Point> points)
Creates a header based on the given LevelOnePoint points.ThreeWayData
ThreeWayData. getXSubset(double x)
Returns a data structure which contains only the given x values.Constructors in adams.data.threeway with parameters of type ThreeWayData Constructor Description L1Point(ThreeWayData parent, double x, double y)
Constructor. -
Uses of ThreeWayData in adams.data.threewayfeatures
Methods in adams.data.threewayfeatures with parameters of type ThreeWayData Modifier and Type Method Description protected void
AbstractThreeWayDataFeatureGenerator. checkData(ThreeWayData data)
Optional checks of the data.abstract adams.data.featureconverter.HeaderDefinition
AbstractThreeWayDataFeatureGenerator. createHeader(ThreeWayData data)
Creates the header from template data.adams.data.featureconverter.HeaderDefinition
Flatten. createHeader(ThreeWayData data)
Creates the header from template data.adams.data.featureconverter.HeaderDefinition
Histogram. createHeader(ThreeWayData data)
Creates the header from template data.adams.data.featureconverter.HeaderDefinition
Max. createHeader(ThreeWayData data)
Creates the header from template data.adams.data.featureconverter.HeaderDefinition
Mean. createHeader(ThreeWayData data)
Creates the header from template data.adams.data.featureconverter.HeaderDefinition
Median. createHeader(ThreeWayData data)
Creates the header from template data.adams.data.featureconverter.HeaderDefinition
Min. createHeader(ThreeWayData data)
Creates the header from template data.adams.data.featureconverter.HeaderDefinition
MultiThreeWayDataFeatureGenerator. createHeader(ThreeWayData data)
Creates the header from template data.adams.data.featureconverter.HeaderDefinition
StdDev. createHeader(ThreeWayData data)
Creates the header from template data.Object[]
AbstractThreeWayDataFeatureGenerator. generate(ThreeWayData data)
Process the given data.abstract List<Object>[]
AbstractThreeWayDataFeatureGenerator. generateRows(ThreeWayData data)
Performs the actual feature generation.List<Object>[]
Flatten. generateRows(ThreeWayData data)
Performs the actual feature generation.List<Object>[]
Histogram. generateRows(ThreeWayData data)
Performs the actual feature generation.List<Object>[]
Max. generateRows(ThreeWayData data)
Performs the actual feature generation.List<Object>[]
Mean. generateRows(ThreeWayData data)
Performs the actual feature generation.List<Object>[]
Median. generateRows(ThreeWayData data)
Performs the actual feature generation.List<Object>[]
Min. generateRows(ThreeWayData data)
Performs the actual feature generation.List<Object>[]
MultiThreeWayDataFeatureGenerator. generateRows(ThreeWayData data)
Performs the actual feature generation.List<Object>[]
StdDev. generateRows(ThreeWayData data)
Performs the actual feature generation.List<Object>
AbstractThreeWayDataFeatureGenerator. postProcessRow(ThreeWayData data, List<Object> generated)
Post-processes the generated row, adding notes and fields.List<Object>[]
AbstractThreeWayDataFeatureGenerator. postProcessRows(ThreeWayData data, List<Object>[] generated)
Post-processes the generated rows, adding notes and fields.protected Double[]
Histogram. toArray(ThreeWayData data)
Returns all the data values as array. -
Uses of ThreeWayData in adams.data.threewayfilter
Methods in adams.data.threewayfilter that return ThreeWayData Modifier and Type Method Description protected ThreeWayData
Crop. processData(ThreeWayData data)
Performs the actual filtering.protected ThreeWayData
MultiFilter. processData(ThreeWayData data)
Performs the actual filtering.protected ThreeWayData
Shift. processData(ThreeWayData data)
Performs the actual filtering.protected ThreeWayData
MultiFilter. processDataParallel(ThreeWayData data)
Performs the actual filtering - parallel application of filters and merging of results.Methods in adams.data.threewayfilter with parameters of type ThreeWayData Modifier and Type Method Description protected ThreeWayData
Crop. processData(ThreeWayData data)
Performs the actual filtering.protected ThreeWayData
MultiFilter. processData(ThreeWayData data)
Performs the actual filtering.protected ThreeWayData
Shift. processData(ThreeWayData data)
Performs the actual filtering.protected ThreeWayData
MultiFilter. processDataParallel(ThreeWayData data)
Performs the actual filtering - parallel application of filters and merging of results. -
Uses of ThreeWayData in adams.data.threewayoutlier
Methods in adams.data.threewayoutlier with parameters of type ThreeWayData Modifier and Type Method Description protected List<String>
ValueRange. processData(ThreeWayData data)
Performs the actual detection. -
Uses of ThreeWayData in adams.flow.container
Constructors in adams.flow.container with parameters of type ThreeWayData Constructor Description ThreeWayDataFilterContainer(Object input, adams.data.filter.Filter filter, ThreeWayData data)
Initializes the container with the filter and the associated data. -
Uses of ThreeWayData in adams.flow.transformer
Methods in adams.flow.transformer that return types with arguments of type ThreeWayData Modifier and Type Method Description protected adams.data.io.output.AbstractDataContainerWriter<ThreeWayData>
ThreeWayDataFileWriter. getDefaultWriter()
Returns the default writer to use. -
Uses of ThreeWayData in adams.flow.transformer.threewaydatamerge
Methods in adams.flow.transformer.threewaydatamerge that return ThreeWayData Modifier and Type Method Description protected abstract ThreeWayData
AbstractThreeWayDataMerge. doMerge(ThreeWayData[] data)
Merges the data containers into a single one.protected ThreeWayData
CollapseX. doMerge(ThreeWayData[] data)
Merges the data containers into a single one.protected ThreeWayData
Join. doMerge(ThreeWayData[] data)
Merges the data containers into a single one.ThreeWayData
AbstractThreeWayDataMerge. merge(ThreeWayData[] data)
Merges the data containers into a single one.Methods in adams.flow.transformer.threewaydatamerge with parameters of type ThreeWayData Modifier and Type Method Description protected String
AbstractThreeWayDataMerge. check(ThreeWayData[] data)
Hook method for checks before attempting to merge.protected abstract ThreeWayData
AbstractThreeWayDataMerge. doMerge(ThreeWayData[] data)
Merges the data containers into a single one.protected ThreeWayData
CollapseX. doMerge(ThreeWayData[] data)
Merges the data containers into a single one.protected ThreeWayData
Join. doMerge(ThreeWayData[] data)
Merges the data containers into a single one.ThreeWayData
AbstractThreeWayDataMerge. merge(ThreeWayData[] data)
Merges the data containers into a single one. -
Uses of ThreeWayData in adams.gui.chooser
Methods in adams.gui.chooser that return types with arguments of type ThreeWayData Modifier and Type Method Description protected adams.data.io.input.AbstractDataContainerReader<ThreeWayData>
ThreeWayDataFileChooser. getDefaultReader()
Returns the default reader.protected adams.data.io.output.AbstractDataContainerWriter<ThreeWayData>
ThreeWayDataFileChooser. getDefaultWriter()
Returns the default writer. -
Uses of ThreeWayData in adams.gui.visualization.threewaydata.heatmapviewer
Fields in adams.gui.visualization.threewaydata.heatmapviewer declared as ThreeWayData Modifier and Type Field Description protected ThreeWayData
ThreeWayDataHeatmapPanel. m_Data
the data on display.Fields in adams.gui.visualization.threewaydata.heatmapviewer with type parameters of type ThreeWayData Modifier and Type Field Description protected adams.data.filter.Filter<ThreeWayData>
ThreeWayDataHeatmapViewerPanel. m_CurrentFilter
the current filter.Methods in adams.gui.visualization.threewaydata.heatmapviewer that return ThreeWayData Modifier and Type Method Description ThreeWayData
ThreeWayDataHeatmapPanel. getData()
The current data on display.Methods in adams.gui.visualization.threewaydata.heatmapviewer with parameters of type ThreeWayData Modifier and Type Method Description protected ThreeWayDataHeatmapPanel
ThreeWayDataHeatmapViewerPanel. newPanel(ThreeWayData data)
Creates a new panel and configures it.void
ThreeWayDataHeatmapViewerPanel. newTab(ThreeWayData data, String comment)
Adds a new tab using the heatmap and adds the comment to the log.void
ThreeWayDataHeatmapPanel. setData(ThreeWayData value)
Sets the data to display.Method parameters in adams.gui.visualization.threewaydata.heatmapviewer with type arguments of type ThreeWayData Modifier and Type Method Description void
ThreeWayDataHeatmapViewerPanel. filter(adams.gui.event.FilterEvent<ThreeWayData> e)
Filters the data.Constructors in adams.gui.visualization.threewaydata.heatmapviewer with parameters of type ThreeWayData Constructor Description ThreeWayDataContainer(ThreeWayDataContainerManager manager, ThreeWayData payload)
Initializes the container.
-