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 classAbstractFilterContainer<F extends Filter,D extends DataContainer>A container for filters and the filtered data.classControlChartContainerContainer to store control chart data.classEncapsulatedActorsContainerContainer for encapsulating actors alongside variables and storage items.classFeatureConverterContainerA container for a feature converter's raw output (header/row data).classFileBasedDatasetContainerContainer for storing file names for file-based dataset generation.classHttpRequestResultContainer for storing the results of http requests.classImageSegmentationContainerContainer for storing image segmentation annotations.classOutlierContainerA container for outlier data.classOutlierDetectorContainerContainer to store outlier detection information.classPredictionEccentricityContainerA container for prediction eccentricity data.classProcessActorContainerContainer for output from actor processors.classRemoteCommandContainerContainer to store RemoteCommand objects and associated messages as intercepted by logging handlers.classSequencePlotterContainerA container for a single plot item.classSpreadSheetCellSelectionContainerContainer for storing output from theSpreadSheetCellSelectortransformer.classTimeseriesFilterContainerContainer for spectrum filters.classTimingContainerContainer to store timing information from actor execution.classTrainTestSetContainerA container for storing train and test set.classWekaAssociatorContainerContainer for associators and their rules.classWekaAttributeSelectionContainerA container for storing results from attribute selection.classWekaClusterEvaluationContainerA container forClusterEvaluationobjects, with optional trained model.classWekaClusteringContainerA container for clusterings made by a clusterer.classWekaEvaluationContainerA container forEvaluationobjects, with optional trained model.classWekaExperimentContainerContainer for Weka experiment results.classWekaFilterContainerA container for filters and the filtered data.classWekaForecastContainerA container for forecasts made by a forecaster.classWekaForecastModelContainerSpecialized container forAbstractForecastermodels.classWekaGeneticAlgorithmContainerA container for genetic algorithms output (setup, measure, fitness).classWekaGeneticAlgorithmInitializationContainerA container for initializing genetic algorithms.classWekaModelContainerA container for models (e.g., classifier or clusterer) and an optional header of a dataset.classWekaNearestNeighborSearchContainerA container for nearest neighbor search (instance and neighborhood).classWekaPredictionContainerA container for predictions made by a classifier.classWekaTrainTestSetContainerA container for storing train and test set.Methods in adams.flow.container that return AbstractContainer Modifier and Type Method Description AbstractContainerAbstractContainer. 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 ObjectAbstractContainerUpdater. getContainerValue(AbstractContainer cont)Tries to obtain the container value.protected ObjectPlotContainerUpdater. 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 TAbstractModelLoader. getModelFromContainer(AbstractContainer cont, MessageCollection errors)Retrieves the model from the container.protected weka.classifiers.ClassifierWekaClassifierModelLoader. getModelFromContainer(AbstractContainer cont, MessageCollection errors)Retrieves the model from the container.protected weka.clusterers.ClustererWekaClustererModelLoader. getModelFromContainer(AbstractContainer cont, MessageCollection errors)Retrieves the model from the container.protected weka.filters.FilterWekaFilterModelLoader. getModelFromContainer(AbstractContainer cont, MessageCollection errors)Retrieves the model from the container.protected voidAbstractModelLoader. 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 AbstractContainerMakeContainer. m_ContainerClassthe container class to create.Methods in adams.flow.source that return AbstractContainer Modifier and Type Method Description AbstractContainerMakeContainer. 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 voidMakeContainer. 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 TAbstractProcessWekaInstanceWithModel. getModelFromContainer(AbstractContainer cont)Retrieves the model from the container.protected abstract StringAbstractContainerValueExtractor. processContainer(AbstractContainer cont)Processes the container.protected StringContainerToStorage. processContainer(AbstractContainer cont)Processes the container.protected StringContainerToVariables. 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 SpreadSheetFlowContainerRenderer. containerToSheet(AbstractContainer cont, MessageCollection errors)Converts the container into a spreadsheet.
-