Uses of Class
adams.flow.container.AbstractContainer
-
Packages that use AbstractContainer Package Description adams.flow.container adams.flow.control adams.flow.core adams.flow.source adams.flow.transformer adams.gui.visualization.debug.objectrenderer -
-
Uses of AbstractContainer in adams.flow.container
Subclasses of AbstractContainer in adams.flow.container Modifier and Type Class Description class
AbstractFilterContainer<F extends Filter,D extends DataContainer>
A container for filters and the filtered data.class
ControlChartContainer
Container to store control chart data.class
EncapsulatedActorsContainer
Container for encapsulating actors alongside variables and storage items.class
FeatureConverterContainer
A container for a feature converter's raw output (header/row data).class
FileBasedDatasetContainer
Container for storing file names for file-based dataset generation.class
HttpRequestResult
Container for storing the results of http requests.class
ImageSegmentationContainer
Container for storing image segmentation annotations.class
OutlierContainer
A container for outlier data.class
OutlierDetectorContainer
Container to store outlier detection information.class
PredictionEccentricityContainer
A container for prediction eccentricity data.class
ProcessActorContainer
Container for output from actor processors.class
RemoteCommandContainer
Container to store RemoteCommand objects and associated messages as intercepted by logging handlers.class
SequencePlotterContainer
A container for a single plot item.class
SpreadSheetCellSelectionContainer
Container for storing output from theSpreadSheetCellSelector
transformer.class
TimeseriesFilterContainer
Container for spectrum filters.class
TimingContainer
Container to store timing information from actor execution.class
TrainTestSetContainer
A container for storing train and test set.class
WekaAssociatorContainer
Container for associators and their rules.class
WekaAttributeSelectionContainer
A container for storing results from attribute selection.class
WekaClusterEvaluationContainer
A container forClusterEvaluation
objects, with optional trained model.class
WekaClusteringContainer
A container for clusterings made by a clusterer.class
WekaEvaluationContainer
A container forEvaluation
objects, with optional trained model.class
WekaExperimentContainer
Container for Weka experiment results.class
WekaFilterContainer
A container for filters and the filtered data.class
WekaForecastContainer
A container for forecasts made by a forecaster.class
WekaForecastModelContainer
Specialized container forAbstractForecaster
models.class
WekaGeneticAlgorithmContainer
A container for genetic algorithms output (setup, measure, fitness).class
WekaGeneticAlgorithmInitializationContainer
A container for initializing genetic algorithms.class
WekaModelContainer
A container for models (e.g., classifier or clusterer) and an optional header of a dataset.class
WekaNearestNeighborSearchContainer
A container for nearest neighbor search (instance and neighborhood).class
WekaPredictionContainer
A container for predictions made by a classifier.class
WekaTrainTestSetContainer
A container for storing train and test set.Methods in adams.flow.container that return AbstractContainer Modifier and Type Method Description AbstractContainer
AbstractContainer. getClone()
Returns a clone of itself using serialization. -
Uses of AbstractContainer in adams.flow.control
Methods in adams.flow.control with parameters of type AbstractContainer Modifier and Type Method Description protected Object
AbstractContainerUpdater. getContainerValue(AbstractContainer cont)
Tries to obtain the container value.protected Object
PlotContainerUpdater. getContainerValue(AbstractContainer cont)
Tries to obtain the container value. -
Uses of AbstractContainer in adams.flow.core
Methods in adams.flow.core with parameters of type AbstractContainer Modifier and Type Method Description protected abstract T
AbstractModelLoader. getModelFromContainer(AbstractContainer cont, MessageCollection errors)
Retrieves the model from the container.protected weka.classifiers.Classifier
WekaClassifierModelLoader. getModelFromContainer(AbstractContainer cont, MessageCollection errors)
Retrieves the model from the container.protected weka.clusterers.Clusterer
WekaClustererModelLoader. getModelFromContainer(AbstractContainer cont, MessageCollection errors)
Retrieves the model from the container.protected weka.filters.Filter
WekaFilterModelLoader. getModelFromContainer(AbstractContainer cont, MessageCollection errors)
Retrieves the model from the container.protected void
AbstractModelLoader. unhandledContainer(AbstractContainer cont, MessageCollection errors)
Adds an "unhandled container type" error message. -
Uses of AbstractContainer in adams.flow.source
Fields in adams.flow.source declared as AbstractContainer Modifier and Type Field Description protected AbstractContainer
MakeContainer. m_ContainerClass
the container class to create.Methods in adams.flow.source that return AbstractContainer Modifier and Type Method Description AbstractContainer
MakeContainer. getContainerClass()
Returns the class name of the container to create.Methods in adams.flow.source with parameters of type AbstractContainer Modifier and Type Method Description void
MakeContainer. setContainerClass(AbstractContainer value)
Sets the class name of the container to create. -
Uses of AbstractContainer in adams.flow.transformer
Methods in adams.flow.transformer with parameters of type AbstractContainer Modifier and Type Method Description protected T
AbstractProcessWekaInstanceWithModel. getModelFromContainer(AbstractContainer cont)
Retrieves the model from the container.protected abstract String
AbstractContainerValueExtractor. processContainer(AbstractContainer cont)
Processes the container.protected String
ContainerToStorage. processContainer(AbstractContainer cont)
Processes the container.protected String
ContainerToVariables. processContainer(AbstractContainer cont)
Processes the container. -
Uses of AbstractContainer in adams.gui.visualization.debug.objectrenderer
Methods in adams.gui.visualization.debug.objectrenderer with parameters of type AbstractContainer Modifier and Type Method Description protected SpreadSheet
FlowContainerRenderer. containerToSheet(AbstractContainer cont, MessageCollection errors)
Converts the container into a spreadsheet.
-