Uses of Class
adams.core.MessageCollection
-
-
Uses of MessageCollection in adams.core
Methods in adams.core with parameters of type MessageCollection Modifier and Type Method Description voidMessageCollection. addAll(MessageCollection msgs)Adds all the messages. -
Uses of MessageCollection in adams.core.discovery
Methods in adams.core.discovery with parameters of type MessageCollection Modifier and Type Method Description protected static PropertyPath.PropertyContainerPropertyPath. find(Object src, PropertyPath.Path current, PropertyPath.Path full, MessageCollection errors)returns the property and object associated with the given path, null if a problem occurred.static PropertyPath.PropertyContainerPropertyPath. find(Object src, PropertyPath.Path path, MessageCollection errors)returns the property and object associated with the given path, null if a problem occurred.static PropertyPath.PropertyContainerPropertyPath. find(Object src, String path, MessageCollection errors)returns the property and object associated with the given path, null if a problem occurred.static ObjectPropertyPath. getValue(Object src, PropertyPath.Path path, MessageCollection errors)returns the value specified by the given path from the object.static ObjectPropertyPath. getValue(Object src, String path, MessageCollection errors)returns the value specified by the given path from the object.static booleanPropertyPath. setValue(Object src, PropertyPath.Path path, Object value, MessageCollection errors)set the given value specified by the given path in the object.static booleanPropertyPath. setValue(Object src, String path, Object value, MessageCollection errors)set the given value specified by the given path in the object. -
Uses of MessageCollection in adams.core.io
Methods in adams.core.io with parameters of type MessageCollection Modifier and Type Method Description static byte[]Bzip2Utils. compress(byte[] input, MessageCollection errors)Compresses the specified bytes using bzip2.static byte[]GzipUtils. compress(byte[] input, MessageCollection errors)Compresses the specified bytes using gzip.static byte[]LzfUtils. compress(byte[] input, MessageCollection errors)Compresses the specified bytes using lzf.static byte[]LzmaUtils. compress(byte[] input, MessageCollection errors)Compresses the specified bytes using lzma.static byte[]XzUtils. compress(byte[] input, MessageCollection errors)Compresses the specified bytes using xz.static byte[]ZstdUtils. compress(byte[] input, MessageCollection errors)Compresses the specified bytes using zstd.static byte[]Bzip2Utils. decompress(byte[] input, int buffer, MessageCollection errors)Decompresses the specified bzip2 compressed bytes.static byte[]GzipUtils. decompress(byte[] input, int buffer, MessageCollection errors)Decompresses the specified gzip compressed bytes.static byte[]LzfUtils. decompress(byte[] input, int buffer, MessageCollection errors)Decompresses the specified lzf compressed bytes.static byte[]LzmaUtils. decompress(byte[] input, int buffer, MessageCollection errors)Decompresses the specified gzip compressed bytes.static List<File>RarUtils. decompress(File input, File outputDir, boolean createDirs, BaseRegExp match, boolean invertMatch, int bufferSize, MessageCollection errors)Unrars the files in a RAR file.static booleanRarUtils. decompress(File input, String archiveFile, File output, boolean createDirs, int bufferSize, MessageCollection errors)Unrars the specified file from a RAR file.static List<File>TarUtils. decompress(File input, File outputDir, boolean createDirs, BaseRegExp match, boolean invertMatch, int bufferSize, MessageCollection errors)Decompresses the files in a tar file.static booleanTarUtils. decompress(File input, String archiveFile, File output, boolean createDirs, int bufferSize, MessageCollection errors)Decompresses the specified file from a tar file.static byte[]XzUtils. decompress(byte[] input, int buffer, MessageCollection errors)Decompresses the specified xz compressed bytes.static List<File>ZipUtils. decompress(File input, File outputDir, boolean createDirs, BaseRegExp match, boolean invertMatch, int bufferSize, MessageCollection errors)Unzips the files in a ZIP file.static booleanZipUtils. decompress(File input, String archiveFile, File output, boolean createDirs, int bufferSize, MessageCollection errors)Unzips the specified file from a ZIP file.static byte[]ZstdUtils. decompress(byte[] input, int buffer, MessageCollection errors)Decompresses the specified zstd compressed bytes.StringMessageDigestType. digest(Object obj, MessageCollection errors)Generates the digest. -
Uses of MessageCollection in adams.core.io.filechanged
Methods in adams.core.io.filechanged with parameters of type MessageCollection Modifier and Type Method Description protected abstract StringAbstractMessageDigestBasedMonitor. computeDigest(File file, MessageCollection errors)Generates the message digest, if possible.protected StringFlowFileDigest. computeDigest(File file, MessageCollection errors)Generates the message digest, if possible.protected StringMessageDigest. computeDigest(File file, MessageCollection errors)Generates the message digest, if possible. -
Uses of MessageCollection in adams.core.option
Fields in adams.core.option declared as MessageCollection Modifier and Type Field Description protected MessageCollectionAbstractOptionConsumer. m_Errorsfor storing errors that occurred while consuming the options.protected MessageCollectionAbstractOptionConsumer. m_Warningsfor storing warnings that occurred while consuming the options.Methods in adams.core.option that return MessageCollection Modifier and Type Method Description MessageCollectionAbstractOptionConsumer. getErrors()Returns the error log.MessageCollectionOptionConsumer. getErrors()Returns the error log.MessageCollectionAbstractOptionConsumer. getWarnings()Returns the warning log.MessageCollectionOptionConsumer. getWarnings()Returns the warning log.Methods in adams.core.option with parameters of type MessageCollection Modifier and Type Method Description static OptionHandlerOptionUtils. forCommandLine(Class classType, String cmdline, MessageCollection warnings, MessageCollection errors, boolean quiet)Creates a new instance of an option handler given its command-line, including class name and (optional) arguments to pass to its setOptions method.abstract ObjectAbstractCommandLineHandler. fromArray(String[] args, MessageCollection errors)Generates an object from the commandline options.ObjectAdamsCommandLineHandler. fromArray(String[] args, MessageCollection errors)Generates an object from the commandline options.ObjectBaseObjectCommandLineHandler. fromArray(String[] args, MessageCollection errors)Generates an object from the commandline options.ObjectDefaultCommandLineHandler. fromArray(String[] args, MessageCollection errors)Generates an object from the commandline options.ObjectJenericCommandLineHandler. fromArray(String[] args, MessageCollection errors)Generates an object from the commandline options.ObjectWekaCommandLineHandler. fromArray(String[] args, MessageCollection errors)Generates an object from the commandline options.abstract ObjectAbstractCommandLineHandler. fromCommandLine(String cmd, MessageCollection errors)Generates an object from the specified commandline.ObjectAdamsCommandLineHandler. fromCommandLine(String cmd, MessageCollection errors)Generates an object from the specified commandline.ObjectBaseObjectCommandLineHandler. fromCommandLine(String cmd, MessageCollection errors)Generates an object from the specified commandline.ObjectDefaultCommandLineHandler. fromCommandLine(String cmd, MessageCollection errors)Generates an object from the specified commandline.ObjectJenericCommandLineHandler. fromCommandLine(String cmd, MessageCollection errors)Generates an object from the specified commandline.ObjectWekaCommandLineHandler. fromCommandLine(String cmd, MessageCollection errors)Generates an object from the specified commandline.static OptionHandlerAbstractOptionConsumer. fromString(Class<? extends OptionConsumer> cls, String s, MessageCollection errors)Uses the specified consumer to parse the given string and return the option handler. -
Uses of MessageCollection in adams.data.areaoverlap
Methods in adams.data.areaoverlap with parameters of type MessageCollection Modifier and Type Method Description LocatedObjectsAbstractAreaOverlap. calculate(Map<LocatedObject,Map<LocatedObject,Double>> matches, MessageCollection errors)Computes the overlapping areas between the matches.LocatedObjectsAreaOverlap. calculate(Map<LocatedObject,Map<LocatedObject,Double>> matches, MessageCollection errors)Computes the overlapping areas between the matches.protected abstract LocatedObjectsAbstractAreaOverlap. doCalculate(Map<LocatedObject,Map<LocatedObject,Double>> matches, MessageCollection errors)Computes the overlapping areas between the matches.protected LocatedObjectsBoundingBoxBased. doCalculate(Map<LocatedObject,Map<LocatedObject,Double>> matches, MessageCollection errors)Computes the overlapping areas between the matches.protected LocatedObjectsPolygonBased. doCalculate(Map<LocatedObject,Map<LocatedObject,Double>> matches, MessageCollection errors)Computes the overlapping areas between the matches. -
Uses of MessageCollection in adams.data.barcode.encode
Methods in adams.data.barcode.encode with parameters of type MessageCollection Modifier and Type Method Description protected abstract BufferedImageContainerAbstractBarcodeEncoder. doEncode(String payload, BufferedImageContainer cont, MessageCollection errors)Encodes the supplied payload.protected BufferedImageContainerEAN13. doEncode(String payload, BufferedImageContainer cont, MessageCollection errors)Encodes the supplied payload.protected BufferedImageContainerPassThrough. doEncode(String payload, BufferedImageContainer cont, MessageCollection errors)Encodes the supplied payload.protected BufferedImageContainerQRCode. doEncode(String payload, BufferedImageContainer cont, MessageCollection errors)Encodes the supplied payload.protected BufferedImageContainerUPCA. doEncode(String payload, BufferedImageContainer cont, MessageCollection errors)Encodes the supplied payload.BufferedImageContainerAbstractBarcodeEncoder. encode(String payload, MessageCollection errors)Encodes the supplied payload.BufferedImageContainerAbstractBarcodeEncoder. encode(String payload, BufferedImageContainer cont, MessageCollection errors)Encodes the supplied payload. -
Uses of MessageCollection in adams.data.image
Methods in adams.data.image with parameters of type MessageCollection Modifier and Type Method Description static BufferedImageBufferedImageHelper. fromBytes(byte[] bytes, MessageCollection errors)Turns the image bytes (eg JPG or PNG) into a BufferedImage.static byte[]BufferedImageHelper. toBytes(BufferedImage img, String format, MessageCollection errors)Turns an image into a byte array. -
Uses of MessageCollection in adams.data.io.input
Fields in adams.data.io.input declared as MessageCollection Modifier and Type Field Description protected MessageCollectionAbstractFlowReader. m_Errorsfor storing errors.protected MessageCollectionAbstractFlowReader. m_Warningsfor storing warnings.Methods in adams.data.io.input that return MessageCollection Modifier and Type Method Description MessageCollectionAbstractFlowReader. getErrors()Returns any errors that were encountered while reading.MessageCollectionFlowReader. getErrors()Returns any errors that were encountered while reading.MessageCollectionAbstractFlowReader. getWarnings()Returns any warnings that were encountered while reading.MessageCollectionFlowReader. getWarnings()Returns any warnings that were encountered while reading.Methods in adams.data.io.input with parameters of type MessageCollection Modifier and Type Method Description protected abstract IndexedSplitsRunsAbstractIndexedSplitsRunsReader. doRead(Reader reader, MessageCollection errors)Reads the split definitions from the specified reader.protected IndexedSplitsRunsJsonIndexedSplitsRunsReader. doRead(Reader reader, MessageCollection errors)Reads the split definitions from the specified reader.protected IndexedSplitsRunsPropertiesIndexedSplitsRunsReader. doRead(Reader reader, MessageCollection errors)Reads the split definitions from the specified reader.IndexedSplitsRunsAbstractIndexedSplitsRunsReader. read(File file, MessageCollection errors)Reads the split definitions from the specified file.IndexedSplitsRunsAbstractIndexedSplitsRunsReader. read(Reader reader, MessageCollection errors)Reads the split definitions from the specified reader. -
Uses of MessageCollection in adams.data.io.output
Methods in adams.data.io.output with parameters of type MessageCollection Modifier and Type Method Description protected abstract booleanAbstractIndexedSplitsRunsWriter. doWrite(Writer writer, IndexedSplitsRuns runs, MessageCollection errors)Writes the split definitions to the specified reader.protected booleanJsonIndexedSplitsRunsWriter. doWrite(Writer writer, IndexedSplitsRuns runs, MessageCollection errors)Writes the split definitions to the specified reader.protected booleanPropertiesIndexedSplitsRunsWriter. doWrite(Writer writer, IndexedSplitsRuns runs, MessageCollection errors)Writes the split definitions to the specified reader.booleanAbstractIndexedSplitsRunsWriter. write(File file, IndexedSplitsRuns runs, MessageCollection errors)Writes the split definitions to the specified file.booleanAbstractIndexedSplitsRunsWriter. write(Writer writer, IndexedSplitsRuns runs, MessageCollection errors)Writes the split definitions to the specified reader.StringAbstractSimpleReportWriter. write(T data, MessageCollection errors)Performs checks and converts the report to a string.StringObjectLocationsSpreadSheetWriter. write(Report data, MessageCollection errors)Performs checks and converts the report to a string.StringOpexObjectLocationsWriter. write(Report data, MessageCollection errors)Performs checks and converts the report to a string.StringStringReportWriter. write(T data, MessageCollection errors)Performs checks and converts the report to a string.StringYoloAnnotationsReportWriter. write(Report data, MessageCollection errors)Performs checks and converts the report to a string. -
Uses of MessageCollection in adams.db
Methods in adams.db with parameters of type MessageCollection Modifier and Type Method Description static SpreadSheetMetaDataUtils. getMetaData(AbstractDatabaseConnection conn, AbstractTypeMapper mapper, MetaDataType type, String table, MessageCollection errors)Generates spreadsheet with the metadata. -
Uses of MessageCollection in adams.flow.control.postflowexecution
Methods in adams.flow.control.postflowexecution with parameters of type MessageCollection Modifier and Type Method Description ActorAbstractPostFlowExecution. configureExecution(MessageCollection errors)Configures the actor to execute after the flow has run (including calling setUp()).ActorPostFlowExecution. configureExecution(MessageCollection errors)Configures the actor to execute when the flow stops with an error (including calling setUp()).protected abstract ActorAbstractPostFlowExecution. doConfigureExecution(MessageCollection errors)Configures the actor to execute after the flow has run (without calling setUp()).protected ActorFromFile. doConfigureExecution(MessageCollection errors)Configures the actor to execute after the flow has run (without calling setUp()).protected ActorNull. doConfigureExecution(MessageCollection errors)Configures the actor to execute after the flow has run (without calling setUp()).protected ActorRemoveFiles. doConfigureExecution(MessageCollection errors)Configures the actor to execute after the flow has run (without calling setUp()). -
Uses of MessageCollection in adams.flow.core
Methods in adams.flow.core with parameters of type MessageCollection Modifier and Type Method Description static PropertyPath.PropertyContainer[]PropertiesUpdaterHelper. configure(Object obj, BaseString[] props, MessageCollection errors)Configures the property containers for an object.static ObjectPropertyHelper. convertValue(PropertyPath.PropertyContainer cont, String value, MessageCollection errors)Converts the value into the appropriate object, if possible.protected static ObjectPropertyHelper. convertValue(Class cls, String value, MessageCollection errors)Converts the string value into an object.protected ObjectAbstractModelLoader. deserializeFile(MessageCollection errors)Deserializes the model file.protected ObjectWekaClassifierModelLoader. deserializeFile(MessageCollection errors)Deserializes the model file.protected ObjectWekaClustererModelLoader. deserializeFile(MessageCollection errors)Deserializes the model file.TAbstractModelLoader. getModel(MessageCollection errors)Obtains the model, loads it if necessary.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.ObjectObjectRetriever. getObject(MessageCollection errors)Retrieves the object.static ObjectCallableActorHelper. getSetup(Class cls, CallableActorReference name, Actor start, MessageCollection errors)Returns the setup obtained from the callable actor, source or transformer.protected static ObjectCallableActorHelper. getSetup(Class cls, CallableActorReference name, Actor start, AbstractCallableActor callable, MessageCollection errors)Returns the setup obtained from the callable actor, source or transformer.static ObjectCallableActorHelper. getSetupFromSource(Class cls, CallableActorReference name, Actor start, MessageCollection errors)Returns the setup obtained from the callable source.static ObjectCallableActorHelper. getSetupFromTransformer(Class cls, CallableActorReference name, Actor start, MessageCollection errors)Returns the setup obtained from the callable transformer.protected TAbstractModelLoader. loadAutomatically(MessageCollection errors)Loads the model automatically from file/callable actor/storage.protected TAbstractModelLoader. loadFromCallableActor(MessageCollection errors)Loads the model from the callable actor.protected TAbstractModelLoader. loadFromFile(MessageCollection errors)Loads the model from the specified file.protected TAbstractModelLoader. loadFromStorage(MessageCollection errors)Loads the model from the storage item.static ActorActorUtils. read(String filename, MessageCollection errors)Reads an actor from a file.static ActorActorUtils. read(String filename, MessageCollection errors, MessageCollection warnings)Reads an actor from a file.protected ObjectObjectRetriever. retrieveAutomatically(MessageCollection errors)Retrieves the object automatically from file/callable actor/storage.protected ObjectObjectRetriever. retrieveFromCallableActor(MessageCollection errors)Retrieves the object from the callable actor.protected ObjectObjectRetriever. retrieveFromStorage(MessageCollection errors)Retrieves the object from the storage item.protected voidAbstractModelLoader. unhandledContainer(AbstractContainer cont, MessageCollection errors)Adds an "unhandled container type" error message.protected TAbstractModelLoader. unwrapModel(Object obj, MessageCollection errors)Unwraps the model if necessary.static voidPropertiesUpdaterHelper. update(Actor context, Object obj, BaseString[] props, VariableName[] vars, PropertyPath.PropertyContainer[] conts, MessageCollection errors)Updates the properties of the object using the current values of the variables. -
Uses of MessageCollection in adams.flow.source.imapsource
Methods in adams.flow.source.imapsource with parameters of type MessageCollection Modifier and Type Method Description protected abstract OAbstractIMAPOperation. doExecute(IMAPConnection conn, MessageCollection errors)Executes the operation and returns the generated output.protected String[]ListFolders. doExecute(IMAPConnection conn, MessageCollection errors)Executes the operation and returns the generated output.protected jodd.mail.ReceivedEmail[]ReceiveEmail. doExecute(IMAPConnection conn, MessageCollection errors)Executes the operation and returns the generated output.protected IntegerUnreadMessageCount. doExecute(IMAPConnection conn, MessageCollection errors)Executes the operation and returns the generated output.OAbstractIMAPOperation. execute(IMAPConnection conn, MessageCollection errors)Executes the operation and returns the generated output. -
Uses of MessageCollection in adams.flow.source.wekapackagemanageraction
Methods in adams.flow.source.wekapackagemanageraction with parameters of type MessageCollection Modifier and Type Method Description abstract ObjectAbstractWekaPackageManagerAction. doExecute(MessageCollection errors)Executes the action.ObjectListPackages. doExecute(MessageCollection errors)Executes the action.ObjectAbstractWekaPackageManagerAction. execute(MessageCollection errors)Executes the action. -
Uses of MessageCollection in adams.flow.standalone
Methods in adams.flow.standalone with parameters of type MessageCollection Modifier and Type Method Description protected ObjectSubProcessEvent. doProcess(Object data, MessageCollection errors)Processes the data with the sub-flow.ObjectSubProcessEvent. process(Object data, MessageCollection errors)Processes the data with the sub-flow. -
Uses of MessageCollection in adams.flow.standalone.subprocessevent
Methods in adams.flow.standalone.subprocessevent with parameters of type MessageCollection Modifier and Type Method Description protected ObjectAbstractSubProcessEventTrigger. process(Object data, MessageCollection errors)Processes the data with the sub-flow. -
Uses of MessageCollection in adams.flow.standalone.wekapackagemanageraction
Methods in adams.flow.standalone.wekapackagemanageraction with parameters of type MessageCollection Modifier and Type Method Description abstract voidAbstractWekaPackageManagerAction. doExecute(MessageCollection errors)Executes the action.voidRefreshCache. doExecute(MessageCollection errors)Executes the action.voidAbstractWekaPackageManagerAction. execute(MessageCollection errors)Executes the action. -
Uses of MessageCollection in adams.flow.transformer
Methods in adams.flow.transformer with parameters of type MessageCollection Modifier and Type Method Description protected abstract List<File>AbstractMultiDecompress. decompress(File inFile, MessageCollection errors)Decompresses the archive.protected List<File>UnRAR. decompress(File inFile, MessageCollection errors)Decompresses the archive.protected List<File>UnTar. decompress(File inFile, MessageCollection errors)Decompresses the archive.protected List<File>UnZIP. decompress(File inFile, MessageCollection errors)Decompresses the archive. -
Uses of MessageCollection in adams.flow.transformer.arraysubsetgeneration
Methods in adams.flow.transformer.arraysubsetgeneration with parameters of type MessageCollection Modifier and Type Method Description protected abstract ObjectAbstractArraySubsetGenerator. doGenerateSubset(Object array, MessageCollection errors)Generates the subset.protected ObjectEveryNth. doGenerateSubset(Object array, MessageCollection errors)Generates the subset.protected ObjectPercentage. doGenerateSubset(Object array, MessageCollection errors)Generates the subset.protected ObjectRangeSubset. doGenerateSubset(Object array, MessageCollection errors)Generates the subset.protected ObjectSimplePercentage. doGenerateSubset(Object array, MessageCollection errors)Generates the subset.ObjectAbstractArraySubsetGenerator. generateSubset(Object array, MessageCollection errors)Generates the subset. -
Uses of MessageCollection in adams.flow.transformer.exiftagoperation
Methods in adams.flow.transformer.exiftagoperation with parameters of type MessageCollection Modifier and Type Method Description protected abstract OAbstractExifTagOperation. doProcess(I input, MessageCollection errors)Processes the incoming data.protected BooleanApacheCommonsExifTagExists. doProcess(Object input, MessageCollection errors)Processes the incoming data.protected ObjectApacheCommonsExifTagRead. doProcess(Object input, MessageCollection errors)Processes the incoming data.protected ObjectApacheCommonsExifTagRemove. doProcess(Object input, MessageCollection errors)Processes the incoming data.protected ObjectApacheCommonsExifTagWrite. doProcess(Object input, MessageCollection errors)Processes the incoming data.OAbstractExifTagOperation. process(I input, MessageCollection errors)Processes the incoming data.OExifTagOperation. process(I input, MessageCollection errors)Processes the incoming data. -
Uses of MessageCollection in adams.flow.transformer.imaptransformer
Methods in adams.flow.transformer.imaptransformer with parameters of type MessageCollection Modifier and Type Method Description protected abstract OAbstractIMAPOperation. doExecute(IMAPConnection conn, I input, MessageCollection errors)Executes the operation and returns the generated output.protected jodd.mail.ReceivedEmailReceiveEmail. doExecute(IMAPConnection conn, String input, MessageCollection errors)Executes the operation and returns the generated output.OAbstractIMAPOperation. execute(IMAPConnection conn, I input, MessageCollection errors)Executes the operation and returns the generated output. -
Uses of MessageCollection in adams.flow.transformer.indexedsplitsrunsevaluation
Methods in adams.flow.transformer.indexedsplitsrunsevaluation with parameters of type MessageCollection Modifier and Type Method Description protected abstract OAbstractIndexedSplitsRunsEvaluation. doEvaluate(I data, IndexedSplitsRuns runs, MessageCollection errors)Performs an evaluation by applying the indexed splits runs to the data.protected WekaEvaluationContainer[]InstancesIndexedSplitsRunsEvaluation. doEvaluate(weka.core.Instances data, IndexedSplitsRuns runs, MessageCollection errors)Performs an evaluation by applying the indexed splits runs to the data.protected StringNullEvaluation. doEvaluate(Object data, IndexedSplitsRuns runs, MessageCollection errors)Performs an evaluation by applying the indexed splits runs to the data.OAbstractIndexedSplitsRunsEvaluation. evaluate(I data, IndexedSplitsRuns runs, MessageCollection errors)Performs an evaluation by applying the indexed splits runs to the data.OIndexedSplitsRunsEvaluation. evaluate(I data, IndexedSplitsRuns runs, MessageCollection errors)Performs an evaluation by applying the indexed splits runs to the data.protected weka.classifiers.ClassifierInstancesIndexedSplitsRunsEvaluation. getClassifierInstance(MessageCollection errors)Returns an instance of the callable classifier. -
Uses of MessageCollection in adams.flow.transformer.indexedsplitsrunsgenerator
Methods in adams.flow.transformer.indexedsplitsrunsgenerator with parameters of type MessageCollection Modifier and Type Method Description protected abstract IndexedSplitsRunsAbstractIndexedSplitsRunsGenerator. doGenerate(Object data, MessageCollection errors)Generates the indexed splits.protected IndexedSplitsRunsInstancesCrossValidationFoldGenerator. doGenerate(Object data, MessageCollection errors)Generates the indexed splits.protected IndexedSplitsRunsInstancesGroupedCrossValidationFoldGenerator. doGenerate(Object data, MessageCollection errors)Generates the indexed splits.protected IndexedSplitsRunsInstancesGroupedRandomSplitGenerator. doGenerate(Object data, MessageCollection errors)Generates the indexed splits.protected IndexedSplitsRunsInstancesRandomSplitGenerator. doGenerate(Object data, MessageCollection errors)Generates the indexed splits.protected IndexedSplitsRunsManualSplitGenerator. doGenerate(Object data, MessageCollection errors)Generates the indexed splits.protected IndexedSplitsRunsMultiRunGenerator. doGenerate(Object data, MessageCollection errors)Generates the indexed splits.protected IndexedSplitsRunsSpreadSheetRandomSplitGenerator. doGenerate(Object data, MessageCollection errors)Generates the indexed splits.IndexedSplitsRunsAbstractIndexedSplitsRunsGenerator. generate(Object data, MessageCollection errors)Generates the indexed splits.IndexedSplitsRunsIndexedSplitsRunsGenerator. generate(Object data, MessageCollection errors)Generates the indexed splits.protected IndexedSplitsRunsAbstractIndexedSplitsRunsGenerator. postGenerate(Object data, IndexedSplitsRuns runs, MessageCollection errors)For post-processing successfully generated splits.protected IndexedSplitsRunsAbstractInstancesIndexedSplitsRunsGenerator. postGenerate(Object data, IndexedSplitsRuns runs, MessageCollection errors)For post-processing successfully generated splits. -
Uses of MessageCollection in adams.flow.transformer.indexedsplitsrunspredictions
Methods in adams.flow.transformer.indexedsplitsrunspredictions with parameters of type MessageCollection Modifier and Type Method Description protected abstract SpreadSheetAbstractIndexedSplitsRunsPredictions. doGenerate(T data, IndexedSplitsRuns runs, MessageCollection errors)Generates predictions by applying the indexed splits runs to the data.protected SpreadSheetInstancesIndexedSplitsRunsPredictions. doGenerate(weka.core.Instances data, IndexedSplitsRuns runs, MessageCollection errors)Generates predictions by applying the indexed splits runs to the data.protected SpreadSheetNullPredictions. doGenerate(Object data, IndexedSplitsRuns runs, MessageCollection errors)Generates predictions by applying the indexed splits runs to the data.SpreadSheetAbstractIndexedSplitsRunsPredictions. generate(T data, IndexedSplitsRuns runs, MessageCollection errors)Generates predictions by applying the indexed splits runs to the data.SpreadSheetIndexedSplitsRunsPredictions. generate(T data, IndexedSplitsRuns runs, MessageCollection errors)Generates predictions by applying the indexed splits runs to the data.protected weka.classifiers.ClassifierInstancesIndexedSplitsRunsPredictions. getClassifierInstance(MessageCollection errors)Returns an instance of the callable classifier. -
Uses of MessageCollection in adams.flow.transformer.multimapoperation
Methods in adams.flow.transformer.multimapoperation with parameters of type MessageCollection Modifier and Type Method Description protected abstract OAbstractMultiMapOperation. doProcess(Map[] maps, MessageCollection errors)Performs the actual processing of the maps.protected Object[]CommonKeys. doProcess(Map[] maps, MessageCollection errors)Performs the actual processing of the maps.protected MapMerge. doProcess(Map[] maps, MessageCollection errors)Performs the actual processing of the maps.protected Map[]PassThrough. doProcess(Map[] maps, MessageCollection errors)Performs the actual processing of the maps.OAbstractMultiMapOperation. process(Map[] maps, MessageCollection errors)Processes the containers. -
Uses of MessageCollection in adams.flow.transformer.multispreadsheetoperation
Methods in adams.flow.transformer.multispreadsheetoperation with parameters of type MessageCollection Modifier and Type Method Description protected SpreadSheetAbstractIndentifiableRowOperation. doProcess(SpreadSheet[] sheets, MessageCollection errors)Performs the actual processing of the sheets.protected abstract OAbstractMultiSpreadSheetOperation. doProcess(SpreadSheet[] sheets, MessageCollection errors)Performs the actual processing of the sheets.protected SpreadSheetCommonIDs. doProcess(SpreadSheet[] sheets, MessageCollection errors)Performs the actual processing of the sheets.protected SpreadSheetMerge. doProcess(SpreadSheet[] sheets, MessageCollection errors)Performs the actual processing of the sheets.protected SpreadSheetOverlay. doProcess(SpreadSheet[] sheets, MessageCollection errors)Performs the actual processing of the sheets.protected SpreadSheet[]PassThrough. doProcess(SpreadSheet[] sheets, MessageCollection errors)Performs the actual processing of the sheets.OAbstractMultiSpreadSheetOperation. process(SpreadSheet[] sheets, MessageCollection errors)Processes the containers. -
Uses of MessageCollection in adams.flow.transformer.wekapackagemanageraction
Methods in adams.flow.transformer.wekapackagemanageraction with parameters of type MessageCollection Modifier and Type Method Description abstract ObjectAbstractWekaPackageManagerAction. doExecute(Object input, MessageCollection errors)Executes the action.ObjectInstallFromFile. doExecute(Object input, MessageCollection errors)Executes the action.ObjectInstallFromURL. doExecute(Object input, MessageCollection errors)Executes the action.ObjectInstallOfficial. doExecute(Object input, MessageCollection errors)Executes the action.ObjectInstallPackage. doExecute(Object input, MessageCollection errors)Executes the action.ObjectUninstall. doExecute(Object input, MessageCollection errors)Executes the action.ObjectAbstractWekaPackageManagerAction. execute(Object input, MessageCollection errors)Executes the action.protected voidAbstractWekaPackageManagerAction. unhandledInputType(Object input, MessageCollection errors)Adds an error message that the input type is not supported. -
Uses of MessageCollection in adams.gui.core
Methods in adams.gui.core with parameters of type MessageCollection Modifier and Type Method Description voidAbstractNamedHistoryPanel. deserialize(Object data, MessageCollection errors)Restores the history. -
Uses of MessageCollection in adams.gui.flow.tree
Methods in adams.gui.flow.tree with parameters of type MessageCollection Modifier and Type Method Description protected static NodeTreeHelper. buildTree(Node root, List nested, MessageCollection warnings, MessageCollection errors, ArrayConsumer consumer)Builds the tree from the nested commandlines.static NodeTreeHelper. buildTree(List nested, MessageCollection warnings, MessageCollection errors)Builds the tree from the nested commandlines. -
Uses of MessageCollection in adams.gui.tools.previewbrowser
Methods in adams.gui.tools.previewbrowser with parameters of type MessageCollection Modifier and Type Method Description protected BufferedImageSimpleImageSegmentationAnnotationsHandler. generateOverlay(File file, MessageCollection errors)Generates the overlay image. -
Uses of MessageCollection in adams.gui.tools.previewbrowser.notes
Methods in adams.gui.tools.previewbrowser.notes with parameters of type MessageCollection Modifier and Type Method Description protected abstract Map<String,String>AbstractNotesReader. doRead(PlaceholderFile file, MessageCollection errors)Reads the notes from the specified file.protected Map<String,String>CsvNotesReader. doRead(PlaceholderFile file, MessageCollection errors)Reads the notes from the specified file.protected Map<String,String>JsonNotesReader. doRead(PlaceholderFile file, MessageCollection errors)Reads the notes from the specified file.protected Map<String,String>PropertiesNotesReader. doRead(PlaceholderFile file, MessageCollection errors)Reads the notes from the specified file.protected Map<String,String>YamlNotesReader. doRead(PlaceholderFile file, MessageCollection errors)Reads the notes from the specified file.Map<String,String>AbstractNotesReader. read(PlaceholderDirectory dir, MessageCollection errors)Reads the notes from the specified directory.Map<String,String>AbstractNotesReader. read(PlaceholderFile file, MessageCollection errors)Reads the notes from the specified file. -
Uses of MessageCollection in adams.gui.tools.spreadsheetprocessor
Methods in adams.gui.tools.spreadsheetprocessor with parameters of type MessageCollection Modifier and Type Method Description abstract voidAbstractWidget. deserialize(Object data, MessageCollection errors)Deserializes the setup and maps it onto the widget. -
Uses of MessageCollection in adams.gui.tools.spreadsheetprocessor.processors
Methods in adams.gui.tools.spreadsheetprocessor.processors with parameters of type MessageCollection Modifier and Type Method Description protected voidAbstractProcessor. check(SpreadSheet data, MessageCollection errors)Hook method for performing checks.voidFlowProcessor. deserialize(Object data, MessageCollection errors)Deserializes the setup and maps it onto the widget. /** Deserializes the setup and maps it onto the widget.voidPassThroughProcessor. deserialize(Object data, MessageCollection errors)Deserializes the setup and maps it onto the widget.voidQueryProcessor. deserialize(Object data, MessageCollection errors)Deserializes the setup and maps it onto the widget. /** Deserializes the setup and maps it onto the widget.protected abstract SpreadSheetAbstractProcessor. doProcess(SpreadSheet data, MessageCollection errors)Processes the data.protected SpreadSheetFlowProcessor. doProcess(SpreadSheet data, MessageCollection errors)Processes the data.protected SpreadSheetPassThroughProcessor. doProcess(SpreadSheet data, MessageCollection errors)Processes the data.protected SpreadSheetQueryProcessor. doProcess(SpreadSheet data, MessageCollection errors)Processes the data.SpreadSheetAbstractProcessor. process(SpreadSheet data, MessageCollection errors)Processes the data. -
Uses of MessageCollection in adams.gui.tools.spreadsheetprocessor.sources
Methods in adams.gui.tools.spreadsheetprocessor.sources with parameters of type MessageCollection Modifier and Type Method Description voidClipboardSource. deserialize(Object data, MessageCollection errors)Deserializes the setup and maps it onto the widget. /** Deserializes the setup and maps it onto the widget.voidDatabaseSource. deserialize(Object data, MessageCollection errors)Deserializes the setup and maps it onto the widget. /** Deserializes the setup and maps it onto the widget.voidFileBrowserSource. deserialize(Object data, MessageCollection errors)Deserializes the setup and maps it onto the widget. /** Deserializes the setup and maps it onto the widget.voidFileSource. deserialize(Object data, MessageCollection errors)Deserializes the setup and maps it onto the widget. /** Deserializes the setup and maps it onto the widget. -
Uses of MessageCollection in adams.gui.tools.spreadsheetprocessor.targets
Methods in adams.gui.tools.spreadsheetprocessor.targets with parameters of type MessageCollection Modifier and Type Method Description protected voidAbstractTarget. check(SpreadSheet data, MessageCollection errors)Hook method for performing checks.protected voidFileTarget. check(SpreadSheet data, MessageCollection errors)Hook method for performing checks.voidChartTarget. deserialize(Object data, MessageCollection errors)Deserializes the setup and maps it onto the widget.voidClipboardTarget. deserialize(Object data, MessageCollection errors)Deserializes the setup and maps it onto the widget.voidDatabaseTarget. deserialize(Object data, MessageCollection errors)Deserializes the setup and maps it onto the widget.voidFileTarget. deserialize(Object data, MessageCollection errors)Deserializes the setup and maps it onto the widget.protected abstract voidAbstractTarget. doProcess(SpreadSheet data, MessageCollection errors)Processes the data.protected voidChartTarget. doProcess(SpreadSheet data, MessageCollection errors)Processes the data.protected voidClipboardTarget. doProcess(SpreadSheet data, MessageCollection errors)Processes the data.protected voidDatabaseTarget. doProcess(SpreadSheet data, MessageCollection errors)Processes the data.protected voidFileTarget. doProcess(SpreadSheet data, MessageCollection errors)Processes the data.voidAbstractTarget. process(SpreadSheet data, MessageCollection errors)Processes the data. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator
Methods in adams.gui.tools.wekainvestigator with parameters of type MessageCollection Modifier and Type Method Description voidInvestigatorWorkspaceHelper. deserialize(InvestigatorPanel panel, Object data, MessageCollection errors)Deserializes the data and configures the panel. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.evaluation
Methods in adams.gui.tools.wekainvestigator.evaluation with parameters of type MessageCollection Modifier and Type Method Description voidAbstractEvaluation. deserialize(Map<String,Object> data, MessageCollection errors)Restores the objects. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.output
Methods in adams.gui.tools.wekainvestigator.output with parameters of type MessageCollection Modifier and Type Method Description abstract JComponentAbstractOutputGenerator. createOutput(T item, MessageCollection errors)Generates output from the item. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.tab
Methods in adams.gui.tools.wekainvestigator.tab with parameters of type MessageCollection Modifier and Type Method Description voidAbstractInvestigatorTab. deserialize(Object data, MessageCollection errors)Deserializes the data and configures the tab.protected voidAbstractInvestigatorTab. doDeserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.protected voidAbstractInvestigatorTabWithDataTable. doDeserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.protected voidAssociateTab. doDeserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.protected voidAttributeSelectionTab. doDeserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.protected voidClassifyTab. doDeserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.protected voidClusterTab. doDeserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.protected voidCompareTab. doDeserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.protected voidDataQueryTab. doDeserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.protected voidExperimentTab. doDeserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.protected voidIndependentComponentsTab. doDeserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.protected voidInstanceTab. doDeserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.protected voidLogTab. doDeserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.protected voidPartialLeastSquaresTab. doDeserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.protected voidPreprocessTab. doDeserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.protected voidPrincipalComponentsTab. doDeserialize(Map<String,Object> data, MessageCollection errors)Restores the objects. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.tab.associatetab.evaluation
Methods in adams.gui.tools.wekainvestigator.tab.associatetab.evaluation with parameters of type MessageCollection Modifier and Type Method Description voidTrain. deserialize(Map<String,Object> data, MessageCollection errors)Restores the objects. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.tab.associatetab.output
Methods in adams.gui.tools.wekainvestigator.tab.associatetab.output with parameters of type MessageCollection Modifier and Type Method Description JComponentModelOutput. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.JComponentRules. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.JComponentRunInformation. createOutput(ResultItem item, MessageCollection errors)Generates output from the item. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.tab.attseltab.evaluation
Methods in adams.gui.tools.wekainvestigator.tab.attseltab.evaluation with parameters of type MessageCollection Modifier and Type Method Description voidCrossValidation. deserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.voidTrain. deserialize(Map<String,Object> data, MessageCollection errors)Restores the objects. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.tab.attseltab.output
Methods in adams.gui.tools.wekainvestigator.tab.attseltab.output with parameters of type MessageCollection Modifier and Type Method Description JComponentReducedData. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.JComponentRunInformation. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.JComponentTextStatistics. createOutput(ResultItem item, MessageCollection errors)Generates output from the item. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.tab.classifytab
Methods in adams.gui.tools.wekainvestigator.tab.classifytab with parameters of type MessageCollection Modifier and Type Method Description static SpreadSheetPredictionHelper. toSpreadSheet(LoggingSupporter logger, MessageCollection errors, ResultItem item, boolean addAdditionalAttributes, boolean showError)Turns the result item into a spreadsheet with the predictions.static SpreadSheetPredictionHelper. toSpreadSheet(LoggingSupporter logger, MessageCollection errors, ResultItem item, boolean addAdditionalAttributes, boolean addLabelIndex, boolean showDistribution, boolean showProbability, boolean showError, boolean showWeight)Turns the result item into a spreadsheet with the predictions.static SpreadSheetPredictionHelper. toSpreadSheet(LoggingSupporter logger, MessageCollection errors, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, boolean showError)Turns the result item into a spreadsheet with the predictions.static SpreadSheetPredictionHelper. toSpreadSheet(LoggingSupporter logger, MessageCollection errors, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, boolean addLabelIndex, boolean showDistribution, boolean showProbability, boolean showError, boolean showWeight)Turns the result item into a spreadsheet with the predictions.static SpreadSheetPredictionHelper. toSpreadSheet(LoggingSupporter logger, MessageCollection errors, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, boolean addLabelIndex, boolean showDistribution, boolean showProbability, boolean showError, boolean showWeight, boolean showAbsError, boolean showRelError)Turns the result item into a spreadsheet with the predictions. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation
Methods in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation with parameters of type MessageCollection Modifier and Type Method Description voidBuildModel. deserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.voidCrossValidation. deserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.voidFromPredictions. deserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.voidIndexedSplitsRunsEvaluation. deserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.voidReevaluateModel. deserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.voidRepeatedCrossValidation. deserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.voidTrainTestSet. deserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.voidTrainTestSplit. deserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.voidTrainValidateTestSet. deserialize(Map<String,Object> data, MessageCollection errors)Restores the objects. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.tab.classifytab.output
Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output with parameters of type MessageCollection Modifier and Type Method Description JComponentAbstractOutputGeneratorWithFoldModelsSupport. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.protected abstract TAbstractOutputGeneratorWithFoldModelsSupport. createOutput(weka.classifiers.Classifier model, MessageCollection errors)Generates the output for the model.JComponentAbstractOutputGeneratorWithSeparateFoldsSupport. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.protected abstract TAbstractOutputGeneratorWithSeparateFoldsSupport. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.JComponentClassifierErrors. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.protected ComponentContentPanelClassifierErrors. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates a plot actor from the evaluation.protected TableContentPanelConfusionMatrix. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected ComponentContentPanelFourInOnePlot. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected JComponentGraphSource. createOutput(weka.classifiers.Classifier model, MessageCollection errors)Generates the output for the model.protected ComponentContentPanelLegacyClassifierErrors. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected ComponentContentPanelLegacyCostBenefitAnalysis. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected ComponentContentPanelLegacyCostCurve. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected JComponentLegacyGraphVisualizer. createOutput(weka.classifiers.Classifier model, MessageCollection errors)Generates the output for the model.protected ComponentContentPanelLegacyMarginCurve. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected ComponentContentPanelLegacyThresholdCurve. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected JComponentLegacyTreeVisualizer. createOutput(weka.classifiers.Classifier model, MessageCollection errors)Generates the output for the model.JComponentModelOutput. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.protected JComponentModelOutput. createOutput(weka.classifiers.Classifier model, MessageCollection errors)Generates the output for the specified model.protected ComponentContentPanelPredictionEccentricity. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected TableContentPanelPredictions. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output from the evaluation.protected ComponentContentPanelPredictionTrend. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected ComponentContentPanelResidualsVsFitted. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.protected ComponentContentPanelResidualsVsPredictor. createOutput(ResultItem item, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)Generates the output for the evaluation.JComponentRunInformation. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.protected JComponentSourceCode. createOutput(weka.classifiers.Classifier model, MessageCollection errors)Generates the output for the model.JComponentTextStatistics. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.protected JComponentTreeGraphML. createOutput(weka.classifiers.Classifier model, MessageCollection errors)Generates the output for the model.protected JComponentTreeVisualizer. createOutput(weka.classifiers.Classifier model, MessageCollection errors)Generates the output for the model.protected StringTreeGraphML. toGraphml(String dotty, MessageCollection errors)Converts the dotty string and saves it as graphml file. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated
Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated with parameters of type MessageCollection Modifier and Type Method Description static SpreadSheetPredictionUtils. calcStats(WekaEvaluationContainer[] conts, SpreadSheet additional, MessageCollection errors, CenterStatistic centerStat, LowerStatistic lowerStat, UpperStatistic upperStat, int numDecimals, Logger logger, gnu.trove.list.TIntList cols, boolean addActual)Generates a spreadsheet with the statistics.static SpreadSheetPredictionUtils. calcStats(ResultItem item, MessageCollection errors, CenterStatistic centerStat, LowerStatistic lowerStat, UpperStatistic upperStat, int numDecimals, Logger logger, gnu.trove.list.TIntList cols)Generates a spreadsheet with the statistics.static SpreadSheetPredictionUtils. calcStats(ResultItem item, MessageCollection errors, CenterStatistic centerStat, LowerStatistic lowerStat, UpperStatistic upperStat, int numDecimals, Logger logger, gnu.trove.list.TIntList cols, boolean addActual)Generates a spreadsheet with the statistics.JComponentPredictions. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.JComponentSamplePlot. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.JComponentStatistics. createOutput(ResultItem item, MessageCollection errors)Generates output from the item. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.tab.clustertab.evaluation
Methods in adams.gui.tools.wekainvestigator.tab.clustertab.evaluation with parameters of type MessageCollection Modifier and Type Method Description voidBuildModel. deserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.voidClassesToClusters. deserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.voidCrossValidation. deserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.voidReevaluateModel. deserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.voidTrainTestSet. deserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.voidTrainTestSplit. deserialize(Map<String,Object> data, MessageCollection errors)Restores the objects. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.tab.clustertab.output
Methods in adams.gui.tools.wekainvestigator.tab.clustertab.output with parameters of type MessageCollection Modifier and Type Method Description JComponentClusterAssignments. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.JComponentGraphSource. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.JComponentLegacyTreeVisualizer. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.JComponentModelOutput. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.JComponentRunInformation. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.JComponentSupplementary. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.JComponentTextStatistics. createOutput(ResultItem item, MessageCollection errors)Generates output from the item. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.tab.experimenttab.output
Methods in adams.gui.tools.wekainvestigator.tab.experimenttab.output with parameters of type MessageCollection Modifier and Type Method Description JComponentRunInformation. createOutput(ResultItem item, MessageCollection errors)Generates output from the item.JComponentTextOutput. createOutput(ResultItem item, MessageCollection errors)Generates output from the item. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.tab.experimenttab.setup
Methods in adams.gui.tools.wekainvestigator.tab.experimenttab.setup with parameters of type MessageCollection Modifier and Type Method Description voidCrossValidationSetup. deserialize(Map<String,Object> data, MessageCollection errors)Restores the objects.voidTrainTestSplitSetup. deserialize(Map<String,Object> data, MessageCollection errors)Restores the objects. -
Uses of MessageCollection in adams.gui.visualization.debug.objectrenderer
Methods in adams.gui.visualization.debug.objectrenderer with parameters of type MessageCollection Modifier and Type Method Description protected SpreadSheetFlowContainerRenderer. containerToSheet(AbstractContainer cont, MessageCollection errors)Converts the container into a spreadsheet. -
Uses of MessageCollection in adams.gui.visualization.multiobjectexport
Methods in adams.gui.visualization.multiobjectexport with parameters of type MessageCollection Modifier and Type Method Description protected List<AbstractObjectExporter>AbstractMultiObjectExport. determineExporters(String name, Object obj, MessageCollection errors)Determines the exporters to use for the object.protected List<AbstractObjectExporter>AbstractMultiObjectExportWithPreferredExtensions. determineExporters(String name, Object obj, MessageCollection errors)Determines the exporters to use for the object. -
Uses of MessageCollection in adams.gui.visualization.object.objectannotations.cleaning
Methods in adams.gui.visualization.object.objectannotations.cleaning with parameters of type MessageCollection Modifier and Type Method Description LocatedObjectsAbstractAnnotationCleaner. cleanAnnotations(LocatedObjects objects, MessageCollection errors)Cleans the annotations.LocatedObjectsAnnotationCleaner. cleanAnnotations(LocatedObjects objects, MessageCollection errors)Cleans the annotations.protected abstract LocatedObjectsAbstractAnnotationCleaner. doCleanAnnotations(LocatedObjects objects, MessageCollection errors)Cleans the annotations.protected LocatedObjectsFilter. doCleanAnnotations(LocatedObjects objects, MessageCollection errors)Cleans the annotations.protected LocatedObjectsOverlapRemoval. doCleanAnnotations(LocatedObjects objects, MessageCollection errors)Cleans the annotations.protected LocatedObjectsPassThrough. doCleanAnnotations(LocatedObjects objects, MessageCollection errors)Cleans the annotations. -
Uses of MessageCollection in adams.gui.visualization.object.objectannotations.colors
Methods in adams.gui.visualization.object.objectannotations.colors with parameters of type MessageCollection Modifier and Type Method Description protected abstract voidAbstractAnnotationColors. doInitColors(LocatedObjects objects, MessageCollection errors)Initializes the colors with the annotations.protected voidFixedColor. doInitColors(LocatedObjects objects, MessageCollection errors)Initializes the colors with the annotations.protected voidPerType. doInitColors(LocatedObjects objects, MessageCollection errors)Initializes the colors with the annotations.protected voidTypeColorMapping. doInitColors(LocatedObjects objects, MessageCollection errors)Initializes the colors with the annotations.protected voidVaryByObject. doInitColors(LocatedObjects objects, MessageCollection errors)Initializes the colors with the annotations.voidAbstractAnnotationColors. initColors(LocatedObjects objects, MessageCollection errors)Initializes the colors with the annotations.voidAnnotationColors. initColors(LocatedObjects objects, MessageCollection errors)Initializes the colors with the annotations. -
Uses of MessageCollection in adams.gui.workspace
Methods in adams.gui.workspace with parameters of type MessageCollection Modifier and Type Method Description PAbstractWorkspaceHelper. copy(M manager, P panel, MessageCollection errors)Copies a panel.protected abstract voidAbstractWorkspaceHelper. deserialize(P panel, Object data, MessageCollection errors)Deserializes the data for the panel.voidAbstractWorkspaceHelper. read(File file, AbstractObjectReader reader, M manager, MessageCollection errors)Reads the session and initializes the manager panel. -
Uses of MessageCollection in adams.scripting.processor
Methods in adams.scripting.processor with parameters of type MessageCollection Modifier and Type Method Description RemoteCommandDefaultProcessor. parse(String data, MessageCollection errors)Instantiates the command from the received data string.RemoteCommandJsonProcessor. parse(String data, MessageCollection errors)Instantiates the command from the received data string.RemoteCommandRemoteCommandProcessor. parse(String data, MessageCollection errors)Instantiates the command from the received data string.RemoteCommandDefaultProcessor. read(File file, MessageCollection errors)Reads a remote command from a file.RemoteCommandJsonProcessor. read(File file, MessageCollection errors)Reads a remote command from a file.RemoteCommandRemoteCommandProcessor. read(File file, MessageCollection errors)Reads a remote command from a file.booleanDefaultProcessor. write(RemoteCommand cmd, File file, MessageCollection errors)Writes a remote command to a file.booleanJsonProcessor. write(RemoteCommand cmd, File file, MessageCollection errors)Writes a remote command to a file.booleanRemoteCommandProcessor. write(RemoteCommand cmd, File file, MessageCollection errors)Writes a remote command to a file.
-