Serialized Form
-
Package adams.console
-
Class adams.console.AbstractConsoleApplication extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2214043765392050407L
-
Class adams.console.Logging extends AbstractConsoleApplication implements Serializable
- serialVersionUID:
- 1373827735768376022L
-
Serialized Fields
-
m_CommandProcessor
RemoteCommandProcessor m_CommandProcessor
the command processor. -
m_LocalHost
BaseHostname m_LocalHost
the local host/port to use. -
m_MaxFailures
int m_MaxFailures
the maximum number of connection failures to handle (-1 for indefinite). -
m_RemoteHost
BaseHostname m_RemoteHost
the remote host/port to connect to. -
m_Stopped
boolean m_Stopped
whether listening was stopped.
-
-
Class adams.console.Logging.RemoteListenerRunnableWithLog extends RemoteReceiveHandler.AbstractRemoteListenerRunnable implements Serializable
- serialVersionUID:
- -1375651567275850732L
-
-
Package adams.core
-
Class adams.core.AbstractDataBackedIndex extends Index implements Serializable
- serialVersionUID:
- -4358263779315198808L
-
Class adams.core.AbstractDataBackedRange extends Range implements Serializable
- serialVersionUID:
- 5215987200366396733L
-
Class adams.core.AbstractDataBackedRange.InvertedStringLengthComparator extends Object implements Serializable
- serialVersionUID:
- -3821875620058964511L
-
Class adams.core.AbstractDataBackedUnorderedRange extends UnorderedRange implements Serializable
- serialVersionUID:
- 5215987200366396733L
-
Serialized Fields
-
m_Data
T m_Data
the underlying dataset.
-
-
Class adams.core.AbstractDataBackedUnorderedRange.InvertedStringLengthComparator extends Object implements Serializable
- serialVersionUID:
- -3821875620058964511L
-
Class adams.core.AbstractFileBasedHistory extends AbstractPersistentHistory<T extends File> implements Serializable
- serialVersionUID:
- -5716154035144840331L
-
Serialized Fields
-
m_MinNumParentDirs
int m_MinNumParentDirs
the minimum number of parent directories to use.
-
-
Class adams.core.AbstractHistory extends LoggingObject implements Serializable
- serialVersionUID:
- 6838638921199269531L
-
Class adams.core.AbstractPersistentHistory extends AbstractHistory<T> implements Serializable
- serialVersionUID:
- 6749583793409177117L
-
Serialized Fields
-
m_HistoryFile
PlaceholderFile m_HistoryFile
the file to save the history to.
-
-
Class adams.core.ByteFormat extends Object implements Serializable
- serialVersionUID:
- -7848808006030837876L
-
Serialized Fields
-
m_AddUnit
boolean m_AddUnit
whether to add a unit specifier at the end. -
m_Format
String m_Format
the format string. -
m_NumDecimals
int m_NumDecimals
the number of decimals to use. -
m_Unit
ByteFormat.Unit m_Unit
the conversion unit. -
m_UseThousandSeparators
boolean m_UseThousandSeparators
whether to use thousand separators or not.
-
-
Class adams.core.ByteFormatString extends AbstractBaseString implements Serializable
- serialVersionUID:
- -7134897961930112280L
-
Class adams.core.ClassCompatibility extends Object implements Serializable
- serialVersionUID:
- -8139225807701691972L
-
Class adams.core.ClassLister extends nz.ac.waikato.cms.locator.ClassLister implements Serializable
- serialVersionUID:
- 8482163084925911272L
-
Serialized Fields
-
m_Static
boolean m_Static
whether static or dynamic discovery is used.
-
-
Class adams.core.ClassListerJson extends ClassLister implements Serializable
- serialVersionUID:
- -1468292265379375783L
-
Class adams.core.ConfigurableEnumeration extends Object implements Serializable
- serialVersionUID:
- 747043367670890397L
-
Serialized Fields
-
m_Items
T extends ConfigurableEnumeration.AbstractItem[] m_Items
the items of the enumeration.
-
-
Class adams.core.ConfigurableEnumeration.AbstractItem extends Object implements Serializable
- serialVersionUID:
- -6709282604894298581L
-
Serialized Fields
-
m_Display
String m_Display
the (optional) display text. -
m_Enumeration
E extends ConfigurableEnumeration m_Enumeration
the enumeration this item belongs to. -
m_ID
String m_ID
the id.
-
-
Class adams.core.Constants extends Object implements Serializable
- serialVersionUID:
- 6844330611108433085L
-
Class adams.core.DateFormat extends Object implements Serializable
- serialVersionUID:
- 304114530994640191L
-
Serialized Fields
-
m_Format
SimpleDateFormat m_Format
the actual formatter/parser.
-
-
Class adams.core.DateTime extends Date implements Serializable
- serialVersionUID:
- -8619742925203285132L
-
Class adams.core.DateTimeMsec extends Date implements Serializable
- serialVersionUID:
- -8619742925203285132L
-
Class adams.core.DefaultCompare extends Object implements Serializable
- serialVersionUID:
- -6202901070173617221L
-
Class adams.core.DiffUtils.Filler extends Object implements Serializable
- serialVersionUID:
- 3295616348711569065L
-
Class adams.core.DiffUtils.SideBySideDiff extends Object implements Serializable
- serialVersionUID:
- -6775907286936991130L
-
Serialized Fields
-
m_Diff
List[] m_Diff
the diff information.
-
-
Class adams.core.FileHistory extends AbstractFileBasedHistory<File> implements Serializable
- serialVersionUID:
- -5716154035144840331L
-
Class adams.core.FileNameCompare extends Object implements Serializable
- serialVersionUID:
- -6202901070173617221L
-
Class adams.core.FindClass extends LoggingObject implements Serializable
- serialVersionUID:
- -2973185784363491578L
-
Class adams.core.Index extends Object implements Serializable
- serialVersionUID:
- 4295722716846349301L
-
Class adams.core.LRUCache extends Object implements Serializable
- serialVersionUID:
- -4869609636566618142L
-
Serialized Fields
-
m_CacheSize
int m_CacheSize
the cache size. -
m_Enabled
boolean m_Enabled
whether the cache is enabled. -
m_Map
LinkedHashMap<K,V> m_Map
the cache.
-
-
Class adams.core.LRUCache.LRUCacheLinkedHashMap extends LinkedHashMap<K,V> implements Serializable
- serialVersionUID:
- 6485446895298838183L
-
Class adams.core.MessageCollection extends Object implements Serializable
- serialVersionUID:
- 9025206792308781497L
-
Class adams.core.MicroSecondFormat extends Object implements Serializable
- serialVersionUID:
- -7848808006030837876L
-
Serialized Fields
-
m_AddUnit
boolean m_AddUnit
whether to add a unit specifier at the end. -
m_Format
String m_Format
the format string. -
m_NumDecimals
int m_NumDecimals
the number of decimals to use. -
m_Unit
MicroSecondFormat.Unit m_Unit
the conversion unit. -
m_UseThousandSeparators
boolean m_UseThousandSeparators
whether to use thousand separators or not.
-
-
Class adams.core.MicroSecondFormatString extends AbstractBaseString implements Serializable
- serialVersionUID:
- -7134897961930112280L
-
Class adams.core.NamedCounter extends Object implements Serializable
- serialVersionUID:
- -690032882282626773L
-
Class adams.core.NewInstance extends LoggingObject implements Serializable
- serialVersionUID:
- 6122003243388578002L
-
Serialized Fields
-
m_Classes
Set<Class> m_Classes
the classes that have a custom constructor. -
m_Classnames
Set<String> m_Classnames
the classnames that have a custom constructor. -
m_Constructors
Map<Class,Constructor> m_Constructors
the constructors. -
m_DefaultValues
Map<Class,Object[]> m_DefaultValues
the constructor default values. -
m_Properties
Properties m_Properties
the placeholders.
-
-
Class adams.core.NumericStringCompare extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -6202901070173617221L
-
Serialized Fields
-
m_Find
BaseRegExp m_Find
the string to find. -
m_Replace
String m_Replace
the replacement string.
-
-
Class adams.core.PlaceholderDirectoryHistory extends AbstractFileBasedHistory<PlaceholderDirectory> implements Serializable
- serialVersionUID:
- -5716154035144840331L
-
Class adams.core.PlaceholderFileHistory extends AbstractFileBasedHistory<PlaceholderFile> implements Serializable
- serialVersionUID:
- -5716154035144840331L
-
Class adams.core.Placeholders extends LoggingObject implements Serializable
- serialVersionUID:
- 2057418242713301148L
-
Class adams.core.Properties extends Properties implements Serializable
- serialVersionUID:
- -4908679921070087606L
-
Class adams.core.PropertiesBasedEnumeration extends ConfigurableEnumeration<T extends ConfigurableEnumeration.AbstractItem> implements Serializable
- serialVersionUID:
- -1152323610526845659L
-
Serialized Fields
-
m_Properties
Properties m_Properties
the properties to use.
-
-
Class adams.core.PropertiesToCode extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1486296514278761751L
-
Serialized Fields
-
Class adams.core.PublishSubscribeHandler extends LoggingObject implements Serializable
- serialVersionUID:
- -681259318445702646L
-
Serialized Fields
-
m_NumPublished
int m_NumPublished
the number data items published. -
m_Subscribers
Set<PublicationListener> m_Subscribers
the subscribers.
-
-
Class adams.core.Range extends Object implements Serializable
- serialVersionUID:
- -7995710565507092711L
-
Serialized Fields
-
m_ActualRange
String m_ActualRange
the actual range, without the inversion. -
m_Inverted
Boolean m_Inverted
whether the range is inverted. -
m_Max
int m_Max
the maximum for the 1-based range. -
m_Range
String m_Range
the range string. -
m_Raw
String m_Raw
the uncleaned range string. -
m_SubRanges
List<Range.SubRange> m_SubRanges
the range parts.
-
-
Class adams.core.Range.SubRange extends Object implements Serializable
- serialVersionUID:
- -1352323320597824993L
-
Class adams.core.SecondFormat extends Object implements Serializable
- serialVersionUID:
- -7848808006030837876L
-
Serialized Fields
-
m_AddUnit
boolean m_AddUnit
whether to add a unit specifier at the end. -
m_Format
String m_Format
the format string. -
m_NumDecimals
int m_NumDecimals
the number of decimals to use. -
m_Unit
SecondFormat.Unit m_Unit
the conversion unit. -
m_UseThousandSeparators
boolean m_UseThousandSeparators
whether to use thousand separators or not.
-
-
Class adams.core.SecondFormatString extends AbstractBaseString implements Serializable
- serialVersionUID:
- -7134897961930112280L
-
Class adams.core.SerializableObjectHelper extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- -6245176175718570463L
-
Serialized Fields
-
m_Owner
SerializableObject m_Owner
the owner. -
m_SetupLoadedOrGenerated
boolean m_SetupLoadedOrGenerated
whether the setup got loaded or generated already. -
m_Strict
boolean m_Strict
whether to enforce strict option checks (ie rebuild if different) or just warn.
-
-
Class adams.core.SerializedObject extends Object implements Serializable
- serialVersionUID:
- 6635502953928860434L
-
Serialized Fields
-
m_isCompressed
boolean m_isCompressed
Whether or not the object is compressed. -
m_storedObjectArray
byte[] m_storedObjectArray
The array storing the object.
-
-
Class adams.core.StaticClassLister extends Object implements Serializable
- serialVersionUID:
- 4386916077742762389L
-
Class adams.core.StoppedException extends Exception implements Serializable
- serialVersionUID:
- 5607568708932678531L
-
Class adams.core.StringHistory extends AbstractPersistentHistory<String> implements Serializable
- serialVersionUID:
- -5716154035144840331L
-
Class adams.core.SystemInfo extends Object implements Serializable
- serialVersionUID:
- -4633948405872915214L
-
Class adams.core.Time extends Date implements Serializable
- serialVersionUID:
- -6112613183911022094L
-
Class adams.core.TimeIt extends Object implements Serializable
- serialVersionUID:
- -8264923459795817609L
-
Serialized Fields
-
m_Prefix
String m_Prefix
the prefix for logging.
-
-
Class adams.core.TimeMsec extends Date implements Serializable
- serialVersionUID:
- -6112613183911022094L
-
Class adams.core.Trie extends Object implements Serializable
- serialVersionUID:
- -5897980928817779048L
-
Serialized Fields
-
m_HashCode
int m_HashCode
the hash code -
m_RecalcHashCode
boolean m_RecalcHashCode
whether the structure got modified and the hash code needs to be re-calculated -
m_Root
Trie.TrieNode m_Root
the root node
-
-
Class adams.core.Trie.TrieNode extends DefaultMutableTreeNode implements Serializable
- serialVersionUID:
- -2252907099391881148L
-
Serialized Fields
-
m_Children
Hashtable<Character,Trie.TrieNode> m_Children
for fast access to the children
-
-
Class adams.core.UnorderedRange extends Object implements Serializable
- serialVersionUID:
- -6836829341589554650L
-
Serialized Fields
-
m_Indices
gnu.trove.list.TIntList m_Indices
the parsed indices. -
m_Max
int m_Max
the maximum for the 1-based range. -
m_Raw
String m_Raw
the raw range string.
-
-
Class adams.core.VariableName extends AbstractBaseString implements Serializable
- serialVersionUID:
- -5338530688258339927L
-
Class adams.core.VariableNameNoUpdate extends VariableName implements Serializable
- serialVersionUID:
- -4252630797841061799L
-
Class adams.core.VariableNameValuePair extends AbstractBaseString implements Serializable
- serialVersionUID:
- -7223597009565454854L
-
Class adams.core.Variables extends LoggingObject implements Serializable
- serialVersionUID:
- -1654017967835758598L
-
Serialized Fields
-
m_EnvironmentVariables
Hashtable<String,String> m_EnvironmentVariables
the environment variables <-> value relation. -
m_SystemProperties
Hashtable<String,String> m_SystemProperties
the system properties <-> value relation. -
m_VariableChangeListeners
WrapperHashSet<VariableChangeListener> m_VariableChangeListeners
the listeners. -
m_Variables
Hashtable<String,String> m_Variables
the variable <-> value relation.
-
-
Class adams.core.VariablesFinder extends AbstractOptionTraverserWithResult<HashSet<String>> implements Serializable
- serialVersionUID:
- 7547795348352685187L
-
Serialized Fields
-
m_Inspection
VariablesInspectionHandler m_Inspection
the inspection class. -
variables
HashSet<String> variables
for storing the variables.
-
-
Class adams.core.WrapperHashSet extends AbstractCollection<E> implements Serializable
- serialVersionUID:
- 7724908287353061207L
-
Serialized Fields
-
m_HashSet
HashSet<WrapperHashSet.Wrapper> m_HashSet
the hashset used internally.
-
-
Class adams.core.WrapperHashSet.Wrapper extends Object implements Serializable
- serialVersionUID:
- -4446213875293513654L
-
Serialized Fields
-
m_Payload
Object m_Payload
the payload object.
-
-
-
Package adams.core.base
-
Class adams.core.base.AbstractBaseString extends BaseObject implements Serializable
- serialVersionUID:
- -5853830144343397434L
-
Class adams.core.base.ArrayDimensions extends AbstractBaseString implements Serializable
- serialVersionUID:
- 7100089984419357692L
-
Serialized Fields
-
m_Dimensions
int[] m_Dimensions
the parsed dimensions.
-
-
Class adams.core.base.AttributeTypeList extends BaseList implements Serializable
- serialVersionUID:
- -5853830144343397434L
-
Class adams.core.base.BaseAnnotation extends BaseMarkdown implements Serializable
- serialVersionUID:
- -8038455603270458019L
-
Serialized Fields
-
m_Parts
List m_Parts
the parsed list of strings and tags. -
m_Tags
List<BaseAnnotation.Tag> m_Tags
the tags that have been located.
-
-
Class adams.core.base.BaseAnnotation.Tag extends Object implements Serializable
- serialVersionUID:
- 874856743336401021L
-
Class adams.core.base.BaseBoolean extends BaseObject implements Serializable
- serialVersionUID:
- -3504062141216626521L
-
Class adams.core.base.BaseByte extends BaseObject implements Serializable
- serialVersionUID:
- -3504062141216626521L
-
Class adams.core.base.BaseCharacter extends BaseObject implements Serializable
- serialVersionUID:
- 7599320288778710037L
-
Class adams.core.base.BaseCharset extends AbstractBaseString implements Serializable
- serialVersionUID:
- -7223597009565454854L
-
Class adams.core.base.BaseClassname extends AbstractBaseString implements Serializable
- serialVersionUID:
- -7223597009565454854L
-
Class adams.core.base.BaseColor extends BaseObject implements Serializable
- serialVersionUID:
- -5853830144343397434L
-
Class adams.core.base.BaseCommandLine extends AbstractBaseString implements Serializable
- serialVersionUID:
- -7223597009565454854L
-
Class adams.core.base.BaseDate extends BaseObject implements Serializable
- serialVersionUID:
- -5853830144343397434L
-
Serialized Fields
-
m_BusinessDays
BusinessDays m_BusinessDays
how to interpret business days. -
m_End
Date m_End
the end date to use. -
m_Start
Date m_Start
the start date to use.
-
-
Class adams.core.base.BaseDateTime extends BaseObject implements Serializable
- serialVersionUID:
- -5853830144343397434L
-
Serialized Fields
-
m_BusinessDays
BusinessDays m_BusinessDays
how to interpret business days. -
m_End
Date m_End
the end datetime to use. -
m_Start
Date m_Start
the start datetime to use.
-
-
Class adams.core.base.BaseDateTimeMsec extends BaseObject implements Serializable
- serialVersionUID:
- -5853830144343397434L
-
Serialized Fields
-
m_BusinessDays
BusinessDays m_BusinessDays
how to interpret business days. -
m_End
Date m_End
the end datetime to use. -
m_Start
Date m_Start
the start datetime to use.
-
-
Class adams.core.base.BaseDimension extends AbstractBaseString implements Serializable
- serialVersionUID:
- -3504062141216626521L
-
Class adams.core.base.BaseDouble extends BaseObject implements Serializable
- serialVersionUID:
- 2527493071384732090L
-
Class adams.core.base.BaseFloat extends BaseObject implements Serializable
- serialVersionUID:
- -3871442214322457039L
-
Class adams.core.base.BaseHostname extends AbstractBaseString implements Serializable
- serialVersionUID:
- -1171165120084607705L
-
Class adams.core.base.BaseInteger extends BaseObject implements Serializable
- serialVersionUID:
- 4461135181234402629L
-
Class adams.core.base.BaseInterval extends AbstractBaseString implements Serializable
- serialVersionUID:
- -4760534825195874939L
-
Serialized Fields
-
m_Infinite
boolean m_Infinite
from negative to positive infinity. -
m_Lower
double m_Lower
the lower bound of the interval. -
m_LowerInclusive
boolean m_LowerInclusive
whether the lower is inclusive. -
m_NumDecimals
int m_NumDecimals
the number of decimals to display (-1 for Double.toString). -
m_Upper
double m_Upper
the upper bound of the interval. -
m_UpperInclusive
boolean m_UpperInclusive
whether the upper is inclusive.
-
-
Class adams.core.base.BaseKeyValuePair extends AbstractBaseString implements Serializable
- serialVersionUID:
- -7223597009565454854L
-
Class adams.core.base.BaseList extends AbstractBaseString implements Serializable
- serialVersionUID:
- -8131365256300704071L
-
Class adams.core.base.BaseLong extends BaseObject implements Serializable
- serialVersionUID:
- 1247725187608799123L
-
Class adams.core.base.BaseMarkdown extends AbstractBaseString implements Serializable
- serialVersionUID:
- -7223597009565454854L
-
Class adams.core.base.BaseObject extends Object implements Serializable
- serialVersionUID:
- 4619009495177712405L
-
Serialized Fields
-
m_Internal
Comparable m_Internal
the internal object.
-
-
Class adams.core.base.BasePassword extends AbstractBaseString implements Serializable
- serialVersionUID:
- -3626665478868498359L
-
Class adams.core.base.BasePointDouble extends AbstractBaseString implements Serializable
- serialVersionUID:
- -3504062141216626521L
-
Class adams.core.base.BasePointFloat extends AbstractBaseString implements Serializable
- serialVersionUID:
- -3504062141216626521L
-
Class adams.core.base.BasePointInt extends AbstractBaseString implements Serializable
- serialVersionUID:
- -3504062141216626521L
-
Class adams.core.base.BaseRectangle extends AbstractBaseString implements Serializable
- serialVersionUID:
- -5853830144343397434L
-
Class adams.core.base.BaseRegExp extends AbstractBaseString implements Serializable
- serialVersionUID:
- -8687858764646783666L
-
Serialized Fields
-
m_Pattern
Pattern m_Pattern
for performing pattern matching.
-
-
Class adams.core.base.BaseShort extends BaseObject implements Serializable
- serialVersionUID:
- -4419336990700334068L
-
Class adams.core.base.BaseString extends AbstractBaseString implements Serializable
- serialVersionUID:
- -5853830144343397434L
-
Class adams.core.base.BaseText extends AbstractBaseString implements Serializable
- serialVersionUID:
- -7223597009565454854L
-
Class adams.core.base.BaseTime extends BaseObject implements Serializable
- serialVersionUID:
- -5853830144343397434L
-
Class adams.core.base.BaseTimeMsec extends BaseObject implements Serializable
- serialVersionUID:
- -5853830144343397434L
-
Class adams.core.base.BaseURI extends BaseObject implements Serializable
- serialVersionUID:
- 4461135181234402629L
-
Serialized Fields
-
m_Current
URI m_Current
the current URI.
-
-
Class adams.core.base.BaseURL extends BaseObject implements Serializable
- serialVersionUID:
- 4461135181234402629L
-
Serialized Fields
-
m_Current
URL m_Current
the current URL.
-
-
Class adams.core.base.CronSchedule extends AbstractBaseString implements Serializable
- serialVersionUID:
- -8650732173194720137L
-
Class adams.core.base.JsonPathExpression extends AbstractBaseString implements Serializable
- serialVersionUID:
- -6084976027405972444L
-
Class adams.core.base.LabeledRectangle extends AbstractBaseString implements Serializable
- serialVersionUID:
- -5853830144343397434L
-
Class adams.core.base.Mat5ArrayDimensions extends AbstractBaseString implements Serializable
- serialVersionUID:
- -8138523980228144441L
-
Class adams.core.base.Mat5ArrayElementIndex extends AbstractBaseString implements Serializable
- serialVersionUID:
- -8138523980228144441L
-
Class adams.core.base.MatrixSubset extends AbstractBaseString implements Serializable
- serialVersionUID:
- -6303299773472435674L
-
Class adams.core.base.MavenArtifact extends AbstractBaseString implements Serializable
- serialVersionUID:
- 1516586362049381050L
-
Class adams.core.base.MavenArtifactExclusion extends AbstractBaseString implements Serializable
- serialVersionUID:
- 1516586362049381050L
-
Class adams.core.base.MavenRepository extends AbstractBaseString implements Serializable
- serialVersionUID:
- 1516586362049381050L
-
Class adams.core.base.QuadrilateralLocation extends AbstractBaseString implements Serializable
- serialVersionUID:
- -5853830144343397434L
-
Class adams.core.base.RangedThreshold extends AbstractBaseString implements Serializable
- serialVersionUID:
- 7276914469967286837L
-
Class adams.core.base.RangedThreshold.ThresholdSpecification extends Object implements Serializable
- serialVersionUID:
- 2658806204453289165L
-
Serialized Fields
-
max
double max
the maximum. -
min
double min
the minimum. -
threshold
double threshold
the associated threshold.
-
-
Class adams.core.base.XPathExpression extends AbstractBaseString implements Serializable
- serialVersionUID:
- -6084976027405972444L
-
Class adams.core.base.XSLTStyleSheet extends AbstractAdvancedScript implements Serializable
- serialVersionUID:
- -6084976027405972444L
-
-
Package adams.core.classmanager
-
Class adams.core.classmanager.ClassManager extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- -25229737422104934L
-
Serialized Fields
-
m_DefaultManager
DefaultClassManager m_DefaultManager
the default manager. -
m_Managers
List<CustomClassManager> m_Managers
the class managers. -
m_Mapping
Map<String,CustomClassManager> m_Mapping
the relation between classname and manager. -
m_NoManagerFound
ClassManager.NoManagerFound m_NoManagerFound
the "no manager found" dummy.
-
-
Class adams.core.classmanager.ClassManager.NoManagerFound extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- 3626028390421240241L
-
Class adams.core.classmanager.DefaultClassManager extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- 7362002238636739353L
-
Class adams.core.classmanager.WekaClassManager extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- 9001224189591616594L
-
-
Package adams.core.command
-
Class adams.core.command.AbstractAsyncCapableExternalCommand extends AbstractExternalCommand implements Serializable
- serialVersionUID:
- -4848388052660380382L
-
Serialized Fields
-
m_Blocking
boolean m_Blocking
whether to use blocking or async mode.
-
-
Class adams.core.command.AbstractAsyncCapableExternalCommandWithOptions extends AbstractAsyncCapableExternalCommand implements Serializable
- serialVersionUID:
- -456075395038165094L
-
Serialized Fields
-
m_Options
BaseString[] m_Options
the options for the command. -
m_OptionsString
BaseText m_OptionsString
the options as single string.
-
-
Class adams.core.command.AbstractExternalCommand extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3060945925413859934L
-
Serialized Fields
-
m_Executed
boolean m_Executed
the command was executed. -
m_FlowContext
Actor m_FlowContext
the flow context. -
m_Output
List m_Output
for buffering output. -
m_OutputFormatter
OutputFormatter m_OutputFormatter
the output formatter in use. -
m_OutputType
OutputType m_OutputType
the type of output to forward. -
m_Running
boolean m_Running
whether the command is still running. -
m_StdErrProcessor
StdErrProcessor m_StdErrProcessor
the handler for processing output on stderr. -
m_StdOutProcessor
StdOutProcessor m_StdOutProcessor
the handler for processing output on stderr. -
m_Stopped
boolean m_Stopped
whether the execution was stopped.
-
-
Class adams.core.command.AbstractExternalCommandWithOptions extends AbstractExternalCommand implements Serializable
- serialVersionUID:
- 7898785828472200774L
-
Serialized Fields
-
m_Options
BaseString[] m_Options
the options for the command. -
m_OptionsString
BaseText m_OptionsString
the options as single string.
-
-
-
Package adams.core.command.output
-
Class adams.core.command.output.AbstractOutputFormatter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -6998188915252308900L
-
Class adams.core.command.output.LineSplit extends AbstractOutputFormatter implements Serializable
- serialVersionUID:
- 6046334565837331199L
-
Serialized Fields
-
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.core.command.output.PassThrough extends AbstractOutputFormatter implements Serializable
- serialVersionUID:
- 8986415437957022973L
-
-
Package adams.core.command.stderr
-
Class adams.core.command.stderr.AbstractStdErrProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7977194867431996321L
-
Serialized Fields
-
m_Owner
FlowContextHandler m_Owner
the owning command.
-
-
Class adams.core.command.stderr.CallableActorSink extends AbstractStdErrProcessor implements Serializable
- serialVersionUID:
- -2194306680981658479L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_CallableName
CallableActorReference m_CallableName
the callable name. -
m_Helper
CallableActorHelper m_Helper
the helper class.
-
-
Class adams.core.command.stderr.Enqueue extends AbstractStdErrProcessor implements Serializable
- serialVersionUID:
- -4718336619542173528L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the queue in the internal storage.
-
-
Class adams.core.command.stderr.Log extends AbstractStdErrProcessor implements Serializable
- serialVersionUID:
- -2194306680981658479L
-
Class adams.core.command.stderr.Null extends AbstractStdErrProcessor implements Serializable
- serialVersionUID:
- -2194306680981658479L
-
-
Package adams.core.command.stdout
-
Class adams.core.command.stdout.AbstractStdOutProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7977194867431996321L
-
Serialized Fields
-
m_Owner
FlowContextHandler m_Owner
the owning command.
-
-
Class adams.core.command.stdout.CallableActorSink extends AbstractStdOutProcessor implements Serializable
- serialVersionUID:
- -2194306680981658479L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_CallableName
CallableActorReference m_CallableName
the callable name. -
m_Helper
CallableActorHelper m_Helper
the helper class.
-
-
Class adams.core.command.stdout.Enqueue extends AbstractStdOutProcessor implements Serializable
- serialVersionUID:
- -4718336619542173528L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the queue in the internal storage.
-
-
Class adams.core.command.stdout.Log extends AbstractStdOutProcessor implements Serializable
- serialVersionUID:
- -2194306680981658479L
-
Class adams.core.command.stdout.Null extends AbstractStdOutProcessor implements Serializable
- serialVersionUID:
- -2194306680981658479L
-
-
Package adams.core.discovery
-
Class adams.core.discovery.AbstractDiscoveryHandler extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 714181953546661217L
-
Serialized Fields
-
m_InvertMatching
boolean m_InvertMatching
whether to invert the matching sense. -
m_RegExp
BaseRegExp m_RegExp
the regular expression on the property path.
-
-
Class adams.core.discovery.Actor extends AbstractDiscoveryHandler implements Serializable
- serialVersionUID:
- -6202276435982373970L
-
Class adams.core.discovery.DefaultPropertyDiscovery extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- -5792552578076134111L
-
Class adams.core.discovery.PropertyTraversal extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- -7623097519689686115L
-
-
Package adams.core.discovery.genetic
-
Class adams.core.discovery.genetic.AbstractGeneticDiscoveryHandler extends AbstractDiscoveryHandler implements Serializable
- serialVersionUID:
- 9187636596983559404L
-
Class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandler extends AbstractGeneticDiscoveryHandler implements Serializable
- serialVersionUID:
- -5442076178374142588L
-
Serialized Fields
-
m_List
double[] m_List
the list of values. -
m_Maximum
double m_Maximum
the maximum. -
m_Minimum
double m_Minimum
the minimum. -
m_Type
NumericValueType m_Type
the type of values to use.
-
-
Class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandlerResolution extends AbstractGeneticDoubleDiscoveryHandler implements Serializable
- serialVersionUID:
- -4401650612139991644L
-
Serialized Fields
-
m_Splits
int m_Splits
the number of splits.
-
-
Class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler extends AbstractGeneticDiscoveryHandler implements Serializable
- serialVersionUID:
- 765007046767066355L
-
Serialized Fields
-
m_Columns
int m_Columns
num columns -
m_Maximum
double m_Maximum
the maximum. -
m_Minimum
double m_Minimum
the minimum. -
m_Rows
int m_Rows
num rows -
m_Splits
int m_Splits
the number of splits.
-
-
Class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandler extends AbstractGeneticDiscoveryHandler implements Serializable
- serialVersionUID:
- -5442076178374142588L
-
Serialized Fields
-
m_List
float[] m_List
the list of values. -
m_Maximum
float m_Maximum
the maximum. -
m_Minimum
float m_Minimum
the minimum. -
m_Type
NumericValueType m_Type
the type of values to use.
-
-
Class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandlerResolution extends AbstractGeneticFloatDiscoveryHandler implements Serializable
- serialVersionUID:
- -4401650612139991644L
-
Serialized Fields
-
m_Splits
int m_Splits
the number of splits.
-
-
Class adams.core.discovery.genetic.AbstractGeneticIntegerArrayDiscoveryHandler extends AbstractGeneticDiscoveryHandler implements Serializable
- serialVersionUID:
- 765007046767066355L
-
Serialized Fields
-
m_Maximum
int m_Maximum
the maximum. -
m_Minimum
int m_Minimum
the minimum. -
m_Size
int m_Size
size of the array
-
-
Class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler extends AbstractGeneticDiscoveryHandler implements Serializable
- serialVersionUID:
- -5442076178374142588L
-
Serialized Fields
-
m_List
int[] m_List
the list of values. -
m_Maximum
int m_Maximum
the maximum. -
m_Minimum
int m_Minimum
the minimum. -
m_Type
NumericValueType m_Type
the type of values to use.
-
-
Class adams.core.discovery.genetic.AbstractGeneticStringDiscoveryHandler extends AbstractGeneticDiscoveryHandler implements Serializable
- serialVersionUID:
- -5442076178374142588L
-
Serialized Fields
-
m_List
String[] m_List
the list of values.
-
-
Class adams.core.discovery.genetic.GenericDoubleResolution extends AbstractGeneticDoubleDiscoveryHandlerResolution implements Serializable
- serialVersionUID:
- 9168998412950337023L
-
Serialized Fields
-
m_Classname
BaseClassname m_Classname
the class name. -
m_Property
String m_Property
the property name.
-
-
Class adams.core.discovery.genetic.GenericFloatResolution extends AbstractGeneticFloatDiscoveryHandlerResolution implements Serializable
- serialVersionUID:
- 9168998412950337023L
-
Serialized Fields
-
m_Classname
BaseClassname m_Classname
the class name. -
m_Property
String m_Property
the property name.
-
-
Class adams.core.discovery.genetic.GenericInteger extends AbstractGeneticIntegerDiscoveryHandler implements Serializable
- serialVersionUID:
- 9168998412950337023L
-
Serialized Fields
-
m_Classname
BaseClassname m_Classname
the class name. -
m_Property
String m_Property
the property name.
-
-
Class adams.core.discovery.genetic.GenericString extends AbstractGeneticStringDiscoveryHandler implements Serializable
- serialVersionUID:
- 9168998412950337023L
-
Serialized Fields
-
m_Classname
BaseClassname m_Classname
the class name. -
m_Property
String m_Property
the property name.
-
-
Class adams.core.discovery.genetic.GPDGamma extends AbstractGeneticDoubleDiscoveryHandlerResolution implements Serializable
- serialVersionUID:
- 9168998412950337023L
-
Class adams.core.discovery.genetic.GPDNoise extends AbstractGeneticDoubleDiscoveryHandlerResolution implements Serializable
- serialVersionUID:
- 9168998412950337023L
-
Class adams.core.discovery.genetic.PLSFilterNumComponents extends AbstractGeneticIntegerDiscoveryHandler implements Serializable
- serialVersionUID:
- 6077250097532777489L
-
Class adams.core.discovery.genetic.SavitzkyGolay2NumPoints extends AbstractGeneticIntegerDiscoveryHandler implements Serializable
- serialVersionUID:
- 9168998412950337023L
-
Class adams.core.discovery.genetic.SIMPLSWeightsMatrix extends AbstractGeneticDoubleMatrixDiscoveryHandler implements Serializable
- serialVersionUID:
- 6077250097532777489L
-
-
Package adams.core.exception
-
Class adams.core.exception.ConsolePanelExceptionHandler extends Object implements Serializable
- serialVersionUID:
- 8532532100653300148L
-
Class adams.core.exception.NotImplementedException extends Error implements Serializable
- serialVersionUID:
- 2536098622641304776L
-
-
Package adams.core.io
-
Class adams.core.io.AbstractFilenameGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -9019484464686478277L
-
Class adams.core.io.AbstractFilenameGeneratorWithDirectory extends AbstractFilenameGenerator implements Serializable
- serialVersionUID:
- -9019484464686478277L
-
Serialized Fields
-
m_Directory
PlaceholderDirectory m_Directory
the parent directory of the file.
-
-
Class adams.core.io.AbstractFilenameGeneratorWithExtension extends AbstractFilenameGeneratorWithDirectory implements Serializable
- serialVersionUID:
- 170012014097820281L
-
Serialized Fields
-
m_Extension
String m_Extension
the extension to use.
-
-
Class adams.core.io.DefaultFilenameGenerator extends AbstractFilenameGeneratorWithExtension implements Serializable
- serialVersionUID:
- 6313170021657883586L
-
Serialized Fields
-
m_Suffix
String m_Suffix
the suffix to use.
-
-
Class adams.core.io.FilenameProposer extends LoggingObject implements Serializable
- serialVersionUID:
- -7253929564700735410L
-
Class adams.core.io.FileObjectComparator extends Object implements Serializable
- serialVersionUID:
- -4630678890271018588L
-
Serialized Fields
-
m_CaseSensitive
boolean m_CaseSensitive
whether to perform case-sensitive comparisons. -
m_IncludeParentDirs
boolean m_IncludeParentDirs
whether to include parent directories in sorting. -
m_ListDirsFirst
boolean m_ListDirsFirst
whether to list directoris first.
-
-
Class adams.core.io.FixedFilenameGenerator extends AbstractFilenameGeneratorWithDirectory implements Serializable
- serialVersionUID:
- -5985801362418398850L
-
Serialized Fields
-
m_Name
String m_Name
the name to use.
-
-
Class adams.core.io.FlowFile extends PlaceholderFile implements Serializable
- serialVersionUID:
- 4767449993057576987L
-
Class adams.core.io.FtpFileObject extends Object implements Serializable
- serialVersionUID:
- -1391761454087211261L
-
Serialized Fields
-
m_Client
org.apache.commons.net.ftp.FTPClient m_Client
the FTP client object. -
m_ParentDir
String m_ParentDir
the parent directory.
-
-
Class adams.core.io.LocalFileObject extends Object implements Serializable
- serialVersionUID:
- -9056432057204433829L
-
Serialized Fields
-
Class adams.core.io.NullFilenameGenerator extends AbstractFilenameGenerator implements Serializable
- serialVersionUID:
- 4174627296132350412L
-
Class adams.core.io.PdfFont extends Object implements Serializable
- serialVersionUID:
- -8327183921477550848L
-
Serialized Fields
-
m_FontFace
int m_FontFace
the font face. -
m_FontFamily
int m_FontFamily
the font family. -
m_Size
float m_Size
the font size.
-
-
Class adams.core.io.PlaceholderDirectory extends PlaceholderFile implements Serializable
- serialVersionUID:
- 3087490343629025851L
-
Class adams.core.io.PlaceholderFile extends File implements Serializable
- serialVersionUID:
- 4767449993057576987L
-
Class adams.core.io.ReportFieldFilenameGenerator extends AbstractFilenameGenerator implements Serializable
- serialVersionUID:
- -6774985545949876372L
-
Serialized Fields
-
m_Field
Field m_Field
the field to obtain the filename from.
-
-
Class adams.core.io.SftpFileObject extends Object implements Serializable
- serialVersionUID:
- -1391761454087211261L
-
Class adams.core.io.SimpleFilenameGenerator extends AbstractFilenameGeneratorWithExtension implements Serializable
- serialVersionUID:
- 6313170021657883586L
-
Class adams.core.io.SimpleFixedFilenameGenerator extends AbstractFilenameGenerator implements Serializable
- serialVersionUID:
- -5985801362418398850L
-
Serialized Fields
-
m_Name
PlaceholderFile m_Name
the file to use.
-
-
Class adams.core.io.SimpleObjectToStringFilenameGenerator extends AbstractFilenameGenerator implements Serializable
- serialVersionUID:
- 6313170021657883586L
-
Class adams.core.io.SmbFileObject extends Object implements Serializable
- serialVersionUID:
- -1391761454087211261L
-
Class adams.core.io.TimestampFilenameGenerator extends SimpleFilenameGenerator implements Serializable
- serialVersionUID:
- 4586559227363230335L
-
Serialized Fields
-
m_Format
DateFormatString m_Format
the format to use.
-
-
-
Package adams.core.io.filechanged
-
Class adams.core.io.filechanged.AbstractFileChangeMonitor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6525849559105359877L
-
Serialized Fields
-
m_File
File m_File
the file to monitor. -
m_Initialized
boolean m_Initialized
whether the monitor has been initialized.
-
-
Class adams.core.io.filechanged.AbstractMessageDigestBasedMonitor extends AbstractFileChangeMonitor implements Serializable
- serialVersionUID:
- 7861456311356953324L
-
Serialized Fields
-
m_Digest
String m_Digest
the digest. -
m_Type
MessageDigestType m_Type
the digest type.
-
-
Class adams.core.io.filechanged.FlowFileDigest extends AbstractMessageDigestBasedMonitor implements Serializable
- serialVersionUID:
- 7861456311356953324L
-
Class adams.core.io.filechanged.LastModified extends AbstractFileChangeMonitor implements Serializable
- serialVersionUID:
- 7861456311356953324L
-
Serialized Fields
-
m_LastModified
long m_LastModified
the lastmodified timestamp.
-
-
Class adams.core.io.filechanged.MessageDigest extends AbstractMessageDigestBasedMonitor implements Serializable
- serialVersionUID:
- 7861456311356953324L
-
Class adams.core.io.filechanged.MultiMonitor extends AbstractFileChangeMonitor implements Serializable
- serialVersionUID:
- -847317789367221526L
-
Serialized Fields
-
m_CombinationType
MultiMonitor.CombinationType m_CombinationType
the combination. -
m_Monitors
FileChangeMonitor[] m_Monitors
the base monitors to use.
-
-
Class adams.core.io.filechanged.NoChange extends AbstractFileChangeMonitor implements Serializable
- serialVersionUID:
- 7861456311356953324L
-
Class adams.core.io.filechanged.Size extends AbstractFileChangeMonitor implements Serializable
- serialVersionUID:
- 7861456311356953324L
-
Serialized Fields
-
m_Size
long m_Size
the size.
-
-
-
Package adams.core.io.filecomplete
-
Class adams.core.io.filecomplete.AbstractFileCompleteCheck extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8384228126040647401L
-
Class adams.core.io.filecomplete.AbstractStrictCheckSizeFileCompleteCheck extends AbstractStrictFileCompleteCheck implements Serializable
- serialVersionUID:
- -3565557772681364712L
-
Serialized Fields
-
m_CheckSize
int m_CheckSize
the number of bytes to read from the end of the file to look for the EOF marker.
-
-
Class adams.core.io.filecomplete.AbstractStrictFileCompleteCheck extends AbstractFileCompleteCheck implements Serializable
- serialVersionUID:
- -3766862011655514895L
-
Serialized Fields
-
m_Strict
boolean m_Strict
whether to be strict.
-
-
Class adams.core.io.filecomplete.BMP extends AbstractStrictFileCompleteCheck implements Serializable
- serialVersionUID:
- -3766862011655514895L
-
Class adams.core.io.filecomplete.JPEG extends AbstractStrictCheckSizeFileCompleteCheck implements Serializable
- serialVersionUID:
- -3766862011655514895L
-
Class adams.core.io.filecomplete.JSON extends AbstractFileCompleteCheck implements Serializable
- serialVersionUID:
- 8742612165238773767L
-
Class adams.core.io.filecomplete.NoCheck extends AbstractFileCompleteCheck implements Serializable
- serialVersionUID:
- 3596222839255654055L
-
Class adams.core.io.filecomplete.PNG extends AbstractStrictCheckSizeFileCompleteCheck implements Serializable
- serialVersionUID:
- -3766862011655514895L
-
Class adams.core.io.filecomplete.XML extends AbstractFileCompleteCheck implements Serializable
- serialVersionUID:
- 8742612165238773767L
-
Serialized Fields
-
m_ExpandEntityReferences
boolean m_ExpandEntityReferences
Specifies that the parser produced by this code will expand entity reference nodes. -
m_NameSpaceAware
boolean m_NameSpaceAware
whether the parser is namespace aware. -
m_Validating
boolean m_Validating
whether the parser is validating or not. -
m_XIncludeAware
boolean m_XIncludeAware
Set state of XInclude processing.
-
-
-
Package adams.core.io.fileoperations
-
Class adams.core.io.fileoperations.AbstractFileOperations extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- 4856156540114165327L
-
Class adams.core.io.fileoperations.AbstractRemoteFileOperations extends AbstractFileOperations implements Serializable
- serialVersionUID:
- -5717588876672274558L
-
Serialized Fields
-
m_Direction
RemoteDirection m_Direction
the direction. -
m_LocalOperations
LocalFileOperations m_LocalOperations
for local file operations.
-
-
Class adams.core.io.fileoperations.FtpFileOperations extends AbstractRemoteFileOperations implements Serializable
- serialVersionUID:
- -4668267794023495691L
-
Serialized Fields
-
m_Client
org.apache.commons.net.ftp.FTPClient m_Client
the FTP client to use.
-
-
Class adams.core.io.fileoperations.LocalFileOperations extends AbstractFileOperations implements Serializable
- serialVersionUID:
- -8864793052017151953L
-
Class adams.core.io.fileoperations.RemoteToRemoteFileOperations extends AbstractFileOperations implements Serializable
- serialVersionUID:
- -669774831741034540L
-
Serialized Fields
-
m_Source
RemoteFileOperations m_Source
the source file operations. -
m_Target
RemoteFileOperations m_Target
the target file operations.
-
-
Class adams.core.io.fileoperations.SftpFileOperations extends AbstractRemoteFileOperations implements Serializable
- serialVersionUID:
- -4668267794023495691L
-
Serialized Fields
-
m_Provider
SSHSessionProvider m_Provider
the session provider to use.
-
-
Class adams.core.io.fileoperations.SmbFileOperations extends AbstractRemoteFileOperations implements Serializable
- serialVersionUID:
- -4668267794023495691L
-
Serialized Fields
-
m_Provider
SMBAuthenticationProvider m_Provider
the authentication provider to use.
-
-
-
Package adams.core.io.filesearch
-
Class adams.core.io.filesearch.AbstractFileSearchHandler extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5947868410377097406L
-
Serialized Fields
-
m_Stopped
boolean m_Stopped
whether the search was stopped.
-
-
Class adams.core.io.filesearch.AbstractFileSearchHandlerWithEncoding extends AbstractFileSearchHandler implements Serializable
- serialVersionUID:
- 7054556176138330927L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.core.io.filesearch.AbstractMetaFileSearchHandler extends AbstractFileSearchHandler implements Serializable
- serialVersionUID:
- -2862640864352798521L
-
Serialized Fields
-
m_Handler
StreamableFileSearchHandler m_Handler
the base handler.
-
-
Class adams.core.io.filesearch.AbstractMetaFileSearchHandlerWithEncoding extends AbstractMetaFileSearchHandler implements Serializable
- serialVersionUID:
- 7054556176138330927L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.core.io.filesearch.Bzip2FileSearchHandler extends AbstractMetaFileSearchHandlerWithEncoding implements Serializable
- serialVersionUID:
- 2030528214619565963L
-
Class adams.core.io.filesearch.GzipFileSearchHandler extends AbstractMetaFileSearchHandlerWithEncoding implements Serializable
- serialVersionUID:
- -2862640864352798521L
-
Class adams.core.io.filesearch.LzfFileSearchHandler extends AbstractMetaFileSearchHandlerWithEncoding implements Serializable
- serialVersionUID:
- 2030528214619565963L
-
Class adams.core.io.filesearch.LzmaFileSearchHandler extends AbstractMetaFileSearchHandlerWithEncoding implements Serializable
- serialVersionUID:
- 2030528214619565963L
-
Class adams.core.io.filesearch.RarFileSearchHandler extends AbstractMetaFileSearchHandlerWithEncoding implements Serializable
- serialVersionUID:
- 2030528214619565963L
-
Class adams.core.io.filesearch.TextFileSearchHandler extends AbstractFileSearchHandlerWithEncoding implements Serializable
- serialVersionUID:
- -9178519518724461853L
-
Class adams.core.io.filesearch.XzFileSearchHandler extends AbstractMetaFileSearchHandlerWithEncoding implements Serializable
- serialVersionUID:
- 2030528214619565963L
-
Class adams.core.io.filesearch.ZipFileSearchHandler extends AbstractMetaFileSearchHandlerWithEncoding implements Serializable
- serialVersionUID:
- 2030528214619565963L
-
Class adams.core.io.filesearch.ZstdFileSearchHandler extends AbstractMetaFileSearchHandlerWithEncoding implements Serializable
- serialVersionUID:
- 2030528214619565963L
-
-
Package adams.core.io.fileuse
-
Class adams.core.io.fileuse.AbstractFileUseCheck extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8384228126040647401L
-
Class adams.core.io.fileuse.Default extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- 9136539418805277545L
-
Class adams.core.io.fileuse.Deserialize extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- 9136539418805277545L
-
Class adams.core.io.fileuse.FileIncomplete extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- 8298169274868083275L
-
Serialized Fields
-
m_Check
AbstractFileCompleteCheck m_Check
the check to use.
-
-
Class adams.core.io.fileuse.FileSizeChange extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- -3766862011655514895L
-
Serialized Fields
-
m_Interval
int m_Interval
the interval in msec to wait. -
m_MinSize
long m_MinSize
the minimum file size.
-
-
Class adams.core.io.fileuse.ImageMetaDataExtractor extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- -3766862011655514895L
-
Serialized Fields
-
m_Extractor
AbstractMetaDataExtractor m_Extractor
the meta-data extractor to use.
-
-
Class adams.core.io.fileuse.ImageReader extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- -3766862011655514895L
-
Serialized Fields
-
m_Reader
ImageReader m_Reader
the image reader to use.
-
-
Class adams.core.io.fileuse.JpegIsComplete extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- -3766862011655514895L
-
Class adams.core.io.fileuse.LastLineMatches extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- 9186395782852398722L
-
Serialized Fields
-
m_DiscardEmptyLines
boolean m_DiscardEmptyLines
whether to discard empty lines. -
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_RegExp
BaseRegExp m_RegExp
the regular expression the last line must match. -
m_Trim
boolean m_Trim
whether to timr lines before checking emptiness.
-
-
Class adams.core.io.fileuse.MultiCheck extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- -3766862011655514895L
-
Serialized Fields
-
m_Checks
AbstractFileUseCheck[] m_Checks
the checks to use.
-
-
Class adams.core.io.fileuse.NoCheck extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- 3596222839255654055L
-
Class adams.core.io.fileuse.NonWindows extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- 9136539418805277545L
-
Class adams.core.io.fileuse.PngIsComplete extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- -3766862011655514895L
-
Class adams.core.io.fileuse.TextReader extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- -3766862011655514895L
-
Serialized Fields
-
m_Reader
AbstractTextReader m_Reader
the text reader to use.
-
-
Class adams.core.io.fileuse.Windows extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- 9136539418805277545L
-
-
Package adams.core.io.lister
-
Class adams.core.io.lister.AbstractDirectoryLister extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- -1846677500660003814L
-
Serialized Fields
-
m_ListDirs
boolean m_ListDirs
whether to list directories. -
m_ListFiles
boolean m_ListFiles
whether to list files. -
m_MaxItems
int m_MaxItems
the maximum number of files/dirs to return. -
m_RegExp
BaseRegExp m_RegExp
the regular expression for the files/dirs to match. -
m_SortDescending
boolean m_SortDescending
whether to sort descending. -
m_Sorting
Sorting m_Sorting
the type of sorting to perform. -
m_Stopped
boolean m_Stopped
whether to stop the currently listing. -
m_WatchDir
String m_WatchDir
the directory to watch.
-
-
Class adams.core.io.lister.AbstractRecursiveDirectoryLister extends AbstractDirectoryLister implements Serializable
- serialVersionUID:
- -1846677500660003814L
-
Serialized Fields
-
m_MaxDepth
int m_MaxDepth
the maximum depth to look recursively (0 = only watch dir, -1 = infinite). -
m_Recursive
boolean m_Recursive
whether to look for files/dirs recursively.
-
-
Class adams.core.io.lister.FtpDirectoryLister extends AbstractRecursiveDirectoryLister implements Serializable
- serialVersionUID:
- 2687222234652386893L
-
Serialized Fields
-
m_Host
String m_Host
the FTP host. -
m_Password
BasePassword m_Password
the FTP password to use. -
m_UseBinaryMode
boolean m_UseBinaryMode
whether to use binary file transfer mode. -
m_UsePassiveMode
boolean m_UsePassiveMode
whether to use passive mode. -
m_User
String m_User
the FTP user to use.
-
-
Class adams.core.io.lister.LocalDirectoryLister extends AbstractRecursiveDirectoryLister implements Serializable
- serialVersionUID:
- -1846677500660003814L
-
Serialized Fields
-
m_MaxFileTimestamp
BaseDateTime m_MaxFileTimestamp
the maximum file timestamp ("last modified"). -
m_MinFileTimestamp
BaseDateTime m_MinFileTimestamp
the minimum file timestamp ("last modified"). -
m_SkipLockedFiles
boolean m_SkipLockedFiles
whether to skip locked files. -
m_StopFile
String m_StopFile
the name of the "stop file" which results in an empty list to be returned. -
m_StopFileEncountered
boolean m_StopFileEncountered
whether the stop file was encountered. -
m_UseRelativePaths
boolean m_UseRelativePaths
whether to output relative paths.
-
-
Class adams.core.io.lister.SftpDirectoryLister extends AbstractRecursiveDirectoryLister implements Serializable
- serialVersionUID:
- 2687222234652386893L
-
Serialized Fields
-
m_AuthenticationType
SSHAuthenticationType m_AuthenticationType
the type of authentication to use. -
m_Host
String m_Host
the SSH host. -
m_KnownHosts
PlaceholderFile m_KnownHosts
the file with known hosts. -
m_Password
BasePassword m_Password
the SSH password to use. -
m_Port
int m_Port
the SSH port. -
m_PrivateKeyFile
PlaceholderFile m_PrivateKeyFile
the location of the private key. -
m_PrivateKeyPassphrase
BasePassword m_PrivateKeyPassphrase
the passphrase for the private key. -
m_SessionProvider
SSHSessionProvider m_SessionProvider
the session provider to use. -
m_StrictHostKeyChecking
boolean m_StrictHostKeyChecking
whether to perform strict host key checking (only disable for testing!! insecure!!). -
m_User
String m_User
the SSH user to use.
-
-
Class adams.core.io.lister.SmbDirectoryLister extends AbstractRecursiveDirectoryLister implements Serializable
- serialVersionUID:
- 2687222234652386893L
-
Serialized Fields
-
m_AuthenticationProvider
SMBAuthenticationProvider m_AuthenticationProvider
the authentication provider to use. -
m_Domain
String m_Domain
the SMB domain. -
m_Host
String m_Host
the SMB host. -
m_Password
BasePassword m_Password
the SMB password to use. -
m_User
String m_User
the SMB user to use.
-
-
-
Package adams.core.logging
-
Class adams.core.logging.ConsoleLoggingObject extends Object implements Serializable
- serialVersionUID:
- 2530679166402508994L
-
Class adams.core.logging.CustomLoggingLevelObject extends LoggingObject implements Serializable
- serialVersionUID:
- -4771277060514061223L
-
Class adams.core.logging.LoggingObject extends Object implements Serializable
- serialVersionUID:
- 2530679166402508994L
-
Serialized Fields
-
m_LoggingLevel
LoggingLevel m_LoggingLevel
the logging level.
-
-
Class adams.core.logging.RemoteReceiveHandler.AbstractRemoteListenerRunnable extends RunnableWithLogging implements Serializable
- serialVersionUID:
- 2095617474011098979L
-
Serialized Fields
-
m_Port
int m_Port
the port to use. -
m_Socket
ServerSocket m_Socket
the socket in use. -
m_TimeOut
int m_TimeOut
the timeout in msec.
-
-
Class adams.core.logging.RemoteReceiveHandler.RemoteListenerRunnableUsingHandler extends RemoteReceiveHandler.AbstractRemoteListenerRunnable implements Serializable
- serialVersionUID:
- -3339471481050533817L
-
Serialized Fields
-
m_Handler
Handler m_Handler
the handler to use for publishing.
-
-
-
Package adams.core.management
-
Class adams.core.management.AbstractClassPathAugmenter extends AbstractSimpleOptionParser implements Serializable
- serialVersionUID:
- -6943450269483192639L
-
Class adams.core.management.AbstractEnvironmentModifier extends AbstractSimpleOptionParser implements Serializable
- serialVersionUID:
- 3789912747938988523L
-
Class adams.core.management.CommandResult extends Object implements Serializable
- serialVersionUID:
- 3385654490914424873L
-
Class adams.core.management.ExternalResourceClassPathAugmenter extends AbstractClassPathAugmenter implements Serializable
- serialVersionUID:
- 3380177345627628995L
-
Serialized Fields
-
m_Directories
PlaceholderDirectory[] m_Directories
the directories with classes to add to the classpath. -
m_Files
PlaceholderFile[] m_Files
the jars/zips to add to the classpath.
-
-
Class adams.core.management.ImplicitClassPathAugmenter extends AbstractClassPathAugmenter implements Serializable
- serialVersionUID:
- -1827690601600356255L
-
Class adams.core.management.SystemClassPathAugmenter extends AbstractClassPathAugmenter implements Serializable
- serialVersionUID:
- -7672756657681267610L
-
Class adams.core.management.WekaHomeEnvironmentModifier extends AbstractEnvironmentModifier implements Serializable
- serialVersionUID:
- 900388473930981697L
-
Class adams.core.management.WekaPackagesClassPathAugmenter extends AbstractClassPathAugmenter implements Serializable
- serialVersionUID:
- 5783582495315373807L
-
-
Package adams.core.net
-
Class adams.core.net.AbstractSendEmail extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5248888725267599119L
-
Class adams.core.net.ApacheSendEmail extends AbstractSendEmail implements Serializable
- serialVersionUID:
- 4065886204614191616L
-
Serialized Fields
-
m_Password
BasePassword m_Password
the password to use for authentication. -
m_Port
int m_Port
the server port. -
m_Protocols
String m_Protocols
the protocols to use. -
m_RequiresAuth
boolean m_RequiresAuth
whether authentication is required. -
m_Server
String m_Server
the server to connect to. -
m_Timeout
int m_Timeout
the timeout for the server. -
m_User
String m_User
the user to use for authenticating. -
m_UseSSL
boolean m_UseSSL
whether to use SSL. -
m_UseTLS
boolean m_UseTLS
whether to use TLS.
-
-
Class adams.core.net.Email extends LoggingObject implements Serializable
- serialVersionUID:
- -8762979365076025189L
-
Serialized Fields
-
m_Attachments
File[] m_Attachments
the attachments. -
m_BCC
EmailAddress[] m_BCC
the BCC recipients. -
m_Body
String m_Body
the body. -
m_CC
EmailAddress[] m_CC
the CC recipients. -
m_From
EmailAddress m_From
the sender. -
m_Subject
String m_Subject
the subject. -
m_To
EmailAddress[] m_To
the recipients.
-
-
Class adams.core.net.EmailAddress extends AbstractBaseString implements Serializable
- serialVersionUID:
- -8687858764646783666L
-
Class adams.core.net.EmailContact extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 8140311860464886389L
-
Class adams.core.net.JavaMailSendEmail extends AbstractSendEmail implements Serializable
- serialVersionUID:
- 4065886204614191616L
-
Class adams.core.net.PortManager extends Object implements Serializable
- serialVersionUID:
- -4542968209872930882L
-
Class adams.core.net.SimpleApacheSendEmail extends AbstractSendEmail implements Serializable
- serialVersionUID:
- 4065886204614191616L
-
Serialized Fields
-
m_Password
BasePassword m_Password
the password to use for authentication. -
m_Port
int m_Port
the server port. -
m_RequiresAuth
boolean m_RequiresAuth
whether authentication is required. -
m_Server
String m_Server
the server to connect to. -
m_Timeout
int m_Timeout
the timeout for the server. -
m_User
String m_User
the user to use for authenticating. -
m_UseSSL
boolean m_UseSSL
whether to use SSL. -
m_UseTLS
boolean m_UseTLS
whether to use TLS.
-
-
-
Package adams.core.net.hostnameverifier
-
Class adams.core.net.hostnameverifier.AbstractHostnameVerifier extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3369516174458729092L
-
Class adams.core.net.hostnameverifier.All extends AbstractHostnameVerifier implements Serializable
- serialVersionUID:
- 8421540491799583225L
-
Class adams.core.net.hostnameverifier.RegExp extends AbstractHostnameVerifier implements Serializable
- serialVersionUID:
- 8421540491799583225L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
-
Package adams.core.net.trustmanager
-
Class adams.core.net.trustmanager.AbstractTrustManager extends AbstractOptionHandler implements Serializable
-
Class adams.core.net.trustmanager.All extends AbstractTrustManager implements Serializable
- serialVersionUID:
- -4917206278778908512L
-
-
Package adams.core.option
-
Class adams.core.option.AbstractActorJavaCodeProducer extends AbstractJavaCodeProducer implements Serializable
- serialVersionUID:
- 8418718518287490700L
-
Class adams.core.option.AbstractArgumentOption extends AbstractOption implements Serializable
- serialVersionUID:
- 8495236290921805608L
-
Serialized Fields
-
m_BaseClass
Class m_BaseClass
the base class. -
m_Multiple
boolean m_Multiple
indicates whether the option can appear multiple times (for array properties). -
m_Variable
String m_Variable
the variable placeholder. -
m_VariableModified
boolean m_VariableModified
whether the variable got updated and needs propagating. -
m_VariableReferencesObject
Boolean m_VariableReferencesObject
whether the variable references a global actor or storage.
-
-
Class adams.core.option.AbstractCommandLineHandler extends LoggingObject implements Serializable
- serialVersionUID:
- -200830732847780663L
-
Class adams.core.option.AbstractDocumentationProducer extends AbstractRecursiveOptionProducerWithOptionHandling<O,StringBuilder> implements Serializable
- serialVersionUID:
- 4204278551512690989L
-
Serialized Fields
-
m_Index
int m_Index
the index in the structure. -
m_NamePosition
HashMap<String,AbstractDocumentationProducer.ActorPosition> m_NamePosition
the relation between full actor name and position container. -
m_Positions
List<AbstractDocumentationProducer.ActorPosition> m_Positions
the flat list of actors.
-
-
Class adams.core.option.AbstractFlowJavaCodeProducer extends AbstractJavaCodeProducer implements Serializable
- serialVersionUID:
- 3204705502495750602L
-
Class adams.core.option.AbstractJavaCodeProducer extends AbstractRecursiveOptionProducerWithOptionHandling<String,String> implements Serializable
- serialVersionUID:
- 6441039650955464738L
-
Serialized Fields
-
m_AdditionalImportsInsertLocation
int m_AdditionalImportsInsertLocation
for inserting any additional imports. -
m_Copyright
String m_Copyright
the copyright string. -
m_Indentation
int m_Indentation
the indentation level. -
m_JavaKeywords
HashSet<String> m_JavaKeywords
for checking the keywords. -
m_OutputBuffer
StringBuilder m_OutputBuffer
the buffer for assembling the help. -
m_OutputDefaultValues
boolean m_OutputDefaultValues
whether to output default values as well. -
m_Package
String m_Package
the package of the class. -
m_ShortenedImports
Map<String,String> m_ShortenedImports
for keeping track of the shortened imports. -
m_SimpleName
String m_SimpleName
the simple name of the class. -
m_VarNames
NamedCounter m_VarNames
the named counter for the variables.
-
-
Class adams.core.option.AbstractNumericOption extends AbstractArgumentOption implements Serializable
- serialVersionUID:
- 5499914416554286605L
-
Class adams.core.option.AbstractOption extends Object implements Serializable
- serialVersionUID:
- 8825127756251485512L
-
Serialized Fields
-
m_Commandline
String m_Commandline
the commandline option, without the leading "-". -
m_Debug
boolean m_Debug
whether debugging is enabled. -
m_DefaultValue
Object m_DefaultValue
the default value for this option. -
m_MinUserMode
UserMode m_MinUserMode
in what usermode to show this option. -
m_OutputDefaultValue
boolean m_OutputDefaultValue
whether to output the default value for this option. -
m_Owner
OptionManager m_Owner
the owning object. -
m_Property
String m_Property
the bean property to use for getting/setting.
-
-
Class adams.core.option.AbstractOptionConsumer extends LoggingObject implements Serializable
- serialVersionUID:
- -6229518298821665902L
-
Serialized Fields
-
m_Errors
MessageCollection m_Errors
for storing errors that occurred while consuming the options. -
m_Input
C m_Input
the input data. -
m_Output
OptionHandler m_Output
the generated object. -
m_SkippedProperties
HashSet<String> m_SkippedProperties
top-level properties to skip. -
m_UsePropertyNames
boolean m_UsePropertyNames
whether to use command-line flags or property names. -
m_Warnings
MessageCollection m_Warnings
for storing warnings that occurred while consuming the options.
-
-
Class adams.core.option.AbstractOptionGroup extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -9031523837379235328L
-
Class adams.core.option.AbstractOptionHandler extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- -4086279255884465893L
-
Serialized Fields
-
m_OptionManager
OptionManager m_OptionManager
for managing the available options.
-
-
Class adams.core.option.AbstractOptionProducer extends LoggingObject implements Serializable
- serialVersionUID:
- 4502704821224667069L
-
Serialized Fields
-
m_Input
OptionHandler m_Input
the top-level visited object. -
m_LastGenerated
I m_LastGenerated
the last data structure that was generated. -
m_OutputVariableValues
boolean m_OutputVariableValues
whether to output the current value instead of variable placeholders. -
m_SkippedProperties
HashSet<String> m_SkippedProperties
top-level properties to skip. -
m_UsePropertyNames
boolean m_UsePropertyNames
whether to use command-line flags or property names.
-
-
Class adams.core.option.AbstractOptionTraverser extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5833903231639878367L
-
Class adams.core.option.AbstractOptionTraverserWithResult extends AbstractOptionTraverser implements Serializable
- serialVersionUID:
- 7516066249256588141L
-
Class adams.core.option.AbstractRecursiveOptionConsumer extends AbstractOptionConsumer<C,V> implements Serializable
- serialVersionUID:
- 4502704821224667069L
-
Serialized Fields
-
m_Nesting
Stack m_Nesting
keeping track of nesting.
-
-
Class adams.core.option.AbstractRecursiveOptionProducer extends AbstractOptionProducer<O,I> implements Serializable
- serialVersionUID:
- 4502704821224667069L
-
Class adams.core.option.AbstractRecursiveOptionProducerWithOptionHandling extends AbstractRecursiveOptionProducer<O,I> implements Serializable
- serialVersionUID:
- 7710947781968446114L
-
Serialized Fields
-
m_OptionManager
OptionManager m_OptionManager
for managing the available options.
-
-
Class adams.core.option.AbstractSimpleOptionParser extends LoggingObject implements Serializable
-
Class adams.core.option.ActorExecutionClassProducer extends AbstractActorJavaCodeProducer implements Serializable
- serialVersionUID:
- -4862444496437534455L
-
Class adams.core.option.AdamsCommandLineHandler extends AbstractCommandLineHandler implements Serializable
- serialVersionUID:
- 1447070701753485854L
-
Class adams.core.option.ApplyActorProducer extends AbstractActorJavaCodeProducer implements Serializable
- serialVersionUID:
- 2831286496587052076L
-
Serialized Fields
-
m_Type
ApplyActorProducer.ActorType m_Type
the type of actor.
-
-
Class adams.core.option.ArrayConsumer extends AbstractRecursiveOptionConsumer<String[],String[]> implements Serializable
- serialVersionUID:
- 3756322164593713820L
-
Class adams.core.option.ArrayProducer extends AbstractRecursiveOptionProducer<String[],ArrayList<String>> implements Serializable
- serialVersionUID:
- 2014571979604068762L
-
Class adams.core.option.BaseObjectCommandLineHandler extends AbstractCommandLineHandler implements Serializable
- serialVersionUID:
- -5233496867185402778L
-
Class adams.core.option.BaseObjectOption extends CustomHooksOption implements Serializable
- serialVersionUID:
- 4706969677540350561L
-
Class adams.core.option.BooleanOption extends AbstractArgumentOption implements Serializable
- serialVersionUID:
- 8842321259180570339L
-
Class adams.core.option.ByteOption extends AbstractNumericOption<Byte> implements Serializable
- serialVersionUID:
- -7412891415495630059L
-
Class adams.core.option.ClassOption extends AbstractArgumentOption implements Serializable
- serialVersionUID:
- 945814491797364391L
-
Class adams.core.option.CommandlineHelpProducer extends AbstractOptionProducer<String,StringBuilder> implements Serializable
- serialVersionUID:
- 4154358361484863539L
-
Serialized Fields
-
m_OutputBuffer
StringBuilder m_OutputBuffer
the buffer for assembling the help. -
m_UserMode
UserMode m_UserMode
the user mode to generate the help for.
-
-
Class adams.core.option.CompactFlowConsumer extends AbstractRecursiveOptionConsumer<List,List> implements Serializable
- serialVersionUID:
- 990201642552033905L
-
Serialized Fields
-
m_Consumer
ArrayConsumer m_Consumer
the internal consumer in use for parsing commandlines. -
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.core.option.CompactFlowProducer extends AbstractRecursiveOptionProducer<List,List> implements Serializable
- serialVersionUID:
- -5896308097097066657L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_OutputClasspath
boolean m_OutputClasspath
whether to print the classpath. -
m_OutputLineNumbers
boolean m_OutputLineNumbers
whether to print line numbers. -
m_OutputProlog
boolean m_OutputProlog
whether to suppress the prolog. -
m_StripConsumer
NestedConsumer m_StripConsumer
for stripping down an actor. -
m_StripProducer
NestedProducer m_StripProducer
for stripping down an actor.
-
-
Class adams.core.option.CustomHooksOption extends AbstractArgumentOption implements Serializable
- serialVersionUID:
- -3175126088440187209L
-
Class adams.core.option.DatabaseActorExecutionClassProducer extends ActorExecutionClassProducer implements Serializable
- serialVersionUID:
- -8854002881512935904L
-
Serialized Fields
-
m_Password
BasePassword m_Password
the database password. -
m_URL
String m_URL
the database URL. -
m_User
String m_User
the database user.
-
-
Class adams.core.option.DebugNestedProducer extends NestedProducer implements Serializable
- serialVersionUID:
- 931016182843089428L
-
Class adams.core.option.DefaultCommandLineHandler extends AbstractCommandLineHandler implements Serializable
- serialVersionUID:
- -5233496867185402778L
-
Class adams.core.option.DoubleOption extends AbstractNumericOption<Double> implements Serializable
- serialVersionUID:
- -5410045798305282582L
-
Class adams.core.option.EnumOption extends AbstractArgumentOption implements Serializable
- serialVersionUID:
- -7052702973855610177L
-
Serialized Fields
-
m_CustomDisplayInstance
EnumWithCustomDisplay m_CustomDisplayInstance
an instance of an enum with a custom display, used for parsing.
-
-
Class adams.core.option.FileLister extends AbstractOptionTraverserWithResult<String> implements Serializable
- serialVersionUID:
- -6561961647781822476L
-
Serialized Fields
-
m_Result
StringBuilder m_Result
for storing the result.
-
-
Class adams.core.option.FloatOption extends AbstractNumericOption<Float> implements Serializable
- serialVersionUID:
- -1348861898807779011L
-
Class adams.core.option.FlowJUnitTestProducer extends AbstractFlowJavaCodeProducer implements Serializable
- serialVersionUID:
- -422414504795720518L
-
Serialized Fields
-
m_ActorClass
BaseClassname m_ActorClass
the class for which the test is generated. -
m_HasRegressionTest
boolean m_HasRegressionTest
whether to create a regression test. -
m_RegressionFiles
BaseString[] m_RegressionFiles
the files to use in the regression test.
-
-
Class adams.core.option.FlowStructureDotProducer extends AbstractRecursiveOptionProducerWithOptionHandling<String,String> implements Serializable
- serialVersionUID:
- 5441506605408584791L
-
Serialized Fields
-
m_Counter
int m_Counter
the counter for the nodes. -
m_LinkCallableActors
boolean m_LinkCallableActors
whether to link to callable actors. -
m_NameIDRelation
Hashtable<String,String> m_NameIDRelation
the actor name - ID relation. -
m_OutputBuffer
StringBuilder m_OutputBuffer
for storing the generating string. -
m_OutputClassname
boolean m_OutputClassname
whether to display the class name as well in the label.
-
-
Class adams.core.option.FlowStructureGraphMLProducer extends AbstractRecursiveOptionProducerWithOptionHandling<String,String> implements Serializable
- serialVersionUID:
- -1493427064082222688L
-
Serialized Fields
-
m_EdgeCounter
int m_EdgeCounter
the counter for the edges. -
m_LinkCallableActors
boolean m_LinkCallableActors
whether to link to callable actors. -
m_NameIDRelation
Hashtable<String,String> m_NameIDRelation
the actor name - ID relation. -
m_NodeCounter
int m_NodeCounter
the counter for the nodes. -
m_OutputBuffer
StringBuilder m_OutputBuffer
for storing the generating string. -
m_OutputClassname
boolean m_OutputClassname
whether to display the class name as well in the label. -
m_OutputYEdGraphML
boolean m_OutputYEdGraphML
whether to output yEd GraphML.
-
-
Class adams.core.option.HtmlHelpProducer extends AbstractOptionProducer<String,StringBuilder> implements Serializable
- serialVersionUID:
- 7520567844837662391L
-
Serialized Fields
-
m_ClassCrossRefLinks
boolean m_ClassCrossRefLinks
whether to generate "fake" class cross reference links. -
m_OutputBuffer
StringBuilder m_OutputBuffer
the buffer for assembling the help. -
m_UserMode
UserMode m_UserMode
the user mode to generate the help for.
-
-
Class adams.core.option.HtmlParametersProducer extends AbstractOptionProducer<String,StringBuilder> implements Serializable
- serialVersionUID:
- 7520567844837662391L
-
Serialized Fields
-
m_BlackListed
Map<Class,Boolean> m_BlackListed
the cache for checks. -
m_BlackListedClasses
Class[] m_BlackListedClasses
blacklisted classes. -
m_ClassCrossRefLinks
boolean m_ClassCrossRefLinks
whether to generate "fake" class cross reference links. -
m_OutputBuffer
StringBuilder m_OutputBuffer
the buffer for assembling the help.
-
-
Class adams.core.option.IntegerOption extends AbstractNumericOption<Integer> implements Serializable
- serialVersionUID:
- 2651793921528690968L
-
Class adams.core.option.JavaInstantiationProducer extends AbstractJavaCodeProducer implements Serializable
- serialVersionUID:
- 7403978835300503452L
-
Class adams.core.option.JenericCmdline extends LoggingObject implements Serializable
- serialVersionUID:
- -200830732847780663L
-
Class adams.core.option.JenericCommandLineHandler extends AbstractCommandLineHandler implements Serializable
- serialVersionUID:
- -5233496867185402778L
-
Serialized Fields
-
m_Processor
nz.ac.waikato.cms.jenericcmdline.AbstractProcessor m_Processor
the processor to use.
-
-
Class adams.core.option.JsonClassDescriptionProducer extends AbstractRecursiveOptionProducer<net.minidev.json.JSONObject,Object> implements Serializable
- serialVersionUID:
- -7424639972010085977L
-
Class adams.core.option.JsonConsumer extends AbstractRecursiveOptionConsumer<net.minidev.json.JSONObject,Object> implements Serializable
- serialVersionUID:
- -840227436726154503L
-
Class adams.core.option.JsonProducer extends AbstractRecursiveOptionProducer<net.minidev.json.JSONObject,Object> implements Serializable
- serialVersionUID:
- -7424639972010085977L
-
Serialized Fields
-
m_OutputFull
boolean m_OutputFull
whether to output all values, not just ones that differ from the default values.
-
-
Class adams.core.option.LongOption extends AbstractNumericOption<Long> implements Serializable
- serialVersionUID:
- -5482444006802407378L
-
Class adams.core.option.MaterializedArrayProducer extends ArrayProducer implements Serializable
- serialVersionUID:
- -1441936327738738725L
-
Serialized Fields
-
m_Helper
CallableActorHelper m_Helper
the helper for locating callable actors.
-
-
Class adams.core.option.NestedConsumer extends AbstractRecursiveOptionConsumer<List,List> implements Serializable
- serialVersionUID:
- 3076988578982973033L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.core.option.NestedFormatHelper.Line extends Object implements Serializable
- serialVersionUID:
- -4533183619132165184L
-
Serialized Fields
-
m_Content
String m_Content
the content. -
m_Number
int m_Number
the line number.
-
-
Class adams.core.option.NestedProducer extends AbstractRecursiveOptionProducer<List,List> implements Serializable
- serialVersionUID:
- 7096746086060792830L
-
Serialized Fields
-
m_Blacklisted
Class[] m_Blacklisted
blacklisted classes. -
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_OutputClasspath
boolean m_OutputClasspath
whether to print the classpath. -
m_OutputLineNumbers
boolean m_OutputLineNumbers
whether to print line numbers. -
m_OutputProlog
boolean m_OutputProlog
whether to suppress the prolog.
-
-
Class adams.core.option.OptionManager extends Object implements Serializable
- serialVersionUID:
- 2383307592894383257L
-
Serialized Fields
-
m_CommandlineIndex
Map<String,Integer> m_CommandlineIndex
the commandline flag <-> index relationship. -
m_NoVariablesProperties
Set<String> m_NoVariablesProperties
the properties that cannot have variables attached. -
m_Options
List<AbstractOption> m_Options
the options. -
m_Owner
OptionHandler m_Owner
the owner. -
m_PropertyIndex
Map<String,Integer> m_PropertyIndex
the (bean) property <-> index relationship. -
m_Quiet
boolean m_Quiet
whether to suppress error messages. -
m_ThrowExceptions
boolean m_ThrowExceptions
whether to throw exceptions or just ignore errors.
-
-
Class adams.core.option.OptionManagerException extends RuntimeException implements Serializable
- serialVersionUID:
- -6459097265882571029L
-
Class adams.core.option.ShortOption extends AbstractNumericOption<Short> implements Serializable
- serialVersionUID:
- 7238958288159703882L
-
Class adams.core.option.StringOption extends AbstractArgumentOption implements Serializable
- serialVersionUID:
- -2043258692860515443L
-
Class adams.core.option.VariableLister extends AbstractOptionTraverserWithResult<String> implements Serializable
- serialVersionUID:
- -8918602932870835907L
-
Serialized Fields
-
m_Result
StringBuilder m_Result
for storing the result.
-
-
Class adams.core.option.VariablesInstanceLister extends AbstractOptionTraverserWithResult<String> implements Serializable
- serialVersionUID:
- -6561961647781822476L
-
Serialized Fields
-
m_Result
StringBuilder m_Result
for storing the result.
-
-
Class adams.core.option.WekaCommandLineHandler extends AbstractCommandLineHandler implements Serializable
- serialVersionUID:
- -5233496867185402778L
-
Class adams.core.option.XhtmlProducer extends AbstractDocumentationProducer<String> implements Serializable
- serialVersionUID:
- -1354998807180416601L
-
Serialized Fields
-
m_Document
Document m_Document
the output vector. -
m_OutputDefaultValues
boolean m_OutputDefaultValues
whether to output default values as well.
-
-
-
Package adams.core.option.help
-
Class adams.core.option.help.AbstractHelpGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8839514944196436439L
-
Serialized Fields
-
m_ClassCrossRefLinks
boolean m_ClassCrossRefLinks
whether to generate "fake" class cross reference links.
-
-
Class adams.core.option.help.AdditionalInformation extends AbstractHelpGenerator implements Serializable
- serialVersionUID:
- -3885494293535045819L
-
Class adams.core.option.help.CapabilitiesInfo extends AbstractHelpGenerator implements Serializable
- serialVersionUID:
- -3885494293535045819L
-
Class adams.core.option.help.ClassCrossReferences extends AbstractHelpGenerator implements Serializable
- serialVersionUID:
- -3885494293535045819L
-
Class adams.core.option.help.ConditionalEquivalentActor extends AbstractHelpGenerator implements Serializable
- serialVersionUID:
- -3885494293535045819L
-
Class adams.core.option.help.Deprecation extends AbstractHelpGenerator implements Serializable
- serialVersionUID:
- -3885494293535045819L
-
Class adams.core.option.help.SupportedTags extends AbstractHelpGenerator implements Serializable
- serialVersionUID:
- -3885494293535045819L
-
Serialized Fields
-
m_Title
String m_Title
the title to use.
-
-
-
Package adams.core.password
-
Class adams.core.password.AbstractPasswordGenerator extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- 1785797168166556572L
-
Class adams.core.password.BruteForcePasswordGenerator extends AbstractPasswordGenerator implements Serializable
- serialVersionUID:
- 504757773896722990L
-
Serialized Fields
-
m_Chars
char[] m_Chars
the characters to use in the attack. -
m_Counter
int[] m_Counter
counter for generating the passwords. -
m_Max
int m_Max
the maximum number of characters. -
m_MaxLength
int m_MaxLength
the maximum length for passwords to test. -
m_Next
String m_Next
the next password. -
m_NextGenerated
boolean m_NextGenerated
whether the next password has already been generated. -
m_NumChars
int m_NumChars
the current number of characters in the password. -
m_Password
char[] m_Password
the buffer for the password.
-
-
Class adams.core.password.DictionaryBasedGenerator extends AbstractPasswordGenerator implements Serializable
- serialVersionUID:
- 3653026118047928682L
-
Serialized Fields
-
m_Dictionary
List<String> m_Dictionary
the dictionary entries. -
m_DictionaryFile
PlaceholderFile m_DictionaryFile
the dictionary file to use. -
m_Index
int m_Index
the current index in the dictionary. -
m_Passwords
List<String> m_Passwords
the current passwords to output. -
m_Variations
DictionaryBasedGenerator.Variation[] m_Variations
the variations to generate.
-
-
-
Package adams.core.scripting
-
Class adams.core.scripting.AbstractScriptingHandler extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5125340938160939181L
-
Class adams.core.scripting.Dummy extends AbstractScriptingHandler implements Serializable
- serialVersionUID:
- 868900095276931089L
-
Class adams.core.scripting.Groovy extends LoggingObject implements Serializable
- serialVersionUID:
- -2628766602043134673L
-
Serialized Fields
-
m_ClassLoader
Object m_ClassLoader
the classloader. -
m_Present
boolean m_Present
whether the Groovy classes are in the Classpath.
-
-
Class adams.core.scripting.GroovyHandler extends AbstractScriptingHandler implements Serializable
- serialVersionUID:
- -8266587082145465710L
-
Class adams.core.scripting.GroovyScript extends AbstractAdvancedScript implements Serializable
- serialVersionUID:
- 4309078655122480376L
-
-
Package adams.core.scriptingengine
-
Class adams.core.scriptingengine.BackgroundScriptingEngineRegistry extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- 8586296256047371291L
-
Serialized Fields
-
m_Engines
Set<BackgroundScriptingEngine> m_Engines
the scripting engines.
-
-
-
Package adams.core.shutdown
-
Class adams.core.shutdown.AbstractShutdownHook extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6684292517732217844L
-
Serialized Fields
-
m_Hook
Thread m_Hook
the installed hook.
-
-
Class adams.core.shutdown.MultiHook extends AbstractShutdownHook implements Serializable
- serialVersionUID:
- -4069724495805072093L
-
Serialized Fields
-
m_Hooks
AbstractShutdownHook[] m_Hooks
the hooks.
-
-
Class adams.core.shutdown.Null extends AbstractShutdownHook implements Serializable
- serialVersionUID:
- -4069724495805072093L
-
Class adams.core.shutdown.PID extends AbstractShutdownHook implements Serializable
- serialVersionUID:
- -4069724495805072093L
-
Class adams.core.shutdown.StopFlows extends AbstractShutdownHook implements Serializable
- serialVersionUID:
- -4069724495805072093L
-
Serialized Fields
-
m_TimeOut
int m_TimeOut
the timeout period in msec for stopping a flow.
-
-
-
Package adams.core.shutdownbuiltin
-
Class adams.core.shutdownbuiltin.AbstractBuiltInShutdownHook extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6684292517732217844L
-
Serialized Fields
-
m_Hook
Thread m_Hook
the installed hook.
-
-
Class adams.core.shutdownbuiltin.SetShutdownFlag extends AbstractBuiltInShutdownHook implements Serializable
- serialVersionUID:
- 6958473060495258418L
-
Class adams.core.shutdownbuiltin.StopBackgroundScriptingEngines extends AbstractBuiltInShutdownHook implements Serializable
- serialVersionUID:
- 6958473060495258418L
-
-
Package adams.core.sizeof
-
Class adams.core.sizeof.ActorFilter extends Object implements Serializable
- serialVersionUID:
- -7040304204477763181L
-
-
Package adams.core.tags
-
Class adams.core.tags.TagInfo extends Object implements Serializable
- serialVersionUID:
- -9049328563317394497L
-
Serialized Fields
-
m_AppliesTo
Class[] m_AppliesTo
the classes this tag applies to. -
m_DataType
TagDataType m_DataType
the data type. -
m_Information
String m_Information
the information. -
m_Name
String m_Name
the name.
-
-
-
Package adams.data
-
Class adams.data.AbstractAnonymizer extends Object implements Serializable
- serialVersionUID:
- -7508140332366459841L
-
Serialized Fields
-
m_Buffer
ArrayList<Integer> m_Buffer
the buffer of unused random IDs. -
m_BufferSize
int m_BufferSize
the buffer size. -
m_ID
String m_ID
the ID of the anonymizer (used for hashcode). -
m_Mapping
Hashtable<T,Integer> m_Mapping
the current mapping (actual value <-> random). -
m_Random
Random m_Random
for shuffling the IDs. -
m_Seed
long m_Seed
the seed value.
-
-
Class adams.data.DateFormatString extends AbstractBaseString implements Serializable
- serialVersionUID:
- -7134897961930112280L
-
Class adams.data.DecimalFormatString extends AbstractBaseString implements Serializable
- serialVersionUID:
- -7134897961930112280L
-
Class adams.data.DoubleAnonymizer extends AbstractAnonymizer<Double> implements Serializable
- serialVersionUID:
- 1155523733572722431L
-
Class adams.data.IntegerAnonymizer extends AbstractAnonymizer<Integer> implements Serializable
- serialVersionUID:
- 1155523733572722431L
-
Class adams.data.Notes extends Object implements Serializable
- serialVersionUID:
- -6179090129357843542L
-
Class adams.data.SharedStringsTable extends Object implements Serializable
- serialVersionUID:
- 2234384718642928954L
-
Class adams.data.SortedList extends Object implements Serializable
- serialVersionUID:
- -6982960827830177434L
-
Serialized Fields
-
m_Comparator
Comparator m_Comparator
the comparator to use. -
m_List
ArrayList<T> m_List
the underlying list.
-
-
Class adams.data.SortedList.DefaultComparator extends Object implements Serializable
- serialVersionUID:
- -4121107272578264484L
-
Class adams.data.StringAnonymizer extends AbstractAnonymizer<String> implements Serializable
- serialVersionUID:
- 1155523733572722431L
-
Class adams.data.WekaExperimentFile extends PlaceholderFile implements Serializable
- serialVersionUID:
- -4345693975779199292L
-
-
Package adams.data.analysis
-
Class adams.data.analysis.AbstractAnalysis extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5262468901500523353L
-
-
Package adams.data.areaoverlap
-
Class adams.data.areaoverlap.AbstractAreaOverlap extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 808278359478666680L
-
Class adams.data.areaoverlap.BoundingBoxBased extends AbstractAreaOverlap implements Serializable
- serialVersionUID:
- 610938412287576516L
-
Serialized Fields
-
m_AreaType
AreaType m_AreaType
how to calculate the area. -
m_BoundingBoxFallbackRatio
double m_BoundingBoxFallbackRatio
the ratio used for determining whether to fall back from polygon on bbox. -
m_Fallback
boolean m_Fallback
whether to fallback on bounding box.
-
-
Class adams.data.areaoverlap.PolygonBased extends AbstractAreaOverlap implements Serializable
- serialVersionUID:
- 610938412287576516L
-
Serialized Fields
-
m_AreaType
AreaType m_AreaType
how to calculate the area. -
m_BoundingBoxFallbackRatio
double m_BoundingBoxFallbackRatio
the ratio used for determining whether to fall back from polygon on bbox. -
m_Fallback
boolean m_Fallback
whether to fallback on bounding box.
-
-
-
Package adams.data.autocorrelation
-
Class adams.data.autocorrelation.AbstractAutoCorrelation extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1369408539876533245L
-
Class adams.data.autocorrelation.BruteForce extends AbstractAutoCorrelation implements Serializable
- serialVersionUID:
- -1755202230101364960L
-
Class adams.data.autocorrelation.FFT extends AbstractAutoCorrelation implements Serializable
- serialVersionUID:
- 3413225445542399689L
-
Serialized Fields
-
m_Normalize
boolean m_Normalize
whether to normalize.
-
-
-
Package adams.data.barcode.decode
-
Class adams.data.barcode.decode.AbstractBarcodeDecoder extends AbstractOptionHandler implements Serializable
-
Class adams.data.barcode.decode.MultiQRCode extends AbstractBarcodeDecoder implements Serializable
- serialVersionUID:
- 6149942254926179607L
-
Class adams.data.barcode.decode.PassThrough extends AbstractBarcodeDecoder implements Serializable
- serialVersionUID:
- 6149942254926179607L
-
Class adams.data.barcode.decode.ZXing extends AbstractBarcodeDecoder implements Serializable
- serialVersionUID:
- 6149942254926179607L
-
Serialized Fields
-
m_AutoDetect
boolean m_AutoDetect
Barcode format auto-detection. -
m_Format
com.google.zxing.BarcodeFormat[] m_Format
Expected barcode format. -
m_TryHarder
boolean m_TryHarder
Whether to try harder detecting a barcode.
-
-
-
Package adams.data.barcode.encode
-
Class adams.data.barcode.encode.AbstractBarcodeEncoder extends AbstractDrawOperation implements Serializable
- serialVersionUID:
- 2030827401336384097L
-
Serialized Fields
-
m_Height
int m_Height
Height of barcode. -
m_Margin
int m_Margin
Margin around the barcode. -
m_Width
int m_Width
Width of barcode. -
m_X
int m_X
Top left x of the barcode. -
m_Y
int m_Y
Top left y of the barcode.
-
-
Class adams.data.barcode.encode.EAN13 extends AbstractBarcodeEncoder implements Serializable
- serialVersionUID:
- -5065848369849665652L
-
Serialized Fields
-
m_Digits
String m_Digits
Digits to be encoded.
-
-
Class adams.data.barcode.encode.PassThrough extends AbstractBarcodeEncoder implements Serializable
- serialVersionUID:
- 2986332203089616095L
-
Class adams.data.barcode.encode.QRCode extends AbstractBarcodeEncoder implements Serializable
- serialVersionUID:
- -108663694502130066L
-
Serialized Fields
-
m_ErrorCorrectionLevel
com.google.zxing.qrcode.decoder.ErrorCorrectionLevel m_ErrorCorrectionLevel
Error correction level. -
m_Text
String m_Text
Text to be encoded.
-
-
Class adams.data.barcode.encode.UPCA extends AbstractBarcodeEncoder implements Serializable
- serialVersionUID:
- -5065848369849665652L
-
Serialized Fields
-
m_Digits
String m_Digits
Digits to be encoded.
-
-
-
Package adams.data.baseline
-
Class adams.data.baseline.AbstractBaselineCorrection extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2530174550698703218L
-
Class adams.data.baseline.AbstractBaselineCorrection.BaselineCorrectionJob extends AbstractJob implements Serializable
- serialVersionUID:
- 5544327082749651329L
-
Serialized Fields
-
m_BaselineCorrection
AbstractBaselineCorrection m_BaselineCorrection
the baseline correction scheme to use. -
m_CorrectedData
T extends DataContainer m_CorrectedData
the corrected data. -
m_Data
T extends DataContainer m_Data
the data to push through the baseline correction scheme.
-
-
Class adams.data.baseline.AbstractDatabaseConnectionBaselineCorrection extends AbstractBaselineCorrection<T extends DataContainer> implements Serializable
- serialVersionUID:
- 2306902659179673256L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.data.baseline.AbstractLinearRegressionBased extends AbstractBaselineCorrection<T extends DataContainer> implements Serializable
- serialVersionUID:
- -6634948158083409766L
-
Serialized Fields
-
m_GenerateLine
boolean m_GenerateLine
whether to return the line as fake data or the corrected data. -
m_Ridge
double m_Ridge
the ridge.
-
-
Class adams.data.baseline.AbstractLOWESSBased extends AbstractBaselineCorrection<T extends DataContainer> implements Serializable
- serialVersionUID:
- 1662223546956780389L
-
Serialized Fields
-
m_Filter
AbstractLOWESS m_Filter
the filter to use.
-
-
Class adams.data.baseline.AbstractSavitzkyGolayBased extends AbstractBaselineCorrection<T extends DataContainer> implements Serializable
- serialVersionUID:
- 1662223546956780389L
-
Serialized Fields
-
m_Filter
AbstractSavitzkyGolay m_Filter
the filter to use.
-
-
Class adams.data.baseline.PassThrough extends AbstractBaselineCorrection<DataContainer> implements Serializable
- serialVersionUID:
- -3140079797505735057L
-
Class adams.data.baseline.SlidingWindow extends AbstractDatabaseConnectionBaselineCorrection<T extends DataContainer> implements Serializable
- serialVersionUID:
- -3975367203680893657L
-
Serialized Fields
-
m_BaselineCorrection
AbstractBaselineCorrection m_BaselineCorrection
the actual baseline correction scheme to apply. -
m_NumLeft
int m_NumLeft
the number of points left of the center. -
m_NumRight
int m_NumRight
the number of points right of the center.
-
-
Class adams.data.baseline.TimeseriesLOWESSBased extends AbstractLOWESSBased<Timeseries> implements Serializable
- serialVersionUID:
- -2273739395862247537L
-
Class adams.data.baseline.TimeseriesSavitzkyGolayBased extends AbstractSavitzkyGolayBased<Timeseries> implements Serializable
- serialVersionUID:
- -2273739395862247537L
-
-
Package adams.data.binning
-
Class adams.data.binning.Bin extends Object implements Serializable
- serialVersionUID:
- -6040460682753068962L
-
Serialized Fields
-
m_End
double m_End
the end of the bin. -
m_Index
int m_Index
the bin index. -
m_Interval
BaseInterval m_Interval
the range. -
m_Objects
List<Binnable<T>> m_Objects
the binnable objects that belong to this bin. -
m_Start
double m_Start
the start of the bin.
-
-
Class adams.data.binning.Binnable extends Object implements Serializable
- serialVersionUID:
- 4963864458212337110L
-
Class adams.data.binning.BinnableDataset.ClassValueBinValueExtractor extends Object implements Serializable
- serialVersionUID:
- -2287393293543008133L
-
Serialized Fields
-
m_Index
int m_Index
the column index.
-
-
Class adams.data.binning.BinnableDataset.GroupedClassValueBinValueExtractor extends Object implements Serializable
- serialVersionUID:
- -2287393293543008133L
-
Serialized Fields
-
m_Index
int m_Index
the column index.
-
-
Class adams.data.binning.BinnableDataset.StringAttributeGroupExtractor extends Object implements Serializable
- serialVersionUID:
- -2381541290397169468L
-
Class adams.data.binning.BinnableFiles.FileGroupExtractor extends Object implements Serializable
- serialVersionUID:
- -2456087580932522565L
-
Class adams.data.binning.BinnableGroup extends Object implements Serializable
- serialVersionUID:
- -4045725760262383385L
-
Class adams.data.binning.BinnableInstances.ClassValueBinValueExtractor extends Object implements Serializable
- serialVersionUID:
- -2287393293543008133L
-
Class adams.data.binning.BinnableInstances.GroupedClassValueBinValueExtractor extends Object implements Serializable
- serialVersionUID:
- -2287393293543008133L
-
Class adams.data.binning.BinnableInstances.NumericClassGroupExtractor extends Object implements Serializable
- serialVersionUID:
- -2381541290397169468L
-
Class adams.data.binning.BinnableInstances.StringAttributeGroupExtractor extends Object implements Serializable
- serialVersionUID:
- -2381541290397169468L
-
-
Package adams.data.binning.algorithm
-
Class adams.data.binning.algorithm.AbstractBinningAlgorithm extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7234721005632544790L
-
Serialized Fields
-
m_NumDecimals
int m_NumDecimals
the number of decimals to show.
-
-
Class adams.data.binning.algorithm.AbstractEqualWidthBinningAlgorithm extends AbstractBinningAlgorithm implements Serializable
- serialVersionUID:
- 6165394321339796917L
-
Class adams.data.binning.algorithm.DensityBinning extends AbstractEqualWidthBinningAlgorithm implements Serializable
- serialVersionUID:
- -3591626302229910556L
-
Serialized Fields
-
m_BinWidth
double m_BinWidth
the bin width.
-
-
Class adams.data.binning.algorithm.FreedmanDiaconisChoiceBinning extends AbstractEqualWidthBinningAlgorithm implements Serializable
- serialVersionUID:
- -1486327441961729111L
-
Class adams.data.binning.algorithm.FrequencyBinning extends AbstractBinningAlgorithm implements Serializable
- serialVersionUID:
- -3591626302229910556L
-
Serialized Fields
-
m_NumBins
int m_NumBins
the number of bins.
-
-
Class adams.data.binning.algorithm.ManualBinning extends AbstractEqualWidthBinningAlgorithm implements Serializable
- serialVersionUID:
- -3591626302229910556L
-
Serialized Fields
-
m_ManualMax
double m_ManualMax
the manual maximum. -
m_ManualMin
double m_ManualMin
the manual minimum. -
m_NumBins
int m_NumBins
the number of bins. -
m_UseFixedMinMax
boolean m_UseFixedMinMax
whether to use fixed min/max for manual bin calculation.
-
-
Class adams.data.binning.algorithm.NoBinning extends AbstractBinningAlgorithm implements Serializable
- serialVersionUID:
- -1486327441961729111L
-
Class adams.data.binning.algorithm.RiceRuleBinning extends AbstractEqualWidthBinningAlgorithm implements Serializable
- serialVersionUID:
- -1486327441961729111L
-
Class adams.data.binning.algorithm.ScottsNormalReferenceRuleBinning extends AbstractEqualWidthBinningAlgorithm implements Serializable
- serialVersionUID:
- -1486327441961729111L
-
Class adams.data.binning.algorithm.SquareRootChoiceBinning extends AbstractEqualWidthBinningAlgorithm implements Serializable
- serialVersionUID:
- -1486327441961729111L
-
Class adams.data.binning.algorithm.SturgesFormulaBinning extends AbstractEqualWidthBinningAlgorithm implements Serializable
- serialVersionUID:
- -1486327441961729111L
-
-
Package adams.data.binning.operation
-
Class adams.data.binning.operation.Wrapping.IndexedBinValueExtractor extends Object implements Serializable
- serialVersionUID:
- -2287393293543008133L
-
Serialized Fields
-
m_Index
int m_Index
for keeping track of the index.
-
-
-
Package adams.data.binning.postprocessing
-
Class adams.data.binning.postprocessing.AbstractBinPostProcessing extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4458109523375257552L
-
Class adams.data.binning.postprocessing.MinBinSize extends AbstractBinPostProcessing implements Serializable
- serialVersionUID:
- 5892185341343555075L
-
Serialized Fields
-
m_MinSize
int m_MinSize
the minimum size.
-
-
Class adams.data.binning.postprocessing.PassThrough extends AbstractBinPostProcessing implements Serializable
- serialVersionUID:
- 5892185341343555075L
-
-
Package adams.data.blob
-
Class adams.data.blob.BlobContainer extends AbstractSimpleContainer<byte[]> implements Serializable
- serialVersionUID:
- 4567572281060847914L
-
Serialized Fields
-
m_ID
String m_ID
the ID.
-
-
-
Package adams.data.boofcv
-
Class adams.data.boofcv.BoofCVImageContainer extends AbstractImageContainer<boofcv.struct.image.ImageBase> implements Serializable
- serialVersionUID:
- 6674669743000941777L
-
-
Package adams.data.boofcv.features
-
Class adams.data.boofcv.features.AbstractBoofCVFeatureGenerator extends AbstractImageFeatureGenerator<BoofCVImageContainer> implements Serializable
- serialVersionUID:
- 4566948525813804085L
-
Class adams.data.boofcv.features.AbstractScript extends AbstractBoofCVFeatureGenerator implements Serializable
- serialVersionUID:
- -8283487312539061029L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.data.boofcv.features.AbstractScriptedFeatureGenerator extends AbstractBoofCVFeatureGenerator implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.data.boofcv.features.FilteredBoofCVFeatureGenerator extends AbstractBoofCVFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Serialized Fields
-
m_Filter
AbstractBoofCVTransformer m_Filter
the filter to use. -
m_Generator
AbstractBoofCVFeatureGenerator m_Generator
the base feature generator.
-
-
Class adams.data.boofcv.features.Histogram extends AbstractBoofCVFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Class adams.data.boofcv.features.MultiBoofCVFeatureGenerator extends AbstractBoofCVFeatureGenerator implements Serializable
- serialVersionUID:
- -4136037171201268286L
-
Serialized Fields
-
m_SubGenerators
AbstractBoofCVFeatureGenerator[] m_SubGenerators
the flatteners to use. -
m_SubHeaders
HeaderDefinition[] m_SubHeaders
the sub-headers.
-
-
Class adams.data.boofcv.features.Otsu extends AbstractBoofCVFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Serialized Fields
-
m_Max
int m_Max
the max value. -
m_Min
int m_Min
the min value.
-
-
Class adams.data.boofcv.features.Pixels extends AbstractBoofCVFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Class adams.data.boofcv.features.Scripted extends AbstractScriptedFeatureGenerator implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
-
Package adams.data.boofcv.multiimageoperation
-
Class adams.data.boofcv.multiimageoperation.AbstractBoofCVMultiImageOperation extends AbstractMultiImageOperation<BoofCVImageContainer> implements Serializable
- serialVersionUID:
- 5861891266938039031L
-
Class adams.data.boofcv.multiimageoperation.And extends AbstractBoofCVMultiImageOperation implements Serializable
- serialVersionUID:
- -3399149520525668500L
-
Class adams.data.boofcv.multiimageoperation.Diff extends AbstractBoofCVMultiImageOperation implements Serializable
- serialVersionUID:
- -4576060482553726848L
-
Serialized Fields
-
m_Threshold
int m_Threshold
the threshold at which two pixels are considered different
-
-
Class adams.data.boofcv.multiimageoperation.Or extends AbstractBoofCVMultiImageOperation implements Serializable
- serialVersionUID:
- -167349220127243609L
-
Class adams.data.boofcv.multiimageoperation.PassThrough extends AbstractBoofCVMultiImageOperation implements Serializable
- serialVersionUID:
- 5718202801333851792L
-
Class adams.data.boofcv.multiimageoperation.ReportFieldSubtraction extends AbstractBoofCVMultiImageOperation implements Serializable
- serialVersionUID:
- 7381673951864996785L
-
Serialized Fields
-
m_Fields
Field[] m_Fields
the report fields to subtract.
-
-
Class adams.data.boofcv.multiimageoperation.XOr extends AbstractBoofCVMultiImageOperation implements Serializable
- serialVersionUID:
- 8245723009628774167L
-
-
Package adams.data.boofcv.transformer
-
Class adams.data.boofcv.transformer.AbstractBoofCVTransformer extends AbstractImageTransformer<BoofCVImageContainer> implements Serializable
- serialVersionUID:
- 6509685876509009633L
-
Class adams.data.boofcv.transformer.AbstractScript extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- -8283487312539061029L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.data.boofcv.transformer.AbstractScriptedTransformer extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.data.boofcv.transformer.Binary extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- -465068613851000709L
-
Serialized Fields
-
m_Bias
float m_Bias
the bias (for adaptive methods). -
m_GaussianRadius
int m_GaussianRadius
the gaussian radius. -
m_RemoveSmallBlobs
boolean m_RemoveSmallBlobs
whether to remove small blobs. -
m_SquareRadius
int m_SquareRadius
the square radius. -
m_Threshold
float m_Threshold
the manual threshold to use. -
m_ThresholdDown
boolean m_ThresholdDown
the down (for adaptive methods). -
m_ThresholdType
Binary.ThresholdType m_ThresholdType
the type of threshold to apply.
-
-
Class adams.data.boofcv.transformer.BinaryContours extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- -95759083210389706L
-
Serialized Fields
-
m_ConnectRule
boofcv.struct.ConnectRule m_ConnectRule
the connect rule. -
m_RemoveSmallBlobs
boolean m_RemoveSmallBlobs
whether to remove small blobs.
-
-
Class adams.data.boofcv.transformer.CannyEdgeDetection extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- -465068613851000709L
-
Serialized Fields
-
m_BlurRadius
int m_BlurRadius
the blur radius. -
m_ConnectRule
boofcv.struct.ConnectRule m_ConnectRule
the connect rule. -
m_HighThreshold
float m_HighThreshold
the high threshold to use. -
m_LowThreshold
float m_LowThreshold
the low threshold to use. -
m_Type
CannyEdgeDetection.OutputType m_Type
the type of output to generate.
-
-
Class adams.data.boofcv.transformer.Dilate4 extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- 3446616869164151955L
-
Serialized Fields
-
m_NumTimes
int m_NumTimes
the number of times to apply this operation.
-
-
Class adams.data.boofcv.transformer.Dilate8 extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- -95759083210389706L
-
Serialized Fields
-
m_NumTimes
int m_NumTimes
the number of times to apply this operation.
-
-
Class adams.data.boofcv.transformer.Erode4 extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- -95759083210389706L
-
Serialized Fields
-
m_NumTimes
int m_NumTimes
the number of times to apply this operation.
-
-
Class adams.data.boofcv.transformer.Erode8 extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- -95759083210389706L
-
Serialized Fields
-
m_NumTimes
int m_NumTimes
the number of times to apply this operation.
-
-
Class adams.data.boofcv.transformer.Gray8 extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- -465068613851000709L
-
Class adams.data.boofcv.transformer.ImageType extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Type
BoofCVImageType m_Type
the image type.
-
-
Class adams.data.boofcv.transformer.Inverter extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- 8829671646134900700L
-
Class adams.data.boofcv.transformer.MultiTransformer extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- 7793661256600883689L
-
Serialized Fields
-
m_Transformers
AbstractBoofCVTransformer[] m_Transformers
the sub-transformers.
-
-
Class adams.data.boofcv.transformer.PassThrough extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Class adams.data.boofcv.transformer.Scripted extends AbstractScriptedTransformer implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
Class adams.data.boofcv.transformer.Sharpen4 extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- -465068613851000709L
-
Class adams.data.boofcv.transformer.Sharpen8 extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- -465068613851000709L
-
Class adams.data.boofcv.transformer.SuperPixels extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- -6214162210938255035L
-
Serialized Fields
-
m_AverageSegments
boolean m_AverageSegments
whether to average the segments. -
m_NumSegments
int m_NumSegments
the number of segments. -
m_OutlineSegments
boolean m_OutlineSegments
whether to outline the segments. -
m_RandomColors
boolean m_RandomColors
whether to use random colors. -
m_SpatialWeight
float m_SpatialWeight
the spatial weight.
-
-
Class adams.data.boofcv.transformer.WaveletDenoise extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- -465068613851000709L
-
Serialized Fields
-
m_NumLevels
int m_NumLevels
the number of levels.
-
-
-
Package adams.data.compare
-
Class adams.data.compare.AbstractObjectCompare extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5679831532921630787L
-
Class adams.data.compare.DataContainer extends AbstractObjectCompare<DataContainer,Integer> implements Serializable
- serialVersionUID:
- -1792853083538259085L
-
Serialized Fields
-
m_Type
DataContainer.ComparisonType m_Type
the type of comparison.
-
-
Class adams.data.compare.JavaComparable extends AbstractObjectCompare<Comparable,Integer> implements Serializable
- serialVersionUID:
- -1792853083538259085L
-
-
Package adams.data.container
-
Class adams.data.container.AbstractDataContainer extends Object implements Serializable
- serialVersionUID:
- 7596037729815376007L
-
Class adams.data.container.AbstractDataPoint extends Object implements Serializable
- serialVersionUID:
- -7649691865561959944L
-
Serialized Fields
-
m_Parent
DataContainer m_Parent
the container this data point belongs to.
-
-
Class adams.data.container.AbstractSimpleContainer extends Object implements Serializable
- serialVersionUID:
- -7088299534737380639L
-
Class adams.data.container.DataPointComparator extends Object implements Serializable
- serialVersionUID:
- -5536677097973106152L
-
Serialized Fields
-
m_Ascending
boolean m_Ascending
whether the ordering is ascending or descending.
-
-
Class adams.data.container.ObjectContainer extends AbstractSimpleContainer<Object> implements Serializable
- serialVersionUID:
- -3156993993662902048L
-
Serialized Fields
-
m_ID
String m_ID
the ID.
-
-
-
Package adams.data.conversion
-
Class adams.data.conversion.AbstractConversion extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1576117521811422376L
-
Class adams.data.conversion.AbstractConversionFromString extends AbstractConversion implements Serializable
- serialVersionUID:
- 9187445403013903785L
-
Class adams.data.conversion.AbstractConversionToString extends AbstractConversion implements Serializable
- serialVersionUID:
- -8667643653337244855L
-
Class adams.data.conversion.AbstractImageToByteArray extends AbstractConversion implements Serializable
- serialVersionUID:
- 4452018959514672473L
-
Serialized Fields
-
m_Format
String m_Format
the format to use.
-
-
Class adams.data.conversion.AbstractInPlaceSpreadSheetConversion extends AbstractSpreadSheetConversion implements Serializable
- serialVersionUID:
- -4602098724274537009L
-
Serialized Fields
-
m_NoCopy
boolean m_NoCopy
whether to skip creating a copy of the spreadsheet.
-
-
Class adams.data.conversion.AbstractMatchWekaInstanceAgainstHeader extends AbstractConversion implements Serializable
- serialVersionUID:
- -7728745365733721265L
-
Serialized Fields
-
m_Dataset
weka.core.Instances m_Dataset
the header to match against.
-
-
Class adams.data.conversion.AbstractMatrixToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- -2047404866165517428L
-
Serialized Fields
-
m_DataRowType
DataRow m_DataRowType
the data row type to use. -
m_SpreadSheetType
SpreadSheet m_SpreadSheetType
the type of spreadsheet to use.
-
-
Class adams.data.conversion.AbstractObjectToJson extends AbstractConversion implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Class adams.data.conversion.AbstractScript extends AbstractConversion implements Serializable
- serialVersionUID:
- -8283487312539061029L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.data.conversion.AbstractScriptedConversion extends AbstractConversion implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.data.conversion.AbstractSpreadSheetColumnConverter extends AbstractInPlaceSpreadSheetConversion implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Serialized Fields
-
m_Column
SpreadSheetColumnIndex m_Column
the column to process. -
m_KeepFailed
boolean m_KeepFailed
whether to keep cell values of failed conversions rather than setting them to zero.
-
-
Class adams.data.conversion.AbstractSpreadSheetConversion extends AbstractConversion implements Serializable
- serialVersionUID:
- 4733940137387662202L
-
Class adams.data.conversion.AbstractSpreadSheetToMatrix extends AbstractConversion implements Serializable
- serialVersionUID:
- 487215942580922724L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the range of columns to operate on. -
m_Rows
Range m_Rows
the range of rows to operate on.
-
-
Class adams.data.conversion.AbstractStringConversion extends AbstractConversion implements Serializable
- serialVersionUID:
- 4381633326056488984L
-
Class adams.data.conversion.AbstractSwapObject extends AbstractConversion implements Serializable
- serialVersionUID:
- 3244184153762298547L
-
Serialized Fields
-
m_NoCopy
boolean m_NoCopy
whether to create no copy of the object.
-
-
Class adams.data.conversion.AbstractValidateString extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Serialized Fields
-
m_Replace
String m_Replace
the replacement string.
-
-
Class adams.data.conversion.AdamsInstanceToWekaInstance extends AbstractConversion implements Serializable
- serialVersionUID:
- -6246934381347850100L
-
Class adams.data.conversion.AnyImageToByteArray extends AbstractImageToByteArray implements Serializable
- serialVersionUID:
- 4452018959514672473L
-
Class adams.data.conversion.AnyImageToOpenCV extends AbstractConversion implements Serializable
- serialVersionUID:
- -6909862341852136089L
-
Class adams.data.conversion.AnyToCommandline extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6917238721897148226L
-
Class adams.data.conversion.AnyToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 8828591710515484463L
-
Class adams.data.conversion.ArrayToCollection extends AbstractConversion implements Serializable
- serialVersionUID:
- 1028362547528503041L
-
Serialized Fields
-
m_CollectionClass
String m_CollectionClass
Deprecated.the class for the array.
-
-
Class adams.data.conversion.ArrayToJsonArray extends AbstractConversion implements Serializable
- serialVersionUID:
- -7259688335769678668L
-
Class adams.data.conversion.ArrayToReport extends AbstractConversion implements Serializable
- serialVersionUID:
- 8892033674356714601L
-
Class adams.data.conversion.ArrayToYamlString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Class adams.data.conversion.BackQuote extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -1666988597466661859L
-
Class adams.data.conversion.Base64ToByteArray extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- 1383459505178870114L
-
Serialized Fields
-
m_Type
Base64Type m_Type
the type of conversion to apply.
-
-
Class adams.data.conversion.Base64ToString extends AbstractStringConversion implements Serializable
- serialVersionUID:
- 1383459505178870114L
-
Serialized Fields
-
m_Type
Base64Type m_Type
the type of conversion to apply.
-
-
Class adams.data.conversion.BaseDateTimeMsecToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Serialized Fields
-
m_BusinessDays
BusinessDays m_BusinessDays
how to interpret business days. -
m_End
BaseDateTimeMsec m_End
the end date to use as basis for the evaluation. -
m_Start
BaseDateTimeMsec m_Start
the start date to use as basis for the evaluation.
-
-
Class adams.data.conversion.BaseDateTimeToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Serialized Fields
-
m_BusinessDays
BusinessDays m_BusinessDays
how to interpret business days. -
m_End
BaseDateTime m_End
the end date to use as basis for the evaluation. -
m_Start
BaseDateTime m_Start
the start date to use as basis for the evaluation.
-
-
Class adams.data.conversion.BaseDateToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Serialized Fields
-
m_BusinessDays
BusinessDays m_BusinessDays
how to interpret business days. -
m_End
BaseDate m_End
the end date to use as basis for the evaluation. -
m_Start
BaseDate m_Start
the start date to use as basis for the evaluation.
-
-
Class adams.data.conversion.BaseTimeToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Class adams.data.conversion.BlobContainerToByteArray extends AbstractConversion implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Class adams.data.conversion.BoofCVToBufferedImage extends AbstractConversion implements Serializable
- serialVersionUID:
- -6909862341852136089L
-
Class adams.data.conversion.BooleanToString extends AbstractConversion implements Serializable
- serialVersionUID:
- 8575654879898181338L
-
Class adams.data.conversion.BreakUpString extends AbstractStringConversion implements Serializable
- serialVersionUID:
- 6233539723999989507L
-
Serialized Fields
-
m_NumColumns
int m_NumColumns
the number of columns.
-
-
Class adams.data.conversion.BufferedImageBitmaskContainerToBufferedImages extends AbstractConversion implements Serializable
- serialVersionUID:
- 8416640937812264746L
-
Class adams.data.conversion.BufferedImagesToBufferedImageBitmaskContainer extends AbstractConversion implements Serializable
- serialVersionUID:
- 2072620446932941644L
-
Class adams.data.conversion.BufferedImageSupporterToBufferedImageContainer extends AbstractConversion implements Serializable
- serialVersionUID:
- -4531882369167701014L
-
Class adams.data.conversion.BufferedImageToBoofCV extends AbstractConversion implements Serializable
- serialVersionUID:
- 267299130050379610L
-
Serialized Fields
-
m_ImageType
BoofCVImageType m_ImageType
the image type to generate.
-
-
Class adams.data.conversion.BufferedImageToBufferedImage extends AbstractConversion implements Serializable
- serialVersionUID:
- 267299130050379610L
-
Class adams.data.conversion.BufferedImageToByteArray extends AbstractImageToByteArray implements Serializable
- serialVersionUID:
- 4452018959514672473L
-
Class adams.data.conversion.ByteArrayToBase64 extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 1383459505178870114L
-
Serialized Fields
-
m_Type
Base64Type m_Type
the type of conversion to apply.
-
-
Class adams.data.conversion.ByteArrayToBlobContainer extends AbstractConversion implements Serializable
- serialVersionUID:
- 8828591710515484463L
-
Serialized Fields
-
m_ID
String m_ID
the ID to use.
-
-
Class adams.data.conversion.ByteArrayToBufferedImage extends AbstractConversion implements Serializable
- serialVersionUID:
- -5360462559635715854L
-
Class adams.data.conversion.ByteArrayToImageContainer extends AbstractConversion implements Serializable
- serialVersionUID:
- 7104673258581645263L
-
Serialized Fields
-
m_Reader
InputStreamImageReader m_Reader
the reader to use.
-
-
Class adams.data.conversion.ByteArrayToJavaObject extends AbstractConversion implements Serializable
- serialVersionUID:
- 1323655171465577819L
-
Class adams.data.conversion.ByteArrayToPrimitiveArray extends AbstractConversion implements Serializable
- serialVersionUID:
- -4513056216008959668L
-
Serialized Fields
-
m_ByteOrder
ByteArrayToPrimitiveArray.ByteOrderType m_ByteOrder
the byte order. -
m_NumBytes
int m_NumBytes
the number of bytes to convert. -
m_Type
ByteArrayToPrimitiveArray.PrimitiveType m_Type
the primitive to output.
-
-
Class adams.data.conversion.ByteArrayToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 7104673258581645263L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.data.conversion.ByteToHex extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 1016763925162792131L
-
Class adams.data.conversion.ByteToInt extends AbstractConversion implements Serializable
- serialVersionUID:
- -498287439474359559L
-
Class adams.data.conversion.ByteToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 7104673258581645263L
-
Class adams.data.conversion.CharArrayToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 7104673258581645263L
-
Class adams.data.conversion.CollectionToArray extends AbstractConversion implements Serializable
- serialVersionUID:
- 1028362547528503041L
-
Serialized Fields
-
m_ArrayClass
String m_ArrayClass
the class for the array.
-
-
Class adams.data.conversion.ColorToHex extends AbstractConversion implements Serializable
- serialVersionUID:
- 934293541674611547L
-
Class adams.data.conversion.CommandlineToAny extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- 8872440343913471949L
-
Class adams.data.conversion.ContainerToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- -2460280741242049565L
-
Class adams.data.conversion.ConvertDateTimeType extends AbstractConversion implements Serializable
- serialVersionUID:
- -2353313471489671117L
-
Serialized Fields
-
m_InputDateTimeType
DateTimeType m_InputDateTimeType
the input datetime type. -
m_OutputDateTimeType
DateTimeType m_OutputDateTimeType
the output datetime type.
-
-
Class adams.data.conversion.ConvertSpreadSheetRows extends AbstractSpreadSheetConversion implements Serializable
- serialVersionUID:
- 1779359599048268798L
-
Serialized Fields
-
m_DataRowType
DataRow m_DataRowType
the data row type to use.
-
-
Class adams.data.conversion.DateTimeTypeToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- -2353313471489671117L
-
Serialized Fields
-
m_DateTimeType
DateTimeType m_DateTimeType
the datetime type to convert. -
m_Format
DateFormatString m_Format
the format string to use.
-
-
Class adams.data.conversion.DOMNodeListToArray extends AbstractConversion implements Serializable
- serialVersionUID:
- 6634074443065449966L
-
Class adams.data.conversion.DOMNodeToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Class adams.data.conversion.DOMToProperties extends AbstractConversion implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Serialized Fields
-
m_AddIndex
boolean m_AddIndex
whether to add index to path. -
m_PathSeparator
String m_PathSeparator
the path separator. -
m_SkipRoot
boolean m_SkipRoot
whether to exclude the root element from the path. -
m_StoreAttributes
boolean m_StoreAttributes
whether to store attributes of elements as well.
-
-
Class adams.data.conversion.DOMToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_NumSpaces
int m_NumSpaces
the number of spaces to use for indentation. -
m_PrettyPrinting
boolean m_PrettyPrinting
whether to use pretty printing.
-
-
Class adams.data.conversion.DoubleMatrixToBufferedImage extends AbstractConversion implements Serializable
- serialVersionUID:
- 2535421741524997185L
-
Serialized Fields
-
m_Generator
ColorGradientGenerator m_Generator
the generator to use. -
m_GradientColors
Color[] m_GradientColors
the gradient colors. -
m_Max
double m_Max
the fixed max. -
m_Min
double m_Min
the fixed min. -
m_MissingValueColor
Color m_MissingValueColor
the color for missing values. -
m_UseFixedRange
boolean m_UseFixedRange
whether to use a fixed min/max.
-
-
Class adams.data.conversion.DoubleMatrixToMat5Array extends AbstractConversion implements Serializable
- serialVersionUID:
- 5826890056883195059L
-
Class adams.data.conversion.DoubleMatrixToSpreadSheet extends AbstractMatrixToSpreadSheet implements Serializable
- serialVersionUID:
- -2047404866165517428L
-
Class adams.data.conversion.DoubleToFloat extends AbstractConversion implements Serializable
- serialVersionUID:
- -6519874262735685813L
-
Class adams.data.conversion.DoubleToInt extends AbstractConversion implements Serializable
- serialVersionUID:
- -6519874262735685813L
-
Class adams.data.conversion.DoubleToLong extends AbstractConversion implements Serializable
- serialVersionUID:
- -6519874262735685813L
-
Class adams.data.conversion.DoubleToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- -9142177169642814841L
-
Serialized Fields
-
m_FixedDecimals
boolean m_FixedDecimals
whether to use a fixed number of decimals. -
m_Locale
Locale m_Locale
the locale to use. -
m_NumDecimals
int m_NumDecimals
the number of decimals to use in the output.
-
-
Class adams.data.conversion.EmailToPlainText extends AbstractConversionToString implements Serializable
- serialVersionUID:
- -2645097148545213415L
-
Class adams.data.conversion.ExcelDoubleColumnToDate extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Class adams.data.conversion.ExcelDoubleColumnToDateTime extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Class adams.data.conversion.ExtractDateTimeField extends AbstractConversion implements Serializable
- serialVersionUID:
- 6801095206203068066L
-
Serialized Fields
-
m_BusinessDays
BusinessDays m_BusinessDays
how to interpret business days. -
m_Calendar
Calendar m_Calendar
the calendar for extracting the fields. -
m_DateTimeType
DateTimeType m_DateTimeType
the datetime type to process. -
m_Field
ExtractDateTimeField.DateTimeField m_Field
the field to extract. -
m_FormatCustom
DateFormatString m_FormatCustom
the format string to use in case ofExtractDateTimeField.DateTimeField.CUSTOM
.
-
-
Class adams.data.conversion.ExtractSimpleContainerContent extends AbstractConversion implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Class adams.data.conversion.FieldToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 8828591710515484463L
-
Serialized Fields
-
m_AppendDataType
boolean m_AppendDataType
whether to output the data type as well.
-
-
Class adams.data.conversion.FileToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 8828591710515484463L
-
Serialized Fields
-
m_AbsolutePath
boolean m_AbsolutePath
whether to output an absolute path. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.data.conversion.FloatToDouble extends AbstractConversion implements Serializable
- serialVersionUID:
- 8575654879898181338L
-
Class adams.data.conversion.Groovy extends AbstractScriptedConversion implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_InlineScript
GroovyScript m_InlineScript
the inline script.
-
-
Class adams.data.conversion.HashCode extends AbstractConversion implements Serializable
- serialVersionUID:
- -195965344427532645L
-
Class adams.data.conversion.HexToByte extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -8983568594853034385L
-
Class adams.data.conversion.HexToColor extends AbstractConversion implements Serializable
- serialVersionUID:
- 934293541674611547L
-
Class adams.data.conversion.HexToInt extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- 6331762119000041512L
-
Class adams.data.conversion.HtmlCharacterEntitiesToString extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -7337362020786223426L
-
Class adams.data.conversion.ImageContainerToByteArray extends AbstractConversion implements Serializable
- serialVersionUID:
- 7104673258581645263L
-
Serialized Fields
-
m_Writer
OutputStreamImageWriter m_Writer
the writer to use.
-
-
Class adams.data.conversion.ImageContainerToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- -2365914378679923351L
-
Serialized Fields
-
m_RemoveAlphaChannel
boolean m_RemoveAlphaChannel
whether to remove the alpha channel.
-
-
Class adams.data.conversion.InformativeStatistic extends AbstractConversion implements Serializable
- serialVersionUID:
- 1016763925162792131L
-
Class adams.data.conversion.IntToByte extends AbstractConversion implements Serializable
- serialVersionUID:
- 8575654879898181338L
-
Class adams.data.conversion.IntToDouble extends AbstractConversion implements Serializable
- serialVersionUID:
- 8575654879898181338L
-
Class adams.data.conversion.IntToHex extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 2279572042662470442L
-
Class adams.data.conversion.IntToLong extends AbstractConversion implements Serializable
- serialVersionUID:
- 8575654879898181338L
-
Class adams.data.conversion.IntToRoman extends AbstractConversionToString implements Serializable
- serialVersionUID:
- -1106282236463660763L
-
Class adams.data.conversion.IntToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Serialized Fields
-
m_Format
ByteFormatString m_Format
the byte format string to use. -
m_UseFormat
boolean m_UseFormat
whether to use byte format string.
-
-
Class adams.data.conversion.JavaObjectToByteArray extends AbstractConversion implements Serializable
- serialVersionUID:
- 7142478696056254052L
-
Class adams.data.conversion.JoinOptions extends AbstractConversion implements Serializable
- serialVersionUID:
- -4941255219517637632L
-
Class adams.data.conversion.JsonArrayToArray extends AbstractConversion implements Serializable
- serialVersionUID:
- -468714756281370533L
-
Class adams.data.conversion.JsonArrayToList extends AbstractConversion implements Serializable
- serialVersionUID:
- -468714756281370533L
-
Class adams.data.conversion.JsonObjectToMap extends AbstractConversion implements Serializable
- serialVersionUID:
- -468714756281370533L
-
Serialized Fields
-
m_ArraysAsLists
boolean m_ArraysAsLists
whether to return arrays as lists.
-
-
Class adams.data.conversion.JsonToReport extends AbstractConversion implements Serializable
- serialVersionUID:
- 2957342595369694174L
-
Serialized Fields
-
m_Prefix
String m_Prefix
the prefix to use for the fields.
-
-
Class adams.data.conversion.JsonToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- 5430116668955307166L
-
Serialized Fields
-
m_LeftPad
boolean m_LeftPad
whether to left-pad the index of arrays with 0s. -
m_Prefix
String m_Prefix
the prefix to use for the column names.
-
-
Class adams.data.conversion.JsonToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- -468714756281370533L
-
Serialized Fields
-
m_PrettyPrinting
boolean m_PrettyPrinting
whether to use pretty-printing.
-
-
Class adams.data.conversion.LeftPad extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -9142177169642814841L
-
Serialized Fields
-
m_PadCharacter
String m_PadCharacter
the padding character. -
m_Width
int m_Width
the width in chars to pad up to.
-
-
Class adams.data.conversion.ListToJson extends AbstractObjectToJson implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Class adams.data.conversion.ListToJsonArray extends AbstractConversion implements Serializable
- serialVersionUID:
- -7259688335769678668L
-
Class adams.data.conversion.ListToYamlString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Class adams.data.conversion.LocatedObjectsToReport extends AbstractConversion implements Serializable
- serialVersionUID:
- 2077817492673201749L
-
Serialized Fields
-
m_Offset
int m_Offset
the offset to use. -
m_Prefix
String m_Prefix
the prefix to use. -
m_UpdateIndex
boolean m_UpdateIndex
whether to update the index in the meta-data.
-
-
Class adams.data.conversion.LocatedObjectToRectangle extends AbstractConversion implements Serializable
- serialVersionUID:
- 835049777081278164L
-
Class adams.data.conversion.LongToDouble extends AbstractConversion implements Serializable
- serialVersionUID:
- 8575654879898181338L
-
Class adams.data.conversion.LongToInt extends AbstractConversion implements Serializable
- serialVersionUID:
- 8575654879898181338L
-
Class adams.data.conversion.LongToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Serialized Fields
-
m_Format
ByteFormatString m_Format
the byte format string to use. -
m_UseFormat
boolean m_UseFormat
whether to use byte format string.
-
-
Class adams.data.conversion.LowerCase extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Serialized Fields
-
m_Locale
Locale m_Locale
the locale to use.
-
-
Class adams.data.conversion.MapToJson extends AbstractObjectToJson implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Class adams.data.conversion.MapToKeyValuePairs extends AbstractConversion implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Serialized Fields
-
m_UseStrings
boolean m_UseStrings
whether to just generate simple strings.
-
-
Class adams.data.conversion.MapToMat5File extends AbstractConversion implements Serializable
- serialVersionUID:
- 4205211480274516691L
-
Class adams.data.conversion.MapToMat5Struct extends AbstractConversion implements Serializable
- serialVersionUID:
- 2829495301196516668L
-
Class adams.data.conversion.MapToReport extends AbstractConversion implements Serializable
- serialVersionUID:
- -9077969984646598771L
-
Class adams.data.conversion.MapToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- 1987126684684537405L
-
Class adams.data.conversion.MapToString extends AbstractConversion implements Serializable
- serialVersionUID:
- -9077969984646598771L
-
Serialized Fields
-
m_SortKeys
boolean m_SortKeys
whether to sort the keys.
-
-
Class adams.data.conversion.MapToWekaInstance extends AbstractConversion implements Serializable
- serialVersionUID:
- 5974871505196882936L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the stored value.
-
-
Class adams.data.conversion.MapToYamlString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Class adams.data.conversion.Mat5ArrayToDoubleMatrix extends AbstractConversion implements Serializable
- serialVersionUID:
- 1324403475035054937L
-
Class adams.data.conversion.Mat5ArrayToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- -2006396004849089721L
-
Class adams.data.conversion.Mat5ArrayToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- -5951006048504569301L
-
Serialized Fields
-
m_Compact
boolean m_Compact
whether to output compact string (ie no blanks). -
m_ElementType
ArrayElementType m_ElementType
the element type. -
m_NumDecimals
int m_NumDecimals
the number of decimals.
-
-
Class adams.data.conversion.Mat5CharToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 7114833036008850994L
-
Class adams.data.conversion.Mat5FileToMap extends AbstractConversion implements Serializable
- serialVersionUID:
- 448419021229335154L
-
Class adams.data.conversion.Mat5StructToMap extends AbstractConversion implements Serializable
- serialVersionUID:
- -2006396004849089721L
-
Serialized Fields
-
m_Index
Mat5ArrayElementIndex m_Index
the index to retrieve. -
m_ZeroBasedIndex
boolean m_ZeroBasedIndex
whether to interpret the indices as 0-based or 1-based.
-
-
Class adams.data.conversion.MatchWekaInstanceAgainstFileHeader extends AbstractMatchWekaInstanceAgainstHeader implements Serializable
- serialVersionUID:
- -5909149413572601612L
-
Serialized Fields
-
m_Header
PlaceholderFile m_Header
the header to load from disk.
-
-
Class adams.data.conversion.MatchWekaInstanceAgainstStorageHeader extends AbstractMatchWekaInstanceAgainstHeader implements Serializable
- serialVersionUID:
- 5788507217652026285L
-
Serialized Fields
-
m_Header
StorageName m_Header
the header to load from storage.
-
-
Class adams.data.conversion.MathExpression extends AbstractConversion implements Serializable
- serialVersionUID:
- -8589693545504292647L
-
Serialized Fields
-
m_Expression
MathematicalExpressionText m_Expression
the mathematical expression to evaluate. -
m_NumDecimals
int m_NumDecimals
the number of decimals. -
m_RoundingType
RoundingType m_RoundingType
the rounding type to perform. -
m_RoundOutput
boolean m_RoundOutput
whether to round the output of the expression.
-
-
Class adams.data.conversion.Maximum extends AbstractConversion implements Serializable
- serialVersionUID:
- -75389769071359850L
-
Serialized Fields
-
m_Maximum
double m_Maximum
the minimum to keep.
-
-
Class adams.data.conversion.Minimum extends AbstractConversion implements Serializable
- serialVersionUID:
- 5942136303011254500L
-
Serialized Fields
-
m_Minimum
double m_Minimum
the minimum to keep.
-
-
Class adams.data.conversion.MovingAverage extends AbstractConversion implements Serializable
- serialVersionUID:
- -4092302172529978800L
-
Class adams.data.conversion.MultiConversion extends AbstractConversion implements Serializable
- serialVersionUID:
- -8173803394483284352L
-
Serialized Fields
-
m_CompatibilityChecked
boolean m_CompatibilityChecked
whether the compatibility has been checked. -
m_SubConversions
Conversion[] m_SubConversions
the conversions to use.
-
-
Class adams.data.conversion.NotesSubset extends AbstractConversion implements Serializable
- serialVersionUID:
- 2680919631770139037L
-
Serialized Fields
-
m_OutputAll
boolean m_OutputAll
whether to output everything. -
m_OutputErrors
boolean m_OutputErrors
whether to output the errors. -
m_OutputOther
boolean m_OutputOther
whether to output all other notes. -
m_OutputProcessInformation
boolean m_OutputProcessInformation
whether to output the process information. -
m_OutputWarnings
boolean m_OutputWarnings
whether to output the warnings.
-
-
Class adams.data.conversion.NotesToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- 1987126684684537405L
-
Class adams.data.conversion.NotesToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 2214443872964593603L
-
Class adams.data.conversion.NumberToByte extends AbstractConversion implements Serializable
- serialVersionUID:
- 8575654879898181338L
-
Class adams.data.conversion.NumberToDouble extends AbstractConversion implements Serializable
- serialVersionUID:
- 8575654879898181338L
-
Class adams.data.conversion.NumberToFloat extends AbstractConversion implements Serializable
- serialVersionUID:
- 8575654879898181338L
-
Class adams.data.conversion.NumberToInt extends AbstractConversion implements Serializable
- serialVersionUID:
- 8575654879898181338L
-
Class adams.data.conversion.NumberToLong extends AbstractConversion implements Serializable
- serialVersionUID:
- 8575654879898181338L
-
Class adams.data.conversion.ObjectAnnotationsToImageSegmentationLayers extends AbstractConversion implements Serializable
- serialVersionUID:
- -461975749250150031L
-
Serialized Fields
-
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_TypeSuffix
String m_TypeSuffix
the type suffix.
-
-
Class adams.data.conversion.ObjectArrayToPrimitiveArray extends AbstractConversion implements Serializable
- serialVersionUID:
- 7012073882235453335L
-
Class adams.data.conversion.ObjectContainerToObject extends AbstractConversion implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Class adams.data.conversion.ObjectToObject extends AbstractConversion implements Serializable
- serialVersionUID:
- 478206682870088954L
-
Class adams.data.conversion.ObjectToObjectContainer extends AbstractConversion implements Serializable
- serialVersionUID:
- 8828591710515484463L
-
Serialized Fields
-
m_ID
String m_ID
the ID to use.
-
-
Class adams.data.conversion.OpenCVToBufferedImage extends AbstractConversion implements Serializable
- serialVersionUID:
- -6909862341852136089L
-
Class adams.data.conversion.PathSplit extends AbstractConversion implements Serializable
- serialVersionUID:
- 5760562973593050406L
-
Class adams.data.conversion.Point2DToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- -7485249047688540453L
-
Serialized Fields
-
m_UseIntegers
boolean m_UseIntegers
whether to round to integers.
-
-
Class adams.data.conversion.PrettyPrintXML extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -3082296139248705157L
-
Serialized Fields
-
m_NumSpaces
int m_NumSpaces
the number of spaces to use for indentation.
-
-
Class adams.data.conversion.PrimitiveArrayToByteArray extends AbstractConversion implements Serializable
- serialVersionUID:
- -4513056216008959668L
-
Serialized Fields
-
m_ByteOrder
ByteArrayToPrimitiveArray.ByteOrderType m_ByteOrder
the byte order. -
m_NumBytes
int m_NumBytes
the number of bytes to convert. -
m_Type
ByteArrayToPrimitiveArray.PrimitiveType m_Type
the primitive to output.
-
-
Class adams.data.conversion.PrimitiveArrayToObjectArray extends AbstractConversion implements Serializable
- serialVersionUID:
- 7012073882235453335L
-
Class adams.data.conversion.PropertiesToKeyValuePairs extends AbstractConversion implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Serialized Fields
-
m_UseStrings
boolean m_UseStrings
whether to just generate simple strings.
-
-
Class adams.data.conversion.PropertiesToMap extends AbstractConversion implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression that the properties must match.
-
-
Class adams.data.conversion.PropertiesToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- -766057153764739358L
-
Class adams.data.conversion.PropertiesToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Class adams.data.conversion.QuadrilateralLocationCenter extends AbstractConversion implements Serializable
- serialVersionUID:
- -376698043546376808L
-
Class adams.data.conversion.QuadrilateralLocationToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6360278226666467183L
-
Serialized Fields
-
m_UseIntegers
boolean m_UseIntegers
whether to round to integers.
-
-
Class adams.data.conversion.Quote extends AbstractStringConversion implements Serializable
- serialVersionUID:
- 8391531953153963013L
-
Serialized Fields
-
m_DoubleUp
boolean m_DoubleUp
whether to double up internal quotes rather than escaping them with backslashes. -
m_Force
boolean m_Force
whether to enforce quoting. -
m_QuoteType
Quote.QuoteType m_QuoteType
the quote type to use.
-
-
Class adams.data.conversion.RectangleCenter extends AbstractConversion implements Serializable
- serialVersionUID:
- -376698043546376808L
-
Class adams.data.conversion.RectangleToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6360278226666467183L
-
Serialized Fields
-
m_UseXY
boolean m_UseXY
whether to use a second XY instead of width and height.
-
-
Class adams.data.conversion.RemoteCommandToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- -3431292077368307264L
-
Serialized Fields
-
m_CommandProcessor
RemoteCommandProcessor m_CommandProcessor
the processor.
-
-
Class adams.data.conversion.RenameSpreadSheet extends AbstractInPlaceSpreadSheetConversion implements Serializable
- serialVersionUID:
- -5364554292793461868L
-
Serialized Fields
-
m_NewName
String m_NewName
the new name for the column.
-
-
Class adams.data.conversion.RenameSpreadSheetColumn extends AbstractInPlaceSpreadSheetConversion implements Serializable
- serialVersionUID:
- -5364554292793461868L
-
Serialized Fields
-
m_Column
SpreadSheetColumnIndex m_Column
the column to rename. -
m_NewName
String m_NewName
the new name for the column.
-
-
Class adams.data.conversion.ReplaceFileExtension extends AbstractStringConversion implements Serializable
- serialVersionUID:
- 6141301014328628058L
-
Serialized Fields
-
m_Extension
String m_Extension
the new file extension to use. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.data.conversion.ReportArrayToMap extends AbstractConversion implements Serializable
- serialVersionUID:
- -5484508218269395968L
-
Serialized Fields
-
m_Key
Field m_Key
the field to acts as key in the map.
-
-
Class adams.data.conversion.ReportToJson extends AbstractConversion implements Serializable
- serialVersionUID:
- 2957342595369694174L
-
Serialized Fields
-
m_PrettyPrinting
boolean m_PrettyPrinting
whether to use pretty-printing.
-
-
Class adams.data.conversion.ReportToMap extends AbstractConversion implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression that the field names must match.
-
-
Class adams.data.conversion.ReportToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- 5180053751619305533L
-
Class adams.data.conversion.ReportToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 1432694530645128111L
-
Serialized Fields
-
m_Writer
StringReportWriter m_Writer
the report writer to use.
-
-
Class adams.data.conversion.ReportToWekaInstance extends AbstractConversion implements Serializable
- serialVersionUID:
- 124581970397295630L
-
Serialized Fields
-
m_Fields
Field[] m_Fields
the fields to turn into an instance. -
m_Header
weka.core.Instances m_Header
the header to use.
-
-
Class adams.data.conversion.RightPad extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -9142177169642814841L
-
Serialized Fields
-
m_PadCharacter
String m_PadCharacter
the padding character. -
m_Width
int m_Width
the width in chars to pad up to.
-
-
Class adams.data.conversion.RomanToInt extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -1106282236463660763L
-
Class adams.data.conversion.Round extends AbstractConversion implements Serializable
- serialVersionUID:
- -4941255219517637632L
-
Serialized Fields
-
m_Action
RoundingType m_Action
the action to perform. -
m_NumDecimals
int m_NumDecimals
the number of decimals.
-
-
Class adams.data.conversion.RowArrayToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- 8437314873901704106L
-
Class adams.data.conversion.Scripted extends AbstractScriptedConversion implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
Class adams.data.conversion.SideBySideDiffToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- -3431292077368307264L
-
Serialized Fields
-
m_Separator
String m_Separator
the separator to use.
-
-
Class adams.data.conversion.SimpleAsciiToUnicode extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -8897439898825066112L
-
Class adams.data.conversion.SimpleUnicodeToAscii extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -8897439898825066112L
-
Class adams.data.conversion.SplitOptions extends AbstractConversion implements Serializable
- serialVersionUID:
- -4941255219517637632L
-
Class adams.data.conversion.SpreadSheetAddFormulaColumn extends AbstractInPlaceSpreadSheetConversion implements Serializable
- serialVersionUID:
- 3333030701857606514L
-
Serialized Fields
-
m_ExpandVariables
boolean m_ExpandVariables
whether to expand variables. -
m_Formula
SpreadSheetFormulaText m_Formula
the formula to add. -
m_Header
String m_Header
the column header. -
m_Rows
Range m_Rows
the rows to add the formula to.
-
-
Class adams.data.conversion.SpreadSheetAddFormulaRow extends AbstractInPlaceSpreadSheetConversion implements Serializable
- serialVersionUID:
- 6046280641743329345L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the columns to add the sum to. -
m_ExpandVariables
boolean m_ExpandVariables
whether to expand variables. -
m_Formula
SpreadSheetFormulaText m_Formula
the formula to add.
-
-
Class adams.data.conversion.SpreadSheetAddRowID extends AbstractInPlaceSpreadSheetConversion implements Serializable
- serialVersionUID:
- -6368389681769797003L
-
Serialized Fields
-
m_After
boolean m_After
whether to insert after the position instead of at. -
m_Header
String m_Header
the column header. -
m_Position
SpreadSheetColumnIndex m_Position
the position where to insert the column. -
m_Start
int m_Start
the index to start with.
-
-
Class adams.data.conversion.SpreadSheetAddSumColumn extends AbstractInPlaceSpreadSheetConversion implements Serializable
- serialVersionUID:
- 1320593539567099350L
-
Class adams.data.conversion.SpreadSheetAddSumRow extends AbstractInPlaceSpreadSheetConversion implements Serializable
- serialVersionUID:
- -6368389681769797003L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the columns to add the sum to.
-
-
Class adams.data.conversion.SpreadSheetAnyColumnToString extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Class adams.data.conversion.SpreadSheetBinarize extends AbstractSpreadSheetConversion implements Serializable
- serialVersionUID:
- -5364554292793461868L
-
Serialized Fields
-
m_BinarizeType
SpreadSheetBinarize.BinarizeType m_BinarizeType
how to binarize. -
m_Columns
SpreadSheetColumnRange m_Columns
the columns to merge. -
m_LabelNegative
String m_LabelNegative
the negative label. -
m_LabelPositive
String m_LabelPositive
the positive label.
-
-
Class adams.data.conversion.SpreadSheetCellFinderToPositions extends AbstractConversion implements Serializable
- serialVersionUID:
- 4117708470154504868L
-
Serialized Fields
-
m_CellFinder
CellFinder m_CellFinder
Deprecated.the CellFinder to apply.
-
-
Class adams.data.conversion.SpreadSheetCellLocationToCoordinates extends AbstractConversion implements Serializable
- serialVersionUID:
- 4117708470154504868L
-
Class adams.data.conversion.SpreadSheetCellLocationToPosition extends AbstractConversion implements Serializable
- serialVersionUID:
- 4117708470154504868L
-
Class adams.data.conversion.SpreadSheetColumnFinderToRange extends AbstractConversion implements Serializable
- serialVersionUID:
- 4117708470154504868L
-
Serialized Fields
-
m_ColumnFinder
ColumnFinder m_ColumnFinder
the ColumnFinder to apply. -
m_IndexSeparator
String m_IndexSeparator
the separator for the individual indices. -
m_IndividualIndices
boolean m_IndividualIndices
whether to output individual indices (1,2,3,4) rather than compressed ranges (1-4).
-
-
Class adams.data.conversion.SpreadSheetColumnsToReport extends AbstractConversion implements Serializable
- serialVersionUID:
- -258589003642261978L
-
Serialized Fields
-
m_ColReportNames
SpreadSheetColumnIndex m_ColReportNames
the column with the report names. -
m_ColsReportValues
SpreadSheetColumnRange m_ColsReportValues
the columns with the report values. -
m_Lenient
boolean m_Lenient
whether to skip over errors. -
m_RowsReport
SpreadSheetRowRange m_RowsReport
the rows to get the report from.
-
-
Class adams.data.conversion.SpreadSheetDoubleColumnToLong extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Class adams.data.conversion.SpreadSheetDoubleColumnToString extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Serialized Fields
-
m_FixedDecimals
boolean m_FixedDecimals
whether to use a fixed number of decimals. -
m_NumDecimals
int m_NumDecimals
the number of decimals to in the output.
-
-
Class adams.data.conversion.SpreadSheetEscapeColumnName extends AbstractStringConversion implements Serializable
- serialVersionUID:
- 9030129515832801377L
-
Class adams.data.conversion.SpreadSheetHeaderToMat5Array extends AbstractConversion implements Serializable
- serialVersionUID:
- 6039846859150610999L
-
Class adams.data.conversion.SpreadSheetInsertCellLocation extends AbstractStringConversion implements Serializable
- serialVersionUID:
- 3314208609415992655L
-
Serialized Fields
-
m_Column
int m_Column
the column to use (1-based). -
m_Placeholder
String m_Placeholder
the placeholder to replace. -
m_Row
int m_Row
the row to use (1-based).
-
-
Class adams.data.conversion.SpreadSheetInsertColumnPosition extends AbstractStringConversion implements Serializable
- serialVersionUID:
- 3314208609415992655L
-
Serialized Fields
-
m_Column
int m_Column
the column to use (1-based). -
m_Placeholder
String m_Placeholder
the placeholder to replace.
-
-
Class adams.data.conversion.SpreadSheetJoinColumns extends AbstractSpreadSheetConversion implements Serializable
- serialVersionUID:
- -5364554292793461868L
-
Serialized Fields
-
m_ColumnName
String m_ColumnName
the new column name. -
m_Columns
SpreadSheetUnorderedColumnRange m_Columns
the columns to merge. -
m_Glue
String m_Glue
the concatenation string to use.
-
-
Class adams.data.conversion.SpreadSheetLongColumnToDouble extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Class adams.data.conversion.SpreadSheetMaterializeFormulas extends AbstractInPlaceSpreadSheetConversion implements Serializable
- serialVersionUID:
- -4911635975083212510L
-
Serialized Fields
-
m_Finder
CellFinder m_Finder
for locating the cells.
-
-
Class adams.data.conversion.SpreadSheetObjectColumnToString extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 5248973413873945972L
-
Serialized Fields
-
m_Handler
AbstractObjectHandler m_Handler
the object handler to use.
-
-
Class adams.data.conversion.SpreadSheetRowFinderToRange extends AbstractConversion implements Serializable
- serialVersionUID:
- 4117708470154504868L
-
Class adams.data.conversion.SpreadSheetRowsToReport extends AbstractConversion implements Serializable
- serialVersionUID:
- -258589003642261978L
-
Serialized Fields
-
m_ColumnsReport
SpreadSheetColumnRange m_ColumnsReport
the rows to get the report from. -
m_Lenient
boolean m_Lenient
whether to skip over errors. -
m_ReportNamesInHeader
boolean m_ReportNamesInHeader
whether the report names are in the header row. -
m_RowReportNames
SpreadSheetRowIndex m_RowReportNames
the column with the report names. -
m_RowsReportValues
SpreadSheetRowRange m_RowsReportValues
the rows with report values.
-
-
Class adams.data.conversion.SpreadSheetSplitColumn extends AbstractSpreadSheetConversion implements Serializable
- serialVersionUID:
- 6146479838753681459L
-
Serialized Fields
-
m_Column
SpreadSheetColumnIndex m_Column
the column to process. -
m_Delimiter
StringSplit.Delimiter m_Delimiter
what to do with the delimiters. -
m_Expression
String m_Expression
the regular expression to use for splitting the string.
-
-
Class adams.data.conversion.SpreadSheetStringColumnToBoolean extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 2390017930652080091L
-
Serialized Fields
-
m_CaseInsensitive
boolean m_CaseInsensitive
whether to ignored case. -
m_ValueTrue
String m_ValueTrue
the string to represent "true".
-
-
Class adams.data.conversion.SpreadSheetStringColumnToDate extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Serialized Fields
-
m_Format
DateFormatString m_Format
the format to use.
-
-
Class adams.data.conversion.SpreadSheetStringColumnToDateTime extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Serialized Fields
-
m_Format
DateFormatString m_Format
the format to use.
-
-
Class adams.data.conversion.SpreadSheetStringColumnToDateTimeMsec extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Serialized Fields
-
m_Format
DateFormatString m_Format
the format to use.
-
-
Class adams.data.conversion.SpreadSheetStringColumnToDouble extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Serialized Fields
-
m_Format
DecimalFormatString m_Format
the format to use.
-
-
Class adams.data.conversion.SpreadSheetStringColumnToLong extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Serialized Fields
-
m_Format
DecimalFormatString m_Format
the format to use.
-
-
Class adams.data.conversion.SpreadSheetStringColumnToObject extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 3105708418230954318L
-
Serialized Fields
-
m_Handler
AbstractObjectHandler m_Handler
the object handler to use.
-
-
Class adams.data.conversion.SpreadSheetStringColumnToTime extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Serialized Fields
-
m_Format
DateFormatString m_Format
the format to use.
-
-
Class adams.data.conversion.SpreadSheetStringColumnToTimeMsec extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Serialized Fields
-
m_Format
DateFormatString m_Format
the format to use.
-
-
Class adams.data.conversion.SpreadSheetSupporterToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- 3230757871850846362L
-
Class adams.data.conversion.SpreadSheetToCreateTableStatement extends AbstractConversion implements Serializable
- serialVersionUID:
- 4890225060389916155L
-
Serialized Fields
-
m_IndexColumn
SpreadSheetColumnIndex m_IndexColumn
the colum with the indicator for index (optional). -
m_NameColumn
SpreadSheetColumnIndex m_NameColumn
the name colum. -
m_TableName
String m_TableName
the name of the table to create. -
m_TypeColumn
SpreadSheetColumnIndex m_TypeColumn
the type colum.
-
-
Class adams.data.conversion.SpreadSheetToDataset extends AbstractConversion implements Serializable
- serialVersionUID:
- 836034550904607888L
-
Serialized Fields
-
m_ClassAttribute
SpreadSheetColumnRange m_ClassAttribute
the attribute(s) to use as class attribute(s).
-
-
Class adams.data.conversion.SpreadSheetToDoubleMatrix extends AbstractSpreadSheetToMatrix<Double> implements Serializable
- serialVersionUID:
- 4117708470154504868L
-
Class adams.data.conversion.SpreadSheetToJson extends AbstractConversion implements Serializable
- serialVersionUID:
- 4890225060389916155L
-
Class adams.data.conversion.SpreadSheetToMap extends AbstractConversion implements Serializable
- serialVersionUID:
- 4890225060389916155L
-
Serialized Fields
-
m_KeyColumn
SpreadSheetColumnIndex m_KeyColumn
the key colum. -
m_MapClass
BaseClassname m_MapClass
the map class to use. -
m_ValueColumn
SpreadSheetColumnIndex m_ValueColumn
the value colum.
-
-
Class adams.data.conversion.SpreadSheetToMat5Array extends AbstractConversion implements Serializable
- serialVersionUID:
- 1720918361869379610L
-
Class adams.data.conversion.SpreadSheetToNumeric extends AbstractConversion implements Serializable
- serialVersionUID:
- 4890225060389916155L
-
Serialized Fields
-
m_MissingValue
double m_MissingValue
the replacement value for missing values. -
m_ReplaceMissingCells
boolean m_ReplaceMissingCells
whether to replace missing cells. -
m_Unhandled
double m_Unhandled
the replacement value for unhandled values.
-
-
Class adams.data.conversion.SpreadSheetToRowArray extends AbstractConversion implements Serializable
- serialVersionUID:
- 8437314873901704106L
-
Class adams.data.conversion.SpreadSheetToString extends AbstractConversion implements Serializable
- serialVersionUID:
- 4890225060389916155L
-
Serialized Fields
-
m_ActualWriter
SpreadSheetWriter m_ActualWriter
the actual spreadsheet writer in use. -
m_Writer
SpreadSheetWriter m_Writer
the spreadsheet writer to use.
-
-
Class adams.data.conversion.SpreadSheetToStringMatrix extends AbstractSpreadSheetToMatrix<String> implements Serializable
- serialVersionUID:
- 4117708470154504868L
-
Class adams.data.conversion.SpreadSheetToTimeseries extends AbstractConversion implements Serializable
- serialVersionUID:
- 5898182986872208113L
-
Serialized Fields
-
m_DateColumn
SpreadSheetColumnIndex m_DateColumn
the date column to use. -
m_ValueColumn
SpreadSheetColumnIndex m_ValueColumn
the value column to use.
-
-
Class adams.data.conversion.SpreadSheetToWekaInstances extends AbstractConversion implements Serializable
- serialVersionUID:
- 867886761713927179L
-
Serialized Fields
-
m_MaxLabels
int m_MaxLabels
the threshold for number of labels before an attribute gets switched toAttribute.STRING
.
-
-
Class adams.data.conversion.SpreadSheetUnescapeColumnName extends AbstractStringConversion implements Serializable
- serialVersionUID:
- 9030129515832801377L
-
Class adams.data.conversion.SpreadSheetUniqueColumnNames extends AbstractInPlaceSpreadSheetConversion implements Serializable
- serialVersionUID:
- 4937434241898052790L
-
Class adams.data.conversion.SpreadSheetUseRowAsHeader extends AbstractInPlaceSpreadSheetConversion implements Serializable
- serialVersionUID:
- 2431670205967099683L
-
Serialized Fields
-
m_Delete
boolean m_Delete
whether to delete the row after updating the header. -
m_ForceString
boolean m_ForceString
whether to set value as string. -
m_Row
SpreadSheetRowIndex m_Row
the row to use as header.
-
-
Class adams.data.conversion.StringArrayToURLParameters extends AbstractConversion implements Serializable
- serialVersionUID:
- 8430779020000469313L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.data.conversion.StringExpression extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -8923034223782377971L
-
Serialized Fields
-
m_Expression
StringExpressionText m_Expression
the string expression to evaluate.
-
-
Class adams.data.conversion.StringMatrixToSpreadSheet extends AbstractMatrixToSpreadSheet implements Serializable
- serialVersionUID:
- -2047404866165517428L
-
Serialized Fields
-
m_ForceString
boolean m_ForceString
whether to set value as string.
-
-
Class adams.data.conversion.StringToBase64 extends AbstractStringConversion implements Serializable
- serialVersionUID:
- 1383459505178870114L
-
Serialized Fields
-
m_Type
Base64Type m_Type
the type of conversion to apply.
-
-
Class adams.data.conversion.StringToBoolean extends AbstractConversion implements Serializable
- serialVersionUID:
- 8575654879898181338L
-
Class adams.data.conversion.StringToByte extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -1833682524381075026L
-
Class adams.data.conversion.StringToByteArray extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -8484572702040266078L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.data.conversion.StringToCharArray extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -8484572702040266078L
-
Class adams.data.conversion.StringToCustomStringRepresentation extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -1819666048086043899L
-
Serialized Fields
-
m_Classname
String m_Classname
the class to convert the string to.
-
-
Class adams.data.conversion.StringToDateTimeType extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -2353313471489671117L
-
Serialized Fields
-
m_DateTimeType
DateTimeType m_DateTimeType
the datetime type to convert. -
m_Format
DateFormatString m_Format
the format string to use. -
m_UseBaseParsing
boolean m_UseBaseParsing
whether to use the base* class's parsing.
-
-
Class adams.data.conversion.StringToDouble extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -7171309518664810125L
-
Serialized Fields
-
m_Locale
Locale m_Locale
the locale to use.
-
-
Class adams.data.conversion.StringToField extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- 8828591710515484463L
-
Serialized Fields
-
m_DefaultDataType
DataType m_DefaultDataType
the default data type, for overriding UNKNOWN.
-
-
Class adams.data.conversion.StringToFile extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- 8828591710515484463L
-
Serialized Fields
-
m_CreatePlaceholderFileObjects
boolean m_CreatePlaceholderFileObjects
whether to generate PlaceholderFile objects instead. -
m_MakeCompliant
boolean m_MakeCompliant
whether to fix the name part of the filename, in order to make it file-system compliant.
-
-
Class adams.data.conversion.StringToHtmlCharacterEntities extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -7337362020786223426L
-
Class adams.data.conversion.StringToInt extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -7337362020786223426L
-
Class adams.data.conversion.StringToJson extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- 1484255065339335859L
-
Serialized Fields
-
m_Type
JsonObjectType m_Type
the type of object to output.
-
-
Class adams.data.conversion.StringToLong extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -7337362020786223426L
-
Class adams.data.conversion.StringToMat5Array extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- 328317728225004681L
-
Serialized Fields
-
m_ElementType
ArrayElementType m_ElementType
the element type.
-
-
Class adams.data.conversion.StringToPoint2D extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -7245586455006906337L
-
Class adams.data.conversion.StringToProperties extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -7337362020786223426L
-
Class adams.data.conversion.StringToQuadrilateralLocation extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -5567881103146881202L
-
Class adams.data.conversion.StringToRectangle extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -5567881103146881202L
-
Serialized Fields
-
m_UseXY
boolean m_UseXY
whether to use a second XY instead of width and height.
-
-
Class adams.data.conversion.StringToRemoteCommand extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -1833682524381075026L
-
Serialized Fields
-
m_CommandProcessor
RemoteCommandProcessor m_CommandProcessor
the command processor.
-
-
Class adams.data.conversion.StringToReport extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- 1432694530645128111L
-
Serialized Fields
-
m_Reader
StringReportReader m_Reader
the report reader to use.
-
-
Class adams.data.conversion.StringToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- 6345525457969386635L
-
Serialized Fields
-
m_ActualReader
SpreadSheetReader m_ActualReader
the actual reader to use for converting the string. -
m_Reader
SpreadSheetReader m_Reader
the reader to use for converting the string.
-
-
Class adams.data.conversion.StringToString extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Class adams.data.conversion.StringToTextContainer extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- 8828591710515484463L
-
Serialized Fields
-
m_ID
String m_ID
the ID to use.
-
-
Class adams.data.conversion.StringToURL extends AbstractConversion implements Serializable
- serialVersionUID:
- 1383459505178870114L
-
Class adams.data.conversion.StringToValidFileName extends AbstractValidateString implements Serializable
- serialVersionUID:
- 5528425779551772381L
-
Serialized Fields
-
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.data.conversion.StringToValidStorageName extends AbstractValidateString implements Serializable
- serialVersionUID:
- -6388015940155411881L
-
Class adams.data.conversion.StringToValidVariableName extends AbstractValidateString implements Serializable
- serialVersionUID:
- 5528425779551772381L
-
Serialized Fields
-
m_Pad
boolean m_Pad
whether to pad the variable name with @{...}.
-
-
Class adams.data.conversion.SwapObjects extends AbstractSwapObject implements Serializable
- serialVersionUID:
- 6354250690633555375L
-
Serialized Fields
-
m_ExactMatch
boolean m_ExactMatch
whether to use an exact match (incl options) or just the class name. -
m_NewObject
BaseCommandLine m_NewObject
the new object. -
m_OldObject
BaseCommandLine m_OldObject
the old object.
-
-
Class adams.data.conversion.SwapPLS extends AbstractSwapObject implements Serializable
- serialVersionUID:
- -1837107962029937245L
-
Serialized Fields
-
m_ExactMatch
boolean m_ExactMatch
whether to use an exact match (incl options) or just the class name. -
m_KeepNumComponents
boolean m_KeepNumComponents
whether to migrate the number of components. -
m_NewFilter
weka.filters.Filter m_NewFilter
the new PLS filter. -
m_OldFilter
weka.filters.Filter m_OldFilter
the old PLS filter.
-
-
Class adams.data.conversion.TextContainerToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Class adams.data.conversion.TextRenderer extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 7863092682380867268L
-
Serialized Fields
-
m_CustomRenderer
TextRenderer m_CustomRenderer
the custom renderer to use. -
m_UnlimitedRendering
boolean m_UnlimitedRendering
whether to perform unlimited rendering. -
m_UseCustomRenderer
boolean m_UseCustomRenderer
whether to use a custom renderer.
-
-
Class adams.data.conversion.TimeseriesToArray extends AbstractConversion implements Serializable
- serialVersionUID:
- 3934411483801077460L
-
Class adams.data.conversion.TimeseriesToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- -7385757807406641857L
-
Serialized Fields
-
m_DataRowType
DataRow m_DataRowType
the data row type to use. -
m_SpreadSheetType
SpreadSheet m_SpreadSheetType
the type of spreadsheet to use.
-
-
Class adams.data.conversion.TimeseriesToWekaInstances extends AbstractConversion implements Serializable
- serialVersionUID:
- 3934411483801077460L
-
Serialized Fields
-
m_Format
DateFormatString m_Format
the date format to use in the Instances object.
-
-
Class adams.data.conversion.TimeToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Serialized Fields
-
m_Format
String m_Format
the format to use for converting the time.
-
-
Class adams.data.conversion.TransposeSpreadSheet extends AbstractSpreadSheetConversion implements Serializable
- serialVersionUID:
- 4733940137387662202L
-
Serialized Fields
-
m_ColumnPrefix
String m_ColumnPrefix
the column prefix if the first column is not used as header. -
m_UseFirstColumnAsHeader
boolean m_UseFirstColumnAsHeader
whether to use the first column as header. -
m_UseHeaderAsFirstColumn
boolean m_UseHeaderAsFirstColumn
whether to add the header row as first column.
-
-
Class adams.data.conversion.UnBackQuote extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -1666988597466661859L
-
Class adams.data.conversion.UnknownToUnknown extends AbstractConversion implements Serializable
- serialVersionUID:
- 478206682870088954L
-
Class adams.data.conversion.UnQuote extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -1362461206623476937L
-
Serialized Fields
-
m_DoubleUp
boolean m_DoubleUp
whether to double up internal quotes rather than escaping them with backslashes. -
m_QuoteType
Quote.QuoteType m_QuoteType
the quote type to use.
-
-
Class adams.data.conversion.UpperCase extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Serialized Fields
-
m_Locale
Locale m_Locale
the locale to use.
-
-
Class adams.data.conversion.URLDecode extends AbstractStringConversion implements Serializable
- serialVersionUID:
- 8430779020000469313L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.data.conversion.URLEncode extends AbstractStringConversion implements Serializable
- serialVersionUID:
- 8430779020000469313L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.data.conversion.URLParametersToStringArray extends AbstractConversion implements Serializable
- serialVersionUID:
- 8430779020000469313L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.data.conversion.URLToString extends AbstractConversion implements Serializable
- serialVersionUID:
- -2645097148545213415L
-
Class adams.data.conversion.UseForwardSlashes extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Class adams.data.conversion.WekaCapabilitiesToInstances extends AbstractConversion implements Serializable
- serialVersionUID:
- -2595383708535316457L
-
Serialized Fields
-
m_NumRows
int m_NumRows
the number of data rows to generate.
-
-
Class adams.data.conversion.WekaCapabilitiesToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- -2595383708535316457L
-
Class adams.data.conversion.WekaCommandToCode extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -8251955083601155771L
-
Serialized Fields
-
m_Converter
weka.core.code.Converter m_Converter
the converter to use.
-
-
Class adams.data.conversion.WekaDrawableToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- -948946850062765325L
-
Class adams.data.conversion.WekaEvaluationToCostCurve extends AbstractConversion implements Serializable
- serialVersionUID:
- -3340269698168769770L
-
Serialized Fields
-
m_ClassLabelIndex
Index m_ClassLabelIndex
the class label index.
-
-
Class adams.data.conversion.WekaEvaluationToMarginCurve extends AbstractConversion implements Serializable
- serialVersionUID:
- -3340269698168769770L
-
Class adams.data.conversion.WekaEvaluationToThresholdCurve extends AbstractConversion implements Serializable
- serialVersionUID:
- -3340269698168769770L
-
Serialized Fields
-
m_ClassLabelIndex
Index m_ClassLabelIndex
the class label index.
-
-
Class adams.data.conversion.WekaForecastContainerToArray extends AbstractConversion implements Serializable
- serialVersionUID:
- 3934411483801077460L
-
Class adams.data.conversion.WekaForecastContainerToTimeseries extends AbstractConversion implements Serializable
- serialVersionUID:
- 3934411483801077460L
-
Serialized Fields
-
m_Index
Index m_Index
the index of the timeseries to extract from the container. -
m_Interval
BaseDateTime m_Interval
the interval for predictions. -
m_PredictionRange
Range m_PredictionRange
the range of predictions to turn into a timeseries. -
m_Start
BaseDateTime m_Start
the start date for timeseries.
-
-
Class adams.data.conversion.WekaInstancesToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- -7728745365733721265L
-
Serialized Fields
-
m_DataRowType
DataRow m_DataRowType
the data row type to use. -
m_SpreadSheetType
SpreadSheet m_SpreadSheetType
the type of spreadsheet to use.
-
-
Class adams.data.conversion.WekaInstancesToTimeseries extends AbstractConversion implements Serializable
- serialVersionUID:
- 3934411483801077460L
-
Serialized Fields
-
m_DateAttribute
WekaAttributeIndex m_DateAttribute
the date attribute to use. -
m_ValueAttribute
WekaAttributeIndex m_ValueAttribute
the value attribute to use.
-
-
Class adams.data.conversion.WekaInstanceToAdamsInstance extends AbstractConversion implements Serializable
- serialVersionUID:
- -6246934381347850100L
-
Class adams.data.conversion.WekaInstanceToMap extends AbstractConversion implements Serializable
- serialVersionUID:
- 6188118988692631954L
-
Class adams.data.conversion.WekaPackageToMap extends AbstractConversion implements Serializable
- serialVersionUID:
- 6188118988692631954L
-
Class adams.data.conversion.WekaPredictionContainerToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- 124581970397295630L
-
Serialized Fields
-
m_AddClassification
boolean m_AddClassification
whether to add the numeric classification to the output. -
m_AddClassificationLabel
boolean m_AddClassificationLabel
whether to add the classification label to the output (nominal classes only). -
m_AddDistribution
boolean m_AddDistribution
whether to add the distribution to the output (nominal classes only). -
m_ClassificationEntry
String m_ClassificationEntry
the entry to use for the numeric classification in the spreadsheet. -
m_ClassificationLabelEntry
String m_ClassificationLabelEntry
the entry to use for the classification label in the spreadsheet. -
m_DistributionFormat
String m_DistributionFormat
the format to use for the distribution entries in the spreadsheet. -
m_DistributionSorting
WekaPredictionContainerToSpreadSheet.Sorting m_DistributionSorting
the type of sorting to apply to the distribution array (if applicable). -
m_TitleNameColumn
String m_TitleNameColumn
the title of the name column. -
m_TitleValueColumn
String m_TitleValueColumn
the title of the value column.
-
-
Class adams.data.conversion.XMLToDOM extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -7337362020786223426L
-
Serialized Fields
-
m_Coalescing
boolean m_Coalescing
Specifies that the parser produced by this code will convert CDATA nodes to Text nodes and append it to the adjacent (if any) text node. -
m_ExpandEntityReferences
boolean m_ExpandEntityReferences
Specifies that the parser produced by this code will expand entity reference nodes. -
m_IgnoringComments
boolean m_IgnoringComments
Specifies that the parser produced by this code will ignore comments. -
m_IgnoringWhitespace
boolean m_IgnoringWhitespace
Specifies that the parsers created by this factory must eliminate whitespace in element content. -
m_NameSpaceAware
boolean m_NameSpaceAware
whether the parser is namespace aware. -
m_Validating
boolean m_Validating
whether the parser is validating or not. -
m_XIncludeAware
boolean m_XIncludeAware
Set state of XInclude processing.
-
-
Class adams.data.conversion.YamlStringToList extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Class adams.data.conversion.YamlStringToMap extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
-
Package adams.data.distribution
-
Class adams.data.distribution.AbstractRealDistribution extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -2791338418373425167L
-
Serialized Fields
-
m_Distribution
org.apache.commons.math3.distribution.RealDistribution m_Distribution
the underlying distribution.
-
-
Class adams.data.distribution.Beta extends AbstractRealDistribution implements Serializable
- serialVersionUID:
- -1708992443868275973L
-
Serialized Fields
-
m_Alpha
double m_Alpha
the alpha parameter. -
m_Beta
double m_Beta
the beta parameter. -
m_InverseCumAccuracy
double m_InverseCumAccuracy
the inverse cumulative accuracy.
-
-
Class adams.data.distribution.Cauchy extends AbstractRealDistribution implements Serializable
- serialVersionUID:
- -1708992443868275973L
-
Serialized Fields
-
m_Median
double m_Median
the median parameter. -
m_Scale
double m_Scale
the scale parameter.
-
-
Class adams.data.distribution.ChiSquared extends AbstractRealDistribution implements Serializable
- serialVersionUID:
- -1708992443868275973L
-
Serialized Fields
-
m_DegreesOfFreedom
double m_DegreesOfFreedom
the degrees of freedom. -
m_InverseCumAccuracy
double m_InverseCumAccuracy
the inverse cumulative accuracy.
-
-
Class adams.data.distribution.Empirical extends AbstractRealDistribution implements Serializable
- serialVersionUID:
- -1708992443868275973L
-
Serialized Fields
-
m_BinCount
int m_BinCount
the bin count.
-
-
Class adams.data.distribution.Exponential extends AbstractRealDistribution implements Serializable
- serialVersionUID:
- -1708992443868275973L
-
Serialized Fields
-
m_InverseCumAccuracy
double m_InverseCumAccuracy
the inverse cumulative accuracy. -
m_Mean
double m_Mean
the mean.
-
-
Class adams.data.distribution.F extends AbstractRealDistribution implements Serializable
- serialVersionUID:
- -1708992443868275973L
-
Serialized Fields
-
m_DenominatorDegreesOfFreedom
double m_DenominatorDegreesOfFreedom
the denominator degrees of freedom. -
m_InverseCumAccuracy
double m_InverseCumAccuracy
the inverse cumulative accuracy. -
m_NumeratorDegreesOfFreedom
double m_NumeratorDegreesOfFreedom
the numerator degrees of freedom.
-
-
Class adams.data.distribution.Gamma extends AbstractRealDistribution implements Serializable
- serialVersionUID:
- -1708992443868275973L
-
Serialized Fields
-
m_InverseCumAccuracy
double m_InverseCumAccuracy
the inverse cumulative accuracy. -
m_Scale
double m_Scale
the scale parameter. -
m_Shape
double m_Shape
the shape parameter.
-
-
Class adams.data.distribution.LogNormal extends AbstractRealDistribution implements Serializable
- serialVersionUID:
- -1708992443868275973L
-
Serialized Fields
-
m_InverseCumAccuracy
double m_InverseCumAccuracy
the inverse cumulative accuracy. -
m_Scale
double m_Scale
the scale parameter. -
m_Shape
double m_Shape
the shape parameter.
-
-
Class adams.data.distribution.Normal extends AbstractRealDistribution implements Serializable
- serialVersionUID:
- -1708992443868275973L
-
Serialized Fields
-
m_Mean
double m_Mean
the mean. -
m_StandardDeviation
double m_StandardDeviation
the standard deviation.
-
-
Class adams.data.distribution.T extends AbstractRealDistribution implements Serializable
- serialVersionUID:
- -1708992443868275973L
-
Serialized Fields
-
m_DegreesOfFreedom
double m_DegreesOfFreedom
the degrees of freedom. -
m_InverseCumAccuracy
double m_InverseCumAccuracy
the inverse cumulative accuracy.
-
-
Class adams.data.distribution.Triangular extends AbstractRealDistribution implements Serializable
- serialVersionUID:
- -1708992443868275973L
-
Serialized Fields
-
m_A
double m_A
the a parameter. -
m_B
double m_B
the b parameter. -
m_C
double m_C
the c parameter.
-
-
Class adams.data.distribution.Uniform extends AbstractRealDistribution implements Serializable
- serialVersionUID:
- -1708992443868275973L
-
Serialized Fields
-
m_LowerBound
double m_LowerBound
the lower bound. -
m_UpperBound
double m_UpperBound
the upper bound.
-
-
Class adams.data.distribution.Weibull extends AbstractRealDistribution implements Serializable
- serialVersionUID:
- -1708992443868275973L
-
Serialized Fields
-
m_Alpha
double m_Alpha
the alpha parameter. -
m_Beta
double m_Beta
the beta parameter. -
m_InverseCumAccuracy
double m_InverseCumAccuracy
the inverse cumulative accuracy.
-
-
-
Package adams.data.exif.commons
-
Class adams.data.exif.commons.ExifTagEnum extends ConfigurableEnumeration<ExifTagEnum.Item> implements Serializable
- serialVersionUID:
- -4797024800799130165L
-
Class adams.data.exif.commons.ExifTagEnum.Item extends ConfigurableEnumeration.AbstractItem implements Serializable
- serialVersionUID:
- 436668216654476094L
-
-
Package adams.data.featureconverter
-
Class adams.data.featureconverter.AbstractFeatureConverter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4745159188031576718L
-
Serialized Fields
-
m_Dataset
String m_Dataset
the name of the dataset. -
m_Header
D m_Header
the header. -
m_HeaderDefinition
HeaderDefinition m_HeaderDefinition
the data types.
-
-
Class adams.data.featureconverter.AbstractMetaFeatureConverter extends AbstractFeatureConverter implements Serializable
- serialVersionUID:
- 3518281033354364298L
-
Serialized Fields
-
m_Converter
AbstractFeatureConverter m_Converter
the base converter.
-
-
Class adams.data.featureconverter.CountValues extends AbstractMetaFeatureConverter implements Serializable
- serialVersionUID:
- -5349388859224578387L
-
Serialized Fields
-
m_Label
String m_Label
the optional label for the generated feature. -
m_Maximum
double m_Maximum
the maximum value. -
m_MaximumIncluded
boolean m_MaximumIncluded
whether the maximum value is included. -
m_Minimum
double m_Minimum
the minimum value. -
m_MinimumIncluded
boolean m_MinimumIncluded
whether the minimum value is included.
-
-
Class adams.data.featureconverter.Dataset extends SpreadSheet implements Serializable
- serialVersionUID:
- 2655075828639195810L
-
Class adams.data.featureconverter.FeatureContainer extends AbstractFeatureConverter implements Serializable
- serialVersionUID:
- 2245576408802564218L
-
Class adams.data.featureconverter.FixedColumnText extends AbstractFeatureConverter<String,String> implements Serializable
- serialVersionUID:
- 2245576408802564218L
-
Serialized Fields
-
m_ColumnWidth
int m_ColumnWidth
the width of the columns. -
m_MissingValue
String m_MissingValue
the string to use for missing values. -
m_SeparatorCells
String m_SeparatorCells
the separator to use for cells. -
m_SeparatorHeader
String m_SeparatorHeader
the separator between header and data (gets automatically repeated).
-
-
Class adams.data.featureconverter.FixedNumFeatures extends AbstractMetaFeatureConverter implements Serializable
- serialVersionUID:
- -5349388859224578387L
-
Serialized Fields
-
m_FillerBoolean
boolean m_FillerBoolean
the boolean filler. -
m_FillerNumeric
double m_FillerNumeric
the numeric filler. -
m_FillerString
String m_FillerString
the string filler. -
m_FillerType
FixedNumFeatures.FillerType m_FillerType
the filler type. -
m_HeaderTemplate
String m_HeaderTemplate
the template to use in the header for missing values. -
m_NumFeatures
int m_NumFeatures
the number of features to guarantee.
-
-
Class adams.data.featureconverter.HeaderDefinition extends Object implements Serializable
- serialVersionUID:
- 3616920834737849123L
-
Class adams.data.featureconverter.SpreadSheet extends AbstractFeatureConverter<SpreadSheet,Row> implements Serializable
- serialVersionUID:
- -1696817128027564877L
-
Serialized Fields
-
m_DataRowType
DataRow m_DataRowType
the data row type to use. -
m_SpreadSheetType
SpreadSheet m_SpreadSheetType
the type of spreadsheet to use.
-
-
Class adams.data.featureconverter.Text extends AbstractFeatureConverter<String,String> implements Serializable
- serialVersionUID:
- 2245576408802564218L
-
Class adams.data.featureconverter.Weka extends AbstractFeatureConverter<weka.core.Instances,weka.core.Instance> implements Serializable
- serialVersionUID:
- 2019318091828718405L
-
-
Package adams.data.filter
-
Class adams.data.filter.AbstractAutocorrelation extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- 7714239052976065971L
-
Serialized Fields
-
m_Algorithm
AbstractAutoCorrelation m_Algorithm
the algorithm to use.
-
-
Class adams.data.filter.AbstractBatchFilter extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- 2531570968585605571L
-
Class adams.data.filter.AbstractDatabaseConnectionFilter extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- -6659639627999176470L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.data.filter.AbstractDerivative extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- 530300053103127948L
-
Serialized Fields
-
m_Order
int m_Order
the order of the derivative. -
m_ScalingRange
double m_ScalingRange
the range to scale the abundances to after each derivation step.
-
-
Class adams.data.filter.AbstractDerivative.Point extends Object implements Serializable
- serialVersionUID:
- -5500693386976351214L
-
Serialized Fields
-
m_X
double m_X
the X value. -
m_Y
double m_Y
the Y value.
-
-
Class adams.data.filter.AbstractEquiDistance extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- -2590871295104049256L
-
Serialized Fields
-
m_AllowOversampling
boolean m_AllowOversampling
indicates whether oversampling is allowed, i.e., generating more points than were available in the original data. -
m_NumPoints
int m_NumPoints
the number of points to output ("-1" uses the same amount of points as currently in the data).
-
-
Class adams.data.filter.AbstractEquiDistanceWithOffset extends AbstractEquiDistance<T extends DataContainer> implements Serializable
- serialVersionUID:
- -2590871295104049256L
-
Serialized Fields
-
m_Offset
int m_Offset
offset: add to timestamp/scan-num.
-
-
Class adams.data.filter.AbstractFastWavelet extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- 8562484608944330752L
-
Serialized Fields
-
m_InverseTransform
boolean m_InverseTransform
whether to perform inverse transformation (wavelet -> normal space). -
m_PaddingType
PaddingType m_PaddingType
the type of padding to use. -
m_WaveletType
AbstractFastWavelet.WaveletType m_WaveletType
the type of wavelet to use.
-
-
Class adams.data.filter.AbstractFFT extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- 8562484608944330752L
-
Serialized Fields
-
m_InverseTransform
boolean m_InverseTransform
whether to perform inverse transformation (wavelet -> normal space). -
m_PaddingType
PaddingType m_PaddingType
the type of padding to use. -
m_Real
boolean m_Real
whether to return complex or real part of the transformation.
-
-
Class adams.data.filter.AbstractFilter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3610605513320220903L
-
Serialized Fields
-
m_DontUpdateID
boolean m_DontUpdateID
whether to suppress updating of ID.
-
-
Class adams.data.filter.AbstractFilter.FilterJob extends AbstractJob implements Serializable
- serialVersionUID:
- 5544327082749651329L
-
Serialized Fields
-
m_Data
T extends DataContainer m_Data
the data to push through the filter. -
m_Filter
Filter m_Filter
the filter to use. -
m_FilteredData
T extends DataContainer m_FilteredData
the filtered data.
-
-
Class adams.data.filter.AbstractHistogram extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- 1836858988505886282L
-
Serialized Fields
-
m_Histogram
ArrayHistogram m_Histogram
the array histogram setup to use.
-
-
Class adams.data.filter.AbstractLOWESS extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- 7714239052976065971L
-
Serialized Fields
-
m_WindowSize
int m_WindowSize
Size of window size for calculating lowess.
-
-
Class adams.data.filter.AbstractPreFilter extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- -631871037799637776L
-
Serialized Fields
-
m_Filter
Filter m_Filter
the filter to apply to the data first.
-
-
Class adams.data.filter.AbstractSavitzkyGolay extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- 7714239052976065971L
-
Serialized Fields
-
m_Coefficients
double[] m_Coefficients
the calculated coefficients. -
m_DerivativeOrder
int m_DerivativeOrder
the order of the derivative. -
m_NumPointsLeft
int m_NumPointsLeft
the number of points to the left of a data point. -
m_NumPointsRight
int m_NumPointsRight
the number of points to the right of a data point. -
m_PolynomialOrder
int m_PolynomialOrder
the polynomial order.
-
-
Class adams.data.filter.AbstractSAX extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- 1836858988505886282L
-
Serialized Fields
-
m_BreakPoints
double[] m_BreakPoints
the calculated breakpoints. -
m_DistMatrix
double[][] m_DistMatrix
the matrix to use for the distance calculations. -
m_NumBins
int m_NumBins
the number of breakpoints to use (for the Gaussian). -
m_NumWindows
int m_NumWindows
the number of windows to use for PAA. -
m_OutputLabels
boolean m_OutputLabels
whether to output labels or the actual distances.
-
-
Class adams.data.filter.AbstractScript extends AbstractFilter implements Serializable
- serialVersionUID:
- -8283487312539061029L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.data.filter.AbstractScriptedFilter extends AbstractFilter implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.data.filter.AbstractSimpleSavitzkyGolay extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- 343582700139292935L
-
Serialized Fields
-
m_WindowSize
int m_WindowSize
window size.
-
-
Class adams.data.filter.BaselineCorrection extends AbstractDatabaseConnectionFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- -7883650579561992382L
-
Serialized Fields
-
m_BaselineCorrection
AbstractBaselineCorrection m_BaselineCorrection
the baseline correction algorithm.
-
-
Class adams.data.filter.DownSample extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- -7633117391523711914L
-
Serialized Fields
-
m_NthPoint
int m_NthPoint
the n-th point to use.
-
-
Class adams.data.filter.DownSize extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- -7633117391523711914L
-
Serialized Fields
-
m_NumPoints
int m_NumPoints
the number of points to retain.
-
-
Class adams.data.filter.Groovy extends AbstractScriptedFilter implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_InlineScript
GroovyScript m_InlineScript
the inline script.
-
-
Class adams.data.filter.MultiFilter extends AbstractDatabaseConnectionFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- 805661569976845842L
-
Serialized Fields
-
m_Filters
Filter<T extends DataContainer>[] m_Filters
the filters.
-
-
Class adams.data.filter.OutlierDetector extends AbstractDatabaseConnectionFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- -7381879273745030342L
-
Serialized Fields
-
m_OnlyWarning
boolean m_OnlyWarning
whether the detection is only added as warning instead of error. -
m_OutlierDetector
AbstractOutlierDetector m_OutlierDetector
the detector algorithm.
-
-
Class adams.data.filter.PassThrough extends AbstractBatchFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- -3576292594181295517L
-
Class adams.data.filter.RemoveNoise extends AbstractFilter<T extends DataContainer & Mergeable> implements Serializable
- serialVersionUID:
- 4225773526265205077L
-
Serialized Fields
-
m_Denoiser
AbstractDenoiser m_Denoiser
the noise level algorithm. -
m_Invert
boolean m_Invert
indicates whether to invert behavior, i.e., to remove non-noise instead of noise.
-
-
Class adams.data.filter.ReportFilter extends AbstractDatabaseConnectionFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- -754895778604425899L
-
Serialized Fields
-
m_Filter
AbstractReportFilter<T extends DataContainer> m_Filter
the report filter.
-
-
Class adams.data.filter.Scripted extends AbstractScriptedFilter implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
Class adams.data.filter.Smoothing extends AbstractDatabaseConnectionFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- -3912578009638673851L
-
Serialized Fields
-
m_Smoother
AbstractSmoother m_Smoother
the smoothing scheme.
-
-
Class adams.data.filter.TimeseriesAutocorrelation extends AbstractAutocorrelation<Timeseries> implements Serializable
- serialVersionUID:
- -6722542153654514316L
-
Class adams.data.filter.TimeseriesChangeResolution extends AbstractFilter<Timeseries> implements Serializable
- serialVersionUID:
- 2616498525816421178L
-
Serialized Fields
-
m_Interval
double m_Interval
the new interval in seconds. -
m_Polynomial
int m_Polynomial
-
-
Class adams.data.filter.TimeseriesDerivative extends AbstractDerivative<Timeseries> implements Serializable
- serialVersionUID:
- 530300053103127948L
-
Class adams.data.filter.TimeseriesEquiDistance extends AbstractEquiDistance<Timeseries> implements Serializable
- serialVersionUID:
- -17911247313401753L
-
Class adams.data.filter.TimeseriesFastWavelet extends AbstractFastWavelet<Timeseries> implements Serializable
- serialVersionUID:
- -5581114911009545192L
-
Class adams.data.filter.TimeseriesFFT extends AbstractFFT<Timeseries> implements Serializable
- serialVersionUID:
- -6722542153654514316L
-
Class adams.data.filter.TimeseriesHistogram extends AbstractHistogram<Timeseries> implements Serializable
- serialVersionUID:
- 1836858988505886282L
-
Class adams.data.filter.TimeseriesLOWESS extends AbstractLOWESS<Timeseries> implements Serializable
- serialVersionUID:
- -4083374493035684200L
-
Class adams.data.filter.TimeseriesResetTimestamps extends AbstractFilter<Timeseries> implements Serializable
- serialVersionUID:
- -1306518673446335794L
-
Serialized Fields
-
m_Start
BaseDateTime m_Start
the new start date.
-
-
Class adams.data.filter.TimeseriesRound extends AbstractFilter<Timeseries> implements Serializable
- serialVersionUID:
- 2616498525816421178L
-
Serialized Fields
-
m_NumDecimals
int m_NumDecimals
the number of decimals. -
m_Type
RoundingType m_Type
the rounding type.
-
-
Class adams.data.filter.TimeseriesRowNorm extends AbstractFilter<Timeseries> implements Serializable
- serialVersionUID:
- 1836858988505886282L
-
Class adams.data.filter.TimeseriesSavitzkyGolay extends AbstractSavitzkyGolay<Timeseries> implements Serializable
- serialVersionUID:
- -8446122688895546559L
-
Class adams.data.filter.TimeseriesSAX extends AbstractSAX<Timeseries> implements Serializable
- serialVersionUID:
- 1836858988505886282L
-
Class adams.data.filter.TimeseriesSetStart extends AbstractFilter<Timeseries> implements Serializable
- serialVersionUID:
- 2616498525816421178L
-
Serialized Fields
-
m_Start
BaseDateTime m_Start
the new starting point.
-
-
Class adams.data.filter.TimeseriesShiftTimestamps extends AbstractFilter<Timeseries> implements Serializable
- serialVersionUID:
- 2616498525816421178L
-
Serialized Fields
-
m_CustomFormat
String m_CustomFormat
the custom format to use. -
m_NewTimestamp
BaseDateTime m_NewTimestamp
the new timstamp. -
m_ReportField
Field m_ReportField
the reprt field to use. -
m_Source
TimeseriesShiftTimestamps.TimestampSource m_Source
the timestamp source. -
m_SuppliedTimestamp
BaseDateTime m_SuppliedTimestamp
the supplied timestamp.
-
-
Class adams.data.filter.TimeseriesShiftValues extends AbstractFilter<Timeseries> implements Serializable
- serialVersionUID:
- 2616498525816421178L
-
Serialized Fields
-
m_Amount
double m_Amount
the amount to shift the values by.
-
-
Class adams.data.filter.TimeseriesValueSubset extends AbstractFilter<Timeseries> implements Serializable
- serialVersionUID:
- 2616498525816421178L
-
Serialized Fields
-
m_Maximum
double m_Maximum
the maximum. -
m_Minimum
double m_Minimum
the minimum.
-
-
Class adams.data.filter.TimeseriesWindow extends AbstractFilter<Timeseries> implements Serializable
- serialVersionUID:
- 2616498525816421178L
-
Serialized Fields
-
m_End
BaseDateTime m_End
the end point. -
m_Invert
boolean m_Invert
whether to invert the matching. -
m_Start
BaseDateTime m_Start
the starting point.
-
-
-
Package adams.data.filter.event
-
Class adams.data.filter.event.GlobalDataContainerFilterChangeEvent extends ChangeEvent implements Serializable
- serialVersionUID:
- -4916095762765587184L
-
-
Package adams.data.groupextraction
-
Class adams.data.groupextraction.AbstractGroupExtractor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3343502597905329739L
-
Class adams.data.groupextraction.Manual extends AbstractGroupExtractor implements Serializable
- serialVersionUID:
- 6130414784797102811L
-
Serialized Fields
-
m_Group
String m_Group
the manual group.
-
-
Class adams.data.groupextraction.Null extends AbstractGroupExtractor implements Serializable
- serialVersionUID:
- 6130414784797102811L
-
Class adams.data.groupextraction.ReportField extends AbstractGroupExtractor implements Serializable
- serialVersionUID:
- 6130414784797102811L
-
Serialized Fields
-
m_Field
Field m_Field
the report field.
-
-
Class adams.data.groupextraction.ReportFieldRegExp extends AbstractGroupExtractor implements Serializable
- serialVersionUID:
- 6130414784797102811L
-
Serialized Fields
-
m_Field
Field m_Field
the report field. -
m_Group
String m_Group
the group to extract. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.data.groupextraction.SpreadSheetCell extends AbstractGroupExtractor implements Serializable
- serialVersionUID:
- 6130414784797102811L
-
Serialized Fields
-
m_Column
SpreadSheetColumnIndex m_Column
the column index.
-
-
Class adams.data.groupextraction.SpreadSheetCellRegExp extends AbstractGroupExtractor implements Serializable
- serialVersionUID:
- 6130414784797102811L
-
Serialized Fields
-
m_Column
SpreadSheetColumnIndex m_Column
the column index. -
m_Group
String m_Group
the group to extract. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.data.groupextraction.SpreadSheetCellWithLookUp extends SpreadSheetCell implements Serializable
- serialVersionUID:
- 6130414784797102811L
-
Serialized Fields
-
m_LookUps
BaseKeyValuePair[] m_LookUps
the lookup values. -
m_MissingKey
SpreadSheetCellWithLookUp.MissingLookUpKey m_MissingKey
the behavior for missing keys. -
m_MissingValue
String m_MissingValue
the missing value. -
m_SuppressMissingKeyWarnings
boolean m_SuppressMissingKeyWarnings
whether to suppress warnings when key is not present.
-
-
-
Package adams.data.groupupdate
-
Class adams.data.groupupdate.AbstractGroupUpdater extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3343502597905329739L
-
Class adams.data.groupupdate.PassThrough extends AbstractGroupUpdater implements Serializable
- serialVersionUID:
- -3693259505464575148L
-
Class adams.data.groupupdate.ReportField extends AbstractGroupUpdater implements Serializable
- serialVersionUID:
- -1554542870085562691L
-
Serialized Fields
-
m_Field
Field m_Field
the report field.
-
-
-
Package adams.data.id
-
Class adams.data.id.AbstractIDFilenameGenerator extends AbstractIDGenerator<T> implements Serializable
- serialVersionUID:
- 5141285178186856446L
-
Serialized Fields
-
m_FilenameReplaceChar
String m_FilenameReplaceChar
the filename replacement character. -
m_MakeFilename
boolean m_MakeFilename
whether to make the ID filename compliant.
-
-
Class adams.data.id.AbstractIDGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5141285178186856446L
-
Class adams.data.id.IDGeneratorPostProcessor extends AbstractIDGenerator implements Serializable
- serialVersionUID:
- 3108348760412162025L
-
Serialized Fields
-
m_Find
String m_Find
the string to find (regexp). -
m_Generator
AbstractIDGenerator m_Generator
the generator for generating the ID. -
m_Replace
String m_Replace
the replacement string. -
m_ReplaceAll
boolean m_ReplaceAll
whether to replace all or only the first occurrence. -
m_ReplaceContainsPlaceholder
boolean m_ReplaceContainsPlaceholder
whether the replace string contains a placeholder, which needs to be expanded first.
-
-
Class adams.data.id.SimpleIDGenerator extends AbstractIDFilenameGenerator<Object> implements Serializable
- serialVersionUID:
- -3963694054822483252L
-
Serialized Fields
-
m_Format
String m_Format
the format of the ID to generate.
-
-
-
Package adams.data.idextraction
-
Class adams.data.idextraction.AbstractIDExtractor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3343502597905329739L
-
Class adams.data.idextraction.Manual extends AbstractIDExtractor implements Serializable
- serialVersionUID:
- 6130414784797102811L
-
Serialized Fields
-
m_ID
String m_ID
the manual ID.
-
-
Class adams.data.idextraction.Null extends AbstractIDExtractor implements Serializable
- serialVersionUID:
- 6130414784797102811L
-
Class adams.data.idextraction.ReportField extends AbstractIDExtractor implements Serializable
- serialVersionUID:
- 6130414784797102811L
-
Serialized Fields
-
m_Field
Field m_Field
the report field.
-
-
Class adams.data.idextraction.ReportFieldRegExp extends ReportField implements Serializable
- serialVersionUID:
- -4503545619469661243L
-
Serialized Fields
-
m_Find
BaseRegExp m_Find
the string to find. -
m_RemoveFileExt
boolean m_RemoveFileExt
whether to remove any file extension before applying the regexp. -
m_Replace
String m_Replace
the replacement string.
-
-
Class adams.data.idextraction.SpreadSheetCell extends AbstractIDExtractor implements Serializable
- serialVersionUID:
- 6130414784797102811L
-
Serialized Fields
-
m_Column
SpreadSheetColumnIndex m_Column
the column index.
-
-
-
Package adams.data.idupdate
-
Class adams.data.idupdate.AbstractIDUpdater extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3343502597905329739L
-
Class adams.data.idupdate.IDHandler extends AbstractIDUpdater implements Serializable
- serialVersionUID:
- 371417041544523756L
-
Class adams.data.idupdate.PassThrough extends AbstractIDUpdater implements Serializable
- serialVersionUID:
- -1559491590835608144L
-
Class adams.data.idupdate.ReportField extends AbstractIDUpdater implements Serializable
- serialVersionUID:
- -1554542870085562691L
-
Serialized Fields
-
m_Field
Field m_Field
the report field.
-
-
-
Package adams.data.image
-
Class adams.data.image.AbstractImageContainer extends AbstractSimpleContainer<T> implements Serializable
- serialVersionUID:
- 2095394708673239275L
-
Class adams.data.image.AbstractImageFeatureGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4566948525813804085L
-
Serialized Fields
-
m_Converter
AbstractFeatureConverter m_Converter
the feature converter to use. -
m_Fields
Field[] m_Fields
fields to add to the output data. -
m_Notes
BaseString[] m_Notes
the notes to add as attributes. -
m_Prefix
String m_Prefix
the prefix to use for the fields.
-
-
Class adams.data.image.AbstractImageTransformer extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4566948525813804085L
-
Serialized Fields
-
m_FlowContext
Actor m_FlowContext
the flow context.
-
-
Class adams.data.image.AbstractMultiImageOperation extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1185449853784824033L
-
Class adams.data.image.BooleanArrayMatrixView extends Object implements Serializable
- serialVersionUID:
- -5901549787330341842L
-
Serialized Fields
-
m_Data
boolean[] m_Data
the underlaying array. -
m_Height
int m_Height
the height of the matrix. -
m_Width
int m_Width
the width of the matrix.
-
-
Class adams.data.image.BufferedImageBitmaskContainer extends BufferedImageContainer implements Serializable
- serialVersionUID:
- -3729935584834380099L
-
Serialized Fields
-
m_Bitmasks
BufferedImage[] m_Bitmasks
the bitmasks.
-
-
Class adams.data.image.BufferedImageContainer extends AbstractImageContainer<BufferedImage> implements Serializable
- serialVersionUID:
- 740331649074560705L
-
Class adams.data.image.IntArrayMatrixView extends Object implements Serializable
- serialVersionUID:
- -5901549787330341842L
-
Serialized Fields
-
m_Data
int[] m_Data
the underlaying array. -
m_Height
int m_Height
the height of the matrix. -
m_Width
int m_Width
the width of the matrix.
-
-
-
Package adams.data.image.features
-
Class adams.data.image.features.AbstractBufferedImageFeatureGenerator extends AbstractImageFeatureGenerator<BufferedImageContainer> implements Serializable
- serialVersionUID:
- 4566948525813804085L
-
Class adams.data.image.features.AbstractCountColor extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Serialized Fields
-
m_Color
Color m_Color
the color to count. -
m_UsePercentage
boolean m_UsePercentage
whether to return the percentage instead of absolute count.
-
-
Class adams.data.image.features.AbstractScript extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8283487312539061029L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.data.image.features.AbstractScriptedFeatureGenerator extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.data.image.features.Barcode extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Serialized Fields
-
m_Decoder
AbstractBarcodeDecoder m_Decoder
the decoder to use.
-
-
Class adams.data.image.features.BasicStatistics extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Class adams.data.image.features.ColorCounts extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Class adams.data.image.features.CountColor extends AbstractCountColor implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Class adams.data.image.features.CountColorOutside extends AbstractCountColor implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Class adams.data.image.features.Dimensions extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Class adams.data.image.features.Eccentricity extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 3584074710241497942L
-
Serialized Fields
-
m_BackgroundValue
Color m_BackgroundValue
the value of the background colour
-
-
Class adams.data.image.features.Entropy extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Serialized Fields
-
m_StepSize
int m_StepSize
the step size to use (every n-th column/row).
-
-
Class adams.data.image.features.FilteredBufferedImageFeatureGenerator extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Serialized Fields
-
m_Filter
AbstractBufferedImageTransformer m_Filter
the filter to use. -
m_Generator
AbstractBufferedImageFeatureGenerator m_Generator
the base feature generator.
-
-
Class adams.data.image.features.Histogram extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Serialized Fields
-
m_GroupChannels
boolean m_GroupChannels
whether to group the channels. -
m_HistogramType
Histogram.HistogramType m_HistogramType
the type of histogram to generate. -
m_NumBins
int m_NumBins
the number of bins per channel.
-
-
Class adams.data.image.features.HusMoments extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 495282625574301886L
-
Serialized Fields
-
m_BackgroundValue
Color m_BackgroundValue
the value of the background colour
-
-
Class adams.data.image.features.Max extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Class adams.data.image.features.Min extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Class adams.data.image.features.Moment extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 8208438326898292052L
-
Serialized Fields
-
m_Moment
AbstractBufferedImageMoment m_Moment
the moment to compute.
-
-
Class adams.data.image.features.MultiBufferedImageFeatureGenerator extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -4136037171201268286L
-
Serialized Fields
-
m_SubGenerators
AbstractBufferedImageFeatureGenerator[] m_SubGenerators
the generators to use. -
m_SubHeaders
HeaderDefinition[] m_SubHeaders
the sub-headers.
-
-
Class adams.data.image.features.OrientationVector extends AbstractBufferedImageFeatureGenerator implements Serializable
-
Serialized Fields
-
m_BackgroundValue
Color m_BackgroundValue
the value of the background colour
-
-
-
Class adams.data.image.features.PixelClassifications extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -511904410456677378L
-
Serialized Fields
-
m_Anchor
ImageAnchor m_Anchor
where to anchor the position on the rectangle. -
m_Height
int m_Height
the height of the crop rectangle. -
m_PixelType
Pixels.PixelType m_PixelType
how to output the pixels. -
m_Width
int m_Width
the width of the crop rectangle.
-
-
Class adams.data.image.features.Pixels extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Serialized Fields
-
m_PixelType
Pixels.PixelType m_PixelType
how to output the pixels.
-
-
Class adams.data.image.features.Scripted extends AbstractScriptedFeatureGenerator implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
-
Package adams.data.image.luminance
-
Class adams.data.image.luminance.AbstractLuminanceParameters extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 8927292193236439325L
-
Class adams.data.image.luminance.BT2020 extends AbstractLuminanceParameters implements Serializable
- serialVersionUID:
- -8226279974532958311L
-
Class adams.data.image.luminance.BT601 extends AbstractLuminanceParameters implements Serializable
- serialVersionUID:
- -8226279974532958311L
-
Class adams.data.image.luminance.BT709 extends AbstractLuminanceParameters implements Serializable
- serialVersionUID:
- -8226279974532958311L
-
Class adams.data.image.luminance.Custom extends AbstractLuminanceParameters implements Serializable
- serialVersionUID:
- -8226279974532958311L
-
Serialized Fields
-
m_B
double m_B
the value for B. -
m_G
double m_G
the value for G. -
m_R
double m_R
the value for R.
-
-
-
Package adams.data.image.moments
-
Class adams.data.image.moments.AbstractBufferedImageMoment extends AbstractMoment<BufferedImageContainer> implements Serializable
- serialVersionUID:
- 1665590865743934991L
-
Serialized Fields
-
m_BackgroundValue
Color m_BackgroundValue
the value of the background colour.
-
-
Class adams.data.image.moments.AbstractMoment extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6361679938889787199L
-
Class adams.data.image.moments.CentralMoment extends AbstractBufferedImageMoment implements Serializable
- serialVersionUID:
- -7242993528639148116L
-
Serialized Fields
-
m_P
int m_P
exponent for x. -
m_Q
int m_Q
exponent for y.
-
-
Class adams.data.image.moments.Moment extends AbstractBufferedImageMoment implements Serializable
- serialVersionUID:
- -2700133930871642551L
-
Serialized Fields
-
m_P
int m_P
exponent for x. -
m_Q
int m_Q
exponent for y.
-
-
Class adams.data.image.moments.NormalizedMoment extends AbstractBufferedImageMoment implements Serializable
- serialVersionUID:
- -7708665286209625811L
-
Serialized Fields
-
m_P
int m_P
exponent for x. -
m_Q
int m_Q
exponent for y.
-
-
-
Package adams.data.image.multiimageoperation
-
Class adams.data.image.multiimageoperation.AbstractBufferedImageMultiImageOperation extends AbstractMultiImageOperation<BufferedImageContainer> implements Serializable
- serialVersionUID:
- 8469793062316240081L
-
Class adams.data.image.multiimageoperation.And extends AbstractBufferedImageMultiImageOperation implements Serializable
- serialVersionUID:
- 7381673951864996785L
-
Class adams.data.image.multiimageoperation.ApplyMask extends AbstractBufferedImageMultiImageOperation implements Serializable
- serialVersionUID:
- 3811234791768694013L
-
Class adams.data.image.multiimageoperation.Average extends AbstractBufferedImageMultiImageOperation implements Serializable
- serialVersionUID:
- 7381673951864996785L
-
Class adams.data.image.multiimageoperation.CombineChannels extends AbstractBufferedImageMultiImageOperation implements Serializable
- serialVersionUID:
- 1888786897723421704L
-
Serialized Fields
-
m_Channels
Channel[] m_Channels
the channels to combine.
-
-
Class adams.data.image.multiimageoperation.Diff extends AbstractBufferedImageMultiImageOperation implements Serializable
- serialVersionUID:
- -9082953554081133032L
-
Serialized Fields
-
m_Threshold
int m_Threshold
the threshold at which two pixels are considered different
-
-
Class adams.data.image.multiimageoperation.Median extends AbstractBufferedImageMultiImageOperation implements Serializable
- serialVersionUID:
- 7381673951864996785L
-
Class adams.data.image.multiimageoperation.MergeGrid extends AbstractBufferedImageMultiImageOperation implements Serializable
- serialVersionUID:
- 1888786897723421704L
-
Serialized Fields
-
m_NumCols
int m_NumCols
the number of columns to use. -
m_NumRows
int m_NumRows
the number of rows to use. -
m_OverlapX
int m_OverlapX
the overlap on the x axis. -
m_OverlapY
int m_OverlapY
the overlap on the y axis. -
m_Prefix
String m_Prefix
the prefix to use when generating a report.
-
-
Class adams.data.image.multiimageoperation.Or extends AbstractBufferedImageMultiImageOperation implements Serializable
-
Class adams.data.image.multiimageoperation.PassThrough extends AbstractBufferedImageMultiImageOperation implements Serializable
- serialVersionUID:
- -1150506476203258531L
-
Class adams.data.image.multiimageoperation.ReportFieldSubtraction extends AbstractBufferedImageMultiImageOperation implements Serializable
- serialVersionUID:
- 7381673951864996785L
-
Serialized Fields
-
m_Fields
Field[] m_Fields
the report fields to subtract.
-
-
Class adams.data.image.multiimageoperation.XOr extends AbstractBufferedImageMultiImageOperation implements Serializable
-
-
Package adams.data.image.transformer
-
Class adams.data.image.transformer.AbstractBufferedImageTransformer extends AbstractImageTransformer<BufferedImageContainer> implements Serializable
- serialVersionUID:
- 6509685876509009633L
-
Class adams.data.image.transformer.AbstractScript extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- -8283487312539061029L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.data.image.transformer.AbstractScriptedTransformer extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.data.image.transformer.Binary extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Threshold
int m_Threshold
the (grayscale) threshold to use.
-
-
Class adams.data.image.transformer.BinaryMask extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_ReplacementColor
Color m_ReplacementColor
the color to replace the pixels with. -
m_ReplacementType
BinaryMask.ReplacementType m_ReplacementType
what pixels to replace. -
m_Threshold
int m_Threshold
the (grayscale) threshold to use.
-
-
Class adams.data.image.transformer.BlueChannelColorizer extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 4183676541160281269L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for generating the colors.
-
-
Class adams.data.image.transformer.ChangeCanvasSize extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 7548064590836834398L
-
Serialized Fields
-
m_Anchor
ImageAnchor m_Anchor
where to anchor the position on the canvas. -
m_Background
Color m_Background
the background color. -
m_CanvasHeight
int m_CanvasHeight
the height of the canvas. -
m_CanvasWidth
int m_CanvasWidth
the width of the canvas.
-
-
Class adams.data.image.transformer.Cropping extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Algorithm
AbstractCropAlgorithm m_Algorithm
the crop algorithm to use.
-
-
Class adams.data.image.transformer.DownSample extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 8400999643470579756L
-
Serialized Fields
-
m_NthPixel
int m_NthPixel
the n-th pixel to use.
-
-
Class adams.data.image.transformer.FixObjects extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Finder
ObjectFinder m_Finder
the object finder to use.
-
-
Class adams.data.image.transformer.GaussianBlur extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Radius
double m_Radius
the radius to use.
-
-
Class adams.data.image.transformer.GrayOrIndexedColorizer extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 4183676541160281269L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for generating the colors. -
m_ForceGrayScale
boolean m_ForceGrayScale
whether to force gray scale or use the image as is.
-
-
Class adams.data.image.transformer.Grayscale extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 8400999643470579756L
-
Serialized Fields
-
m_Luminance
AbstractLuminanceParameters m_Luminance
the luminance parameters to use.
-
-
Class adams.data.image.transformer.ImageFilter extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Copy
boolean m_Copy
whether to create a copy of the image first. -
m_Filter
AbstractImageFilterProvider m_Filter
the filter to apply.
-
-
Class adams.data.image.transformer.ImageType extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Type
ImageType.Type m_Type
the image type.
-
-
Class adams.data.image.transformer.LaplaceOfGaussian extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 8400999643470579756L
-
Serialized Fields
-
m_Matrix
double[][] m_Matrix
the current matrix. -
m_Sigma
double m_Sigma
the sigma value of the gaussian. -
m_Size
int m_Size
the size of the matrix.
-
-
Class adams.data.image.transformer.LaplaceOperator extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 8400999643470579756L
-
Class adams.data.image.transformer.LocalMedianFilter extends AbstractBufferedImageTransformer implements Serializable
-
Serialized Fields
-
K
int K
-
-
-
Class adams.data.image.transformer.MaxRGB extends AbstractBufferedImageTransformer implements Serializable
-
Class adams.data.image.transformer.MinRGB extends AbstractBufferedImageTransformer implements Serializable
-
Class adams.data.image.transformer.MinRGBOld extends AbstractBufferedImageTransformer implements Serializable
-
Class adams.data.image.transformer.MultiTransformer extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 7793661256600883689L
-
Serialized Fields
-
m_Transformers
AbstractBufferedImageTransformer[] m_Transformers
the sub-transformers.
-
-
Class adams.data.image.transformer.ObjectAnnotationsMask extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- -7828174332731436229L
-
Serialized Fields
-
m_Finder
ObjectFinder m_Finder
the object finder to use.
-
-
Class adams.data.image.transformer.PassThrough extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Class adams.data.image.transformer.ReplaceColors extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- -7828174332731436229L
-
Class adams.data.image.transformer.ReplacePredominantColor extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- -7828174332731436229L
-
Serialized Fields
-
m_NewColor
BaseColor m_NewColor
the replacement color.
-
-
Class adams.data.image.transformer.Resize extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- -7139209460998569352L
-
Serialized Fields
-
m_ForcePercentage
boolean m_ForcePercentage
whether to force percentage (eg for scaling larger). -
m_Height
double m_Height
the new height. -
m_ScalingType
Resize.ScalingType m_ScalingType
the type of interpolation to perform. -
m_Width
double m_Width
the new width.
-
-
Class adams.data.image.transformer.Scripted extends AbstractScriptedTransformer implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
Class adams.data.image.transformer.SplitChannels extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Channels
Channel[] m_Channels
the channels to extract.
-
-
Class adams.data.image.transformer.SplitChannelsHSV extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Channels
HSVChannel[] m_Channels
the channels to extract.
-
-
Class adams.data.image.transformer.SplitChannelsYIQ extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Channels
YIQChannel[] m_Channels
the channels to extract.
-
-
Class adams.data.image.transformer.SplitChannelsYUV extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Channels
YUVChannel[] m_Channels
the channels to extract.
-
-
Class adams.data.image.transformer.SubImages extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Generator
AbstractSubImagesGenerator m_Generator
the subimages generator.
-
-
Class adams.data.image.transformer.SuppliedImageMask extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- -922292531841315436L
-
Serialized Fields
-
m_Down
boolean m_Down
If true, then pixels <= threshold are not masked and the others' alpha channel are set to 0 (made transparent). -
m_Mask
StorageName m_Mask
the image in internal storage. -
m_MaskMatrix
int[][] m_MaskMatrix
the mask image. -
m_Threshold
int m_Threshold
Threshold value used for binarization, specify -1 to automatically determine a threshold.
-
-
Class adams.data.image.transformer.ThresholdReplacement extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_ReplacementColor
Color m_ReplacementColor
the replacement color. -
m_Threshold
int m_Threshold
the (grayscale) threshold to use. -
m_Type
ThresholdReplacement.ThresholdType m_Type
whether to remove below or above threshold.
-
-
Class adams.data.image.transformer.TrimapColorizer extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 4183676541160281269L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for generating the colors.
-
-
Class adams.data.image.transformer.WhiteBalance extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Algorithm
AbstractWhiteBalanceAlgorithm m_Algorithm
the crop algorithm to use.
-
-
Class adams.data.image.transformer.XScreenMask extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- -922292531841315436L
-
Serialized Fields
-
m_Color
XScreenMaskHelper.Color m_Color
Color to be masked out. -
m_Down
boolean m_Down
If true, then pixels <= threshold are not masked and the others' alpha channel are set to 0 (made transparent). -
m_Threshold
int m_Threshold
Threshold value used for binarization, specify -1 to automatically determine a threshold.
-
-
-
Package adams.data.image.transformer.crop
-
Class adams.data.image.transformer.crop.AbstractCropAlgorithm extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 776508705083560079L
-
Class adams.data.image.transformer.crop.BinaryCrop extends AbstractCropAlgorithm implements Serializable
- serialVersionUID:
- -696539737461589970L
-
Serialized Fields
-
m_ImageTransformer
AbstractBufferedImageTransformer m_ImageTransformer
the image transformer to apply to the image before cropping. -
m_Invert
boolean m_Invert
whether to invert the check (ie look for black rectangle). -
m_NumCheckPoints
int m_NumCheckPoints
the number of checkpoints to use for determining minimum rectangle.
-
-
Class adams.data.image.transformer.crop.CropBackground extends AbstractCropAlgorithm implements Serializable
- serialVersionUID:
- -696539737461589970L
-
Serialized Fields
-
m_Anchor
ImageAnchor m_Anchor
where to pick the background color.
-
-
Class adams.data.image.transformer.crop.NoCrop extends AbstractCropAlgorithm implements Serializable
- serialVersionUID:
- -696539737461589970L
-
Class adams.data.image.transformer.crop.RectangleCrop extends AbstractCropAlgorithm implements Serializable
- serialVersionUID:
- -696539737461589970L
-
Class adams.data.image.transformer.crop.RelativeCrop extends AbstractCropAlgorithm implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Anchor
ImageAnchor m_Anchor
where to anchor the position on the rectangle. -
m_Height
double m_Height
the height of the crop rectangle. -
m_UseAnchorAtPos
boolean m_UseAnchorAtPos
whether to use the anchor at the specified to position rather than using image. -
m_Width
double m_Width
the width of the crop rectangle. -
m_X
double m_X
the X position of the crop rectangle. -
m_Y
double m_Y
the Y position of the crop rectangle.
-
-
Class adams.data.image.transformer.crop.SimpleCrop extends AbstractCropAlgorithm implements Serializable
- serialVersionUID:
- -696539737461589970L
-
Serialized Fields
-
m_Bottom
int m_Bottom
the y of the bottom-right corner. -
m_Height
int m_Height
the height of the window. -
m_Left
int m_Left
the x of the top-left corner. -
m_Right
int m_Right
the x of the bottom-right corner. -
m_Top
int m_Top
the y of the top-left corner. -
m_Width
int m_Width
the width of the window.
-
-
Class adams.data.image.transformer.crop.ThresholdedCrop extends AbstractCropAlgorithm implements Serializable
- serialVersionUID:
- -696539737461589970L
-
Serialized Fields
-
m_NoiseLevel
double m_NoiseLevel
the noise level in percent (0-1).
-
-
-
Package adams.data.image.transformer.subimages
-
Class adams.data.image.transformer.subimages.AbstractSubImagesGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2258244755943306047L
-
Serialized Fields
-
m_FixInvalid
boolean m_FixInvalid
whether to fix the shapes of partial hits. -
m_Partial
boolean m_Partial
whether to include partial hits. -
m_Prefix
String m_Prefix
the prefix to use when generating a report.
-
-
Class adams.data.image.transformer.subimages.Grid extends AbstractSubImagesGenerator implements Serializable
- serialVersionUID:
- 2488185528644078539L
-
Serialized Fields
-
m_NumCols
int m_NumCols
the number of columns to use. -
m_NumRows
int m_NumRows
the number of rows to use. -
m_OverlapX
int m_OverlapX
the overlap on the x axis. -
m_OverlapY
int m_OverlapY
the overlap on the y axis.
-
-
Class adams.data.image.transformer.subimages.LabeledRegions extends AbstractSubImagesGenerator implements Serializable
- serialVersionUID:
- 2488185528644078539L
-
Serialized Fields
-
m_LabelKey
String m_LabelKey
the meta-data key for the label. -
m_OneBasedCoords
boolean m_OneBasedCoords
whether the regions are 1-based or 0-based. -
m_Regions
LabeledRectangle[] m_Regions
the regions to use.
-
-
Class adams.data.image.transformer.subimages.Objects extends AbstractSubImagesGenerator implements Serializable
- serialVersionUID:
- 2488185528644078539L
-
Serialized Fields
-
m_Finder
ObjectFinder m_Finder
the object finder to use.
-
-
Class adams.data.image.transformer.subimages.PassThrough extends AbstractSubImagesGenerator implements Serializable
- serialVersionUID:
- -2752350477173134757L
-
Class adams.data.image.transformer.subimages.Regions extends AbstractSubImagesGenerator implements Serializable
- serialVersionUID:
- 2488185528644078539L
-
Serialized Fields
-
m_OneBasedCoords
boolean m_OneBasedCoords
whether the regions are 1-based or 0-based. -
m_Regions
BaseRectangle[] m_Regions
the regions to use.
-
-
-
Package adams.data.image.transformer.whitebalance
-
Class adams.data.image.transformer.whitebalance.AbstractWhiteBalanceAlgorithm extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 776508705083560079L
-
Class adams.data.image.transformer.whitebalance.GIMP extends AbstractWhiteBalanceAlgorithm implements Serializable
- serialVersionUID:
- -867061196522097584L
-
Serialized Fields
-
m_Threshold
double m_Threshold
the threshold below which pixels get discarded.
-
-
Class adams.data.image.transformer.whitebalance.GrayWorld extends AbstractWhiteBalanceAlgorithm implements Serializable
- serialVersionUID:
- -696539737461589970L
-
Class adams.data.image.transformer.whitebalance.NoBalance extends AbstractWhiteBalanceAlgorithm implements Serializable
- serialVersionUID:
- -696539737461589970L
-
Class adams.data.image.transformer.whitebalance.WhitePatch extends AbstractWhiteBalanceAlgorithm implements Serializable
- serialVersionUID:
- -867061196522097584L
-
-
Package adams.data.imagefilter
-
Class adams.data.imagefilter.AbstractImageFilterProvider extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2092237222859238898L
-
Class adams.data.imagefilter.GrayFilterProvider extends AbstractImageFilterProvider implements Serializable
- serialVersionUID:
- -370613834879391406L
-
Serialized Fields
-
m_BrightenPixels
boolean m_BrightenPixels
whether to brighten the pixels. -
m_GrayPercentage
int m_GrayPercentage
the gray percentage.
-
-
Class adams.data.imagefilter.KeepOnlyColors extends AbstractImageFilterProvider implements Serializable
- serialVersionUID:
- -151175675073048859L
-
Class adams.data.imagefilter.TransparentBackground extends AbstractImageFilterProvider implements Serializable
- serialVersionUID:
- -151175675073048859L
-
-
Package adams.data.imagesegmentation.filter
-
Class adams.data.imagesegmentation.filter.AbstractImageSegmentationContainerFilter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3781202843152967644L
-
Class adams.data.imagesegmentation.filter.Draw extends AbstractImageSegmentationContainerFilter implements Serializable
- serialVersionUID:
- 91438576971072522L
-
Serialized Fields
-
m_Alpha
float m_Alpha
the alpha value to use. -
m_LayerColorMappings
BaseKeyValuePair[] m_LayerColorMappings
the layer/color mappings.
-
-
Class adams.data.imagesegmentation.filter.MergeLayers extends AbstractImageSegmentationContainerFilter implements Serializable
- serialVersionUID:
- -8231656612700614421L
-
Serialized Fields
-
m_DeleteOldLayers
boolean m_DeleteOldLayers
whether to delete the layers used for merging. -
m_LayersToMerge
BaseString[] m_LayersToMerge
the layers to merge. -
m_NewLayer
String m_NewLayer
the new layer to generate.
-
-
Class adams.data.imagesegmentation.filter.MultiFilter extends AbstractImageSegmentationContainerFilter implements Serializable
- serialVersionUID:
- -6559340258634055902L
-
Serialized Fields
-
m_Filters
AbstractImageSegmentationContainerFilter[] m_Filters
the base filters.
-
-
Class adams.data.imagesegmentation.filter.PassThrough extends AbstractImageSegmentationContainerFilter implements Serializable
- serialVersionUID:
- -6559340258634055902L
-
Class adams.data.imagesegmentation.filter.RemoveOverlaps extends AbstractImageSegmentationContainerFilter implements Serializable
- serialVersionUID:
- -6559340258634055902L
-
Serialized Fields
-
m_Order
AbstractImageSegmentationContainerLayerOrder m_Order
how to order the layers.
-
-
-
Package adams.data.imagesegmentation.layerorder
-
Class adams.data.imagesegmentation.layerorder.AbstractImageSegmentationContainerLayerOrder extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6786494515827769804L
-
Class adams.data.imagesegmentation.layerorder.AsIs extends AbstractImageSegmentationContainerLayerOrder implements Serializable
- serialVersionUID:
- -2366275466947298671L
-
Class adams.data.imagesegmentation.layerorder.Predefined extends AbstractImageSegmentationContainerLayerOrder implements Serializable
- serialVersionUID:
- -2366275466947298671L
-
Serialized Fields
-
m_Layers
BaseString[] m_Layers
the predefined layer order.
-
-
Class adams.data.imagesegmentation.layerorder.Sorted extends AbstractImageSegmentationContainerLayerOrder implements Serializable
- serialVersionUID:
- -2366275466947298671L
-
-
Package adams.data.imagesegmentation.operation
-
Class adams.data.imagesegmentation.operation.AbstractImageSegmentationContainerOperation extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1185449853784824033L
-
Class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction extends AbstractImageSegmentationContainerOperation implements Serializable
- serialVersionUID:
- 5451678654384977453L
-
Serialized Fields
-
m_BackgroundColor
Color m_BackgroundColor
the background color to use. -
m_ColorAdditional
Color m_ColorAdditional
the color for additional predictions. -
m_ColorMissed
Color m_ColorMissed
the color for missed annotations. -
m_ColorOverlap
Color m_ColorOverlap
the color for correct overlaps. -
m_Labels
BaseString[] m_Labels
the labels to analyze (all if none specified).
-
-
Class adams.data.imagesegmentation.operation.ConfusionMatrix extends AbstractImageSegmentationContainerOperation implements Serializable
- serialVersionUID:
- 5451678654384977453L
-
Serialized Fields
-
m_ActualPrefix
String m_ActualPrefix
the optional prefix for the actual labels. -
m_Labels
BaseString[] m_Labels
the label to use instead of automatically determining. -
m_MatrixValues
ConfusionMatrix.MatrixValues m_MatrixValues
what values to generate. -
m_PredictedPrefix
String m_PredictedPrefix
the optional prefix for the predicted labels. -
m_UnlabeledText
String m_UnlabeledText
the unlabeled text to use.
-
-
Class adams.data.imagesegmentation.operation.CountPixels extends AbstractImageSegmentationContainerOperation implements Serializable
- serialVersionUID:
- 5451678654384977453L
-
Class adams.data.imagesegmentation.operation.EvaluatePrediction extends AbstractImageSegmentationContainerOperation implements Serializable
- serialVersionUID:
- 5451678654384977453L
-
Serialized Fields
-
m_AddMisclassification
boolean m_AddMisclassification
whether to add misclassification information.
-
-
Class adams.data.imagesegmentation.operation.PassThrough extends AbstractImageSegmentationContainerOperation implements Serializable
- serialVersionUID:
- 5451678654384977453L
-
Class adams.data.imagesegmentation.operation.SimpleOverlay extends AbstractImageSegmentationContainerOperation implements Serializable
- serialVersionUID:
- 1742854771007616833L
-
Serialized Fields
-
m_Alpha
int m_Alpha
the alpha value to use for the overlay (0: transparent, 255: opaque). -
m_BackgroundColor
Color m_BackgroundColor
the background color to use when not using the base image. -
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for generating the colors. -
m_IncludeBaseImage
boolean m_IncludeBaseImage
whether to include the base image. -
m_Layers
BaseString[] m_Layers
the layers to use.
-
-
-
Package adams.data.imagesharpness
-
Class adams.data.imagesharpness.AbstractImageSharpness extends AbstractOptionHandler implements Serializable
-
Class adams.data.imagesharpness.Dummy extends AbstractImageSharpness implements Serializable
-
-
Package adams.data.indexedsplits
-
Class adams.data.indexedsplits.AbstractIndexedSplitsRunsCompatibility extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7790713819190384379L
-
Serialized Fields
-
m_Lenient
boolean m_Lenient
whether to be lenient.
-
-
Class adams.data.indexedsplits.IndexedSplit extends LoggingObject implements Serializable
- serialVersionUID:
- -5715920089798537036L
-
Serialized Fields
-
m_ID
int m_ID
the id of the of this split. -
m_Indices
Map<String,SplitIndices> m_Indices
the splits.
-
-
Class adams.data.indexedsplits.IndexedSplits extends ArrayList<IndexedSplit> implements Serializable
- serialVersionUID:
- 2038127012987944539L
-
Class adams.data.indexedsplits.IndexedSplitsRun extends LoggingObject implements Serializable
- serialVersionUID:
- 2961289043024002739L
-
Serialized Fields
-
m_ID
int m_ID
the run ID. -
m_Splits
IndexedSplits m_Splits
the splits.
-
-
Class adams.data.indexedsplits.IndexedSplitsRuns extends ArrayList<IndexedSplitsRun> implements Serializable
- serialVersionUID:
- -7149163938744310061L
-
Serialized Fields
-
m_MetaData
MetaData m_MetaData
the meta-data.
-
-
Class adams.data.indexedsplits.InstancesIndexedSplitsRunsCompatibility extends AbstractIndexedSplitsRunsCompatibility implements Serializable
- serialVersionUID:
- -5319544776172513377L
-
Class adams.data.indexedsplits.MetaData extends HashMap<String,Object> implements Serializable
- serialVersionUID:
- 3534089057338513027L
-
Class adams.data.indexedsplits.SplitIndices extends LoggingObject implements Serializable
- serialVersionUID:
- 7768427666356815978L
-
Serialized Fields
-
m_Indices
gnu.trove.list.TIntList m_Indices
the indices. -
m_Name
String m_Name
the name.
-
-
-
Package adams.data.instance
-
Class adams.data.instance.Instance extends AbstractDataContainer<InstancePoint> implements Serializable
- serialVersionUID:
- 8553741559715144356L
-
Class adams.data.instance.InstancePoint extends AbstractDataPoint implements Serializable
- serialVersionUID:
- -8737532674253304044L
-
Class adams.data.instance.InstancePointComparator extends DataPointComparator implements Serializable
- serialVersionUID:
- 2862272335441705521L
-
Serialized Fields
-
m_UseY
boolean m_UseY
whether to compare Y or X.
-
-
Class adams.data.instance.WekaInstanceContainer extends AbstractSimpleContainer<weka.core.Instance> implements Serializable
- serialVersionUID:
- -6461878118927918040L
-
-
Package adams.data.instances
-
Class adams.data.instances.AbstractInstanceGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5543015283566767256L
-
Serialized Fields
-
m_AddDatabaseID
boolean m_AddDatabaseID
whether to add the database ID. -
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection. -
m_Offline
boolean m_Offline
whether to operate in offline mode. -
m_OutputHeader
weka.core.Instances m_OutputHeader
the generated header. -
m_TolerateHeaderChanges
boolean m_TolerateHeaderChanges
whether to tolerate header changes.
-
-
Class adams.data.instances.InstanceComparator extends Object implements Serializable
- serialVersionUID:
- 7477661638560986045L
-
Serialized Fields
-
m_Ascending
boolean[] m_Ascending
whether to sort ascending or descending. -
m_Indices
int[] m_Indices
the column indices to use in the comparison.
-
-
-
Package adams.data.instancesanalysis
-
Class adams.data.instancesanalysis.AbstractInstancesAnalysis extends AbstractAnalysis<weka.core.Instances> implements Serializable
- serialVersionUID:
- -5262468901500523353L
-
Class adams.data.instancesanalysis.FastICA extends AbstractInstancesAnalysis implements Serializable
- serialVersionUID:
- 7150143741822676345L
-
Serialized Fields
-
m_AttributeRange
WekaAttributeRange m_AttributeRange
the range of attributes to work. -
m_Components
SpreadSheet m_Components
the components. -
m_ICA
com.github.waikatodatamining.matrix.algorithm.ica.FastICA m_ICA
the Fast ICA analysis to use. -
m_Sources
SpreadSheet m_Sources
the sources.
-
-
Class adams.data.instancesanalysis.PCA extends AbstractInstancesAnalysis implements Serializable
- serialVersionUID:
- 7150143741822676345L
-
Serialized Fields
-
m_AttributeRange
WekaAttributeRange m_AttributeRange
the range of attributes to work. -
m_Kept
ArrayList<Integer> m_Kept
the indices of the kept attributes. -
m_Loadings
SpreadSheet m_Loadings
the loadings. -
m_MaxAttributeNames
int m_MaxAttributeNames
the maximum number of attribute names. -
m_MaxAttributes
int m_MaxAttributes
the maximum number of attributes. -
m_NumAttributes
int m_NumAttributes
the number of attributes in the data (excl class). -
m_Scores
SpreadSheet m_Scores
the scores. -
m_SkipNominal
boolean m_SkipNominal
whether to skip nominal attributes (and not apply NominalToBinary). -
m_Supported
gnu.trove.list.TIntList m_Supported
the supported attributes. -
m_Unsupported
gnu.trove.list.TIntList m_Unsupported
the unsupported attributes. -
m_Variance
double m_Variance
the variance to cover.
-
-
Class adams.data.instancesanalysis.PLS extends AbstractInstancesAnalysis implements Serializable
- serialVersionUID:
- 7150143741822676345L
-
Serialized Fields
-
m_Algorithm
AbstractPLS m_Algorithm
the algorithm to use. -
m_AttributeRange
WekaAttributeRange m_AttributeRange
the range of attributes to work. -
m_Loadings
SpreadSheet m_Loadings
the loadings. -
m_Scores
SpreadSheet m_Scores
the scores.
-
-
-
Package adams.data.instancesanalysis.pls
-
Class adams.data.instancesanalysis.pls.AbstractMultiClassPLS extends AbstractPLS implements Serializable
- serialVersionUID:
- 5649007256147616278L
-
Serialized Fields
-
m_ClassAttributeIndices
gnu.trove.list.TIntList m_ClassAttributeIndices
the class attribute indices. -
m_ClassAttributes
BaseRegExp m_ClassAttributes
the regular expression for identifying class attributes (besides an explicitly set one). -
m_ClassMean
Map<Integer,Double> m_ClassMean
the class mean. -
m_ClassStdDev
Map<Integer,Double> m_ClassStdDev
the class stddev. -
m_Filter
weka.filters.Filter m_Filter
for centering the data -
m_Missing
weka.filters.Filter m_Missing
for replacing missing values
-
-
Class adams.data.instancesanalysis.pls.AbstractPLS extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -2619191840396410446L
-
Serialized Fields
-
m_Initialized
boolean m_Initialized
whether the scheme has been initialized. -
m_NumComponents
int m_NumComponents
the maximum number of components to generate -
m_OutputFormat
weka.core.Instances m_OutputFormat
the output format. -
m_PredictionType
PredictionType m_PredictionType
the prediction type to perform. -
m_PreprocessingType
PreprocessingType m_PreprocessingType
the preprocessing type to perform. -
m_ReplaceMissing
boolean m_ReplaceMissing
whether to replace missing values
-
-
Class adams.data.instancesanalysis.pls.AbstractSingleClassPLS extends AbstractPLS implements Serializable
- serialVersionUID:
- 5649007256147616278L
-
Serialized Fields
-
m_ClassMean
double m_ClassMean
the class mean. -
m_ClassStdDev
double m_ClassStdDev
the class stddev. -
m_Filter
weka.filters.Filter m_Filter
for centering the data -
m_Missing
weka.filters.Filter m_Missing
for replacing missing values
-
-
Class adams.data.instancesanalysis.pls.DIPLS extends AbstractSingleClassPLS implements Serializable
- serialVersionUID:
- -1605633160253194760L
-
Serialized Fields
-
m_DIPLS
com.github.waikatodatamining.matrix.algorithm.pls.DIPLS m_DIPLS
the actual algorithm. -
m_Lambda
double m_Lambda
lambda
-
-
Class adams.data.instancesanalysis.pls.KernelPLS extends AbstractMultiClassPLS implements Serializable
- serialVersionUID:
- 3943381091993382352L
-
Serialized Fields
-
m_Kernel
com.github.waikatodatamining.matrix.transformation.kernel.AbstractKernel m_Kernel
the kernel to use. -
m_KernelPLS
com.github.waikatodatamining.matrix.algorithm.pls.KernelPLS m_KernelPLS
the actual algorithm. -
m_MaxIter
int m_MaxIter
Inner NIPALS loop maximum number of iterations -
m_Tol
double m_Tol
Inner NIPALS loop improvement tolerance
-
-
Class adams.data.instancesanalysis.pls.NIPALS extends AbstractSingleClassPLS implements Serializable
- serialVersionUID:
- -1605633160253194760L
-
Serialized Fields
-
m_DeflationMode
com.github.waikatodatamining.matrix.algorithm.pls.NIPALS.DeflationMode m_DeflationMode
X and Y deflation Mode -
m_MaxIter
int m_MaxIter
Inner NIPALS loop maximum number of iterations -
m_NIPALS
com.github.waikatodatamining.matrix.algorithm.pls.NIPALS m_NIPALS
the actual algorithm. -
m_NormYWeights
boolean m_NormYWeights
Flag to normalize Y weights -
m_Tol
double m_Tol
Inner NIPALS loop improvement tolerance
-
-
Class adams.data.instancesanalysis.pls.OPLS extends AbstractSingleClassPLS implements Serializable
- serialVersionUID:
- -1605633160253194760L
-
Serialized Fields
-
m_Base
com.github.waikatodatamining.matrix.algorithm.pls.AbstractPLS m_Base
the base PLS algorithm. -
m_OPLS
com.github.waikatodatamining.matrix.algorithm.pls.OPLS m_OPLS
the actual algorithm.
-
-
Class adams.data.instancesanalysis.pls.PLS1 extends AbstractSingleClassPLS implements Serializable
- serialVersionUID:
- -2148100447010845646L
-
Serialized Fields
-
m_b_hat
weka.core.matrix.Matrix m_b_hat
the b-hat vector -
m_P
weka.core.matrix.Matrix m_P
the P matrix -
m_r_hat
weka.core.matrix.Matrix m_r_hat
the regression vector "r-hat" -
m_W
weka.core.matrix.Matrix m_W
the W matrix
-
-
Class adams.data.instancesanalysis.pls.PRM extends AbstractSingleClassPLS implements Serializable
- serialVersionUID:
- -1605633160253194760L
-
Serialized Fields
-
m_C
double m_C
Tuning parameter. -
m_MaxIter
int m_MaxIter
Inner loop maximum number of iterations -
m_NumSimplsCoefficients
int m_NumSimplsCoefficients
the number of SIMPLS coefficients. -
m_PRM
com.github.waikatodatamining.matrix.algorithm.pls.PRM m_PRM
the actual algorithm. -
m_Tol
double m_Tol
Inner loop improvement tolerance
-
-
Class adams.data.instancesanalysis.pls.SIMPLS extends AbstractSingleClassPLS implements Serializable
- serialVersionUID:
- -2148100447010845646L
-
Serialized Fields
-
m_B
weka.core.matrix.Matrix m_B
the B matrix (used for prediction) -
m_NumCoefficients
int m_NumCoefficients
the number of coefficients in W to keep (0 keep all). -
m_W
weka.core.matrix.Matrix m_W
the W matrix
-
-
Class adams.data.instancesanalysis.pls.SparsePLS extends AbstractSingleClassPLS implements Serializable
- serialVersionUID:
- -1605633160253194760L
-
Serialized Fields
-
m_Lambda
double m_Lambda
Sparsity parameter. Determines sparseness. -
m_MaxIter
int m_MaxIter
Inner NIPALS loop maximum number of iterations -
m_SparsePLS
com.github.waikatodatamining.matrix.algorithm.pls.SparsePLS m_SparsePLS
the actual algorithm. -
m_Tol
double m_Tol
Inner NIPALS loop improvement tolerance
-
-
Class adams.data.instancesanalysis.pls.VCPLS extends AbstractSingleClassPLS implements Serializable
- serialVersionUID:
- -1605633160253194760L
-
Serialized Fields
-
m_Lambda
double m_Lambda
the lambda value. -
m_VCPLS
com.github.waikatodatamining.matrix.algorithm.pls.VCPLS m_VCPLS
the actual algorithm.
-
-
-
Package adams.data.io.input
-
Class adams.data.io.input.AbstractAdamsExperimentReader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4625713362723567006L
-
Class adams.data.io.input.AbstractCompressedTextReader extends AbstractTextReader implements Serializable
- serialVersionUID:
- -7256819627812267170L
-
Serialized Fields
-
m_TextReader
AbstractTextReader m_TextReader
the reader for reading the decompressed content.
-
-
Class adams.data.io.input.AbstractCustomPNGAnnotationImageSegmentationReader extends AbstractPNGAnnotationImageSegmentationReader implements Serializable
- serialVersionUID:
- -5567473437385041915L
-
Serialized Fields
-
m_Reader
ImageReader m_Reader
the image reader for the PNG.
-
-
Class adams.data.io.input.AbstractDataContainerReader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -4690065186988048507L
-
Serialized Fields
-
m_CreateDummyReport
boolean m_CreateDummyReport
whether to create a dumy report if none is present. -
m_Input
PlaceholderFile m_Input
the file to parse. -
m_InputIsFile
boolean m_InputIsFile
indicates whether the input has to be a file (= default) or directory. -
m_Processed
boolean m_Processed
indicates whether the data has been processed. -
m_ReadData
List<T extends DataContainer> m_ReadData
the data containers that have been read.
-
-
Class adams.data.io.input.AbstractEmailFileReader extends AbstractEmailReader implements Serializable
- serialVersionUID:
- -815445698354646307L
-
Serialized Fields
-
m_Input
PlaceholderFile m_Input
the file to read the email from.
-
-
Class adams.data.io.input.AbstractEmailReader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -9737701248226890L
-
Class adams.data.io.input.AbstractExcelSpreadSheetReader extends AbstractMultiSheetSpreadSheetReaderWithMissingValueSupport<T extends Range> implements Serializable
- serialVersionUID:
- 4755872204697328246L
-
Serialized Fields
-
m_AutoExtendHeader
boolean m_AutoExtendHeader
whether to automatically extend the header if rows have more cells than header. -
m_CustomColumnHeaders
String m_CustomColumnHeaders
the comma-separated list of column header names. -
m_FirstRow
int m_FirstRow
the first row to retrieve (1-based). -
m_NoHeader
boolean m_NoHeader
whether the file has a header or not. -
m_NumRows
int m_NumRows
the number of rows to retrieve (less than 1 = unlimited). -
m_TextColumns
Range m_TextColumns
the range of columns to force to be text.
-
-
Class adams.data.io.input.AbstractFlowReader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4828477005893179066L
-
Serialized Fields
-
m_Errors
MessageCollection m_Errors
for storing errors. -
m_Quiet
boolean m_Quiet
whether to suppress logging output. -
m_Warnings
MessageCollection m_Warnings
for storing warnings.
-
-
Class adams.data.io.input.AbstractImageReader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2069846153567151035L
-
Class adams.data.io.input.AbstractImageSegmentationAnnotationReader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -2475426542124421777L
-
Class adams.data.io.input.AbstractIndexedSplitsRunsReader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8633292996589233838L
-
Class adams.data.io.input.AbstractMultiSheetSpreadSheetReader extends AbstractSpreadSheetReader implements Serializable
- serialVersionUID:
- -7995524981221985397L
-
Class adams.data.io.input.AbstractMultiSheetSpreadSheetReaderWithMissingValueSupport extends AbstractMultiSheetSpreadSheetReader<T extends Range> implements Serializable
- serialVersionUID:
- 8681736902001611911L
-
Serialized Fields
-
m_MissingValue
BaseRegExp m_MissingValue
The placeholder for missing values.
-
-
Class adams.data.io.input.AbstractNestedFlowReader extends AbstractFlowReader implements Serializable
- serialVersionUID:
- 8278421715981535356L
-
Class adams.data.io.input.AbstractObjectReader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2069846153567151035L
-
Class adams.data.io.input.AbstractParameterMapReader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -2116714163958424681L
-
Class adams.data.io.input.AbstractPNGAnnotationImageSegmentationReader extends AbstractImageSegmentationAnnotationReader implements Serializable
- serialVersionUID:
- -5567473437385041915L
-
Serialized Fields
-
m_LayerNames
BaseString[] m_LayerNames
the layer names. -
m_Lenient
boolean m_Lenient
whether to be lenient. -
m_SkipFirstLayer
boolean m_SkipFirstLayer
whether to skip the first layer (usually background).
-
-
Class adams.data.io.input.AbstractReportReader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -630224132021076920L
-
Serialized Fields
-
m_Input
PlaceholderFile m_Input
the file to parse. -
m_Stopped
boolean m_Stopped
whether the reader got stopped.
-
-
Class adams.data.io.input.AbstractSimpleCSVReportReader extends AbstractReportReader<T extends Report> implements Serializable
- serialVersionUID:
- 8997935127278404969L
-
Class adams.data.io.input.AbstractSimpleJsonReportReader extends AbstractReportReader<T extends Report> implements Serializable
- serialVersionUID:
- 8997935127278404969L
-
Class adams.data.io.input.AbstractSimpleReportReader extends AbstractReportReader<T extends Report> implements Serializable
- serialVersionUID:
- -196559365684130179L
-
Class adams.data.io.input.AbstractSpreadSheetReader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4828477005893179066L
-
Serialized Fields
-
m_DataRowType
DataRow m_DataRowType
the data row type to use. -
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_LastError
String m_LastError
the last error that occurred. -
m_SpreadSheetType
SpreadSheet m_SpreadSheetType
the type of spreadsheet to use. -
m_Stopped
boolean m_Stopped
whether the read process was stopped through an external source.
-
-
Class adams.data.io.input.AbstractSpreadSheetReaderWithMissingValueSupport extends AbstractSpreadSheetReader implements Serializable
- serialVersionUID:
- 8681736902001611911L
-
Serialized Fields
-
m_MissingValue
BaseRegExp m_MissingValue
The placeholder for missing values.
-
-
Class adams.data.io.input.AbstractTextReader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1002106529556316198L
-
Serialized Fields
-
m_Stream
InputStream m_Stream
the stream in use.
-
-
Class adams.data.io.input.AbstractTextReaderWithEncoding extends AbstractTextReader<T> implements Serializable
- serialVersionUID:
- 5751028237392590857L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.data.io.input.AbstractTimeseriesReader extends AbstractDataContainerReader<Timeseries> implements Serializable
- serialVersionUID:
- -3384980618158494184L
-
Class adams.data.io.input.AbstractWekaSpreadSheetReader extends AbstractSpreadSheetReader implements Serializable
- serialVersionUID:
- -8635190668122194492L
-
Serialized Fields
-
m_Loader
weka.core.converters.AbstractFileLoader m_Loader
the file loader to use.
-
-
Class adams.data.io.input.AccessSpreadSheetReader extends AbstractSpreadSheetReader implements Serializable
- serialVersionUID:
- 1822931227110464391L
-
Serialized Fields
-
m_ChunkSize
int m_ChunkSize
the chunk size to use. -
m_FirstRow
int m_FirstRow
the first row to retrieve (1-based). -
m_NumRows
int m_NumRows
the number of rows to retrieve (less than 1 = unlimited). -
m_Reader
AccessSpreadSheetReader.ChunkReader m_Reader
the reader. -
m_Table
String m_Table
the table to read.
-
-
Class adams.data.io.input.AccessSpreadSheetReader.ChunkReader extends Object implements Serializable
-
Serialized Fields
-
m_ChunkSize
int m_ChunkSize
the chunk size. -
m_FirstRow
int m_FirstRow
the first row to retrieve (1-based). -
m_Header
SpreadSheet m_Header
the header. -
m_NumRows
int m_NumRows
the number of rows to retrieve (less than 1 = unlimited). -
m_Owner
AccessSpreadSheetReader m_Owner
the owning reader. -
m_RowCount
int m_RowCount
the rows read so far. -
m_Table
com.healthmarketscience.jackcess.Table m_Table
the table in use.
-
-
-
Class adams.data.io.input.ApacheCommonsImageReader extends AbstractImageReader<BufferedImageContainer> implements Serializable
- serialVersionUID:
- 5347100846354068540L
-
Class adams.data.io.input.ArffSpreadSheetReader extends AbstractWekaSpreadSheetReader implements Serializable
- serialVersionUID:
- 4421664099462099419L
-
Class adams.data.io.input.AutoWidthTabularSpreadSheetReader extends AbstractSpreadSheetReaderWithMissingValueSupport implements Serializable
- serialVersionUID:
- 7625761549460086503L
-
Serialized Fields
-
m_DateTimeColumns
Range m_DateTimeColumns
the columns to treat as date/time. -
m_DateTimeFormat
DateFormatString m_DateTimeFormat
the format string for the date/times. -
m_DateTimeLenient
boolean m_DateTimeLenient
whether date/time parsing is lenient. -
m_DateTimeType
BasicDateTimeType m_DateTimeType
the type of date/time. -
m_Locale
Locale m_Locale
the locale to use. -
m_MinSpaces
int m_MinSpaces
the minimum number of spaces between columns. -
m_TextColumns
Range m_TextColumns
the columns to treat as text. -
m_TimeZone
TimeZone m_TimeZone
the timezone to use. -
m_Trim
boolean m_Trim
whether to trim the cells.
-
-
Class adams.data.io.input.BlueChannelImageSegmentationReader extends AbstractCustomPNGAnnotationImageSegmentationReader implements Serializable
- serialVersionUID:
- -5567473437385041915L
-
Class adams.data.io.input.BoofCVImageReader extends AbstractImageReader<BoofCVImageContainer> implements Serializable
- serialVersionUID:
- 5347100846354068540L
-
Serialized Fields
-
m_FormatExtensions
String[] m_FormatExtensions
the format extensions.
-
-
Class adams.data.io.input.Bzip2TextFileReader extends AbstractCompressedTextReader implements Serializable
- serialVersionUID:
- 35626483638973054L
-
Class adams.data.io.input.CocoAnnotationsReportReader extends AbstractReportReader<Report> implements Serializable
- serialVersionUID:
- 5716807404370681434L
-
Class adams.data.io.input.CommandlineReader extends AbstractObjectReader implements Serializable
- serialVersionUID:
- -5427726959059688884L
-
Class adams.data.io.input.CsvSpreadSheetReader extends AbstractSpreadSheetReaderWithMissingValueSupport implements Serializable
- serialVersionUID:
- 4461796269354230002L
-
Serialized Fields
-
m_ChunkSize
int m_ChunkSize
the chunk size to use. -
m_Comment
String m_Comment
the line comment. -
m_CustomColumnHeaders
String m_CustomColumnHeaders
the comma-separated list of column header names. -
m_DateColumns
Range m_DateColumns
the columns to treat as date. -
m_DateFormat
DateFormatString m_DateFormat
the format string for the dates. -
m_DateLenient
boolean m_DateLenient
whether date parsing is lenient. -
m_DateTimeColumns
Range m_DateTimeColumns
the columns to treat as date/time. -
m_DateTimeFormat
DateFormatString m_DateTimeFormat
the format string for the date/times. -
m_DateTimeLenient
boolean m_DateTimeLenient
whether date/time parsing is lenient. -
m_DateTimeMsecColumns
Range m_DateTimeMsecColumns
the columns to treat as date/time msec. -
m_DateTimeMsecFormat
DateFormatString m_DateTimeMsecFormat
the format string for the date/times. -
m_DateTimeMsecLenient
boolean m_DateTimeMsecLenient
whether date/time msec parsing is lenient. -
m_FirstRow
int m_FirstRow
the first row to retrieve (1-based). -
m_Locale
Locale m_Locale
the locale to use. -
m_NoHeader
boolean m_NoHeader
whether the file has a header or not. -
m_NumRows
int m_NumRows
the number of rows to retrieve (less than 1 = unlimited). -
m_NumRowsColumnTypeDiscovery
int m_NumRowsColumnTypeDiscovery
the number of rows to use for automatic discovery of column types (0 = off). -
m_ParseFormulas
boolean m_ParseFormulas
whether to parse formulas. -
m_QuoteCharacter
String m_QuoteCharacter
the quote character. -
m_Reader
CsvSpreadSheetReader.ChunkReader m_Reader
for reading the actual data. -
m_Separator
String m_Separator
the column separator. -
m_SkipDifferingRows
boolean m_SkipDifferingRows
whether to drop rows with too few or too many cells. -
m_SkipNumRows
int m_SkipNumRows
the number of initial rows to skip. -
m_TextColumns
Range m_TextColumns
the columns to treat as text. -
m_TimeColumns
Range m_TimeColumns
the columns to treat as time. -
m_TimeFormat
DateFormatString m_TimeFormat
the format string for the times. -
m_TimeLenient
boolean m_TimeLenient
whether time parsing is lenient. -
m_TimeMsecColumns
Range m_TimeMsecColumns
the columns to treat as time/msec. -
m_TimeMsecFormat
DateFormatString m_TimeMsecFormat
the format string for the times/msec. -
m_TimeMsecLenient
boolean m_TimeMsecLenient
whether time/msec parsing is lenient. -
m_TimeZone
TimeZone m_TimeZone
the timezone to use. -
m_Trim
boolean m_Trim
whether to trim the cells.
-
-
Class adams.data.io.input.CsvSpreadSheetReader.ChunkReader extends Object implements Serializable
- serialVersionUID:
- 26915431591885853L
-
Serialized Fields
-
m_AutoTypes
Cell.ContentType[] m_AutoTypes
the automatically determined column types. -
m_ChunkSize
int m_ChunkSize
the chunk size. -
m_Comment
String m_Comment
the comment string. -
m_DateCols
gnu.trove.set.hash.TIntHashSet m_DateCols
the date column indices. -
m_DateFormat
DateFormat m_DateFormat
the date format. -
m_DateTimeCols
gnu.trove.set.hash.TIntHashSet m_DateTimeCols
the date/time column indices. -
m_DateTimeFormat
DateFormat m_DateTimeFormat
the date/time format. -
m_DateTimeMsecCols
gnu.trove.set.hash.TIntHashSet m_DateTimeMsecCols
the date/time msec column indices. -
m_DateTimeMsecFormat
DateFormat m_DateTimeMsecFormat
the date/time msec format. -
m_FirstRow
int m_FirstRow
the first row to retrieve (1-based). -
m_HasDateCols
boolean m_HasDateCols
whether any date columns are defined. -
m_HasDateTimeCols
boolean m_HasDateTimeCols
whether any date/time columns are defined. -
m_HasDateTimeMsecCols
boolean m_HasDateTimeMsecCols
whether any date/time msec columns are defined. -
m_HasTextCols
boolean m_HasTextCols
whether any text columns are defined. -
m_HasTimeCols
boolean m_HasTimeCols
whether any time columns are defined. -
m_HasTimeMsecCols
boolean m_HasTimeMsecCols
whether any time/msec columns are defined. -
m_Header
SpreadSheet m_Header
the header. -
m_HeaderCells
List<String> m_HeaderCells
the header cells to use. -
m_LastChar
char m_LastChar
the last character that was read too far. -
m_MissingValue
BaseRegExp m_MissingValue
the missing value. -
m_NumberFormat
NumberFormat m_NumberFormat
the number format. -
m_NumRows
int m_NumRows
the number of rows to retrieve (less than 1 = unlimited). -
m_NumRowsAuto
int m_NumRowsAuto
the number of rows to use for automatically determining the column types. -
m_Owner
CsvSpreadSheetReader m_Owner
the owning reader. -
m_ParseFormulas
boolean m_ParseFormulas
whether to parse formula-like cells. -
m_QuoteChar
char m_QuoteChar
the quote char. -
m_Reader
BufferedReader m_Reader
the reader in use. -
m_RowCount
int m_RowCount
the rows read so far. -
m_Separator
char m_Separator
the column separator. -
m_SkipDifferingRows
boolean m_SkipDifferingRows
whether to drop rows with too few or too many cells. -
m_TextCols
gnu.trove.set.hash.TIntHashSet m_TextCols
the text column indices. -
m_TimeCols
gnu.trove.set.hash.TIntHashSet m_TimeCols
the time column indices. -
m_TimeFormat
DateFormat m_TimeFormat
the time format. -
m_TimeMsecCols
gnu.trove.set.hash.TIntHashSet m_TimeMsecCols
the time/msec column indices. -
m_TimeMsecFormat
DateFormat m_TimeMsecFormat
the time/smec format. -
m_Trim
boolean m_Trim
whether to trim the cells.
-
-
Class adams.data.io.input.DeepLabCutCSVReader extends AbstractReportReader<Report> implements Serializable
- serialVersionUID:
- 5868402740072822596L
-
Serialized Fields
-
m_FileRegExp
BaseRegExp m_FileRegExp
the regexp the files must match. -
m_Prefix
String m_Prefix
the prefix of the points in the report.
-
-
Class adams.data.io.input.DefaultFlowReader extends AbstractNestedFlowReader implements Serializable
- serialVersionUID:
- 4618819455357416453L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.data.io.input.DefaultSimpleCSVReportReader extends AbstractSimpleCSVReportReader<Report> implements Serializable
- serialVersionUID:
- 3515661897286794584L
-
Class adams.data.io.input.DefaultSimpleJsonReportReader extends AbstractSimpleJsonReportReader<Report> implements Serializable
- serialVersionUID:
- 3515661897286794584L
-
Class adams.data.io.input.DefaultSimpleReportReader extends AbstractSimpleReportReader<Report> implements Serializable
- serialVersionUID:
- -2527689136648506822L
-
Class adams.data.io.input.DetectronAnnotationsReportReader extends AbstractReportReader<Report> implements Serializable
- serialVersionUID:
- 5716807404370681434L
-
Class adams.data.io.input.EmlEmailFileReader extends AbstractEmailFileReader implements Serializable
- serialVersionUID:
- -341050738394654936L
-
Class adams.data.io.input.ExcelSpreadSheetReader extends AbstractExcelSpreadSheetReader<SheetRange> implements Serializable
- serialVersionUID:
- 4755872204697328246L
-
Class adams.data.io.input.ExcelStreamingSpreadSheetReader extends AbstractExcelSpreadSheetReader<Range> implements Serializable
- serialVersionUID:
- 4755872204697328246L
-
Serialized Fields
-
m_CellStringContentType
Cell.ContentType[] m_CellStringContentType
the corresponding types. -
m_CellStringID
BaseString[] m_CellStringID
the extra cell strings to manage. -
m_CellTypeContentType
Cell.ContentType[] m_CellTypeContentType
the corresponding types. -
m_CellTypeID
BaseString[] m_CellTypeID
the extra cell types to manage. -
m_Handler
ExcelStreamingSpreadSheetReader.SheetHandler m_Handler
the currently used handler for parsing.
-
-
Class adams.data.io.input.ExcelStreamingSpreadSheetReader.ParseStopException extends SAXParseException implements Serializable
- serialVersionUID:
- -5378507296511062333L
-
Class adams.data.io.input.FastCsvSpreadSheetReader extends AbstractSpreadSheetReaderWithMissingValueSupport implements Serializable
- serialVersionUID:
- -3348397672538189709L
-
Serialized Fields
-
m_ChunkSize
int m_ChunkSize
the chunk size to use. -
m_CustomColumnHeaders
String m_CustomColumnHeaders
the comma-separated list of column header names. -
m_FirstRow
int m_FirstRow
the first row to retrieve (1-based). -
m_NoHeader
boolean m_NoHeader
whether the file has a header or not. -
m_NumericColumns
Range m_NumericColumns
the columns to treat as numeric. -
m_NumRows
int m_NumRows
the number of rows to retrieve (less than 1 = unlimited). -
m_QuoteCharacter
String m_QuoteCharacter
the quote character. -
m_Reader
FastCsvSpreadSheetReader.ChunkReader m_Reader
the low-level reader. -
m_Separator
String m_Separator
the column separator. -
m_Trim
boolean m_Trim
whether to trim the cell content.
-
-
Class adams.data.io.input.FastCsvSpreadSheetReader.ChunkReader extends Object implements Serializable
- serialVersionUID:
- 7291891674724362161L
-
Serialized Fields
-
m_ChunkSize
int m_ChunkSize
the chunk size to use. -
m_CustomColumnHeaders
String m_CustomColumnHeaders
the comma-separated list of column header names. -
m_FirstRow
int m_FirstRow
the first row to retrieve (1-based). -
m_Header
SpreadSheet m_Header
the header. -
m_MissingValue
BaseRegExp m_MissingValue
the missing value. -
m_NoHeader
boolean m_NoHeader
whether the file has a header or not. -
m_NumericCols
boolean[] m_NumericCols
the numeric columns. -
m_NumericColumns
Range m_NumericColumns
the columns to treat as numeric. -
m_NumRows
int m_NumRows
the number of rows to retrieve (less than 1 = unlimited). -
m_Owner
FastCsvSpreadSheetReader m_Owner
the owning reader. -
m_QuoteCharacter
String m_QuoteCharacter
the quote character. -
m_Reader
BufferedReader m_Reader
the reader in use. -
m_RowCount
int m_RowCount
the rows read so far. -
m_Separator
String m_Separator
the column separator. -
m_Trim
boolean m_Trim
whether to trim the cell content.
-
-
Class adams.data.io.input.FixedTabularSpreadSheetReader extends AbstractSpreadSheetReaderWithMissingValueSupport implements Serializable
- serialVersionUID:
- 2446979875221254720L
-
Serialized Fields
-
m_ColumnWidth
BaseInteger[] m_ColumnWidth
the column width. -
m_CustomColumnHeaders
String m_CustomColumnHeaders
the comma-separated list of column header names. -
m_DateTimeColumns
Range m_DateTimeColumns
the columns to treat as date/time. -
m_DateTimeFormat
DateFormatString m_DateTimeFormat
the format string for the date/times. -
m_DateTimeLenient
boolean m_DateTimeLenient
whether date/time parsing is lenient. -
m_DateTimeType
BasicDateTimeType m_DateTimeType
the type of date/time. -
m_FirstRow
int m_FirstRow
the first row to retrieve (1-based). -
m_Locale
Locale m_Locale
the locale to use. -
m_NoHeader
boolean m_NoHeader
whether the file has a header or not. -
m_NumRows
int m_NumRows
the number of rows to retrieve (less than 1 = unlimited). -
m_TextColumns
Range m_TextColumns
the columns to treat as text. -
m_TimeZone
TimeZone m_TimeZone
the timezone to use. -
m_Trim
boolean m_Trim
whether to trim the cells.
-
-
Class adams.data.io.input.GnumericSpreadSheetReader extends AbstractMultiSheetSpreadSheetReaderWithMissingValueSupport<SheetRange> implements Serializable
- serialVersionUID:
- -2259236765510690348L
-
Serialized Fields
-
m_CustomColumnHeaders
String m_CustomColumnHeaders
the comma-separated list of column header names. -
m_FirstRow
int m_FirstRow
the first row to retrieve (1-based). -
m_NoHeader
boolean m_NoHeader
whether the file has a header or not. -
m_NumRows
int m_NumRows
the number of rows to retrieve (less than 1 = unlimited). -
m_UncompressedInput
boolean m_UncompressedInput
whether to use uncompressed input.
-
-
Class adams.data.io.input.GrayscaleImageSegmentationReader extends AbstractCustomPNGAnnotationImageSegmentationReader implements Serializable
- serialVersionUID:
- -5567473437385041915L
-
Class adams.data.io.input.GzippedTextFileReader extends AbstractCompressedTextReader implements Serializable
- serialVersionUID:
- 35626483638973054L
-
Class adams.data.io.input.ImageClassificationGridSpreadSheetReader extends AbstractReportReader<Report> implements Serializable
- serialVersionUID:
- 2621489607429248730L
-
Serialized Fields
-
m_Height
int m_Height
the image height to use. -
m_Width
int m_Width
the image width to use.
-
-
Class adams.data.io.input.ImageClassificationJsonReportReader extends AbstractReportReader<Report> implements Serializable
- serialVersionUID:
- 961116146272004314L
-
Class adams.data.io.input.ImageClassificationSpreadSheetReportReader extends AbstractReportReader<Report> implements Serializable
- serialVersionUID:
- 961116146272004314L
-
Serialized Fields
-
m_ColumnLabel
SpreadSheetColumnIndex m_ColumnLabel
the column with the label. -
m_ColumnScore
SpreadSheetColumnIndex m_ColumnScore
the column with the score. -
m_FieldLabel
Field m_FieldLabel
the report field to store the label under. -
m_FieldScore
Field m_FieldScore
the report file to store the score under. -
m_Reader
SpreadSheetReader m_Reader
the spreadsheet reader to use.
-
-
Class adams.data.io.input.IndexedPNGImageSegmentationReader extends AbstractPNGAnnotationImageSegmentationReader implements Serializable
- serialVersionUID:
- -5567473437385041915L
-
Class adams.data.io.input.IndividualImageSegmentationLayerReader extends AbstractImageSegmentationAnnotationReader implements Serializable
- serialVersionUID:
- -7333525229208134545L
-
Serialized Fields
-
m_LayerTransformer
AbstractBufferedImageTransformer m_LayerTransformer
for processing the layers.
-
-
Class adams.data.io.input.InstanceReader extends AbstractDataContainerReader<Instance> implements Serializable
- serialVersionUID:
- 2653822253818697195L
-
Serialized Fields
-
m_Index
int m_Index
the current index. -
m_Source
weka.core.converters.ConverterUtils.DataSource m_Source
the data source for reading. -
m_Structure
weka.core.Instances m_Structure
the current data structure.
-
-
Class adams.data.io.input.JAIImageReader extends AbstractImageReader<BufferedImageContainer> implements Serializable
- serialVersionUID:
- 8416312222136406140L
-
Serialized Fields
-
m_AddMetaData
boolean m_AddMetaData
whether to add the meta-data. -
m_FormatExtensions
String[] m_FormatExtensions
the format extensions.
-
-
Class adams.data.io.input.JsonAdamsExperimentReader extends AbstractAdamsExperimentReader implements Serializable
- serialVersionUID:
- 7175000296488786947L
-
Class adams.data.io.input.JsonFlowReader extends AbstractFlowReader implements Serializable
- serialVersionUID:
- 4618819455357416453L
-
Class adams.data.io.input.JsonIndexedSplitsRunsReader extends AbstractIndexedSplitsRunsReader implements Serializable
- serialVersionUID:
- -1229985773501645279L
-
Class adams.data.io.input.JsonParameterMapReader extends AbstractParameterMapReader implements Serializable
- serialVersionUID:
- 3534121840635036822L
-
Class adams.data.io.input.JSONSpreadSheetReader extends AbstractWekaSpreadSheetReader implements Serializable
- serialVersionUID:
- -399502805573519804L
-
Class adams.data.io.input.LibSVMSpreadSheetReader extends AbstractWekaSpreadSheetReader implements Serializable
- serialVersionUID:
- 4421664099462099419L
-
Class adams.data.io.input.LineArrayTextReader extends AbstractTextReaderWithEncoding<String[]> implements Serializable
- serialVersionUID:
- -4772416995579481937L
-
Serialized Fields
-
m_ChunkSize
int m_ChunkSize
the chunk size to use.
-
-
Class adams.data.io.input.LineByLineTextReader extends AbstractTextReaderWithEncoding<String> implements Serializable
- serialVersionUID:
- -2921085514028198744L
-
Serialized Fields
-
m_LineCount
int m_LineCount
lines read so far. -
m_MaxLines
int m_MaxLines
the maximum number of lines to read.
-
-
Class adams.data.io.input.LzfTextFileReader extends AbstractCompressedTextReader implements Serializable
- serialVersionUID:
- 35626483638973054L
-
Class adams.data.io.input.LzmaTextFileReader extends AbstractCompressedTextReader implements Serializable
- serialVersionUID:
- 35626483638973054L
-
Class adams.data.io.input.Mat5SpreadSheetReader extends AbstractMultiSheetSpreadSheetReader<SheetRange> implements Serializable
- serialVersionUID:
- -9113442938603879820L
-
Class adams.data.io.input.MatlabSpreadSheetReader extends AbstractWekaSpreadSheetReader implements Serializable
- serialVersionUID:
- 4421664099462099419L
-
Class adams.data.io.input.NestedAdamsExperimentReader extends AbstractAdamsExperimentReader implements Serializable
- serialVersionUID:
- 7175000296488786947L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.data.io.input.NestedCommandlineReader extends AbstractObjectReader implements Serializable
- serialVersionUID:
- -5427726959059688884L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.data.io.input.ObjectLocationsSpreadSheetReader extends AbstractReportReader<Report> implements Serializable
- serialVersionUID:
- -45890668031870078L
-
Serialized Fields
-
m_ColBottom
SpreadSheetColumnIndex m_ColBottom
the column with the bottom coordinate. -
m_ColHeight
SpreadSheetColumnIndex m_ColHeight
the column with the height. -
m_ColLeft
SpreadSheetColumnIndex m_ColLeft
the column with the left coordinate. -
m_ColPolygonX
SpreadSheetColumnIndex m_ColPolygonX
the column with the polygon X coordinates. -
m_ColPolygonY
SpreadSheetColumnIndex m_ColPolygonY
the column with the polygon Y coordinates. -
m_ColRight
SpreadSheetColumnIndex m_ColRight
the column with the right coordinate. -
m_ColTop
SpreadSheetColumnIndex m_ColTop
the column with the top coordinate. -
m_ColType
SpreadSheetColumnIndex m_ColType
the column with the label. -
m_ColWidth
SpreadSheetColumnIndex m_ColWidth
the column with the width. -
m_Height
int m_Height
the image height to use as basis for normalized coordinates/dimensions. -
m_LabelSuffix
String m_LabelSuffix
the label suffix to use. -
m_Prefix
String m_Prefix
the prefix to use. -
m_RangeMetaData
SpreadSheetColumnRange m_RangeMetaData
the columns with meta-data. -
m_Reader
SpreadSheetReader m_Reader
the spreadsheet reader to use. -
m_RowFinder
RowFinder m_RowFinder
the row finder to apply before extracting the objects. -
m_UseNormalized
boolean m_UseNormalized
whether to use normalized coordinates/dimensions. -
m_Width
int m_Width
the image width to use as basis for normalized coordinates/dimensions.
-
-
Class adams.data.io.input.ODFSpreadSheetReader extends AbstractMultiSheetSpreadSheetReaderWithMissingValueSupport<SheetRange> implements Serializable
- serialVersionUID:
- 4755872204697328246L
-
Serialized Fields
-
m_CustomColumnHeaders
String m_CustomColumnHeaders
the comma-separated list of column header names. -
m_FirstRow
int m_FirstRow
the first row to retrieve (1-based). -
m_NoHeader
boolean m_NoHeader
whether the file has a header or not. -
m_NumRows
int m_NumRows
the number of rows to retrieve (less than 1 = unlimited). -
m_TextColumns
Range m_TextColumns
the range of columns to force to be text.
-
-
Class adams.data.io.input.OpenCVImageReader extends AbstractImageReader<OpenCVImageContainer> implements Serializable
- serialVersionUID:
- -114794988520002906L
-
Serialized Fields
-
m_FormatExtensions
String[] m_FormatExtensions
the format extensions. -
m_Mode
ImreadMode m_Mode
the mode.
-
-
Class adams.data.io.input.OpexObjectLocationsReader extends AbstractReportReader<Report> implements Serializable
- serialVersionUID:
- -1069346880458474698L
-
Serialized Fields
-
m_ID
Field m_ID
the field to use for the ID. -
m_LabelSuffix
String m_LabelSuffix
the label suffix to use. -
m_MetaPrefix
String m_MetaPrefix
the prefix for the meta-data. -
m_Prefix
String m_Prefix
the prefix to use for objects. -
m_ScoreSuffix
String m_ScoreSuffix
the score suffix to use. -
m_Timestamp
Field m_Timestamp
the field to use for the timestamp.
-
-
Class adams.data.io.input.PascalVOCObjectLocationsReader extends AbstractReportReader<Report> implements Serializable
- serialVersionUID:
- -7100893374030214070L
-
Serialized Fields
-
Class adams.data.io.input.PNGImageReader extends AbstractImageReader<BufferedImageContainer> implements Serializable
- serialVersionUID:
- -4360936418761836176L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
for supplying the palette colors.
-
-
Class adams.data.io.input.PNGSpreadSheetReader extends AbstractSpreadSheetReader implements Serializable
- serialVersionUID:
- 1662813915131999182L
-
Class adams.data.io.input.PropertiesEmailFileReader extends AbstractEmailFileReader implements Serializable
- serialVersionUID:
- -2721293194938632889L
-
Class adams.data.io.input.PropertiesIndexedSplitsRunsReader extends AbstractIndexedSplitsRunsReader implements Serializable
- serialVersionUID:
- 7675147645377655254L
-
Class adams.data.io.input.PropertiesSpreadSheetReader extends AbstractSpreadSheetReader implements Serializable
- serialVersionUID:
- -7201569718203967741L
-
Serialized Fields
-
m_ForceString
boolean m_ForceString
whether to set values as string.
-
-
Class adams.data.io.input.SerializableObjectReader extends AbstractObjectReader implements Serializable
- serialVersionUID:
- -5427726959059688884L
-
Class adams.data.io.input.SerializedAdamsExperimentReader extends AbstractAdamsExperimentReader implements Serializable
- serialVersionUID:
- 7175000296488786947L
-
Class adams.data.io.input.SerializedObjectReader extends AbstractObjectReader implements Serializable
- serialVersionUID:
- -5427726959059688884L
-
Class adams.data.io.input.SerializedParameterMapReader extends AbstractParameterMapReader implements Serializable
- serialVersionUID:
- 9004360307036373441L
-
Class adams.data.io.input.SimpleArffSpreadSheetReader extends AbstractSpreadSheetReader implements Serializable
- serialVersionUID:
- 7620213946139044919L
-
Class adams.data.io.input.SimpleCsvSpreadSheetReader extends AbstractSpreadSheetReaderWithMissingValueSupport implements Serializable
- serialVersionUID:
- 2446979875221254720L
-
Serialized Fields
-
m_ChunkSize
int m_ChunkSize
the chunk size to use. -
m_CustomColumnHeaders
String m_CustomColumnHeaders
the comma-separated list of column header names. -
m_DateTimeColumns
Range m_DateTimeColumns
the columns to treat as date/time. -
m_DateTimeFormat
DateFormatString m_DateTimeFormat
the format string for the date/times. -
m_DateTimeLenient
boolean m_DateTimeLenient
whether date/time parsing is lenient. -
m_DateTimeType
BasicDateTimeType m_DateTimeType
the type of date/time. -
m_Locale
Locale m_Locale
the locale to use. -
m_NoHeader
boolean m_NoHeader
whether the file has a header or not. -
m_QuoteCharacter
String m_QuoteCharacter
the quote character. -
m_Reader
CsvSpreadSheetReader m_Reader
the actual reader. -
m_Separator
String m_Separator
the column separator. -
m_TextColumns
Range m_TextColumns
the columns to treat as text. -
m_TimeZone
TimeZone m_TimeZone
the timezone to use. -
m_Trim
boolean m_Trim
whether to trim the cells.
-
-
Class adams.data.io.input.SimpleStreamSpreadSheetReader extends AbstractSpreadSheetReader implements Serializable
- serialVersionUID:
- -6855023352925257381L
-
Serialized Fields
-
m_ChunkSize
int m_ChunkSize
the chunk size to use. -
m_CustomColumnHeaders
String m_CustomColumnHeaders
the comma-separated list of column header names. -
m_Header
SpreadSheet m_Header
the header in use. -
m_NoHeader
boolean m_NoHeader
whether the file has a header or not. -
m_Reader
BufferedReader m_Reader
the reader in use.
-
-
Class adams.data.io.input.SimpleTimeseriesReader extends AbstractTimeseriesReader implements Serializable
- serialVersionUID:
- 1598168889943642045L
-
Serialized Fields
-
m_TimestampFormat
DateFormatString m_TimestampFormat
the date format string to use for formatting the timestamp.
-
-
Class adams.data.io.input.SingleStringTextReader extends AbstractTextReaderWithEncoding<String> implements Serializable
- serialVersionUID:
- -6754529362096587742L
-
Class adams.data.io.input.SpreadSheetTimeseriesReader extends AbstractTimeseriesReader implements Serializable
- serialVersionUID:
- -1030024345072684197L
-
Serialized Fields
-
m_ColumnID
String m_ColumnID
the ID column. -
m_ColumnIDIndex
int m_ColumnIDIndex
the ID column index. -
m_ColumnTimestamp
String m_ColumnTimestamp
the timestamp column. -
m_ColumnTimestampIndex
int m_ColumnTimestampIndex
the timestamp column type. -
m_ColumnValue
String m_ColumnValue
the value column. -
m_ColumnValueIndex
int m_ColumnValueIndex
the value column index. -
m_Reader
SpreadSheetReader m_Reader
the spreadsheet reader to use. -
m_RowIndex
int m_RowIndex
the current row index. -
m_Timeseries
Timeseries m_Timeseries
the current container.
-
-
Class adams.data.io.input.SqlDumpSpreadSheetReader extends AbstractSpreadSheetReader implements Serializable
- serialVersionUID:
- -1828187977878321234L
-
Serialized Fields
-
m_ChunkSize
int m_ChunkSize
the chunk size to use. -
m_CustomColumnHeaders
String m_CustomColumnHeaders
the comma-separated list of column header names. -
m_Reader
SqlDumpSpreadSheetReader.ChunkReader m_Reader
for reading the actual data. -
m_TimeZone
TimeZone m_TimeZone
the timezone to use. -
m_UseBackslashes
boolean m_UseBackslashes
whether to use backslashes for escaping.
-
-
Class adams.data.io.input.SqlDumpSpreadSheetReader.ChunkReader extends Object implements Serializable
- serialVersionUID:
- 26915431591885853L
-
Serialized Fields
-
m_ChunkSize
int m_ChunkSize
the chunk size. -
m_Header
SpreadSheet m_Header
the header. -
m_HeaderCells
List<String> m_HeaderCells
the header cells to use. -
m_Owner
SqlDumpSpreadSheetReader m_Owner
the owning reader. -
m_Reader
BufferedReader m_Reader
the reader in use. -
m_UseBackslashes
boolean m_UseBackslashes
whether to backslashes are used for escaping single quotes.
-
-
Class adams.data.io.input.SVMLightSpreadSheetReader extends AbstractWekaSpreadSheetReader implements Serializable
- serialVersionUID:
- 4421664099462099419L
-
Class adams.data.io.input.TsvSpreadSheetReader extends SimpleCsvSpreadSheetReader implements Serializable
- serialVersionUID:
- 2446979875221254720L
-
Class adams.data.io.input.VggXmlAnnotationReportReader extends AbstractReportReader<Report> implements Serializable
- serialVersionUID:
- -4823768127617381877L
-
Serialized Fields
-
m_Prefix
String m_Prefix
the prefix of the objects in the report.
-
-
Class adams.data.io.input.ViaAnnotationsReportReader extends AbstractReportReader<Report> implements Serializable
- serialVersionUID:
- 5716807404370681434L
-
Class adams.data.io.input.XrffSpreadSheetReader extends AbstractWekaSpreadSheetReader implements Serializable
- serialVersionUID:
- 4421664099462099419L
-
Class adams.data.io.input.XStreamReader extends AbstractObjectReader implements Serializable
- serialVersionUID:
- -5427726959059688884L
-
Class adams.data.io.input.XzTextFileReader extends AbstractCompressedTextReader implements Serializable
- serialVersionUID:
- 35626483638973054L
-
Class adams.data.io.input.YamlParameterMapReader extends AbstractParameterMapReader implements Serializable
- serialVersionUID:
- -7080929826308953435L
-
Class adams.data.io.input.YoloAnnotationsReportReader extends AbstractReportReader<Report> implements Serializable
- serialVersionUID:
- 5716807404370681434L
-
Serialized Fields
-
m_ColIndex
SpreadSheetColumnIndex m_ColIndex
the column with the label index. -
m_ColLabel
SpreadSheetColumnIndex m_ColLabel
the column with the label string. -
m_Height
int m_Height
the image height to use as basis for normalized coordinates/dimensions. -
m_LabelDefinitions
PlaceholderFile m_LabelDefinitions
the spreadsheet with the label index/label relation, ignored if directory. -
m_LabelReader
SpreadSheetReader m_LabelReader
the spreadsheet reader to use. -
m_LabelSuffix
String m_LabelSuffix
the label suffix to use. -
m_Prefix
String m_Prefix
the prefix of the objects in the report. -
m_UsePolygonFormat
boolean m_UsePolygonFormat
output polygon format rather than bbox format. -
m_Width
int m_Width
the image width to use as basis for normalized coordinates/dimensions.
-
-
Class adams.data.io.input.ZstdTextFileReader extends AbstractCompressedTextReader implements Serializable
- serialVersionUID:
- 35626483638973054L
-
-
Package adams.data.io.output
-
Class adams.data.io.output.AbstractAdamsExperimentWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -6244722208500006381L
-
Class adams.data.io.output.AbstractDataContainerWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7097110023547675936L
-
Serialized Fields
-
m_Output
PlaceholderFile m_Output
the file to write to. -
m_OutputIsFile
boolean m_OutputIsFile
indicates whether the output has to be a file (= default) or directory.
-
-
Class adams.data.io.output.AbstractEmailFileWriter extends AbstractEmailWriter implements Serializable
- serialVersionUID:
- -6792804203008870703L
-
Serialized Fields
-
m_Output
PlaceholderFile m_Output
the file to read the email from.
-
-
Class adams.data.io.output.AbstractEmailWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4854099676125904439L
-
Class adams.data.io.output.AbstractFlowWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3547064795252689769L
-
Class adams.data.io.output.AbstractFormattedSpreadSheetWriter extends AbstractSpreadSheetWriterWithMissingValueSupport implements Serializable
- serialVersionUID:
- -9100041207747021318L
-
Class adams.data.io.output.AbstractImageSegmentationAnnotationWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -2475426542124421777L
-
Serialized Fields
-
m_SkipBaseImage
boolean m_SkipBaseImage
whether to skip writing base image.
-
-
Class adams.data.io.output.AbstractImageWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -6170592942529644703L
-
Class adams.data.io.output.AbstractImplicitBackgroundPNGAnnotationImageSegmentationWriter extends AbstractPNGAnnotationImageSegmentationWriter implements Serializable
- serialVersionUID:
- 3566330074754565825L
-
Serialized Fields
-
m_ImplicitBackground
boolean m_ImplicitBackground
whether to use an implicit background (ie first layer = 1).
-
-
Class adams.data.io.output.AbstractIndexedSplitsRunsWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8633292996589233838L
-
Class adams.data.io.output.AbstractMultiReportWriter extends AbstractReportWriter<T extends Report> implements Serializable
- serialVersionUID:
- -7111019097066994653L
-
Class adams.data.io.output.AbstractMultiSheetFormattedSpreadSheetWriter extends AbstractMultiSheetSpreadSheetWriterWithMissingValueSupport implements Serializable
- serialVersionUID:
- 7265152337280890568L
-
Class adams.data.io.output.AbstractMultiSheetSpreadSheetWriter extends AbstractSpreadSheetWriter implements Serializable
- serialVersionUID:
- -9004877579871173007L
-
Serialized Fields
-
m_SheetPrefix
String m_SheetPrefix
The prefix for the sheet names.
-
-
Class adams.data.io.output.AbstractMultiSheetSpreadSheetWriterWithMissingValueSupport extends AbstractMultiSheetSpreadSheetWriter implements Serializable
- serialVersionUID:
- -6276672486316967170L
-
Serialized Fields
-
m_MissingValue
String m_MissingValue
The placeholder for missing values.
-
-
Class adams.data.io.output.AbstractNestedFlowWriter extends AbstractFlowWriter implements Serializable
- serialVersionUID:
- -5346130766533981323L
-
Class adams.data.io.output.AbstractObjectWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -6170592942529644703L
-
Class adams.data.io.output.AbstractParameterMapWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -2116714163958424681L
-
Class adams.data.io.output.AbstractPNGAnnotationImageSegmentationWriter extends AbstractImageSegmentationAnnotationWriter implements Serializable
- serialVersionUID:
- 3566330074754565825L
-
Serialized Fields
-
m_LayerNames
BaseString[] m_LayerNames
the layer names.
-
-
Class adams.data.io.output.AbstractReportWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7030901991439712686L
-
Serialized Fields
-
m_Output
PlaceholderFile m_Output
the file to write to.
-
-
Class adams.data.io.output.AbstractSimpleCSVReportWriter extends AbstractReportWriter<T extends Report> implements Serializable
- serialVersionUID:
- 1068874780353203514L
-
Class adams.data.io.output.AbstractSimpleJsonReportWriter extends AbstractReportWriter<T extends Report> implements Serializable
- serialVersionUID:
- 1068874780353203514L
-
Serialized Fields
-
m_PrettyPrinting
boolean m_PrettyPrinting
whether to use pretty-printing.
-
-
Class adams.data.io.output.AbstractSimpleReportWriter extends AbstractReportWriter<T extends Report> implements Serializable
- serialVersionUID:
- 1281189381638349284L
-
Class adams.data.io.output.AbstractSpreadSheetWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3547064795252689769L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_Stopped
boolean m_Stopped
whether the read process was stopped through an external source.
-
-
Class adams.data.io.output.AbstractSpreadSheetWriterWithMissingValueSupport extends AbstractSpreadSheetWriter implements Serializable
- serialVersionUID:
- -3510232691419801436L
-
Serialized Fields
-
m_MissingValue
String m_MissingValue
The placeholder for missing values.
-
-
Class adams.data.io.output.AbstractTextWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -432793583505607999L
-
Serialized Fields
-
m_Enabled
boolean m_Enabled
whether the writer is enabled.
-
-
Class adams.data.io.output.AbstractTextWriterWithEncoding extends AbstractTextWriter implements Serializable
- serialVersionUID:
- 3705953355163169249L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.data.io.output.AbstractTextWriterWithFilenameGenerator extends AbstractTextWriterWithEncoding implements Serializable
- serialVersionUID:
- -6137430023471487081L
-
Serialized Fields
-
m_FilenameGenerator
AbstractFilenameGenerator m_FilenameGenerator
the filename generator to use. -
m_IgnoreName
boolean m_IgnoreName
whether to discard the provided name object.
-
-
Class adams.data.io.output.AbstractTimeseriesWriter extends AbstractDataContainerWriter<Timeseries> implements Serializable
- serialVersionUID:
- -345989627565927855L
-
Class adams.data.io.output.AbstractWekaSpreadSheetWriter extends AbstractSpreadSheetWriter implements Serializable
- serialVersionUID:
- -8635190668122194492L
-
Serialized Fields
-
m_Saver
weka.core.converters.AbstractFileSaver m_Saver
the file loader to use.
-
-
Class adams.data.io.output.AccessSpreadSheetWriter extends AbstractSpreadSheetWriter implements Serializable
- serialVersionUID:
- -3549185519778801930L
-
Serialized Fields
-
m_Appending
boolean m_Appending
whether to append spreadsheets. -
m_ColumnTypes
HashMap<Integer,com.healthmarketscience.jackcess.DataType> m_ColumnTypes
the column types. -
m_FileExists
boolean m_FileExists
whether the file already exists. -
m_FileFormat
com.healthmarketscience.jackcess.Database.FileFormat m_FileFormat
the file format to use. -
m_Header
SpreadSheet m_Header
the header of the first spreadsheet written to file, if appending is active. -
m_KeepExisting
boolean m_KeepExisting
whether to keep existing files the first time the writer is called. -
m_TableName
String m_TableName
the table name to use.
-
-
Class adams.data.io.output.ApacheCommonsImageWriter extends AbstractImageWriter<BufferedImageContainer> implements Serializable
- serialVersionUID:
- 6385191315392140321L
-
Serialized Fields
-
m_ImageFormat
org.apache.commons.imaging.ImageFormats m_ImageFormat
the image format to use (uses file extension to determine it if UNKNOWN).
-
-
Class adams.data.io.output.ArffSpreadSheetWriter extends AbstractWekaSpreadSheetWriter implements Serializable
- serialVersionUID:
- -677810919276444654L
-
Class adams.data.io.output.AutoWidthTabularSpreadSheetWriter extends AbstractFormattedSpreadSheetWriter implements Serializable
- serialVersionUID:
- -3173466155705306551L
-
Serialized Fields
-
m_DateFormat
DateFormatString m_DateFormat
the format string for the dates. -
m_DateTimeFormat
DateFormatString m_DateTimeFormat
the format string for the date/times. -
m_DateTimeMsecFormat
DateFormatString m_DateTimeMsecFormat
the format string for the date/times msec. -
m_NewLine
String m_NewLine
the new line. -
m_NoHeader
boolean m_NoHeader
whether to skip outputting the header. -
m_NumSpaces
int m_NumSpaces
the number of spaces between columns. -
m_TimeFormat
DateFormatString m_TimeFormat
the format string for the times.
-
-
Class adams.data.io.output.BlueChannelImageSegmentationWriter extends AbstractImplicitBackgroundPNGAnnotationImageSegmentationWriter implements Serializable
- serialVersionUID:
- 3566330074754565825L
-
Class adams.data.io.output.BoofCVImageWriter extends AbstractImageWriter<BoofCVImageContainer> implements Serializable
- serialVersionUID:
- 6385191315392140321L
-
Serialized Fields
-
m_FormatExtensions
String[] m_FormatExtensions
the format extensions.
-
-
Class adams.data.io.output.CommandlineWriter extends AbstractObjectWriter implements Serializable
- serialVersionUID:
- 7242878829736390245L
-
Class adams.data.io.output.CsvSpreadSheetWriter extends AbstractFormattedSpreadSheetWriter implements Serializable
- serialVersionUID:
- -3549185519778801930L
-
Serialized Fields
-
m_AlwaysQuoteText
boolean m_AlwaysQuoteText
whether to always quote text cells. -
m_Appending
boolean m_Appending
whether to append spreadsheets. -
m_CheckFileExists
boolean m_CheckFileExists
whether to check whether file exists with each data item being processed. -
m_Comment
String m_Comment
the line comment. -
m_DateFormat
DateFormatString m_DateFormat
the format string for the dates. -
m_DateTimeFormat
DateFormatString m_DateTimeFormat
the format string for the date/times. -
m_DateTimeMsecFormat
DateFormatString m_DateTimeMsecFormat
the format string for the date/time msecs. -
m_EscapeSpecialChars
boolean m_EscapeSpecialChars
whether to escape special characters like \t, \n and \r. -
m_FileExists
boolean m_FileExists
whether the file already exists. -
m_Header
SpreadSheet m_Header
the header of the first spreadsheet written to file, if appending is active. -
m_IsAppending
boolean m_IsAppending
whether the internal appending flag is one. -
m_KeepExisting
boolean m_KeepExisting
whether to keep existing files the first time the writer is called. -
m_NewLine
String m_NewLine
the new line. -
m_NoHeader
boolean m_NoHeader
whether to skip outputting the header. -
m_OutputAsDisplayed
boolean m_OutputAsDisplayed
whether to output the cells as displayed (disable to output formulas). -
m_OutputComments
boolean m_OutputComments
whether to output the comments. -
m_QuoteCharacter
String m_QuoteCharacter
the quote character. -
m_Separator
String m_Separator
the column separator. -
m_TimeFormat
DateFormatString m_TimeFormat
the format string for the times. -
m_TimeMsecFormat
DateFormatString m_TimeMsecFormat
the format string for the times with msec. -
m_TimeZone
TimeZone m_TimeZone
the timezone to use.
-
-
Class adams.data.io.output.DeepLabCutCSVWriter extends AbstractMultiReportWriter<Report> implements Serializable
- serialVersionUID:
- -2029708376194967647L
-
Serialized Fields
-
m_FilePrefix
String m_FilePrefix
the file prefix to use. -
m_Individuals
BaseString[] m_Individuals
the number of individuals. -
m_Labels
BaseString[] m_Labels
the labels to output. -
m_Prefix
String m_Prefix
the prefix to use.
-
-
Class adams.data.io.output.DefaultFlowWriter extends AbstractNestedFlowWriter implements Serializable
- serialVersionUID:
- -2888696337173444983L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_UseCompact
boolean m_UseCompact
whether to use compact format.
-
-
Class adams.data.io.output.DefaultSimpleCSVReportWriter extends AbstractSimpleCSVReportWriter<Report> implements Serializable
- serialVersionUID:
- -1685486386335661792L
-
Class adams.data.io.output.DefaultSimpleJsonReportWriter extends AbstractSimpleJsonReportWriter<Report> implements Serializable
- serialVersionUID:
- -1685486386335661792L
-
Class adams.data.io.output.DefaultSimpleReportWriter extends AbstractSimpleReportWriter<Report> implements Serializable
- serialVersionUID:
- 5040416501300249066L
-
Class adams.data.io.output.ExcelSpreadSheetWriter extends AbstractMultiSheetSpreadSheetWriterWithMissingValueSupport implements Serializable
- serialVersionUID:
- -3549185519778801930L
-
Serialized Fields
-
m_DateFormat
DateFormatString m_DateFormat
the format string for the dates. -
m_DateTimeFormat
DateFormatString m_DateTimeFormat
the format string for the date/times. -
m_OutputAsDisplayed
boolean m_OutputAsDisplayed
whether to output the cells as displayed (disable to output formulas). -
m_TimeFormat
DateFormatString m_TimeFormat
the format string for the times. -
m_WriteOOXML
boolean m_WriteOOXML
whether to write OOXML instead of binary Excel files (latter is default).
-
-
Class adams.data.io.output.ExcelStreamingSpreadSheetWriter extends AbstractMultiSheetSpreadSheetWriterWithMissingValueSupport implements Serializable
- serialVersionUID:
- -3549185519778801930L
-
Serialized Fields
-
m_MaxRows
int m_MaxRows
the number of rows to keep in memory. -
m_OutputAsDisplayed
boolean m_OutputAsDisplayed
whether to output the cells as displayed (disable to output formulas).
-
-
Class adams.data.io.output.FixedTabularSpreadSheetWriter extends AbstractFormattedSpreadSheetWriter implements Serializable
- serialVersionUID:
- 3420511187768902829L
-
Serialized Fields
-
m_ActualColumnWidth
int[] m_ActualColumnWidth
the actual column widths. -
m_ColumnWidth
BaseInteger[] m_ColumnWidth
the column width. -
m_DateFormat
DateFormatString m_DateFormat
the format string for the dates. -
m_DateTimeFormat
DateFormatString m_DateTimeFormat
the format string for the date/times. -
m_DateTimeMsecFormat
DateFormatString m_DateTimeMsecFormat
the format string for the date/times msec. -
m_NewLine
String m_NewLine
the new line. -
m_NoBorder
boolean m_NoBorder
whether to skip outputting the border. -
m_NoHeader
boolean m_NoHeader
whether to skip outputting the header. -
m_OnlyFloat
boolean m_OnlyFloat
whether to treat all numbers as float. -
m_TimeFormat
DateFormatString m_TimeFormat
the format string for the times.
-
-
Class adams.data.io.output.GnumericSpreadSheetWriter extends AbstractMultiSheetSpreadSheetWriterWithMissingValueSupport implements Serializable
- serialVersionUID:
- -3549185519778801930L
-
Serialized Fields
-
m_CreationTimestamp
BaseDateTime m_CreationTimestamp
the creation timestamp. -
m_UncompressedOutput
boolean m_UncompressedOutput
whether to use uncompressed output.
-
-
Class adams.data.io.output.GrayOrIndexedImageWriter extends AbstractImageWriter<BufferedImageContainer> implements Serializable
- serialVersionUID:
- 8155769915641682158L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for generating the colors.
-
-
Class adams.data.io.output.GrayscaleImageSegmentationWriter extends AbstractImplicitBackgroundPNGAnnotationImageSegmentationWriter implements Serializable
- serialVersionUID:
- 3566330074754565825L
-
Class adams.data.io.output.IndexedPNGImageSegmentationWriter extends AbstractPNGAnnotationImageSegmentationWriter implements Serializable
- serialVersionUID:
- 3566330074754565825L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
for supplying the palette colors.
-
-
Class adams.data.io.output.IndividualImageSegmentationLayerWriter extends AbstractImageSegmentationAnnotationWriter implements Serializable
- serialVersionUID:
- 8630734382383387883L
-
Serialized Fields
-
m_SkipEmptyLayers
boolean m_SkipEmptyLayers
whether to skip images with only background.
-
-
Class adams.data.io.output.JAIExplicitImageWriter extends AbstractImageWriter<BufferedImageContainer> implements Serializable
- serialVersionUID:
- 6385191315392140321L
-
Serialized Fields
-
m_Writer
AbstractJAIWriter m_Writer
the actual writer to use.
-
-
Class adams.data.io.output.JAIImageWriter extends AbstractImageWriter<BufferedImageContainer> implements Serializable
- serialVersionUID:
- 6385191315392140321L
-
Class adams.data.io.output.JavaInstantiationWriter extends AbstractObjectWriter implements Serializable
- serialVersionUID:
- 7242878829736390245L
-
Class adams.data.io.output.JsonAdamsExperimentWriter extends AbstractAdamsExperimentWriter implements Serializable
- serialVersionUID:
- 6314312820017136318L
-
Class adams.data.io.output.JsonFlowWriter extends AbstractFlowWriter implements Serializable
- serialVersionUID:
- -3564589187575690183L
-
Class adams.data.io.output.JsonIndexedSplitsRunsWriter extends AbstractIndexedSplitsRunsWriter implements Serializable
- serialVersionUID:
- 5188430181037862982L
-
Serialized Fields
-
m_PrettyPrinting
boolean m_PrettyPrinting
whether to use pretty-printing.
-
-
Class adams.data.io.output.JsonParameterMapWriter extends AbstractParameterMapWriter implements Serializable
- serialVersionUID:
- -8694223705531146951L
-
Class adams.data.io.output.JSONSpreadSheetWriter extends AbstractWekaSpreadSheetWriter implements Serializable
- serialVersionUID:
- -677810919276444654L
-
Class adams.data.io.output.LibSVMSpreadSheetWriter extends AbstractWekaSpreadSheetWriter implements Serializable
- serialVersionUID:
- -677810919276444654L
-
Class adams.data.io.output.Mat5SpreadSheetWriter extends AbstractMultiSheetSpreadSheetWriter implements Serializable
- serialVersionUID:
- 6981291532332284718L
-
Class adams.data.io.output.MatlabSpreadSheetWriter extends AbstractWekaSpreadSheetWriter implements Serializable
- serialVersionUID:
- -677810919276444654L
-
Class adams.data.io.output.NestedAdamsExperimentWriter extends AbstractAdamsExperimentWriter implements Serializable
- serialVersionUID:
- 6314312820017136318L
-
Class adams.data.io.output.NestedCommandlineWriter extends AbstractObjectWriter implements Serializable
- serialVersionUID:
- 7242878829736390245L
-
Class adams.data.io.output.NullWriter extends AbstractTextWriter implements Serializable
- serialVersionUID:
- 2481561390856324348L
-
Class adams.data.io.output.ObjectLocationsSpreadSheetWriter extends AbstractReportWriter<Report> implements Serializable
- serialVersionUID:
- -199610824853876294L
-
Serialized Fields
-
m_ColBottom
String m_ColBottom
the column with the bottom coordinate. -
m_ColHeight
String m_ColHeight
the column with the height. -
m_ColLeft
String m_ColLeft
the column with the left coordinate. -
m_ColPolygonX
String m_ColPolygonX
the column with the polygon X coordinates. -
m_ColPolygonY
String m_ColPolygonY
the column with the polygon Y coordinates. -
m_ColRight
String m_ColRight
the column with the right coordinate. -
m_ColTop
String m_ColTop
the column with the top coordinate. -
m_ColType
String m_ColType
the column with the label. -
m_ColWidth
String m_ColWidth
the column with the width. -
m_Finder
ObjectFinder m_Finder
the row finder to apply before extracting the objects. -
m_Height
int m_Height
the image height to use as basis for normalized coordinates/dimensions. -
m_MetaDataKeys
BaseString[] m_MetaDataKeys
the meta-data keys to output as well (comma-separated). -
m_MetaDataKeyType
String m_MetaDataKeyType
the meta-data key for the type. -
m_OutputNormalized
boolean m_OutputNormalized
whether to use normalized coordinates/dimensions. -
m_Width
int m_Width
the image width to use as basis for normalized coordinates/dimensions. -
m_Writer
SpreadSheetWriter m_Writer
the spreadsheet writer to use.
-
-
Class adams.data.io.output.ODFSpreadSheetWriter extends AbstractMultiSheetSpreadSheetWriterWithMissingValueSupport implements Serializable
- serialVersionUID:
- -3549185519778801930L
-
Serialized Fields
-
m_OutputAsDisplayed
boolean m_OutputAsDisplayed
whether to output the cells as displayed (disable to output formulas).
-
-
Class adams.data.io.output.OpenCVImageWriter extends AbstractImageWriter<OpenCVImageContainer> implements Serializable
- serialVersionUID:
- 7557585219819025299L
-
Serialized Fields
-
m_Flags
ImwriteFlag[] m_Flags
the write flags. -
m_Values
BaseInteger[] m_Values
the flag values.
-
-
Class adams.data.io.output.OpexObjectLocationsWriter extends AbstractReportWriter<Report> implements Serializable
- serialVersionUID:
- 3152117801492456686L
-
Serialized Fields
-
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_ID
Field m_ID
the meta-data key with the ID. -
m_LabelKey
String m_LabelKey
the meta-data key with the label. -
m_MetaPrefix
String m_MetaPrefix
the prefix for the meta-data. -
m_PrettyPrinting
boolean m_PrettyPrinting
whether to use pretty-printing. -
m_ScoreKey
String m_ScoreKey
the meta-data key with the score. -
m_Timestamp
Field m_Timestamp
the field with the timestamp.
-
-
Class adams.data.io.output.PlainTextEmailFileWriter extends AbstractEmailFileWriter implements Serializable
- serialVersionUID:
- 8613890718581689507L
-
Class adams.data.io.output.PropertiesEmailFileWriter extends AbstractEmailFileWriter implements Serializable
- serialVersionUID:
- 8613890718581689507L
-
Class adams.data.io.output.PropertiesIndexedSplitsRunsWriter extends AbstractIndexedSplitsRunsWriter implements Serializable
- serialVersionUID:
- -288879107378616639L
-
Class adams.data.io.output.PropertiesSpreadSheetWriter extends AbstractSpreadSheetWriter implements Serializable
- serialVersionUID:
- -6004699877865566744L
-
Serialized Fields
-
m_Key
SpreadSheetColumnIndex m_Key
the column to use as key column. -
m_Value
SpreadSheetColumnIndex m_Value
the column to use as value column.
-
-
Class adams.data.io.output.SerializableObjectWriter extends AbstractObjectWriter implements Serializable
- serialVersionUID:
- 7242878829736390245L
-
Class adams.data.io.output.SerializedAdamsExperimentWriter extends AbstractAdamsExperimentWriter implements Serializable
- serialVersionUID:
- 6314312820017136318L
-
Class adams.data.io.output.SerializedObjectWriter extends AbstractObjectWriter implements Serializable
- serialVersionUID:
- 7242878829736390245L
-
Class adams.data.io.output.SerializedParameterMapWriter extends AbstractParameterMapWriter implements Serializable
- serialVersionUID:
- -7826528031686108641L
-
Class adams.data.io.output.SimpleArffSpreadSheetWriter extends AbstractSpreadSheetWriter implements Serializable
- serialVersionUID:
- -5681810295868479786L
-
Serialized Fields
-
m_DateFormat
DateFormatString m_DateFormat
the format to use. -
m_MaxDecimals
int m_MaxDecimals
the maximum number of decimals to use for numeric values. -
m_MaxNominalValues
int m_MaxNominalValues
the maximum number of values for nominal attributes.
-
-
Class adams.data.io.output.SimpleJavaInstantiationWriter extends AbstractObjectWriter implements Serializable
- serialVersionUID:
- 7242878829736390245L
-
Class adams.data.io.output.SimpleStreamSpreadSheetWriter extends AbstractSpreadSheetWriter implements Serializable
- serialVersionUID:
- -6342369466120096983L
-
Serialized Fields
-
m_OmitMissing
boolean m_OmitMissing
whether to omit missing cells or ones with missing value.
-
-
Class adams.data.io.output.SimpleTimeseriesWriter extends AbstractTimeseriesWriter implements Serializable
- serialVersionUID:
- 2779645040618901178L
-
Serialized Fields
-
m_TimestampFormat
DateFormatString m_TimestampFormat
the date format string to use for formatting the timestamp.
-
-
Class adams.data.io.output.SpreadSheetTimeseriesWriter extends AbstractTimeseriesWriter implements Serializable
- serialVersionUID:
- -1167695200549050674L
-
Serialized Fields
-
m_Writer
SpreadSheetWriter m_Writer
the spreadsheet writer to use.
-
-
Class adams.data.io.output.SqlDumpSpreadSheetWriter extends AbstractSpreadSheetWriter implements Serializable
- serialVersionUID:
- -3643934248575351045L
-
Serialized Fields
-
m_AddCreateTable
boolean m_AddCreateTable
whether to add a CREATE TABLE statement. -
m_Appending
boolean m_Appending
whether to append spreadsheets. -
m_ColumnNameConversion
ColumnNameConversion m_ColumnNameConversion
the column name conversion. -
m_ColumnNames
String[] m_ColumnNames
the column names (shortened, disambiguated). -
m_FileExists
boolean m_FileExists
whether the file already exists. -
m_Header
SpreadSheet m_Header
the header of the first spreadsheet written to file, if appending is active. -
m_KeepExisting
boolean m_KeepExisting
whether to keep existing files the first time the writer is called. -
m_MaxStringLength
int m_MaxStringLength
the maximum length for strings. -
m_StringColumnSQL
String m_StringColumnSQL
the SQL type for string columns. -
m_Table
String m_Table
the name of the table. -
m_TypeMapper
AbstractTypeMapper m_TypeMapper
the type mapper to use. -
m_Types
Cell.ContentType[] m_Types
the type used for the table. -
m_UseBackslashes
boolean m_UseBackslashes
whether to use backslashes for escaping.
-
-
Class adams.data.io.output.SVMLightSpreadSheetWriter extends AbstractWekaSpreadSheetWriter implements Serializable
- serialVersionUID:
- -677810919276444654L
-
Class adams.data.io.output.TextFileWithLineNumbersWriter extends TextFileWriter implements Serializable
- serialVersionUID:
- 4958356636746933734L
-
Serialized Fields
-
m_Count
int m_Count
the line count. -
m_Separator
String m_Separator
the separator between the line number and the actual line.
-
-
Class adams.data.io.output.TextFileWriter extends AbstractTextWriterWithFilenameGenerator implements Serializable
- serialVersionUID:
- 2481561390856324348L
-
Serialized Fields
-
m_Append
boolean m_Append
whether to append the file.
-
-
Class adams.data.io.output.TsvSpreadSheetWriter extends CsvSpreadSheetWriter implements Serializable
- serialVersionUID:
- 899390367241611793L
-
Class adams.data.io.output.ViaAnnotationsReportWriter extends AbstractReportWriter<Report> implements Serializable
- serialVersionUID:
- -7250784020894287952L
-
Serialized Fields
-
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_LabelKey
String m_LabelKey
the meta-data key with the label. -
m_PrettyPrinting
boolean m_PrettyPrinting
whether to use pretty-printing.
-
-
Class adams.data.io.output.XrffSpreadSheetWriter extends AbstractWekaSpreadSheetWriter implements Serializable
- serialVersionUID:
- -677810919276444654L
-
Class adams.data.io.output.XStreamWriter extends AbstractObjectWriter implements Serializable
- serialVersionUID:
- 7242878829736390245L
-
Class adams.data.io.output.YamlParameterMapWriter extends AbstractParameterMapWriter implements Serializable
- serialVersionUID:
- -738439779796381924L
-
Class adams.data.io.output.YoloAnnotationsReportWriter extends AbstractReportWriter<Report> implements Serializable
- serialVersionUID:
- -7250784020894287952L
-
Serialized Fields
-
m_ColIndex
SpreadSheetColumnIndex m_ColIndex
the column with the label index. -
m_ColLabel
SpreadSheetColumnIndex m_ColLabel
the column with the label string. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_Height
int m_Height
the image height to use as basis for normalized coordinates/dimensions. -
m_LabelDefinitions
PlaceholderFile m_LabelDefinitions
the spreadsheet with the label index/label relation, ignored if directory. -
m_LabelKey
String m_LabelKey
the meta-data key with the label. -
m_LabelReader
SpreadSheetReader m_LabelReader
the spreadsheet reader to use. -
m_UsePolygonFormat
boolean m_UsePolygonFormat
output polygon format rather than bbox format. -
m_Width
int m_Width
the image width to use as basis for normalized coordinates/dimensions.
-
-
-
Package adams.data.io.output.jaiwriter
-
Class adams.data.io.output.jaiwriter.AbstractJAIWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 866349334075701756L
-
Class adams.data.io.output.jaiwriter.BMPWriter extends AbstractJAIWriter implements Serializable
- serialVersionUID:
- 1366719044935629546L
-
Serialized Fields
-
m_TopDown
boolean m_TopDown
whether to write the data in top-down order.
-
-
Class adams.data.io.output.jaiwriter.GIFWriter extends AbstractJAIWriter implements Serializable
- serialVersionUID:
- 1366719044935629546L
-
Class adams.data.io.output.jaiwriter.JPEGWriter extends AbstractJAIWriter implements Serializable
- serialVersionUID:
- 1366719044935629546L
-
Serialized Fields
-
m_OptimizeHuffmanTables
boolean m_OptimizeHuffmanTables
whether to optimize the huffman tables. -
m_Quality
float m_Quality
the quality (0-1).
-
-
Class adams.data.io.output.jaiwriter.PNGWriter extends AbstractJAIWriter implements Serializable
- serialVersionUID:
- 1366719044935629546L
-
Serialized Fields
-
m_Compression
float m_Compression
the compression (0=none to 1=high).
-
-
-
Package adams.data.jai.features
-
Class adams.data.jai.features.DFT extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 3993399058139605286L
-
Serialized Fields
-
m_OutputType
DFT.OutputType m_OutputType
the output type.
-
-
Class adams.data.jai.features.Histogram extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Serialized Fields
-
m_GroupChannels
boolean m_GroupChannels
whether to group the channels. -
m_HistogramType
Histogram.HistogramType m_HistogramType
the type of histogram to generate. -
m_NumBins
int m_NumBins
the number of bins per channel.
-
-
-
Package adams.data.jai.transformer
-
Class adams.data.jai.transformer.AbstractJAITransformer extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 6509685876509009633L
-
Class adams.data.jai.transformer.AbstractScript extends AbstractJAITransformer implements Serializable
- serialVersionUID:
- -8283487312539061029L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.data.jai.transformer.AbstractScriptedTransformer extends AbstractJAITransformer implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.data.jai.transformer.Brightness extends AbstractJAITransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Factor
float m_Factor
the factor to use. -
m_Offset
float m_Offset
the offset to use.
-
-
Class adams.data.jai.transformer.ChangeOrientation extends AbstractJAITransformer implements Serializable
- serialVersionUID:
- 789668617409423108L
-
Serialized Fields
-
m_AngleLandscapeToPortrait
double m_AngleLandscapeToPortrait
the rotation angle for landscape to portrait. -
m_AnglePortraitToLandscape
double m_AnglePortraitToLandscape
the rotation angle for portrait to landscape. -
m_Orientation
PageOrientation m_Orientation
the orientation for the image.
-
-
Class adams.data.jai.transformer.Dilate extends AbstractJAITransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Kernel
float[] m_Kernel
the kernel (blank separated list of floats). -
m_KernelHeight
int m_KernelHeight
the kernel height. -
m_KernelWidth
int m_KernelWidth
the kernel width.
-
-
Class adams.data.jai.transformer.Erode extends AbstractJAITransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Kernel
float[] m_Kernel
the kernel (blank separated list of floats). -
m_KernelHeight
int m_KernelHeight
the kernel height. -
m_KernelWidth
int m_KernelWidth
the kernel width.
-
-
Class adams.data.jai.transformer.Flip extends AbstractJAITransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Direction
FlipDirection m_Direction
the flip direction.
-
-
Class adams.data.jai.transformer.Gray8 extends AbstractJAITransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Class adams.data.jai.transformer.IndexedColors extends AbstractJAITransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_ColorQuantizer
IndexedColors.ColorQuantizer m_ColorQuantizer
the color quantizer. -
m_NumColors
int m_NumColors
the number of colors.
-
-
Class adams.data.jai.transformer.Invert extends AbstractJAITransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Class adams.data.jai.transformer.Resize extends AbstractJAITransformer implements Serializable
- serialVersionUID:
- -7139209460998569352L
-
Serialized Fields
-
m_ForcePercentage
boolean m_ForcePercentage
whether to force percentage (eg for scaling larger). -
m_Height
double m_Height
the new height. -
m_InterpolationType
Resize.InterpolationType m_InterpolationType
the type of interpolation to perform. -
m_NumSubsampleBits
int m_NumSubsampleBits
the number of subsample bits. -
m_Width
double m_Width
the new width.
-
-
Class adams.data.jai.transformer.Rotate extends AbstractJAITransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Angle
double m_Angle
the angle to rotate the image by. -
m_Background
Color m_Background
the background color. -
m_Interpolation
Rotate.InterpolationType m_Interpolation
the interpolation type. -
m_OriginX
int m_OriginX
the X origin. -
m_OriginY
int m_OriginY
the Y origin.
-
-
Class adams.data.jai.transformer.Scripted extends AbstractScriptedTransformer implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
-
Package adams.data.lire.features
-
Class adams.data.lire.features.AutoColorCorrelogram extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 353245595318472893L
-
Class adams.data.lire.features.BasicFeatures extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Class adams.data.lire.features.BinaryPatternsPyramid extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -2251490712206916608L
-
Class adams.data.lire.features.CEDD extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -218939305183964139L
-
Class adams.data.lire.features.ColorLayout extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 4505596265143958208L
-
Class adams.data.lire.features.EdgeHistogram extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 1874040272178953103L
-
Class adams.data.lire.features.FCTH extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 4620733370581047719L
-
Class adams.data.lire.features.FuzzyColorHistogram extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -748267132930230243L
-
Class adams.data.lire.features.FuzzyOpponentHistogram extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 431988982701325529L
-
Class adams.data.lire.features.Gabor extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 2359462348032349687L
-
Class adams.data.lire.features.JCD extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 5127586811257029023L
-
Class adams.data.lire.features.JointHistogram extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -218939305183964139L
-
Class adams.data.lire.features.JpegCoefficientHistogram extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 4435917199794986005L
-
Class adams.data.lire.features.LocalBinaryPatterns extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -767126182309618385L
-
Class adams.data.lire.features.LocalBinaryPatternsAndOpponent extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -218939305183964139L
-
Class adams.data.lire.features.LuminanceLayout extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 4806318817749723974L
-
Class adams.data.lire.features.OpponentHistogram extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -5934074718170214988L
-
Class adams.data.lire.features.PHOG extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -1709055659856624762L
-
Class adams.data.lire.features.RankAndOpponent extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -218939305183964139L
-
Class adams.data.lire.features.RotationInvariantLocalBinaryPatterns extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -2552242062981348271L
-
Class adams.data.lire.features.ScalableColor extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 8690893367113806689L
-
Class adams.data.lire.features.SimpleCentrist extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -218939305183964139L
-
Class adams.data.lire.features.SimpleColorHistogram extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -856222303601625790L
-
Class adams.data.lire.features.SpatialPyramidAutoColorCorrelogram extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -218939305183964139L
-
Class adams.data.lire.features.SpatialPyramidCEDD extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -218939305183964139L
-
Class adams.data.lire.features.SpatialPyramidCentrist extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -218939305183964139L
-
Class adams.data.lire.features.SpatialPyramidFCTH extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 4620733370581047719L
-
Class adams.data.lire.features.SpatialPyramidJCD extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 5127586811257029023L
-
Class adams.data.lire.features.SpatialPyramidLocalBinaryPatterns extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -767126182309618385L
-
Class adams.data.lire.features.Tamura extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 7301265574482393858L
-
-
Package adams.data.matlab.multimatrixoperation
-
Class adams.data.matlab.multimatrixoperation.AbstractMultiMatrixOperation extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1185449853784824033L
-
Class adams.data.matlab.multimatrixoperation.Add extends AbstractMultiMatrixOperation implements Serializable
- serialVersionUID:
- 8924493141315007273L
-
Class adams.data.matlab.multimatrixoperation.ApplyMask extends AbstractMultiMatrixOperation implements Serializable
- serialVersionUID:
- 8924493141315007273L
-
Class adams.data.matlab.multimatrixoperation.Combine extends AbstractMultiMatrixOperation implements Serializable
- serialVersionUID:
- 8924493141315007273L
-
Serialized Fields
-
m_ElementType
ArrayElementType m_ElementType
the element type.
-
-
Class adams.data.matlab.multimatrixoperation.Subtract extends AbstractMultiMatrixOperation implements Serializable
- serialVersionUID:
- 8924493141315007273L
-
-
Package adams.data.noise
-
Class adams.data.noise.AbstractDatabaseConnectionDenoiser extends AbstractDenoiser<T extends DataContainer> implements Serializable
- serialVersionUID:
- -651009989289544939L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.data.noise.AbstractDenoiser extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1247356707842924341L
-
Serialized Fields
-
m_RecordRegions
boolean m_RecordRegions
whether to record elution regions as well. -
m_Regions
List<T extends DataContainer> m_Regions
the collected elution regions.
-
-
Class adams.data.noise.AbstractDenoiser.DenoiserJob extends AbstractJob implements Serializable
- serialVersionUID:
- -6605973712371846881L
-
Serialized Fields
-
m_Data
T extends DataContainer m_Data
the data to push through the denoiser. -
m_DenoisedData
T extends DataContainer m_DenoisedData
the denoised data. -
m_Denoiser
AbstractDenoiser m_Denoiser
the denoiser to use.
-
-
Class adams.data.noise.PassThrough extends AbstractDenoiser implements Serializable
- serialVersionUID:
- 6019995704005696521L
-
-
Package adams.data.objectfilter
-
Class adams.data.objectfilter.AbstractObjectFilter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5536282098947025494L
-
Serialized Fields
-
m_FlowContext
Actor m_FlowContext
the flow context.
-
-
Class adams.data.objectfilter.AddDefaultLabel extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -2181381799680316619L
-
Class adams.data.objectfilter.AttachMetaData extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- 5647107073729835067L
-
Class adams.data.objectfilter.AttachOverlappingMetaData extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- 5647107073729835067L
-
Serialized Fields
-
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_MetaDataKeys
BaseString[] m_MetaDataKeys
the meta-data keys to attach. -
m_OverlapDetection
ObjectOverlap m_OverlapDetection
the object overlap calculation to use. -
m_StorageName
StorageName m_StorageName
the storage item.
-
-
Class adams.data.objectfilter.ClipBoundingBoxes extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -2181381799680316619L
-
Serialized Fields
-
m_Height
int m_Height
the image height to use. -
m_Width
int m_Width
the image width to use.
-
-
Class adams.data.objectfilter.KeepEnclosed extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -7256337273782956847L
-
Class adams.data.objectfilter.MakeSquare extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -2181381799680316619L
-
Serialized Fields
-
m_SideType
MakeSquare.SideType m_SideType
what side to use.
-
-
Class adams.data.objectfilter.MergeOverlaps extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- 7648379268675475506L
-
Serialized Fields
-
m_Algorithm
ObjectOverlap m_Algorithm
the object overlap calculation to use. -
m_LabelKey
String m_LabelKey
the label meta-data key - ignored if empty. -
m_MergedScoreCalculation
MergedScoreCalculation m_MergedScoreCalculation
how to calculate the merged score. -
m_ScoreKey
String m_ScoreKey
the score meta-data key - ignored if empty.
-
-
Class adams.data.objectfilter.OffsetIndex extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -2181381799680316619L
-
Serialized Fields
-
m_Offset
int m_Offset
the offset for the index.
-
-
Class adams.data.objectfilter.PassThrough extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -2181381799680316619L
-
Class adams.data.objectfilter.RemoveDuplicatePolygonPoints extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -7765505197662180885L
-
Class adams.data.objectfilter.RemovePolygons extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -7765505197662180885L
-
Class adams.data.objectfilter.RenameLabels extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -2181381799680316619L
-
Serialized Fields
-
m_Key
String m_Key
the key in the meta-data containing the labels. -
m_Rules
BaseKeyValuePair[] m_Rules
the renaming rules (old=new).
-
-
Class adams.data.objectfilter.Rotate extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -2181381799680316619L
-
Serialized Fields
-
m_Angle
double m_Angle
the rotation in degrees. -
m_ImageHeight
int m_ImageHeight
the original image height. -
m_ImageWidth
int m_ImageWidth
the original image width.
-
-
Class adams.data.objectfilter.Scale extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -2181381799680316619L
-
Serialized Fields
-
m_NumDecimals
int m_NumDecimals
the number of decimals. -
m_Round
boolean m_Round
whether to round the scaled values. -
m_RoundingType
RoundingType m_RoundingType
the rounding type. -
m_ScaleX
double m_ScaleX
the scale factor for x/width. -
m_ScaleY
double m_ScaleY
the scale factor for y/height.
-
-
Class adams.data.objectfilter.SimplifyPolygons extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -3865626476883847402L
-
Serialized Fields
-
m_HighQuality
boolean m_HighQuality
whether to use high-quality or fast simplification. -
m_Tolerance
double m_Tolerance
the tolerance parameter.
-
-
Class adams.data.objectfilter.TransformMetaData extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- 5647107073729835067L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Key
String m_Key
the key name. -
m_Transformer
CallableActorReference m_Transformer
the callable transformer to apply to the cells.
-
-
Class adams.data.objectfilter.Translate extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -2181381799680316619L
-
Serialized Fields
-
m_X
int m_X
the translation for x. -
m_Y
int m_Y
the translation for y.
-
-
Class adams.data.objectfilter.UpdateBoundsFromPolygon extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -2181381799680316619L
-
-
Package adams.data.objectfinder
-
Class adams.data.objectfinder.AbstractMetaObjectFinder extends AbstractObjectFinder implements Serializable
- serialVersionUID:
- -9221045219962890073L
-
Serialized Fields
-
m_ObjectFinder
ObjectFinder m_ObjectFinder
the ObjectFinder to apply.
-
-
Class adams.data.objectfinder.AbstractObjectFinder extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2092237222859238898L
-
Serialized Fields
-
m_Lenient
boolean m_Lenient
whether to be lenient with indices. -
m_Prefix
String m_Prefix
the prefix of the objects in the report. -
m_Quiet
boolean m_Quiet
whether to suppress warning messages. -
m_ResetIndicesIfNecessary
boolean m_ResetIndicesIfNecessary
whether to reset indices if necessary.
-
-
Class adams.data.objectfinder.AllFinder extends AbstractObjectFinder implements Serializable
- serialVersionUID:
- -8034475536001525696L
-
Class adams.data.objectfinder.ByMetaDataNumericValue extends AbstractObjectFinder implements Serializable
- serialVersionUID:
- 235661615457187608L
-
Serialized Fields
-
m_Key
String m_Key
the meta-data key to inspect. -
m_Maximum
double m_Maximum
the maximum value. -
m_MaximumIncluded
boolean m_MaximumIncluded
whether the maximum value is included. -
m_Minimum
double m_Minimum
the minimum value. -
m_MinimumIncluded
boolean m_MinimumIncluded
whether the minimum value is included.
-
-
Class adams.data.objectfinder.ByMetaDataStringValue extends AbstractObjectFinder implements Serializable
- serialVersionUID:
- 4793599743931691992L
-
Serialized Fields
-
m_Key
String m_Key
the meta-data key to inspect. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match against the value.
-
-
Class adams.data.objectfinder.HasMetaDataValue extends AbstractObjectFinder implements Serializable
- serialVersionUID:
- 4793599743931691992L
-
Serialized Fields
-
m_Key
String m_Key
the meta-data key to inspect.
-
-
Class adams.data.objectfinder.Invert extends AbstractMetaObjectFinder implements Serializable
- serialVersionUID:
- -8034475536001525696L
-
Class adams.data.objectfinder.MultiObjectFinder extends AbstractObjectFinder implements Serializable
- serialVersionUID:
- 1441664440186470414L
-
Serialized Fields
-
m_Combination
MultiObjectFinder.Combination m_Combination
how the indices are combined. -
m_Finders
ObjectFinder[] m_Finders
the row finders to use.
-
-
Class adams.data.objectfinder.NullFinder extends AbstractObjectFinder implements Serializable
- serialVersionUID:
- -8034475536001525696L
-
Class adams.data.objectfinder.ObjectsInPolygon extends AbstractObjectFinder implements Serializable
- serialVersionUID:
- -6804833277425617270L
-
Serialized Fields
-
m_CheckType
boolean m_CheckType
whether to check the type (if a suffix provided). -
m_OneBased
boolean m_OneBased
whether report contains one-based coordinates. -
m_Partial
boolean m_Partial
whether to include partial hits. -
m_TypeFind
BaseRegExp m_TypeFind
the regular expression to apply to the type. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type. -
m_X
int[] m_X
the x coordinates. -
m_Y
int[] m_Y
the y coordinates.
-
-
Class adams.data.objectfinder.ObjectsInRegion extends AbstractObjectFinder implements Serializable
- serialVersionUID:
- -6804833277425617270L
-
Serialized Fields
-
m_CheckType
boolean m_CheckType
whether to check the type (if a suffix provided). -
m_Height
int m_Height
the height of the window. -
m_Left
int m_Left
the x of the top-left corner. -
m_OneBased
boolean m_OneBased
whether report contains one-based coordinates. -
m_Partial
boolean m_Partial
whether to include partial hits. -
m_Top
int m_Top
the y of the top-left corner. -
m_TypeFind
BaseRegExp m_TypeFind
the regular expression to apply to the type. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type. -
m_Width
int m_Width
the width of the window.
-
-
Class adams.data.objectfinder.PolygonPoints extends AbstractObjectFinder implements Serializable
- serialVersionUID:
- 235661615457187608L
-
Serialized Fields
-
m_Maximum
int m_Maximum
the maximum value. -
m_MaximumIncluded
boolean m_MaximumIncluded
whether the maximum value is included. -
m_Minimum
int m_Minimum
the minimum value. -
m_MinimumIncluded
boolean m_MinimumIncluded
whether the minimum value is included.
-
-
Class adams.data.objectfinder.Size extends AbstractObjectFinder implements Serializable
- serialVersionUID:
- -2324944380405209657L
-
Serialized Fields
-
m_Maximum
double m_Maximum
the maximum value. -
m_MaximumIncluded
boolean m_MaximumIncluded
whether the maximum value is included. -
m_Minimum
double m_Minimum
the minimum value. -
m_MinimumIncluded
boolean m_MinimumIncluded
whether the minimum value is included. -
m_Type
Size.CheckType m_Type
what to apply the constraints to.
-
-
-
Package adams.data.objectoverlap
-
Class adams.data.objectoverlap.AbstractObjectOverlap extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -6700493470621873334L
-
Serialized Fields
-
m_CopyMetaData
boolean m_CopyMetaData
whether to copy meta-data. -
m_ExcludeIdentical
boolean m_ExcludeIdentical
whether to skip identical objects, i.e., not count them as overlaps. -
m_MetaDataKeys
BaseString[] m_MetaDataKeys
the meta-data keys to copy.
-
-
Class adams.data.objectoverlap.AreaRatio extends AbstractObjectOverlap implements Serializable
- serialVersionUID:
- 7334086790079005242L
-
Serialized Fields
-
m_AdditionalObject
boolean m_AdditionalObject
whether to check for additional predicted objects not present in actual. -
m_AverageRatio
boolean m_AverageRatio
whether to use average overlap ratio instead of just this->other. -
m_LabelKey
String m_LabelKey
the label meta-data key - ignored if empty. -
m_MinOverlapRatio
double m_MinOverlapRatio
the minimum overlap ratio to use. -
m_UseOtherObject
boolean m_UseOtherObject
whether to use the other object in the output in case of an overlap.
-
-
Class adams.data.objectoverlap.IntersectOverUnionRatio extends AbstractObjectOverlap implements Serializable
- serialVersionUID:
- 490981014539796857L
-
Serialized Fields
-
m_AdditionalObject
boolean m_AdditionalObject
whether to check for additional predicted objects not present in actual. -
m_BoundingBoxFallbackRatio
double m_BoundingBoxFallbackRatio
the ratio used for determining whether to fall back from polygon on bbox. -
m_Fallback
boolean m_Fallback
whether to fallback on bounding box. -
m_Geometry
GeometryType m_Geometry
the geometry to use. -
m_LabelKey
String m_LabelKey
the label meta-data key - ignored if empty. -
m_MinIntersectOverUnionRatio
double m_MinIntersectOverUnionRatio
the minimum IOU ratio to use. -
m_UseOtherObject
boolean m_UseOtherObject
whether to use the other object in the output in case of an overlap.
-
-
Class adams.data.objectoverlap.Null extends AbstractObjectOverlap implements Serializable
- serialVersionUID:
- -1581099697448143889L
-
-
Package adams.data.opencv
-
Class adams.data.opencv.OpenCVImageContainer extends AbstractImageContainer<org.bytedeco.opencv.opencv_core.Mat> implements Serializable
- serialVersionUID:
- 5927586462384340177L
-
-
Package adams.data.opencv.features
-
Class adams.data.opencv.features.AbstractOpenCVFeatureGenerator extends AbstractImageFeatureGenerator<OpenCVImageContainer> implements Serializable
- serialVersionUID:
- 4566948525813804085L
-
Class adams.data.opencv.features.AbstractScript extends AbstractOpenCVFeatureGenerator implements Serializable
- serialVersionUID:
- -8283487312539061029L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.data.opencv.features.AbstractScriptedFeatureGenerator extends AbstractOpenCVFeatureGenerator implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.data.opencv.features.Histogram extends AbstractOpenCVFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Serialized Fields
-
m_GroupChannels
boolean m_GroupChannels
whether to group the channels. -
m_MaxValue
float m_MaxValue
the maximum value. -
m_MinValue
float m_MinValue
the minimum value. -
m_NumBins
int m_NumBins
the number of bins.
-
-
Class adams.data.opencv.features.MultiOpenCVFeatureGenerator extends AbstractOpenCVFeatureGenerator implements Serializable
- serialVersionUID:
- -4136037171201268286L
-
Serialized Fields
-
m_SubGenerators
AbstractOpenCVFeatureGenerator[] m_SubGenerators
the generators to use. -
m_SubHeaders
HeaderDefinition[] m_SubHeaders
the sub-headers.
-
-
Class adams.data.opencv.features.Otsu extends AbstractOpenCVFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Serialized Fields
-
m_MaxValue
int m_MaxValue
the max value.
-
-
Class adams.data.opencv.features.Scripted extends AbstractScriptedFeatureGenerator implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
-
Package adams.data.opencv.multiimageoperation
-
Class adams.data.opencv.multiimageoperation.AbstractOpenCVMultiImageOperation extends AbstractMultiImageOperation<OpenCVImageContainer> implements Serializable
- serialVersionUID:
- 8469793062316240081L
-
Class adams.data.opencv.multiimageoperation.PassThrough extends AbstractOpenCVMultiImageOperation implements Serializable
- serialVersionUID:
- -1150506476203258531L
-
Class adams.data.opencv.multiimageoperation.ReportFieldSubtraction extends AbstractOpenCVMultiImageOperation implements Serializable
- serialVersionUID:
- 7381673951864996785L
-
Serialized Fields
-
m_Fields
Field[] m_Fields
the report fields to subtract.
-
-
-
Package adams.data.opencv.transformer
-
Class adams.data.opencv.transformer.AbstractOpenCVTransformer extends AbstractImageTransformer<OpenCVImageContainer> implements Serializable
- serialVersionUID:
- 6509685876509009633L
-
Class adams.data.opencv.transformer.AbstractScript extends AbstractOpenCVTransformer implements Serializable
- serialVersionUID:
- -8283487312539061029L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.data.opencv.transformer.AbstractScriptedTransformer extends AbstractOpenCVTransformer implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.data.opencv.transformer.Blur extends AbstractOpenCVTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_AnchorX
int m_AnchorX
the X of the anchor. -
m_AnchorY
int m_AnchorY
the Y of the anchor. -
m_BorderType
BorderType m_BorderType
the border type. -
m_KernelHeight
int m_KernelHeight
the kernel height. -
m_KernelWidth
int m_KernelWidth
the kernel width.
-
-
Class adams.data.opencv.transformer.ConvertType extends AbstractOpenCVTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Conversion
ColorConversionCode m_Conversion
the conversion type.
-
-
Class adams.data.opencv.transformer.GaussianBlur extends AbstractOpenCVTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_BorderType
BorderType m_BorderType
the border type. -
m_KernelHeight
int m_KernelHeight
the kernel height. -
m_KernelWidth
int m_KernelWidth
the kernel width. -
m_SigmaX
double m_SigmaX
sigma X (standard deviation for X). -
m_SigmaY
double m_SigmaY
sigma Y (standard deviation for X).
-
-
Class adams.data.opencv.transformer.MultiTransformer extends AbstractOpenCVTransformer implements Serializable
- serialVersionUID:
- 7793661256600883689L
-
Serialized Fields
-
m_Transformers
AbstractOpenCVTransformer[] m_Transformers
the sub-transformers.
-
-
Class adams.data.opencv.transformer.PassThrough extends AbstractOpenCVTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Class adams.data.opencv.transformer.Resize extends AbstractOpenCVTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_FactorX
double m_FactorX
the x factor. -
m_FactorY
double m_FactorY
the y factor. -
m_Height
int m_Height
the absolute height. -
m_Interpolation
InterpolationType m_Interpolation
the interpolation type. -
m_Type
Resize.ResizeType m_Type
the resize type. -
m_Width
int m_Width
the absolute width.
-
-
Class adams.data.opencv.transformer.Scripted extends AbstractScriptedTransformer implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
Class adams.data.opencv.transformer.SplitChannels extends AbstractOpenCVTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Class adams.data.opencv.transformer.Threshold extends AbstractOpenCVTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_MaxValue
int m_MaxValue
the max value. -
m_Threshold
int m_Threshold
the threshold to use. -
m_Type
ThresholdType m_Type
the threshold type.
-
-
-
Package adams.data.outlier
-
Class adams.data.outlier.AbstractDatabaseConnectionOutlierDetector extends AbstractOutlierDetector<T extends DataContainer> implements Serializable
- serialVersionUID:
- 8848033637860171357L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.data.outlier.AbstractOutlierDetector extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1238310227471192973L
-
Class adams.data.outlier.AbstractOutlierDetector.DetectorJob extends AbstractJob implements Serializable
- serialVersionUID:
- 4607715174153227144L
-
Serialized Fields
-
m_Data
T extends DataContainer m_Data
the data to push through the detector. -
m_Detector
AbstractOutlierDetector m_Detector
the detector to use. -
m_Result
List<String> m_Result
the result.
-
-
Class adams.data.outlier.AbstractScript extends AbstractOutlierDetector implements Serializable
- serialVersionUID:
- -8283487312539061029L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.data.outlier.AbstractScriptedOutlierDetector extends AbstractOutlierDetector implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.data.outlier.Excluded extends AbstractOutlierDetector implements Serializable
- serialVersionUID:
- -1396852948506663540L
-
Class adams.data.outlier.FieldRequired extends AbstractOutlierDetector implements Serializable
- serialVersionUID:
- -6838687006986727555L
-
Serialized Fields
-
m_Field
Field m_Field
the name of the field that needs to be present.
-
-
Class adams.data.outlier.FilteredOutlierDetector extends AbstractDatabaseConnectionOutlierDetector<T extends DataContainer> implements Serializable
- serialVersionUID:
- 6570555834680774914L
-
Serialized Fields
-
m_Detector
AbstractOutlierDetector m_Detector
the detector to use. -
m_Filter
Filter m_Filter
the filter to use.
-
-
Class adams.data.outlier.Groovy extends AbstractScriptedOutlierDetector implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_InlineScript
GroovyScript m_InlineScript
the inline script.
-
-
Class adams.data.outlier.MinMax extends AbstractOutlierDetector<DataContainer> implements Serializable
- serialVersionUID:
- 8061387654170301948L
-
Serialized Fields
-
m_field
Field m_field
the quant field. -
m_max
double m_max
max. -
m_min
double m_min
min.
-
-
Class adams.data.outlier.MultiOutlierDetector extends AbstractDatabaseConnectionOutlierDetector<T extends DataContainer> implements Serializable
- serialVersionUID:
- 5818338370944478215L
-
Serialized Fields
-
m_Detectors
AbstractOutlierDetector[] m_Detectors
the detectors. -
m_StopOnFirstDetection
boolean m_StopOnFirstDetection
stops detection as soon as one sub-detector detected something.
-
-
Class adams.data.outlier.PassThrough extends AbstractOutlierDetector implements Serializable
- serialVersionUID:
- 640418515170621204L
-
Class adams.data.outlier.Scripted extends AbstractScriptedOutlierDetector implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
Class adams.data.outlier.StringMatcher extends AbstractOutlierDetector implements Serializable
- serialVersionUID:
- -4774492907534443823L
-
Serialized Fields
-
m_Field
Field m_Field
the name of the reference compound. -
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_RegExp
BaseRegExp m_RegExp
the regular expression that the value must match.
-
-
Class adams.data.outlier.TargetRequired extends AbstractOutlierDetector implements Serializable
- serialVersionUID:
- -6838687006986727555L
-
Serialized Fields
-
m_Field
Field m_Field
the name of the reference compound. -
m_MinConcentration
double m_MinConcentration
the minimum concentration.
-
-
Class adams.data.outlier.TimeseriesMinPoints extends AbstractOutlierDetector<Timeseries> implements Serializable
- serialVersionUID:
- -3670792009048485874L
-
Serialized Fields
-
m_MinValue
double m_MinValue
the minimum value. -
m_NumPoints
double m_NumPoints
the number of points that need the minimum value (below 1 it is interpreted as percentage).
-
-
Class adams.data.outlier.TimeseriesRange extends AbstractOutlierDetector<Timeseries> implements Serializable
- serialVersionUID:
- -5300001549269138646L
-
Serialized Fields
-
m_Max
double m_Max
the maximum acceptable value (incl). -
m_Min
double m_Min
the minimum acceptable value (incl).
-
-
Class adams.data.outlier.TimeseriesTimestampCheck extends AbstractOutlierDetector<Timeseries> implements Serializable
- serialVersionUID:
- -5300001549269138646L
-
Serialized Fields
-
m_Condition
TimeseriesTimestampCheck.TimestampCondition m_Condition
the condition that the timestamp must meet. -
m_Index
Index m_Index
the index of the timestamp to check. -
m_Timestamp
BaseDateTime m_Timestamp
the provided timestamp.
-
-
-
Package adams.data.overlappingobjectremoval
-
Class adams.data.overlappingobjectremoval.AbstractOverlappingObjectRemoval extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6991707947586230873L
-
Class adams.data.overlappingobjectremoval.KeepHighestMetaDataValue extends AbstractOverlappingObjectRemoval implements Serializable
- serialVersionUID:
- -895136411948961806L
-
Serialized Fields
-
m_ScoreKey
String m_ScoreKey
the score meta-data key.
-
-
Class adams.data.overlappingobjectremoval.MergeOverlaps extends AbstractOverlappingObjectRemoval implements Serializable
- serialVersionUID:
- 2003246733816658910L
-
Serialized Fields
-
m_Algorithm
ObjectOverlap m_Algorithm
the object overlap calculation to use. -
m_LabelKey
String m_LabelKey
the label meta-data key - ignored if empty. -
m_MergedScoreCalculation
MergedScoreCalculation m_MergedScoreCalculation
how to calculate the merged score. -
m_ScoreKey
String m_ScoreKey
the score meta-data key - ignored if empty.
-
-
Class adams.data.overlappingobjectremoval.PassThrough extends AbstractOverlappingObjectRemoval implements Serializable
- serialVersionUID:
- 2003246733816658910L
-
Class adams.data.overlappingobjectremoval.RemoveAll extends AbstractOverlappingObjectRemoval implements Serializable
- serialVersionUID:
- -895136411948961806L
-
Class adams.data.overlappingobjectremoval.RemoveLargerRectangle extends AbstractOverlappingObjectRemoval implements Serializable
- serialVersionUID:
- -895136411948961806L
-
Class adams.data.overlappingobjectremoval.RemoveSmallerRectangle extends AbstractOverlappingObjectRemoval implements Serializable
- serialVersionUID:
- -895136411948961806L
-
-
Package adams.data.random
-
Class adams.data.random.AbstractDistributionBasedRandomNumberGenerator extends AbstractSeededRandomNumberGenerator<T extends Number> implements Serializable
- serialVersionUID:
- -4193009658719437993L
-
Serialized Fields
-
m_Mean
double m_Mean
the mean. -
m_Stdev
double m_Stdev
the standard deviation.
-
-
Class adams.data.random.AbstractRandomNumberGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5803268124112742362L
-
Class adams.data.random.AbstractSeededRandomNumberGenerator extends AbstractRandomNumberGenerator<T extends Number> implements Serializable
- serialVersionUID:
- -8175994712205719647L
-
Serialized Fields
-
m_Seed
long m_Seed
the seed value.
-
-
Class adams.data.random.JavaRandomByte extends AbstractSeededRandomNumberGenerator<Byte> implements Serializable
- serialVersionUID:
- 8754317840175980117L
-
Serialized Fields
-
m_Random
Random m_Random
the random number generator to use.
-
-
Class adams.data.random.JavaRandomByteUnseeded extends AbstractRandomNumberGenerator<Byte> implements Serializable
- serialVersionUID:
- 8754317840175980117L
-
Serialized Fields
-
m_Random
Random m_Random
the random number generator to use.
-
-
Class adams.data.random.JavaRandomDouble extends AbstractSeededRandomNumberGenerator<Double> implements Serializable
- serialVersionUID:
- -9108188550486580598L
-
Serialized Fields
-
m_Random
Random m_Random
the random number generator to use.
-
-
Class adams.data.random.JavaRandomDoubleUnseeded extends AbstractRandomNumberGenerator<Double> implements Serializable
- serialVersionUID:
- -9108188550486580598L
-
Serialized Fields
-
m_Random
Random m_Random
the random number generator to use.
-
-
Class adams.data.random.JavaRandomInt extends AbstractSeededRandomNumberGenerator<Integer> implements Serializable
- serialVersionUID:
- 8754317840175980117L
-
Serialized Fields
-
m_MaxValue
int m_MaxValue
the maximum value for the numbers to generate. -
m_MinValue
int m_MinValue
the minimum value for the numbers to generate. -
m_Random
Random m_Random
the random number generator to use.
-
-
Class adams.data.random.JavaRandomIntUnseeded extends AbstractRandomNumberGenerator<Integer> implements Serializable
- serialVersionUID:
- 8754317840175980117L
-
Serialized Fields
-
m_MaxValue
int m_MaxValue
the maximum value for the numbers to generate. -
m_MinValue
int m_MinValue
the minimum value for the numbers to generate. -
m_Random
Random m_Random
the random number generator to use.
-
-
-
Package adams.data.report
-
Class adams.data.report.AbstractDatabaseConnectionReportFilter extends AbstractReportFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- -2214465051352196860L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.data.report.AbstractField extends Object implements Serializable
- serialVersionUID:
- -5720659277852926115L
-
Class adams.data.report.AbstractFilteredReportFilter extends AbstractReportFilter implements Serializable
- serialVersionUID:
- 247334339949735595L
-
Serialized Fields
-
m_Filter
AbstractReportFilter m_Filter
the report filter to apply.
-
-
Class adams.data.report.AbstractReportFilter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7572598575382208115L
-
Class adams.data.report.AbstractScript extends AbstractReportFilter implements Serializable
- serialVersionUID:
- -8283487312539061029L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.data.report.AbstractScriptedReportFilter extends AbstractReportFilter implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.data.report.Field extends AbstractField implements Serializable
- serialVersionUID:
- -5720659277852926115L
-
Class adams.data.report.FilteredReportFilter extends AbstractDatabaseConnectionReportFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- 8646651693938769168L
-
Serialized Fields
-
m_DataFilter
Filter m_DataFilter
the pre-filter for filtering the data. -
m_ReportFilter
AbstractReportFilter m_ReportFilter
the post-filter for filtering the report.
-
-
Class adams.data.report.Groovy extends AbstractScriptedReportFilter implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_InlineScript
GroovyScript m_InlineScript
the inline script.
-
-
Class adams.data.report.PassThrough extends AbstractReportFilter implements Serializable
- serialVersionUID:
- 8646651693938769168L
-
Class adams.data.report.PrefixField extends Field implements Serializable
- serialVersionUID:
- 5784651889838784067L
-
Class adams.data.report.RemoveByDataType extends AbstractReportFilter implements Serializable
- serialVersionUID:
- 2459960819587891448L
-
Serialized Fields
-
m_DataTypes
DataType[] m_DataTypes
the data types to remove. -
m_InvertMatching
boolean m_InvertMatching
whether to invert the matching, ie keeping the types and remove all others.
-
-
Class adams.data.report.RemoveByName extends AbstractReportFilter implements Serializable
- serialVersionUID:
- 1215043320920480970L
-
Serialized Fields
-
m_InvertMatching
boolean m_InvertMatching
whether to invert the matching, ie keeping the fields that don't match. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match against the names.
-
-
Class adams.data.report.Report extends LoggingObject implements Serializable
- serialVersionUID:
- -8377544506571885570L
-
Serialized Fields
-
m_DatabaseID
int m_DatabaseID
the database ID of the data structure this report belongs to. -
m_Fields
Hashtable<String,AbstractField> m_Fields
fields. -
m_Params
Hashtable<AbstractField,Object> m_Params
Store Header parameters ( parameter:value ).
-
-
Class adams.data.report.Scripted extends AbstractScriptedReportFilter implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
Class adams.data.report.SuffixField extends Field implements Serializable
- serialVersionUID:
- 8407023575940681345L
-
-
Package adams.data.sequence
-
Class adams.data.sequence.XYSequence extends AbstractDataContainer<XYSequencePoint> implements Serializable
- serialVersionUID:
- -3742507986126404535L
-
Serialized Fields
-
m_Comparator
DataPointComparator m_Comparator
the default comparator. -
m_Comparison
XYSequencePointComparator.Comparison m_Comparison
the comparison to use. -
m_MappingX
gnu.trove.map.hash.TDoubleObjectHashMap<String> m_MappingX
string representations for the X values. -
m_MappingY
gnu.trove.map.hash.TDoubleObjectHashMap<String> m_MappingY
string representations for the Y values. -
m_MaxX
XYSequencePoint m_MaxX
the maximum X point. -
m_MaxY
XYSequencePoint m_MaxY
the maximum Y point. -
m_MinX
XYSequencePoint m_MinX
the minimum X point. -
m_MinY
XYSequencePoint m_MinY
the minimum Y point.
-
-
Class adams.data.sequence.XYSequencePoint extends AbstractDataPoint implements Serializable
- serialVersionUID:
- 2354312871454097142L
-
Class adams.data.sequence.XYSequencePointComparator extends DataPointComparator implements Serializable
- serialVersionUID:
- -5536677097973106152L
-
Serialized Fields
-
m_Comparison
XYSequencePointComparator.Comparison m_Comparison
how to compare.
-
-
-
Package adams.data.smoothing
-
Class adams.data.smoothing.AbstractDatabaseConnectionSmoother extends AbstractSmoother<T extends DataContainer> implements Serializable
- serialVersionUID:
- -2506705356469791859L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.data.smoothing.AbstractLOWESSBased extends AbstractSmoother<T extends DataContainer> implements Serializable
- serialVersionUID:
- -4052647569528377770L
-
Serialized Fields
-
m_LOWESS
AbstractLOWESS m_LOWESS
the LOWESS filter in use.
-
-
Class adams.data.smoothing.AbstractSavitzkyGolayBased extends AbstractSmoother<T extends DataContainer> implements Serializable
- serialVersionUID:
- -4052647569528377770L
-
Serialized Fields
-
m_SavitzkyGolay
AbstractSavitzkyGolay m_SavitzkyGolay
the Savitzly-Golay filter in use.
-
-
Class adams.data.smoothing.AbstractSlidingWindow extends AbstractSmoother<T extends DataContainer> implements Serializable
- serialVersionUID:
- 4528493242259502282L
-
Serialized Fields
-
m_Measure
AbstractSlidingWindow.Measure m_Measure
the type of measure to use. -
m_WindowSize
int m_WindowSize
the window size.
-
-
Class adams.data.smoothing.AbstractSmoother extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5504652439909198344L
-
Class adams.data.smoothing.AbstractSmoother.SmootherJob extends AbstractJob implements Serializable
- serialVersionUID:
- 5544327082749651329L
-
Serialized Fields
-
m_Data
T extends DataContainer m_Data
the data to push through the smoothing scheme. -
m_SmoothedData
T extends DataContainer m_SmoothedData
the smoothed data. -
m_Smoother
AbstractSmoother m_Smoother
the smoothing scheme to use.
-
-
Class adams.data.smoothing.PassThrough extends AbstractSmoother implements Serializable
- serialVersionUID:
- -3070023958174384004L
-
Class adams.data.smoothing.TimeseriesLOWESSBased extends AbstractLOWESSBased<Timeseries> implements Serializable
- serialVersionUID:
- -4052647569528377770L
-
Class adams.data.smoothing.TimeseriesSavitzkyGolayBased extends AbstractSavitzkyGolayBased<Timeseries> implements Serializable
- serialVersionUID:
- -4052647569528377770L
-
Class adams.data.smoothing.TimeseriesSlidingWindow extends AbstractSlidingWindow<Timeseries> implements Serializable
- serialVersionUID:
- 5542490162825298823L
-
-
Package adams.data.spc
-
Class adams.data.spc.AbstractControlChart extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3400373021296319268L
-
Class adams.data.spc.AbstractControlChartWithSampleSize extends AbstractControlChart implements Serializable
- serialVersionUID:
- 6551757750425372768L
-
Serialized Fields
-
m_SampleSize
int m_SampleSize
the sample size.
-
-
Class adams.data.spc.AbstractViolationFinder extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4850346604018127672L
-
Class adams.data.spc.BeyondLimitsViolations extends AbstractViolationFinder implements Serializable
- serialVersionUID:
- 6050852088287348188L
-
Class adams.data.spc.CChart extends AbstractControlChartWithSampleSize implements Serializable
- serialVersionUID:
- 4352909660548550374L
-
Class adams.data.spc.Limits extends Object implements Serializable
- serialVersionUID:
- -8472061760213478622L
-
Serialized Fields
-
m_Center
double m_Center
the center. -
m_Lower
double m_Lower
the lower limit. -
m_Upper
double m_Upper
the upper limit.
-
-
Class adams.data.spc.MOACUSUM extends AbstractControlChart implements Serializable
- serialVersionUID:
- -8104165645635976186L
-
Serialized Fields
-
m_Delta
double m_Delta
the delta parameter. -
m_Lambda
double m_Lambda
the lambda parameter. -
m_MinNumValues
int m_MinNumValues
the minimum number of values before testing.
-
-
Class adams.data.spc.MOAPageHinkley extends AbstractControlChart implements Serializable
- serialVersionUID:
- -8104165645635976186L
-
Serialized Fields
-
m_Alpha
double m_Alpha
the alpha parameter. -
m_Delta
double m_Delta
the delta parameter. -
m_Lambda
double m_Lambda
the lambda parameter. -
m_MinNumValues
int m_MinNumValues
the minimum number of values before testing.
-
-
Class adams.data.spc.NPChart extends AbstractControlChartWithSampleSize implements Serializable
- serialVersionUID:
- 4352909660548550374L
-
Class adams.data.spc.NullViolations extends AbstractViolationFinder implements Serializable
- serialVersionUID:
- 6050852088287348188L
-
Class adams.data.spc.OnOneSideViolations extends AbstractViolationFinder implements Serializable
- serialVersionUID:
- 6050852088287348188L
-
Serialized Fields
-
m_MinPoints
int m_MinPoints
the minimum number of data points on one side before flagging as violation.
-
-
Class adams.data.spc.PChart extends AbstractControlChartWithSampleSize implements Serializable
- serialVersionUID:
- 4352909660548550374L
-
Class adams.data.spc.UChart extends AbstractControlChart implements Serializable
- serialVersionUID:
- 4352909660548550374L
-
Class adams.data.spc.XBarRChart extends AbstractControlChartWithSampleSize implements Serializable
- serialVersionUID:
- 4352909660548550374L
-
Serialized Fields
-
m_Variation
boolean m_Variation
whether to generate mean or variation data.
-
-
Class adams.data.spc.XBarSChart extends AbstractControlChartWithSampleSize implements Serializable
- serialVersionUID:
- 4352909660548550374L
-
Serialized Fields
-
m_StandardDeviation
boolean m_StandardDeviation
whether to generate mean or standard deviation data.
-
-
-
Package adams.data.splitgenerator
-
Package adams.data.splitgenerator.generic.core
-
Class adams.data.splitgenerator.generic.core.Subset extends Object implements Serializable
- serialVersionUID:
- 3833693505441351845L
-
-
Package adams.data.splitgenerator.generic.crossvalidation
-
Class adams.data.splitgenerator.generic.crossvalidation.CrossValidationGenerator extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- 6906260013695977045L
-
Serialized Fields
-
m_NumFolds
int m_NumFolds
the number of folds to use. -
m_Randomization
Randomization m_Randomization
the randomization scheme. -
m_Stratification
Stratification m_Stratification
the stratification scheme.
-
-
Class adams.data.splitgenerator.generic.crossvalidation.FoldPair extends Object implements Serializable
- serialVersionUID:
- -7911202345550167880L
-
-
Package adams.data.splitgenerator.generic.randomization
-
Class adams.data.splitgenerator.generic.randomization.AbstractRandomization extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5619683133352175979L
-
Class adams.data.splitgenerator.generic.randomization.DefaultRandomization extends AbstractRandomization implements Serializable
- serialVersionUID:
- -7659572567934958935L
-
Serialized Fields
-
m_Seed
long m_Seed
the seed value.
-
-
Class adams.data.splitgenerator.generic.randomization.PassThrough extends AbstractRandomization implements Serializable
- serialVersionUID:
- 4334977393029180519L
-
-
Package adams.data.splitgenerator.generic.randomsplit
-
Class adams.data.splitgenerator.generic.randomsplit.RandomSplitGenerator extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- 1816472926230469853L
-
Serialized Fields
-
m_Randomization
Randomization m_Randomization
the randomization scheme. -
m_Splitter
Splitter m_Splitter
the splitter scheme.
-
-
Class adams.data.splitgenerator.generic.randomsplit.SplitPair extends Object implements Serializable
- serialVersionUID:
- -7911202345550167880L
-
-
Package adams.data.splitgenerator.generic.splitter
-
Class adams.data.splitgenerator.generic.splitter.AbstractSplitter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5619683133352175979L
-
Class adams.data.splitgenerator.generic.splitter.DefaultSplitter extends AbstractSplitter implements Serializable
- serialVersionUID:
- 3058580709807088718L
-
Serialized Fields
-
m_Percentage
double m_Percentage
the percentage (0-1).
-
-
-
Package adams.data.splitgenerator.generic.stratification
-
Class adams.data.splitgenerator.generic.stratification.AbstractStratification extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5619683133352175979L
-
Class adams.data.splitgenerator.generic.stratification.DefaultStratification extends AbstractStratification implements Serializable
- serialVersionUID:
- 1656173611217395496L
-
Class adams.data.splitgenerator.generic.stratification.PassThrough extends AbstractStratification implements Serializable
- serialVersionUID:
- 4334977393029180519L
-
-
Package adams.data.spreadsheet
-
Class adams.data.spreadsheet.AbstractObjectHandler extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3675851527684921384L
-
Class adams.data.spreadsheet.AbstractRow extends Object implements Serializable
- serialVersionUID:
- -7629759768897079377L
-
Serialized Fields
-
m_Cells
HashMap<String,Cell> m_Cells
the cells of the row. -
m_Owner
SpreadSheet m_Owner
the owner.
-
-
Class adams.data.spreadsheet.CellView extends Object implements Serializable
- serialVersionUID:
- -2460726233145475867L
-
Class adams.data.spreadsheet.DataRowView extends Object implements Serializable
- serialVersionUID:
- -9144857545548275536L
-
Serialized Fields
-
m_Columns
gnu.trove.list.array.TIntArrayList m_Columns
the column subset (null for all). -
m_Owner
SpreadSheet m_Owner
the owning spreadsheet. -
m_Row
DataRow m_Row
the wrapped row.
-
-
Class adams.data.spreadsheet.DefaultSpreadSheet extends Object implements Serializable
- serialVersionUID:
- -5500678849412481001L
-
Serialized Fields
-
m_Comments
List<String> m_Comments
optional comments. -
m_DataRowClass
Class m_DataRowClass
the default data row class to use. -
m_DateFormat
DateFormat m_DateFormat
for formatting dates. -
m_DateTimeFormat
DateFormat m_DateTimeFormat
for formatting date/times. -
m_DateTimeMsecFormat
DateFormat m_DateTimeMsecFormat
for formatting date/time msecs. -
m_HeaderRow
HeaderRow m_HeaderRow
the header row. -
m_Locale
Locale m_Locale
the current locale. -
m_Name
String m_Name
the name of the spreadsheet. -
m_NumberFormat
NumberFormat m_NumberFormat
for number format. -
m_RowKeys
ArrayList<String> m_RowKeys
the row keys of the spreadsheet. -
m_Rows
HashMap<String,DataRow> m_Rows
the rows of the spreadsheet. -
m_StringsTable
SharedStringsTable m_StringsTable
for conserving memory. -
m_TimeFormat
DateFormat m_TimeFormat
for formatting times. -
m_TimeMsecFormat
DateFormat m_TimeMsecFormat
for formatting times with msec.
-
-
Class adams.data.spreadsheet.DenseDataRow extends Object implements Serializable
- serialVersionUID:
- -174960053020463008L
-
Serialized Fields
-
m_Cells
Cell[] m_Cells
the cells of the row. -
m_Owner
SpreadSheet m_Owner
the owner.
-
-
Class adams.data.spreadsheet.DenseFloatDataRow extends DenseDataRow implements Serializable
- serialVersionUID:
- 8083680708975655515L
-
Class adams.data.spreadsheet.DoubleCell extends Object implements Serializable
- serialVersionUID:
- -3912508808391288142L
-
Serialized Fields
-
m_Calculating
boolean m_Calculating
whether a cell calculation is currently happening. -
m_Content
double m_Content
the content of the cell. -
m_ContentType
Cell.ContentType m_ContentType
whether the content is numeric. -
m_Formula
String m_Formula
the formula. -
m_Object
Object m_Object
the object. -
m_Owner
Row m_Owner
the row this cell belongs to.
-
-
Class adams.data.spreadsheet.FloatCell extends Object implements Serializable
- serialVersionUID:
- -3912508808391288142L
-
Serialized Fields
-
m_Calculating
boolean m_Calculating
whether a cell calculation is currently happening. -
m_Content
float m_Content
the content of the cell. -
m_ContentType
Cell.ContentType m_ContentType
whether the content is numeric. -
m_Formula
String m_Formula
the formula. -
m_Object
Object m_Object
the object. -
m_Owner
Row m_Owner
the row this cell belongs to.
-
-
Class adams.data.spreadsheet.HeaderRow extends AbstractRow implements Serializable
- serialVersionUID:
- 6495559418329338208L
-
Class adams.data.spreadsheet.JsonObjectHandler extends AbstractObjectHandler<net.minidev.json.JSONAware> implements Serializable
- serialVersionUID:
- -6046786448098226273L
-
Class adams.data.spreadsheet.MetaData extends Object implements Serializable
- serialVersionUID:
- -7702963792155360094L
-
Serialized Fields
-
m_Data
SpreadSheet m_Data
for storing the meta-data.
-
-
Class adams.data.spreadsheet.RowComparator extends Object implements Serializable
- serialVersionUID:
- 7477661638560986045L
-
Serialized Fields
-
m_Ascending
boolean[] m_Ascending
whether to sort ascending or descending. -
m_Indices
int[] m_Indices
the column indices to use in the comparison.
-
-
Class adams.data.spreadsheet.RowIdentifier extends Object implements Serializable
- serialVersionUID:
- 2071633034869909763L
-
Class adams.data.spreadsheet.SheetIndex extends AbstractDataBackedIndex<String[]> implements Serializable
- serialVersionUID:
- -4358263779315198808L
-
Class adams.data.spreadsheet.SheetRange extends AbstractDataBackedRange<String[]> implements Serializable
- serialVersionUID:
- 5215987200366396733L
-
Class adams.data.spreadsheet.SparseDataRow extends AbstractRow implements Serializable
- serialVersionUID:
- 6870041975871526417L
-
Class adams.data.spreadsheet.SparseFloatDataRow extends SparseDataRow implements Serializable
- serialVersionUID:
- 888420460140542133L
-
Class adams.data.spreadsheet.SpreadSheetColumnIndex extends AbstractDataBackedIndex<SpreadSheet> implements Serializable
- serialVersionUID:
- -4358263779315198808L
-
Class adams.data.spreadsheet.SpreadSheetColumnRange extends AbstractDataBackedRange<SpreadSheet> implements Serializable
- serialVersionUID:
- 5215987200366396733L
-
Class adams.data.spreadsheet.SpreadSheetRowIndex extends AbstractDataBackedIndex<SpreadSheet> implements Serializable
- serialVersionUID:
- -4358263779315198808L
-
Class adams.data.spreadsheet.SpreadSheetRowRange extends AbstractDataBackedRange<SpreadSheet> implements Serializable
- serialVersionUID:
- 5215987200366396733L
-
Class adams.data.spreadsheet.SpreadSheetUnorderedColumnRange extends AbstractDataBackedUnorderedRange<SpreadSheet> implements Serializable
- serialVersionUID:
- 5215987200366396733L
-
Class adams.data.spreadsheet.SpreadSheetUnorderedRowRange extends AbstractDataBackedUnorderedRange<SpreadSheet> implements Serializable
- serialVersionUID:
- 5215987200366396733L
-
Class adams.data.spreadsheet.SpreadSheetView extends Object implements Serializable
- serialVersionUID:
- -3933080370817564099L
-
Serialized Fields
-
m_ColumnArray
int[] m_ColumnArray
the column array. -
m_Columns
gnu.trove.list.array.TIntArrayList m_Columns
the column subset to use (null for all). -
m_HeaderRow
HeaderRow m_HeaderRow
the cached header row. -
m_RowArray
int[] m_RowArray
the row array. -
m_Rows
gnu.trove.list.array.TIntArrayList m_Rows
the row subset to use (null for all). -
m_Sheet
SpreadSheet m_Sheet
the underlying spreadsheet.
-
-
Class adams.data.spreadsheet.StringObjectHandler extends AbstractObjectHandler<String> implements Serializable
- serialVersionUID:
- -6046786448098226273L
-
-
Package adams.data.spreadsheet.cellfinder
-
Class adams.data.spreadsheet.cellfinder.AbstractCellFinder extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3647241823201101006L
-
Class adams.data.spreadsheet.cellfinder.AbstractRowCellFinder extends AbstractCellFinder implements Serializable
- serialVersionUID:
- -8885493337178062450L
-
Class adams.data.spreadsheet.cellfinder.CellLocation extends Object implements Serializable
- serialVersionUID:
- 4387727127432776366L
-
Serialized Fields
-
m_Column
int m_Column
the 0-based column. -
m_Row
int m_Row
the 0-based row.
-
-
Class adams.data.spreadsheet.cellfinder.CellRange extends AbstractRowCellFinder implements Serializable
- serialVersionUID:
- 3956527986917157099L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the columns. -
m_Rows
Range m_Rows
the rows.
-
-
Class adams.data.spreadsheet.cellfinder.CellTypeRange extends AbstractRowCellFinder implements Serializable
- serialVersionUID:
- 3956527986917157099L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the columns. -
m_Rows
Range m_Rows
the rows. -
m_Type
Cell.ContentType m_Type
the type to look for.
-
-
Class adams.data.spreadsheet.cellfinder.ColumnFinderRange extends AbstractCellFinder implements Serializable
- serialVersionUID:
- 3956527986917157099L
-
Serialized Fields
-
m_ColumnFinder
ColumnFinder m_ColumnFinder
the column finder. -
m_Rows
Range m_Rows
the rows.
-
-
Class adams.data.spreadsheet.cellfinder.CorrespondingColumn extends AbstractCellFinder implements Serializable
- serialVersionUID:
- -3837662374567098995L
-
Serialized Fields
-
m_CorrespondingColumn
int m_CorrespondingColumn
the position of the corresponding column. -
m_CorrespondingPosition
PositionType m_CorrespondingPosition
whether the corresponding column is relative or absolute. -
m_Finder
CellFinder m_Finder
the base cell finder to use.
-
-
Class adams.data.spreadsheet.cellfinder.RowFinderRange extends AbstractCellFinder implements Serializable
- serialVersionUID:
- 3956527986917157099L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the columns. -
m_RowFinder
RowFinder m_RowFinder
the row finder.
-
-
Class adams.data.spreadsheet.cellfinder.SingleCell extends AbstractRowCellFinder implements Serializable
- serialVersionUID:
- 7552127288975155281L
-
Serialized Fields
-
m_Column
SpreadSheetColumnIndex m_Column
the column. -
m_Row
Index m_Row
the row.
-
-
-
Package adams.data.spreadsheet.colstatistic
-
Class adams.data.spreadsheet.colstatistic.AbstractColumnStatistic extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7187115330070305271L
-
Serialized Fields
-
m_LastError
String m_LastError
the last error that was generated.
-
-
Class adams.data.spreadsheet.colstatistic.AbstractDoubleArrayColumnStatistic extends AbstractColumnStatistic implements Serializable
- serialVersionUID:
- 9076465449580989452L
-
Serialized Fields
-
m_Values
gnu.trove.list.array.TDoubleArrayList m_Values
for calculating the stats.
-
-
Class adams.data.spreadsheet.colstatistic.ArrayStatistic extends AbstractDoubleArrayColumnStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Serialized Fields
-
m_Statistic
AbstractArrayStatistic m_Statistic
the array statistic to use.
-
-
Class adams.data.spreadsheet.colstatistic.Distinct extends AbstractColumnStatistic implements Serializable
- serialVersionUID:
- 4899075284716702404L
-
Class adams.data.spreadsheet.colstatistic.IQR extends AbstractDoubleArrayColumnStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.colstatistic.LabelCounts extends AbstractColumnStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.colstatistic.Max extends AbstractDoubleArrayColumnStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.colstatistic.Mean extends AbstractDoubleArrayColumnStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.colstatistic.Median extends AbstractDoubleArrayColumnStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.colstatistic.Min extends AbstractDoubleArrayColumnStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.colstatistic.Missing extends AbstractColumnStatistic implements Serializable
- serialVersionUID:
- 2725451104774755739L
-
Serialized Fields
-
m_Count
int m_Count
the count.
-
-
Class adams.data.spreadsheet.colstatistic.MultiColumnStatistic extends AbstractColumnStatistic implements Serializable
- serialVersionUID:
- 2141252366056112668L
-
Serialized Fields
-
m_Statistics
AbstractColumnStatistic[] m_Statistics
the statistics to calculate.
-
-
Class adams.data.spreadsheet.colstatistic.Percentile extends AbstractDoubleArrayColumnStatistic implements Serializable
- serialVersionUID:
- -4468456504069465058L
-
Serialized Fields
-
m_Percentile
double m_Percentile
the percentile.
-
-
Class adams.data.spreadsheet.colstatistic.SignalToNoiseRatio extends AbstractDoubleArrayColumnStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.colstatistic.StandardDeviation extends AbstractDoubleArrayColumnStatistic implements Serializable
- serialVersionUID:
- 2141252366056112668L
-
Serialized Fields
-
m_IsSample
boolean m_IsSample
whether the arrays are samples or populations.
-
-
Class adams.data.spreadsheet.colstatistic.Sum extends AbstractDoubleArrayColumnStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.colstatistic.Unique extends AbstractColumnStatistic implements Serializable
- serialVersionUID:
- 4899075284716702404L
-
-
Package adams.data.spreadsheet.columnfinder
-
Class adams.data.spreadsheet.columnfinder.AbstractColumnFinder extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3871603719188736704L
-
Class adams.data.spreadsheet.columnfinder.AbstractFilteredColumnFinder extends AbstractTrainableColumnFinder implements Serializable
- serialVersionUID:
- 8526492076204492557L
-
Serialized Fields
-
m_ColumnFinder
ColumnFinder m_ColumnFinder
the ColumnFinder to apply.
-
-
Class adams.data.spreadsheet.columnfinder.AbstractTrainableColumnFinder extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- 3800769979430280486L
-
Serialized Fields
-
m_Trained
boolean m_Trained
whether the column finder was trained already.
-
-
Class adams.data.spreadsheet.columnfinder.AllFinder extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- -7945692540826937829L
-
Class adams.data.spreadsheet.columnfinder.ByContentType extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_ContentTypes
Cell.ContentType[] m_ContentTypes
the regular expression to match the attribute names against.
-
-
Class adams.data.spreadsheet.columnfinder.ByExactName extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_Name
String m_Name
the string to match the attribute names against.
-
-
Class adams.data.spreadsheet.columnfinder.ByIndex extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the range of columns to select.
-
-
Class adams.data.spreadsheet.columnfinder.ByName extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression to match the attribute names against.
-
-
Class adams.data.spreadsheet.columnfinder.DownSample extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_NthColumn
int m_NthColumn
the n-th column to use.
-
-
Class adams.data.spreadsheet.columnfinder.FilteredColumnFinder extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- 2477340443897443265L
-
Serialized Fields
-
m_Filter
ColumnFinder m_Filter
the ColumnFinder to filter the data with first. -
m_Finder
ColumnFinder m_Finder
the ColumnFinder to use on the filtered data.
-
-
Class adams.data.spreadsheet.columnfinder.Invert extends AbstractFilteredColumnFinder implements Serializable
- serialVersionUID:
- -3635836960365586341L
-
Class adams.data.spreadsheet.columnfinder.MultiColumnFinder extends AbstractTrainableColumnFinder implements Serializable
- serialVersionUID:
- 1441664440186470414L
-
Serialized Fields
-
m_Combination
MultiColumnFinder.Combination m_Combination
how the indices are combined. -
m_Finders
ColumnFinder[] m_Finders
the column finders to use.
-
-
Class adams.data.spreadsheet.columnfinder.NullFinder extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- -7945692540826937829L
-
Class adams.data.spreadsheet.columnfinder.RowFilteredColumnFinder extends AbstractFilteredColumnFinder implements Serializable
- serialVersionUID:
- -2963065019052042099L
-
Serialized Fields
-
m_ColumnFinderTrained
boolean m_ColumnFinderTrained
whether the column finder was trained on the subset. -
m_RowFinder
RowFinder m_RowFinder
the RowFinder to use first.
-
-
Class adams.data.spreadsheet.columnfinder.SubSample extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_Generator
RandomIntegerRangeGenerator m_Generator
the random number generator. -
m_Invert
boolean m_Invert
whether to invert the selection. -
m_Size
double m_Size
the size of the sample (0-1: percent, >1: absolute number).
-
-
-
Package adams.data.spreadsheet.filter
-
Class adams.data.spreadsheet.filter.AbstractSpreadSheetFilter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7811561046971207234L
-
Class adams.data.spreadsheet.filter.AbstractTrainableSpreadSheetFilter extends AbstractSpreadSheetFilter implements Serializable
- serialVersionUID:
- 3614769696656146304L
-
Serialized Fields
-
m_Trained
boolean m_Trained
whether the filter has been trained.
-
-
Class adams.data.spreadsheet.filter.Normalize extends AbstractTrainableSpreadSheetFilter implements Serializable
- serialVersionUID:
- 5377534668839214763L
-
Serialized Fields
-
m_Indices
int[] m_Indices
the indices of the columns to process. -
m_Lower
double m_Lower
the lower bound. -
m_Max
double[] m_Max
the maximum value for a column. -
m_Min
double[] m_Min
the minimum value for a column. -
m_Numeric
boolean[] m_Numeric
whether a column is numeric. -
m_Range
SpreadSheetColumnRange m_Range
the column range to normalize. -
m_Upper
double m_Upper
the upper bound.
-
-
Class adams.data.spreadsheet.filter.PassThrough extends AbstractSpreadSheetFilter implements Serializable
- serialVersionUID:
- 5377534668839214763L
-
Class adams.data.spreadsheet.filter.Standardize extends AbstractTrainableSpreadSheetFilter implements Serializable
- serialVersionUID:
- 5377534668839214763L
-
Serialized Fields
-
m_Indices
int[] m_Indices
the indices of the columns to process. -
m_Means
double[] m_Means
the means. -
m_Numeric
boolean[] m_Numeric
whether a column is numeric. -
m_Range
SpreadSheetColumnRange m_Range
the column range to normalize. -
m_StdDevs
double[] m_StdDevs
the stddevs.
-
-
Class adams.data.spreadsheet.filter.WekaFilter extends AbstractTrainableSpreadSheetFilter implements Serializable
- serialVersionUID:
- 7531941908565712012L
-
Serialized Fields
-
m_ActualFilter
weka.filters.Filter m_ActualFilter
the actual filter in use. -
m_Filter
weka.filters.Filter m_Filter
the filter to use. -
m_MaxLabels
int m_MaxLabels
the threshold for number of labels before an attribute gets switched toAttribute.STRING
.
-
-
-
Package adams.data.spreadsheet.matrixstatistic
-
Class adams.data.spreadsheet.matrixstatistic.AbstractMatrixStatistic extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7187115330070305271L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the columns of the subset to obtain. -
m_LastError
String m_LastError
the last error that was generated. -
m_Rows
Range m_Rows
the rows of the subset to obtain.
-
-
Class adams.data.spreadsheet.matrixstatistic.Max extends AbstractMatrixStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.matrixstatistic.Mean extends AbstractMatrixStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.matrixstatistic.Median extends AbstractMatrixStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.matrixstatistic.Min extends AbstractMatrixStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.matrixstatistic.Missing extends AbstractMatrixStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.matrixstatistic.MultiMatrixStatistic extends AbstractMatrixStatistic implements Serializable
- serialVersionUID:
- 2141252366056112668L
-
Serialized Fields
-
m_Statistics
AbstractMatrixStatistic[] m_Statistics
the statistics to calculate.
-
-
Class adams.data.spreadsheet.matrixstatistic.StandardDeviation extends AbstractMatrixStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Serialized Fields
-
m_IsSample
boolean m_IsSample
whether the data is samples or populations.
-
-
-
Package adams.data.spreadsheet.rowfinder
-
Class adams.data.spreadsheet.rowfinder.AbstractFilteredRowFinder extends AbstractTrainableRowFinder implements Serializable
- serialVersionUID:
- 7779829526710745924L
-
Serialized Fields
-
m_RowFinder
RowFinder m_RowFinder
the RowFinder to apply.
-
-
Class adams.data.spreadsheet.rowfinder.AbstractRowFinder extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3871603719188736704L
-
Class adams.data.spreadsheet.rowfinder.AbstractTrainableRowFinder extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 3800769979430280486L
-
Serialized Fields
-
m_Trained
boolean m_Trained
whether the row finder was trained already.
-
-
Class adams.data.spreadsheet.rowfinder.AllFinder extends AbstractRowFinder implements Serializable
- serialVersionUID:
- -7945692540826937829L
-
Class adams.data.spreadsheet.rowfinder.ByContentType extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 235661615457187608L
-
Serialized Fields
-
m_AttributeIndex
SpreadSheetColumnIndex m_AttributeIndex
the attribute index to work on. -
m_ContentType
Cell.ContentType m_ContentType
the content type to look for.
-
-
Class adams.data.spreadsheet.rowfinder.ByDateValue extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 235661615457187608L
-
Serialized Fields
-
m_AttributeIndex
SpreadSheetColumnIndex m_AttributeIndex
the attribute index to work on. -
m_DateMax
Date m_DateMax
the parsed maximum date. -
m_DateMin
Date m_DateMin
the parsed minimum date. -
m_Format
DateFormatString m_Format
the format string. -
m_Maximum
String m_Maximum
the maximum value. -
m_MaximumIncluded
boolean m_MaximumIncluded
whether the maximum value is included. -
m_Minimum
String m_Minimum
the minimum value. -
m_MinimumIncluded
boolean m_MinimumIncluded
whether the minimum value is included.
-
-
Class adams.data.spreadsheet.rowfinder.ByIndex extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_Rows
Range m_Rows
the range of rows to select.
-
-
Class adams.data.spreadsheet.rowfinder.ByNumericRange extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 235661615457187608L
-
Serialized Fields
-
m_AttributeIndex
SpreadSheetColumnIndex m_AttributeIndex
the attribute index to work on. -
m_Ranges
BaseInterval[] m_Ranges
the intervals.
-
-
Class adams.data.spreadsheet.rowfinder.ByNumericValue extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 235661615457187608L
-
Serialized Fields
-
m_AttributeIndex
SpreadSheetColumnIndex m_AttributeIndex
the attribute index to work on. -
m_Maximum
double m_Maximum
the maximum value. -
m_MaximumIncluded
boolean m_MaximumIncluded
whether the maximum value is included. -
m_Minimum
double m_Minimum
the minimum value. -
m_MinimumIncluded
boolean m_MinimumIncluded
whether the minimum value is included.
-
-
Class adams.data.spreadsheet.rowfinder.ByStringComparison extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 235661615457187608L
-
Serialized Fields
-
m_AttributeIndex
SpreadSheetColumnIndex m_AttributeIndex
the attribute index to work on. -
m_Maximum
String m_Maximum
the maximum value. -
m_MaximumIncluded
boolean m_MaximumIncluded
whether the maximum value is included. -
m_Minimum
String m_Minimum
the minimum value. -
m_MinimumIncluded
boolean m_MinimumIncluded
whether the minimum value is included.
-
-
Class adams.data.spreadsheet.rowfinder.ByValue extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_AttributeIndex
SpreadSheetColumnIndex m_AttributeIndex
the attribute index to work on. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match the labels against.
-
-
Class adams.data.spreadsheet.rowfinder.ClosestNumericValue extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 235661615457187608L
-
Serialized Fields
-
m_AttributeIndex
SpreadSheetColumnIndex m_AttributeIndex
the attribute index to work on. -
m_SearchDirection
ClosestNumericValue.SearchDirection m_SearchDirection
the search direction. -
m_Value
double m_Value
the value to get to as close as possible.
-
-
Class adams.data.spreadsheet.rowfinder.DownSample extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_NthRow
int m_NthRow
the n-th row to use.
-
-
Class adams.data.spreadsheet.rowfinder.Invert extends AbstractFilteredRowFinder implements Serializable
- serialVersionUID:
- -3635836960365586341L
-
Class adams.data.spreadsheet.rowfinder.IsNumeric extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 235661615457187608L
-
Serialized Fields
-
m_AttributeIndex
SpreadSheetColumnIndex m_AttributeIndex
the attribute index to work on.
-
-
Class adams.data.spreadsheet.rowfinder.MissingValue extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 2163229604979216233L
-
Serialized Fields
-
m_AttributeRange
SpreadSheetColumnRange m_AttributeRange
the attribute index to work on.
-
-
Class adams.data.spreadsheet.rowfinder.MultiRowFinder extends AbstractTrainableRowFinder implements Serializable
- serialVersionUID:
- 1441664440186470414L
-
Serialized Fields
-
m_Combination
MultiRowFinder.Combination m_Combination
how the indices are combined. -
m_Finders
RowFinder[] m_Finders
the row finders to use.
-
-
Class adams.data.spreadsheet.rowfinder.NullFinder extends AbstractRowFinder implements Serializable
- serialVersionUID:
- -7945692540826937829L
-
Class adams.data.spreadsheet.rowfinder.SubSample extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_Generator
RandomIntegerRangeGenerator m_Generator
the random number generator. -
m_Invert
boolean m_Invert
whether to invert the selection. -
m_Size
double m_Size
the size of the sample (0-1: percent, >1: absolute number).
-
-
-
Package adams.data.spreadsheet.rowscore
-
Class adams.data.spreadsheet.rowscore.AbstractMetaRowScore extends AbstractRowScore implements Serializable
- serialVersionUID:
- -9037884201569670797L
-
Serialized Fields
-
m_RowScore
AbstractRowScore m_RowScore
the row score to use on the subset.
-
-
Class adams.data.spreadsheet.rowscore.AbstractRowScore extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3225015615927453223L
-
Serialized Fields
-
m_LastError
String m_LastError
the last error that was generated.
-
-
Class adams.data.spreadsheet.rowscore.ArrayStatistic extends AbstractRowScore implements Serializable
- serialVersionUID:
- -9037884201569670797L
-
Serialized Fields
-
m_AdditionalRows
Range m_AdditionalRows
the additional rows to use for the array statistic. -
m_Column
SpreadSheetColumnIndex m_Column
the column of the cell to pick from the stats' output. -
m_Row
Index m_Row
the row of the cell to pick from the stats' output. -
m_Statistic
AbstractArrayStatistic m_Statistic
the row statistic to use.
-
-
Class adams.data.spreadsheet.rowscore.ColumnSubset extends AbstractMetaRowScore implements Serializable
- serialVersionUID:
- -9037884201569670797L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the subset of columns to use.
-
-
Class adams.data.spreadsheet.rowscore.DistanceFromConstant extends AbstractRowScore implements Serializable
- serialVersionUID:
- -13137285273610739L
-
Serialized Fields
-
m_Constant
double m_Constant
the 'flat liner' value.
-
-
Class adams.data.spreadsheet.rowscore.EqualWidthBins extends AbstractMetaRowScore implements Serializable
- serialVersionUID:
- -9037884201569670797L
-
Serialized Fields
-
m_NumBins
int m_NumBins
the number of bins to apply the base score to.
-
-
Class adams.data.spreadsheet.rowscore.MathExpression extends AbstractMetaRowScore implements Serializable
- serialVersionUID:
- -9037884201569670797L
-
Serialized Fields
-
m_Expression
MathematicalExpressionText m_Expression
the expression to use for combining the scores.
-
-
Class adams.data.spreadsheet.rowscore.MultiRowScore extends AbstractRowScore implements Serializable
- serialVersionUID:
- -9037884201569670797L
-
Serialized Fields
-
m_RowScores
AbstractRowScore[] m_RowScores
the row score algorithms to use.
-
-
Class adams.data.spreadsheet.rowscore.NonMissing extends AbstractRowScore implements Serializable
- serialVersionUID:
- -9037884201569670797L
-
Class adams.data.spreadsheet.rowscore.RowStatistic extends AbstractRowScore implements Serializable
- serialVersionUID:
- -9037884201569670797L
-
Serialized Fields
-
m_Column
SpreadSheetColumnIndex m_Column
the column of the cell to pick from the stats' output. -
m_Row
Index m_Row
the row of the cell to pick from the stats' output. -
m_Statistic
AbstractRowStatistic m_Statistic
the row statistic to use.
-
-
Class adams.data.spreadsheet.rowscore.SAXDistanceFromBaseline extends AbstractRowScore implements Serializable
- serialVersionUID:
- -13137285273610739L
-
Serialized Fields
-
m_NumBins
int m_NumBins
the number of breakpoints to use (for the Gaussian). -
m_NumWindows
int m_NumWindows
the number of windows to use for PAA.
-
-
-
Package adams.data.spreadsheet.rowstatistic
-
Class adams.data.spreadsheet.rowstatistic.AbstractDoubleArrayRowStatistic extends AbstractRowStatistic implements Serializable
- serialVersionUID:
- 9076465449580989452L
-
Serialized Fields
-
m_Values
gnu.trove.list.array.TDoubleArrayList m_Values
for calculating the stats.
-
-
Class adams.data.spreadsheet.rowstatistic.AbstractRowStatistic extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7187115330070305271L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the columns to operate on. -
m_LastError
String m_LastError
the last error that was generated.
-
-
Class adams.data.spreadsheet.rowstatistic.ArrayStatistic extends AbstractDoubleArrayRowStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Serialized Fields
-
m_Statistic
AbstractArrayStatistic m_Statistic
the array statistic to use.
-
-
Class adams.data.spreadsheet.rowstatistic.Distinct extends AbstractRowStatistic implements Serializable
- serialVersionUID:
- 4899075284716702404L
-
Class adams.data.spreadsheet.rowstatistic.IQR extends AbstractDoubleArrayRowStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.rowstatistic.LabelCounts extends AbstractRowStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.rowstatistic.Max extends AbstractDoubleArrayRowStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.rowstatistic.Mean extends AbstractDoubleArrayRowStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.rowstatistic.Median extends AbstractDoubleArrayRowStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.rowstatistic.Min extends AbstractDoubleArrayRowStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.rowstatistic.Missing extends AbstractRowStatistic implements Serializable
- serialVersionUID:
- 2725451104774755739L
-
Serialized Fields
-
m_Count
int m_Count
the count.
-
-
Class adams.data.spreadsheet.rowstatistic.MultiRowStatistic extends AbstractRowStatistic implements Serializable
- serialVersionUID:
- 2141252366056112668L
-
Serialized Fields
-
m_Statistics
AbstractRowStatistic[] m_Statistics
the statistics to calculate.
-
-
Class adams.data.spreadsheet.rowstatistic.Percentile extends AbstractDoubleArrayRowStatistic implements Serializable
- serialVersionUID:
- -4468456504069465058L
-
Serialized Fields
-
m_Percentile
double m_Percentile
the percentile.
-
-
Class adams.data.spreadsheet.rowstatistic.SignalToNoiseRatio extends AbstractDoubleArrayRowStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.rowstatistic.StandardDeviation extends AbstractDoubleArrayRowStatistic implements Serializable
- serialVersionUID:
- 2141252366056112668L
-
Serialized Fields
-
m_IsSample
boolean m_IsSample
whether the arrays are samples or populations.
-
-
Class adams.data.spreadsheet.rowstatistic.Sum extends AbstractDoubleArrayRowStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.rowstatistic.Unique extends AbstractRowStatistic implements Serializable
- serialVersionUID:
- 4899075284716702404L
-
-
Package adams.data.spreadsheet.sql
-
Class adams.data.spreadsheet.sql.AbstractTypeMapper extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 8949226268588950842L
-
Class adams.data.spreadsheet.sql.DefaultTypeMapper extends AbstractTypeMapper implements Serializable
- serialVersionUID:
- -4158991121487239476L
-
Class adams.data.spreadsheet.sql.MSSQLServerTypeMapper extends DefaultTypeMapper implements Serializable
- serialVersionUID:
- -4158991121487239476L
-
Class adams.data.spreadsheet.sql.Reader extends LoggingObject implements Serializable
- serialVersionUID:
- -958340824375198629L
-
Serialized Fields
-
m_Finished
boolean m_Finished
indicates whether the reading has finished. -
m_Header
SpreadSheet m_Header
the header. -
m_RowClass
Class m_RowClass
the row class to use. -
m_Stopped
boolean m_Stopped
whether the reading was stopped. -
m_Type
int[] m_Type
the column types. -
m_TypeMapper
AbstractTypeMapper m_TypeMapper
the type mapper to use.
-
-
Class adams.data.spreadsheet.sql.Writer extends LoggingObject implements Serializable
- serialVersionUID:
- 1094278005436201843L
-
Serialized Fields
-
m_BatchSize
int m_BatchSize
the batch size. -
m_ColumnNameConversion
ColumnNameConversion m_ColumnNameConversion
the column name conversion. -
m_ColumnNames
String[] m_ColumnNames
the column names (shortened, disambiguated). -
m_ContentTypes
Cell.ContentType[] m_ContentTypes
the type used for the table. -
m_MaxColumnLength
int m_MaxColumnLength
the maximum length for column names. -
m_MaxStringLength
int m_MaxStringLength
the maximum length for strings. -
m_Sheet
SpreadSheet m_Sheet
the underlying spreadm_Sheet. -
m_Stopped
boolean m_Stopped
whether the last action was stopped. -
m_StringColumnSQL
String m_StringColumnSQL
the SQL type for string columns. -
m_Table
String m_Table
the table to write the data to. -
m_TypeMapper
AbstractTypeMapper m_TypeMapper
the type mapper to use.
-
-
-
Package adams.data.statistics
-
Class adams.data.statistics.AbstractArrayDistance extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 9045810089203101126L
-
Class adams.data.statistics.AbstractArrayStatistic extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5803268124112742362L
-
Serialized Fields
-
m_Data
List<T extends Serializable[]> m_Data
for storing the arrays.
-
-
Class adams.data.statistics.AbstractArrayStatistic.StatisticContainer extends Object implements Serializable
- serialVersionUID:
- 4477965744045104127L
-
Class adams.data.statistics.AbstractDataContainerStatistics extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3772060799823458030L
-
Serialized Fields
-
m_Prefix
String m_Prefix
the prefix to use. -
m_Statistics
AbstractArrayStatistic[] m_Statistics
the statistics to calculate.
-
-
Class adams.data.statistics.AbstractDataStatistic extends LoggingObject implements Serializable
- serialVersionUID:
- 7783784686641582858L
-
Serialized Fields
-
Class adams.data.statistics.AbstractOptionalSampleArrayStatistic extends AbstractArrayStatistic<T extends Serializable> implements Serializable
- serialVersionUID:
- 4031396019597112143L
-
Serialized Fields
-
m_IsSample
boolean m_IsSample
whether the arrays are samples or populations.
-
-
Class adams.data.statistics.ArrayAndrewsCurves extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- -6455313543009954062L
-
Serialized Fields
-
m_NumPoints
int m_NumPoints
the number of data points.
-
-
Class adams.data.statistics.ArrayAngle extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 5466289966807424233L
-
Serialized Fields
-
m_UseModifiedAlgorithm
boolean m_UseModifiedAlgorithm
Whether to use the modified algorithm described in Oshigami et al.
-
-
Class adams.data.statistics.ArrayBinning extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 3595293227007460735L
-
Serialized Fields
-
m_Algorithm
BinningAlgorithm m_Algorithm
the binning algorithm. -
m_DisplayRanges
boolean m_DisplayRanges
whether to use the ranges as bin description. -
m_Normalize
boolean m_Normalize
whether to normalize the data. -
m_PostProcessing
BinPostProcessing m_PostProcessing
the post-processing scheme.
-
-
Class adams.data.statistics.ArrayChebyshevDistance extends AbstractArrayDistance implements Serializable
- serialVersionUID:
- 810451252808629187L
-
Class adams.data.statistics.ArrayCorrelationCoefficient extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 8764320126807871007L
-
Class adams.data.statistics.ArrayCovariance extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 8764320126807871007L
-
Class adams.data.statistics.ArrayDifference extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- -5911270089583842477L
-
Serialized Fields
-
m_AbsoluteValue
boolean m_AbsoluteValue
whether to return the absolute value.
-
-
Class adams.data.statistics.ArrayEuclideanDistance extends AbstractArrayDistance implements Serializable
- serialVersionUID:
- 810451252808629187L
-
Class adams.data.statistics.ArrayHistogram extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 3595293227007460735L
-
Serialized Fields
-
m_BinCalculation
ArrayHistogram.BinCalculation m_BinCalculation
how to calculate the number of bins. -
m_BinWidth
double m_BinWidth
the bin width - used for some calculations. -
m_DisplayRanges
boolean m_DisplayRanges
whether to use the ranges as bin description. -
m_ManualMax
double m_ManualMax
the manual maximum. -
m_ManualMin
double m_ManualMin
the manual minimum. -
m_Normalize
boolean m_Normalize
whether to normalize the data. -
m_NumBins
int m_NumBins
the number of bins in case of manual bin calculation. -
m_NumDecimals
int m_NumDecimals
the number of decimals to show. -
m_UseFixedMinMax
boolean m_UseFixedMinMax
whether to use fixed min/max for manual bin calculation.
-
-
Class adams.data.statistics.ArrayKendallTheil extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 8764320126807871007L
-
Class adams.data.statistics.ArrayLength extends AbstractArrayStatistic<T extends Serializable> implements Serializable
- serialVersionUID:
- -1540382151498537227L
-
Class adams.data.statistics.ArrayLinearRegression extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- -5911270089583842477L
-
Class adams.data.statistics.ArrayManhattanDistance extends AbstractArrayDistance implements Serializable
- serialVersionUID:
- 810451252808629187L
-
Class adams.data.statistics.ArrayMax extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- -4238169529147159807L
-
Serialized Fields
-
m_ReturnIndex
boolean m_ReturnIndex
whether to return the index instead of the actual value.
-
-
Class adams.data.statistics.ArrayMean extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 2709053592980198346L
-
Class adams.data.statistics.ArrayMeanAbsoluteError extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 8764320126807871007L
-
Class adams.data.statistics.ArrayMedian extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- -7003283843312806178L
-
Class adams.data.statistics.ArrayMin extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 8011213325443103860L
-
Serialized Fields
-
m_ReturnIndex
boolean m_ReturnIndex
whether to return the index instead of the actual value.
-
-
Class adams.data.statistics.ArrayMinkowskiDistance extends AbstractArrayDistance implements Serializable
- serialVersionUID:
- 6119558442855668422L
-
Serialized Fields
-
m_Exponent
double m_Exponent
the exponent p.
-
-
Class adams.data.statistics.ArrayNormalize extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- -5911270089583842477L
-
Class adams.data.statistics.ArrayNormalizeRange extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- -5911270089583842477L
-
Serialized Fields
-
m_Lower
double m_Lower
the lower bound. -
m_Upper
double m_Upper
the upper bound.
-
-
Class adams.data.statistics.ArrayPercentile extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 8011213325443103860L
-
Serialized Fields
-
m_Percentile
double m_Percentile
the percentile to return.
-
-
Class adams.data.statistics.ArrayRelativeAbsoluteError extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 4110884526100862336L
-
Class adams.data.statistics.ArrayRootMeanSquaredError extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 8764320126807871007L
-
Class adams.data.statistics.ArrayRootRelativeSquaredError extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 8850774453185677296L
-
Class adams.data.statistics.ArrayRSquared extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 8764320126807871007L
-
Class adams.data.statistics.ArrayStandardDeviation extends AbstractOptionalSampleArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 2678844088824196816L
-
Class adams.data.statistics.ArrayStandardize extends AbstractOptionalSampleArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 2678844088824196816L
-
Class adams.data.statistics.ArrayStandardScores extends AbstractOptionalSampleArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 3595293227007460735L
-
Serialized Fields
-
m_UseAlwaysFirstStats
boolean m_UseAlwaysFirstStats
whether to always use the mean/stdev from the first array.
-
-
Class adams.data.statistics.ArraySum extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- -6084843255589216290L
-
Class adams.data.statistics.MultiArrayStatistic extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 6146460163351963643L
-
Serialized Fields
-
m_SubStatistics
AbstractArrayStatistic[] m_SubStatistics
the statistics to perform and merge into single spreadsheet.
-
-
Class adams.data.statistics.Percentile extends Object implements Serializable
- serialVersionUID:
- 3693932591687404328L
-
Serialized Fields
-
m_Comparator
Comparator m_Comparator
a custom comparator. -
m_Sorted
boolean m_Sorted
whether the vector has been sorted already. -
m_Values
List<E extends Comparable> m_Values
contains the values to obtain the percentile from.
-
-
Class adams.data.statistics.StatCalc extends Object implements Serializable
- serialVersionUID:
- 5628657151878022137L
-
Serialized Fields
-
count
int count
-
max
double max
-
min
double min
-
squareSum
double squareSum
-
sum
double sum
-
-
Class adams.data.statistics.TimeseriesStatistic extends AbstractDataStatistic<T extends Timeseries> implements Serializable
- serialVersionUID:
- -2482267274581297567L
-
-
Package adams.data.text
-
Class adams.data.text.TextContainer extends AbstractSimpleContainer<String> implements Serializable
- serialVersionUID:
- 6738045477076146960L
-
Serialized Fields
-
m_ID
String m_ID
the ID.
-
-
-
Package adams.data.textrenderer
-
Class adams.data.textrenderer.AbstractLimitedTextRenderer extends AbstractTextRenderer implements Serializable
- serialVersionUID:
- 2413293721997389467L
-
Serialized Fields
-
m_ActualLimit
int m_ActualLimit
the actual limit. -
m_Limit
int m_Limit
the maximum to render.
-
-
Class adams.data.textrenderer.AbstractLineNumberedLimitedTextRenderer extends AbstractLimitedTextRenderer implements Serializable
- serialVersionUID:
- 5957297452898236485L
-
Serialized Fields
-
m_OutputLineNumbers
boolean m_OutputLineNumbers
whether to output line numbers.
-
-
Class adams.data.textrenderer.AbstractTextRenderer extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -9153271896361695400L
-
Class adams.data.textrenderer.ArrayTextRenderer extends AbstractLineNumberedLimitedTextRenderer implements Serializable
- serialVersionUID:
- 4240264364517086325L
-
Class adams.data.textrenderer.CollectionTextRenderer extends AbstractLineNumberedLimitedTextRenderer implements Serializable
- serialVersionUID:
- -3112399546457037505L
-
Class adams.data.textrenderer.DefaultTextRenderer extends AbstractTextRenderer implements Serializable
- serialVersionUID:
- -3112399546457037505L
-
Class adams.data.textrenderer.IndexedSplitsRunsRenderer extends AbstractTextRenderer implements Serializable
- serialVersionUID:
- 1088987716683320898L
-
Class adams.data.textrenderer.JsonTextRenderer extends AbstractTextRenderer implements Serializable
- serialVersionUID:
- 4610900500263644291L
-
Class adams.data.textrenderer.ListTextRenderer extends AbstractLineNumberedLimitedTextRenderer implements Serializable
- serialVersionUID:
- -3112399546457037505L
-
Class adams.data.textrenderer.MapTextRenderer extends AbstractLimitedTextRenderer implements Serializable
- serialVersionUID:
- -3112399546457037505L
-
Class adams.data.textrenderer.SetTextRenderer extends AbstractLineNumberedLimitedTextRenderer implements Serializable
- serialVersionUID:
- -3112399546457037505L
-
Class adams.data.textrenderer.SpreadSheetTextRenderer extends AbstractLimitedTextRenderer implements Serializable
- serialVersionUID:
- 2413293721997389467L
-
Class adams.data.textrenderer.TextSupporterTextRenderer extends AbstractTextRenderer implements Serializable
- serialVersionUID:
- -4566406956008755488L
-
-
Package adams.data.timeseries
-
Class adams.data.timeseries.AbstractMetaTimeseriesFeatureGenerator extends AbstractTimeseriesFeatureGenerator<Timeseries> implements Serializable
- serialVersionUID:
- 3518281033354364298L
-
Serialized Fields
-
m_Generator
AbstractTimeseriesFeatureGenerator m_Generator
the base generator.
-
-
Class adams.data.timeseries.AbstractTimeseriesFeatureGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4566948525813804085L
-
Serialized Fields
-
m_Converter
AbstractFeatureConverter m_Converter
the feature converter to use. -
m_Fields
Field[] m_Fields
fields to add to the output data. -
m_Notes
BaseString[] m_Notes
the notes to add as attributes.
-
-
Class adams.data.timeseries.AddMetaData extends AbstractMetaTimeseriesFeatureGenerator implements Serializable
- serialVersionUID:
- 8819500364007702561L
-
Serialized Fields
-
m_AddDatabaseID
boolean m_AddDatabaseID
whether to add the database ID. -
m_AddID
boolean m_AddID
whether to add the container ID.
-
-
Class adams.data.timeseries.FixedNumFeatures extends AbstractMetaTimeseriesFeatureGenerator implements Serializable
- serialVersionUID:
- -5349388859224578387L
-
Serialized Fields
-
m_FillerBoolean
boolean m_FillerBoolean
the boolean filler. -
m_FillerNumeric
double m_FillerNumeric
the numeric filler. -
m_FillerString
String m_FillerString
the string filler. -
m_FillerType
FixedNumFeatures.FillerType m_FillerType
the filler type. -
m_HeaderTemplate
String m_HeaderTemplate
the template to use in the header for missing values. -
m_NumFeatures
int m_NumFeatures
the number of features to guarantee.
-
-
Class adams.data.timeseries.Timeseries extends AbstractDataContainer<P extends TimeseriesPoint> implements Serializable
- serialVersionUID:
- -915092788633841806L
-
Serialized Fields
-
m_DatabaseID
int m_DatabaseID
the database ID. -
m_MaxValue
TimeseriesPoint m_MaxValue
point of greatest value. -
m_MinValue
TimeseriesPoint m_MinValue
point of smallest value. -
m_Notes
Notes m_Notes
the notes. -
m_Report
R extends Report m_Report
the report.
-
-
Class adams.data.timeseries.TimeseriesPoint extends AbstractDataPoint implements Serializable
- serialVersionUID:
- 2381133774648848800L
-
Serialized Fields
-
m_Timestamp
Date m_Timestamp
the teimstamp of the data point. -
m_Value
double m_Value
the timeseries value.
-
-
Class adams.data.timeseries.TimeseriesPointComparator extends DataPointComparator<P extends TimeseriesPoint> implements Serializable
- serialVersionUID:
- -5536677097973106152L
-
Class adams.data.timeseries.Values extends AbstractTimeseriesFeatureGenerator<Timeseries> implements Serializable
- serialVersionUID:
- 9084280445189495060L
-
Serialized Fields
-
m_AddTimestamp
boolean m_AddTimestamp
whether to include the timestamp. -
m_PrefixTimestamp
String m_PrefixTimestamp
the prefix to use for timestamps. -
m_PrefixValue
String m_PrefixValue
the prefix to use for values. -
m_TimestampFormat
DateFormatString m_TimestampFormat
the timestamp format.
-
-
-
Package adams.data.weka
-
Class adams.data.weka.WekaAttributeIndex extends AbstractDataBackedIndex<weka.core.Instances> implements Serializable
- serialVersionUID:
- -4358263779315198808L
-
Class adams.data.weka.WekaAttributeRange extends AbstractDataBackedRange<weka.core.Instances> implements Serializable
- serialVersionUID:
- 5215987200366396733L
-
Class adams.data.weka.WekaLabelIndex extends AbstractDataBackedIndex<weka.core.Attribute> implements Serializable
- serialVersionUID:
- -4358263779315198808L
-
Class adams.data.weka.WekaLabelRange extends AbstractDataBackedRange<weka.core.Attribute> implements Serializable
- serialVersionUID:
- 5215987200366396733L
-
Class adams.data.weka.WekaUnorderedAttributeRange extends AbstractDataBackedUnorderedRange<weka.core.Instances> implements Serializable
- serialVersionUID:
- 5215987200366396733L
-
-
Package adams.data.weka.classattribute
-
Class adams.data.weka.classattribute.AbstractClassAttributeHeuristic extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3567877912866412434L
-
Class adams.data.weka.classattribute.AttributeIndex extends AbstractClassAttributeHeuristic implements Serializable
- serialVersionUID:
- -912826971225798159L
-
Serialized Fields
-
m_Index
WekaAttributeIndex m_Index
the attribute index.
-
-
Class adams.data.weka.classattribute.ByExactName extends AbstractClassAttributeHeuristic implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_Name
String m_Name
the string to match the attribute names against.
-
-
Class adams.data.weka.classattribute.ByName extends AbstractClassAttributeHeuristic implements Serializable
- serialVersionUID:
- -912826971225798159L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression to use on the name.
-
-
Class adams.data.weka.classattribute.LastAttribute extends AbstractClassAttributeHeuristic implements Serializable
- serialVersionUID:
- -912826971225798159L
-
Class adams.data.weka.classattribute.NoClassAttribute extends AbstractClassAttributeHeuristic implements Serializable
- serialVersionUID:
- -912826971225798159L
-
-
Package adams.data.weka.columnfinder
-
Class adams.data.weka.columnfinder.AbstractColumnFinder extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3871603719188736704L
-
Class adams.data.weka.columnfinder.AbstractColumnFinderWithCapabilities extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- -1036987527953097874L
-
Class adams.data.weka.columnfinder.AbstractFilteredColumnFinder extends AbstractTrainableColumnFinder implements Serializable
- serialVersionUID:
- 8526492076204492557L
-
Serialized Fields
-
m_ColumnFinder
ColumnFinder m_ColumnFinder
the ColumnFinder to apply.
-
-
Class adams.data.weka.columnfinder.AbstractTrainableColumnFinder extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- 3800769979430280486L
-
Serialized Fields
-
m_Trained
boolean m_Trained
whether the column finder was trained already.
-
-
Class adams.data.weka.columnfinder.AllFinder extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- -7945692540826937829L
-
Class adams.data.weka.columnfinder.ByExactName extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_Name
String m_Name
the string to match the attribute names against.
-
-
Class adams.data.weka.columnfinder.ByName extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression to match the attribute names against.
-
-
Class adams.data.weka.columnfinder.Class extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- 277213650707904675L
-
Class adams.data.weka.columnfinder.Constant extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- 1729448295565014453L
-
Serialized Fields
-
m_Columns
BaseInteger[] m_Columns
The set of columns to find. -
m_RawColumns
int[] m_RawColumns
The raw representation of the columns to find.
-
-
Class adams.data.weka.columnfinder.Invert extends AbstractFilteredColumnFinder implements Serializable
- serialVersionUID:
- -3635836960365586341L
-
Class adams.data.weka.columnfinder.MultiColumnFinder extends AbstractTrainableColumnFinder implements Serializable
- serialVersionUID:
- 1441664440186470414L
-
Serialized Fields
-
m_Combination
MultiColumnFinder.Combination m_Combination
how the indices are combined. -
m_Finders
ColumnFinder[] m_Finders
the column finders to use.
-
-
Class adams.data.weka.columnfinder.NullFinder extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- -7945692540826937829L
-
Class adams.data.weka.columnfinder.RowFilteredColumnFinder extends AbstractFilteredColumnFinder implements Serializable
- serialVersionUID:
- -2963065019052042099L
-
Serialized Fields
-
m_ColumnFinderTrained
boolean m_ColumnFinderTrained
whether the column finder was trained on the subset. -
m_RowFinder
RowFinder m_RowFinder
the RowFinder to use first.
-
-
-
Package adams.data.weka.datasetsplitter
-
Class adams.data.weka.datasetsplitter.AbstractSplitter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3970687323224324655L
-
Class adams.data.weka.datasetsplitter.ColumnSplitter extends AbstractSplitter implements Serializable
- serialVersionUID:
- 5451391004405077402L
-
Serialized Fields
-
m_ColumnFinder
ColumnFinder m_ColumnFinder
Column-finder for selecting which attributes go in which dataset. -
m_SourceLookup
int[][] m_SourceLookup
Mapping from the split attributes to their source in the original dataset.
-
-
Class adams.data.weka.datasetsplitter.RowSplitter extends AbstractSplitter implements Serializable
- serialVersionUID:
- 4638233201875563585L
-
Serialized Fields
-
m_RowFinder
RowFinder m_RowFinder
The selector for splitting rows between the two datasets.
-
-
-
Package adams.data.weka.evaluator
-
Class adams.data.weka.evaluator.AbstractCrossvalidatedInstanceEvaluator extends AbstractDatasetInstanceEvaluator implements Serializable
- serialVersionUID:
- 5958214723994891350L
-
Serialized Fields
-
m_Folds
int m_Folds
the number of folds for cross-validation. -
m_Seed
int m_Seed
the random seed for cross-valiation.
-
-
Class adams.data.weka.evaluator.AbstractDatasetInstanceEvaluator extends AbstractInstanceEvaluator implements Serializable
- serialVersionUID:
- 7443189522006925538L
-
Serialized Fields
-
m_Data
weka.core.Instances m_Data
the data set to use for training and other bits. -
m_Threshold
double m_Threshold
the percentage to the threshold.
-
-
Class adams.data.weka.evaluator.AbstractInstanceEvaluator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7170199569631424162L
-
Serialized Fields
-
m_Initialized
boolean m_Initialized
whether the evaluator got initialized.
-
-
Class adams.data.weka.evaluator.IntervalEstimatorBased extends AbstractCrossvalidatedInstanceEvaluator<IntervalEstimatorBased.SortedInterval> implements Serializable
- serialVersionUID:
- -7760097633698319552L
-
Serialized Fields
-
m_Classifier
weka.classifiers.Classifier m_Classifier
the IntervalEstimator to use. -
m_ConfidenceLevel
double m_ConfidenceLevel
the confidence level. -
m_MaxWidth
double m_MaxWidth
the maximum width allowed. -
m_MinWidth
double m_MinWidth
the minimum width encountered. -
m_RelativeWidths
boolean m_RelativeWidths
whether to divide the calculated widths by the class value.
-
-
Class adams.data.weka.evaluator.PassThrough extends AbstractInstanceEvaluator implements Serializable
- serialVersionUID:
- -8364993668286801038L
-
-
Package adams.data.weka.predictions
-
Class adams.data.weka.predictions.AbstractErrorScaler extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 8939995790855583352L
-
Class adams.data.weka.predictions.AutoScaler extends AbstractErrorScaler implements Serializable
- serialVersionUID:
- 1719519275224776613L
-
Serialized Fields
-
m_Scaler
AbstractErrorScaler m_Scaler
the scaler to use for numeric classes.
-
-
Class adams.data.weka.predictions.FixedSizeErrorScaler extends AbstractErrorScaler implements Serializable
- serialVersionUID:
- 2274050632411008699L
-
Serialized Fields
-
m_Size
int m_Size
the size.
-
-
Class adams.data.weka.predictions.NumericErrorScalerWithReference extends AbstractErrorScaler implements Serializable
- serialVersionUID:
- -8616657706467047751L
-
Serialized Fields
-
m_ReferenceError
double m_ReferenceError
the reference error. -
m_ReferenceSize
int m_ReferenceSize
the reference size.
-
-
Class adams.data.weka.predictions.RelativeNumericErrorScaler extends AbstractErrorScaler implements Serializable
- serialVersionUID:
- -8616657706467047751L
-
Serialized Fields
-
m_MaxSize
int m_MaxSize
the maximum size.
-
-
Class adams.data.weka.predictions.RoundErrorScaler extends AbstractErrorScaler implements Serializable
- serialVersionUID:
- -8616657706467047751L
-
-
Package adams.data.weka.relationname
-
Class adams.data.weka.relationname.AbstractRelationNameHeuristic extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3567877912866412434L
-
Class adams.data.weka.relationname.AttributeIndex extends AbstractRelationNameHeuristic implements Serializable
- serialVersionUID:
- 5951436518450210725L
-
Serialized Fields
-
m_Index
WekaAttributeIndex m_Index
the attribute index.
-
-
Class adams.data.weka.relationname.ClassAttribute extends AbstractRelationNameHeuristic implements Serializable
- serialVersionUID:
- 5951436518450210725L
-
Class adams.data.weka.relationname.FileName extends AbstractRelationNameHeuristic implements Serializable
- serialVersionUID:
- 5951436518450210725L
-
Class adams.data.weka.relationname.NoChange extends AbstractRelationNameHeuristic implements Serializable
- serialVersionUID:
- 5951436518450210725L
-
-
Package adams.data.weka.rowfinder
-
Class adams.data.weka.rowfinder.AbstractFilteredRowFinder extends AbstractTrainableRowFinder implements Serializable
- serialVersionUID:
- 7779829526710745924L
-
Serialized Fields
-
m_RowFinder
RowFinder m_RowFinder
the RowFinder to apply.
-
-
Class adams.data.weka.rowfinder.AbstractRowFinder extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3871603719188736704L
-
Class adams.data.weka.rowfinder.AbstractRowFinderWithCapabilities extends AbstractRowFinder implements Serializable
- serialVersionUID:
- -1036987527953097874L
-
Class adams.data.weka.rowfinder.AbstractTrainableRowFinder extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 3800769979430280486L
-
Serialized Fields
-
m_Trained
boolean m_Trained
whether the row finder was trained already.
-
-
Class adams.data.weka.rowfinder.AllFinder extends AbstractRowFinder implements Serializable
- serialVersionUID:
- -7945692540826937829L
-
Class adams.data.weka.rowfinder.ByLabel extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_AttributeIndex
Index m_AttributeIndex
the attribute index to work on. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match the labels against.
-
-
Class adams.data.weka.rowfinder.ByNumericRange extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 235661615457187608L
-
Serialized Fields
-
m_AttributeIndex
WekaAttributeIndex m_AttributeIndex
the attribute index to work on. -
m_Ranges
BaseInterval[] m_Ranges
the intervals.
-
-
Class adams.data.weka.rowfinder.ByNumericValue extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 235661615457187608L
-
Serialized Fields
-
m_AttributeIndex
WekaAttributeIndex m_AttributeIndex
the attribute index to work on. -
m_Maximum
double m_Maximum
the maximum value. -
m_MaximumIncluded
boolean m_MaximumIncluded
whether the maximum value is included. -
m_Minimum
double m_Minimum
the minimum value. -
m_MinimumIncluded
boolean m_MinimumIncluded
whether the minimum value is included.
-
-
Class adams.data.weka.rowfinder.Constant extends AbstractRowFinder implements Serializable
- serialVersionUID:
- -8214035090974332457L
-
Serialized Fields
-
m_RawRows
int[] m_RawRows
The raw form of the rows. -
m_Rows
BaseInteger[] m_Rows
The constant set of rows to find.
-
-
Class adams.data.weka.rowfinder.FilteredIQR extends AbstractTrainableRowFinder implements Serializable
- serialVersionUID:
- -2705356105829555109L
-
Serialized Fields
-
m_ActualFilter
weka.filters.unsupervised.attribute.InterquartileRange m_ActualFilter
the actual IQR filter. -
m_Filter
weka.filters.unsupervised.attribute.InterquartileRange m_Filter
the IQR filter. -
m_FullFilter
weka.filters.MultiFilter m_FullFilter
theMultiFilter
doing all the filtering. -
m_IQR
double m_IQR
the maximum value of the attribute. -
m_PreFilter
weka.filters.Filter m_PreFilter
the filter to apply to the data first. -
m_Range
Range m_Range
the attribute range to work on.
-
-
Class adams.data.weka.rowfinder.Invert extends AbstractFilteredRowFinder implements Serializable
- serialVersionUID:
- -3635836960365586341L
-
Class adams.data.weka.rowfinder.MultiRowFinder extends AbstractTrainableRowFinder implements Serializable
- serialVersionUID:
- 1441664440186470414L
-
Serialized Fields
-
m_Combination
MultiRowFinder.Combination m_Combination
how the indices are combined. -
m_Finders
RowFinder[] m_Finders
the row finders to use.
-
-
Class adams.data.weka.rowfinder.NullFinder extends AbstractRowFinder implements Serializable
- serialVersionUID:
- -7945692540826937829L
-
-
Package adams.db
-
Class adams.db.AbstractConditions extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7146388930313616510L
-
Class adams.db.AbstractDatabaseConnection extends LoggingObject implements Serializable
- serialVersionUID:
- -3625820307854172417L
-
Serialized Fields
-
m_AutoCommit
boolean m_AutoCommit
autocommit? -
m_ConnectionOK
boolean m_ConnectionOK
whether we could connect successfully. -
m_ConnectOnStartUp
boolean m_ConnectOnStartUp
whether to connect on startup. -
m_FailedConnectAttempts
Hashtable<String,Integer> m_FailedConnectAttempts
for keeping track of unsuccessful connection attempts. -
m_LastConnectionError
String m_LastConnectionError
stores the last connection error. -
m_MaxConnectAttempts
int m_MaxConnectAttempts
the maximum number of allowed connection attempts for a driver/URL/user/pw combination. -
m_OptionManager
OptionManager m_OptionManager
for managing the available options. -
m_Owner
DatabaseManager m_Owner
the database manager this connection belongs to. -
m_Password
BasePassword m_Password
database password. -
m_Properties
Properties m_Properties
the properties for database access. -
m_ReconnectWait
int m_ReconnectWait
the number of seconds to wait before trying to reconnect. -
m_URL
String m_URL
the URL to connect to the database. -
m_User
String m_User
database username.
-
-
Class adams.db.AbstractDatabaseObjectWithOptionHandling extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8800746361445333658L
-
Serialized Fields
-
m_NoDatabaseConnect
boolean m_NoDatabaseConnect
whether to suppress connecting to the database. -
m_Password
BasePassword m_Password
the password of the database user. -
m_URL
String m_URL
the JDBC URL to connect to. -
m_User
String m_User
the database user to use for connecting.
-
-
Class adams.db.AbstractDbBackend extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3589560540375200811L
-
Class adams.db.AbstractIndexedTable extends AbstractTable implements Serializable
- serialVersionUID:
- 2013793322024355971L
-
Serialized Fields
-
m_init
boolean m_init
has this object been initialised.
-
-
Class adams.db.AbstractLimitedConditions extends AbstractConditions implements Serializable
- serialVersionUID:
- -8685225144623746238L
-
Serialized Fields
-
m_Limit
int m_Limit
the maximum number of records.
-
-
Class adams.db.AbstractReconnectableDatabaseConnection extends AbstractDatabaseConnection implements Serializable
- serialVersionUID:
- -5575792002262680914L
-
Class adams.db.AbstractTable extends SQL implements Serializable
- serialVersionUID:
- 4511302757992864994L
-
Serialized Fields
-
m_AnsiQuotes
boolean m_AnsiQuotes
whether to use ANSI quotes around table/column names. -
m_TableName
String m_TableName
name of the table.
-
-
Class adams.db.AbstractTableCleanUp extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -6662554417213854267L
-
Class adams.db.AbstractTableFacade extends LoggingObject implements Serializable
- serialVersionUID:
- 8540313627448845885L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
connection to database. -
m_Debug
boolean m_Debug
whether debugging is turned on. -
m_TableName
String m_TableName
name of the table.
-
-
Class adams.db.AbstractTimeWindowTableCleanUp extends AbstractTableCleanUp implements Serializable
- serialVersionUID:
- 2617358965818813327L
-
Serialized Fields
-
m_EndDate
BaseDateTime m_EndDate
the end date. -
m_StartDate
BaseDateTime m_StartDate
the start date.
-
-
Class adams.db.BulkInsertTable extends AbstractIndexedTable implements Serializable
- serialVersionUID:
- 401732448232750879L
-
Class adams.db.Conditions extends LoggingObject implements Serializable
- serialVersionUID:
- 1697740407123800323L
-
Serialized Fields
-
m_Properties
Properties m_Properties
the properties file.
-
-
Class adams.db.ConnectionParameters extends Object implements Serializable
- serialVersionUID:
- -1414581492377334939L
-
Serialized Fields
-
m_AutoCommit
boolean m_AutoCommit
whether to use auto-commit. -
m_ConnectOnStartUp
boolean m_ConnectOnStartUp
whether to connect on startup. -
m_LoggingLevel
LoggingLevel m_LoggingLevel
the logging level. -
m_Password
BasePassword m_Password
the password. -
m_URL
String m_URL
the URL. -
m_User
String m_User
the user.
-
-
Class adams.db.DatabaseConnection extends AbstractDatabaseConnection implements Serializable
- serialVersionUID:
- -3625820307854172417L
-
Class adams.db.DatabaseManager extends Object implements Serializable
- serialVersionUID:
- -8832349882994980783L
-
Serialized Fields
-
m_Connections
Map<String,T extends AbstractDatabaseConnection> m_Connections
for storing the database connection objects. -
m_DatabaseName
String m_DatabaseName
the database this manager is for. -
m_DefaultDatabaseConnection
T extends AbstractDatabaseConnection m_DefaultDatabaseConnection
the default database connection.
-
-
Class adams.db.Drivers extends LoggingObject implements Serializable
- serialVersionUID:
- -2996917112110549746L
-
Serialized Fields
-
m_Properties
Properties m_Properties
the properties for database access.
-
-
Class adams.db.FacadeManager extends Object implements Serializable
- serialVersionUID:
- 7054134442727870486L
-
Serialized Fields
-
m_DatabaseManager
DatabaseManager m_DatabaseManager
the database manager to use for default connection. -
m_FacadeName
String m_FacadeName
the facade this manager is for. -
m_Facades
HashMap<String,T extends AbstractTableFacade> m_Facades
for storing the facade objects.
-
-
Class adams.db.JdbcUrl extends AbstractBaseString implements Serializable
- serialVersionUID:
- 6676290784059523594L
-
Class adams.db.LogEntry extends Object implements Serializable
- serialVersionUID:
- 565425043739971996L
-
Serialized Fields
-
m_DatabaseID
long m_DatabaseID
the database ID of the entry. -
m_Generation
Date m_Generation
the generation timestamp. -
m_Host
String m_Host
the computer name. -
m_IP
String m_IP
the IP address. -
m_Message
String m_Message
the content of the message (props format). -
m_Source
String m_Source
the source of the entry. -
m_Status
String m_Status
the status of the entry. -
m_Type
String m_Type
the type of the message.
-
-
Class adams.db.LogEntryConditions extends AbstractLimitedConditions implements Serializable
- serialVersionUID:
- 7496947748107342392L
-
Serialized Fields
-
m_GenerationEndDate
BaseDateTime m_GenerationEndDate
the end date of the log entries. -
m_GenerationStartDate
BaseDateTime m_GenerationStartDate
the start date of the log entries. -
m_Host
BaseRegExp m_Host
the host name (regexp). -
m_IP
BaseRegExp m_IP
the IP address (regexp). -
m_Latest
boolean m_Latest
whether to return the latest entries. -
m_Source
BaseRegExp m_Source
the source of the log entries (regexp). -
m_Status
BaseRegExp m_Status
the status of the log entries (regexp). -
m_Type
BaseRegExp m_Type
the type of the log entries (regexp).
-
-
Class adams.db.LogF extends AbstractTableFacade implements Serializable
- serialVersionUID:
- 3061846359366161539L
-
Serialized Fields
-
m_DB
LogIntf m_DB
the backend.
-
-
Class adams.db.MultipleInsert extends Object implements Serializable
- serialVersionUID:
- 6066126049923343182L
-
Serialized Fields
-
count
int count
inserts. -
m_cols
List<String> m_cols
columns for insert. -
m_insert
BulkInsertTable m_insert
Table this is associated with. -
m_insert_at
int m_insert_at
force insert to db at count. -
m_sb
StringBuilder m_sb
builds insert string.
-
-
Class adams.db.ReportTableByDBID extends AbstractIndexedTable implements Serializable
- serialVersionUID:
- -1143611181126566480L
-
Class adams.db.ReportTableByID extends AbstractIndexedTable implements Serializable
- serialVersionUID:
- -1143611181126566480L
-
Class adams.db.Sequences extends LoggingObject implements Serializable
- serialVersionUID:
- -6223247854964334340L
-
Serialized Fields
-
m_Properties
Properties m_Properties
the properties.
-
-
Class adams.db.SQLF extends AbstractTableFacade implements Serializable
- serialVersionUID:
- 3061846359366161539L
-
Serialized Fields
-
m_DB
SQLIntf m_DB
the backend.
-
-
Class adams.db.SQLStatement extends AbstractSimpleScript implements Serializable
- serialVersionUID:
- 4309078655122480376L
-
Class adams.db.SQLTableCleanUp extends AbstractTableCleanUp implements Serializable
- serialVersionUID:
- 2617358965818813327L
-
Serialized Fields
-
m_Statement
SQLStatement m_Statement
the SQL command to execute.
-
-
Class adams.db.TableManager extends Object implements Serializable
- serialVersionUID:
- 7054134442727870486L
-
-
Package adams.db.autodetect
-
Class adams.db.autodetect.DbBackend extends AbstractDbBackend implements Serializable
- serialVersionUID:
- -6206414041321415520L
-
-
Package adams.db.datatype
-
Class adams.db.datatype.AbstractDataTypeSetup extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6940789084605225155L
-
Class adams.db.datatype.DummySetup extends AbstractDataTypeSetup implements Serializable
- serialVersionUID:
- -9152587689252144060L
-
Class adams.db.datatype.MultiSetup extends AbstractDataTypeSetup implements Serializable
- serialVersionUID:
- -9152587689252144060L
-
Serialized Fields
-
m_Setups
AbstractDataTypeSetup[] m_Setups
the setups.
-
-
-
Package adams.db.generic
-
Class adams.db.generic.LogT extends AbstractIndexedTable implements Serializable
- serialVersionUID:
- -5955333734406125700L
-
Class adams.db.generic.SQL extends LoggingObject implements Serializable
- serialVersionUID:
- -7708896486343190549L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
connection to database. -
m_Debug
boolean m_Debug
whether debugging is turned on.
-
-
-
Package adams.db.h2
-
Class adams.db.h2.DbBackend extends AbstractDbBackend implements Serializable
- serialVersionUID:
- -6206414041321415520L
-
Serialized Fields
-
m_Types
AbstractTypes m_Types
the types.
-
-
Class adams.db.h2.LogT extends LogT implements Serializable
- serialVersionUID:
- 6309576140124918549L
-
-
Package adams.db.indices
-
Class adams.db.indices.Index extends Vector<IndexColumn> implements Serializable
- serialVersionUID:
- -6266605625222865131L
-
Class adams.db.indices.Indices extends Vector<Index> implements Serializable
- serialVersionUID:
- -6266605625222865131L
-
-
Package adams.db.mirrored
-
Class adams.db.mirrored.DbBackend extends AbstractDbBackend implements Serializable
- serialVersionUID:
- -8233202811908896313L
-
Serialized Fields
-
m_Backends
DbBackend[] m_Backends
the backends. -
m_Mirrors
AbstractDatabaseConnection[] m_Mirrors
the database connections of the mirrors. -
m_MirrorsForUrls
JdbcUrl[] m_MirrorsForUrls
the urls the mirrors are for. -
m_NonMirroredBackend
DbBackend m_NonMirroredBackend
the default backend.
-
-
Class adams.db.mirrored.LogT extends AbstractWrapper<LogIntf> implements Serializable
- serialVersionUID:
- -4601570259375411398L
-
Class adams.db.mirrored.SQL extends AbstractWrapper<SQLIntf> implements Serializable
- serialVersionUID:
- -4601570259375411398L
-
-
Package adams.db.mysql
-
Class adams.db.mysql.DbBackend extends AbstractDbBackend implements Serializable
- serialVersionUID:
- -6206414041321415520L
-
Serialized Fields
-
m_Types
AbstractTypes m_Types
the types.
-
-
Class adams.db.mysql.LogT extends LogT implements Serializable
- serialVersionUID:
- 6309576140124918549L
-
-
Package adams.db.postgresql
-
Class adams.db.postgresql.DbBackend extends AbstractDbBackend implements Serializable
- serialVersionUID:
- -6206414041321415520L
-
Serialized Fields
-
m_Types
AbstractTypes m_Types
the types.
-
-
Class adams.db.postgresql.LogT extends LogT implements Serializable
- serialVersionUID:
- 6309576140124918549L
-
-
Package adams.db.sqlite
-
Class adams.db.sqlite.DbBackend extends AbstractDbBackend implements Serializable
- serialVersionUID:
- -6206414041321415520L
-
Serialized Fields
-
m_Types
AbstractTypes m_Types
the types.
-
-
Class adams.db.sqlite.LogT extends LogT implements Serializable
- serialVersionUID:
- 6309576140124918549L
-
-
Package adams.db.types
-
Class adams.db.types.AbstractTypes extends Object implements Serializable
- serialVersionUID:
- -1376610984946740944L
-
Class adams.db.types.TypesH2 extends AbstractTypes implements Serializable
- serialVersionUID:
- 7842428772313177661L
-
Class adams.db.types.TypesMySQL extends AbstractTypes implements Serializable
- serialVersionUID:
- 2312692794411053866L
-
Class adams.db.types.TypesPostgreSQL extends AbstractTypes implements Serializable
- serialVersionUID:
- -4264141965314359770L
-
Class adams.db.types.TypesSQLite extends AbstractTypes implements Serializable
- serialVersionUID:
- 7842428772313177661L
-
-
Package adams.db.upgrade
-
Class adams.db.upgrade.AbstractTableUpgrade extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5174695729150073016L
-
Serialized Fields
-
m_Upgraded
boolean m_Upgraded
indicates whether the upgrade has happened. -
m_UpgradeInfo
StringBuilder m_UpgradeInfo
the information generated during upgrading.
-
-
Class adams.db.upgrade.FixInvalidMySQLTimestampDefault extends AbstractTableUpgrade implements Serializable
- serialVersionUID:
- -4959359509457015794L
-
Class adams.db.upgrade.PassThrough extends AbstractTableUpgrade implements Serializable
- serialVersionUID:
- -7684218434080097460L
-
-
Package adams.db.wrapper
-
Class adams.db.wrapper.AbstractWrapper extends LoggingObject implements Serializable
- serialVersionUID:
- 2584491122555160871L
-
Serialized Fields
-
m_Connection
AbstractDatabaseConnection m_Connection
the database connection. -
m_TableName
String m_TableName
the table name. -
m_Wrapped
W extends TableInterface m_Wrapped
the wrapped backend.
-
-
Class adams.db.wrapper.WrapperManager extends Object implements Serializable
- serialVersionUID:
- 7054134442727870486L
-
Serialized Fields
-
m_DatabaseManager
DatabaseManager m_DatabaseManager
the database manager to use for default connection. -
m_TableName
String m_TableName
the table this manager is for. -
m_Tables
HashMap<String,T extends AbstractWrapper> m_Tables
for storing the table objects.
-
-
-
Package adams.doc.docbook
-
Class adams.doc.docbook.Article extends AbstractComplexTag implements Serializable
- serialVersionUID:
- 2654239691264250202L
-
Class adams.doc.docbook.Book extends AbstractComplexTag implements Serializable
- serialVersionUID:
- 6076552942458884097L
-
Class adams.doc.docbook.Chapter extends AbstractComplexTag implements Serializable
- serialVersionUID:
- -6197886993371097552L
-
Class adams.doc.docbook.Document extends Object implements Serializable
- serialVersionUID:
- -5462121524853958988L
-
Serialized Fields
-
m_Root
AbstractTag m_Root
the root element.
-
-
Class adams.doc.docbook.InformalTable extends AbstractComplexTag implements Serializable
- serialVersionUID:
- -1301634257381722080L
-
Serialized Fields
-
m_Body
AbstractComplexTag m_Body
the table body. -
m_Head
AbstractComplexTag m_Head
the table head. -
m_NumCols
int m_NumCols
the number of columns in the table.
-
-
Class adams.doc.docbook.ItemizedList extends AbstractComplexTag implements Serializable
- serialVersionUID:
- -9170453984883647247L
-
Class adams.doc.docbook.ListItem extends AbstractComplexTag implements Serializable
- serialVersionUID:
- -5078231193215325437L
-
Class adams.doc.docbook.OrderedList extends AbstractComplexTag implements Serializable
- serialVersionUID:
- 5004635143997245311L
-
Class adams.doc.docbook.Paragraph extends AbstractSimpleTag implements Serializable
- serialVersionUID:
- -7501143393940807106L
-
Class adams.doc.docbook.Part extends AbstractComplexTag implements Serializable
- serialVersionUID:
- 5575540523787776054L
-
Class adams.doc.docbook.ProgramListing extends AbstractSimpleTag implements Serializable
- serialVersionUID:
- -6886830294571668230L
-
Class adams.doc.docbook.Screen extends AbstractSimpleTag implements Serializable
- serialVersionUID:
- -6687627860638025345L
-
Class adams.doc.docbook.Section extends AbstractComplexTag implements Serializable
- serialVersionUID:
- 6147436275145204642L
-
Class adams.doc.docbook.Title extends AbstractSimpleTag implements Serializable
- serialVersionUID:
- -5686620774872611944L
-
-
Package adams.doc.javadoc
-
Class adams.doc.javadoc.AllJavadoc extends Javadoc implements Serializable
- serialVersionUID:
- 8491098698586623712L
-
Serialized Fields
-
m_Javadocs
List m_Javadocs
contains all the javadoc generators.
-
-
Class adams.doc.javadoc.FlowJavadoc extends Javadoc implements Serializable
- serialVersionUID:
- 3485326632649980955L
-
Class adams.doc.javadoc.GlobalInfoJavadoc extends Javadoc implements Serializable
- serialVersionUID:
- -7121795851141220273L
-
Class adams.doc.javadoc.GrammarJavadoc extends Javadoc implements Serializable
- serialVersionUID:
- 2873100039607513910L
-
Class adams.doc.javadoc.Javadoc extends LoggingObject implements Serializable
- serialVersionUID:
- 4088919470813459046L
-
Serialized Fields
-
m_Classname
String m_Classname
the classname. -
m_Dir
String m_Dir
the directory above the class to update. -
m_EndTag
String[] m_EndTag
the end tag. -
m_Environment
String m_Environment
the environment class (dummy option, happens all in runJavadoc method). -
m_IsBlock
boolean[] m_IsBlock
whether to use identation. -
m_OptionManager
OptionManager m_OptionManager
for managing the available options. -
m_Silent
boolean m_Silent
whether to suppress error messages (no printout in the console). -
m_StartTag
String[] m_StartTag
the start tag. -
m_UserMode
UserMode m_UserMode
the user mode to generate the javadoc for. -
m_UseStars
boolean m_UseStars
whether to include the stars in the Javadoc.
-
-
Class adams.doc.javadoc.OptionHandlerJavadoc extends Javadoc implements Serializable
- serialVersionUID:
- 6411696179436469435L
-
Serialized Fields
-
m_Prolog
boolean m_Prolog
whether to include the "Valid options..." prolog in the Javadoc.
-
-
Class adams.doc.javadoc.ScriptletJavadoc extends Javadoc implements Serializable
- serialVersionUID:
- -3836221902854905090L
-
Class adams.doc.javadoc.TechnicalInformationHandlerJavadoc extends Javadoc implements Serializable
- serialVersionUID:
- 270395165932401302L
-
Serialized Fields
-
m_Prolog
boolean m_Prolog
whether to include the "Valid options..." prolog in the Javadoc.
-
-
-
Package adams.doc.listing
-
Class adams.doc.listing.AbstractFileBasedListingOutput extends AbstractListingOutput implements Serializable
- serialVersionUID:
- -4484277695906980673L
-
Serialized Fields
-
m_OutputFile
PlaceholderFile m_OutputFile
the output file.
-
-
Class adams.doc.listing.AbstractFileBasedListingOutputWithEncoding extends AbstractFileBasedListingOutput implements Serializable
- serialVersionUID:
- -4683719927914519871L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.doc.listing.AbstractListingOutput extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -424271238836477812L
-
Class adams.doc.listing.ConsoleOutput extends AbstractListingOutput implements Serializable
- serialVersionUID:
- 3968266411637947086L
-
Class adams.doc.listing.HtmlOutput extends AbstractFileBasedListingOutputWithEncoding implements Serializable
- serialVersionUID:
- -3733873069877729194L
-
Class adams.doc.listing.Listing extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5329297063876357426L
-
Serialized Fields
-
m_Environment
String m_Environment
the environment class (dummy option). -
m_Output
AbstractListingOutput m_Output
the output scheme to use. -
m_Superclass
BaseClassname m_Superclass
the superclass to use.
-
-
Class adams.doc.listing.MarkdownOutput extends AbstractFileBasedListingOutputWithEncoding implements Serializable
- serialVersionUID:
- -3733873069877729194L
-
Class adams.doc.listing.OptionOutput extends AbstractListingOutput implements Serializable
- serialVersionUID:
- -3904476399937843340L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_Extension
String m_Extension
the extension to use for the files. -
m_OutputDir
PlaceholderDirectory m_OutputDir
the output directory. -
m_Producer
OptionProducer m_Producer
the option producer to use. -
m_UserMode
UserMode m_UserMode
the user mode to generate the help for.
-
-
-
Package adams.doc.xhtml
-
Class adams.doc.xhtml.AbstractMixedTag extends AbstractTag implements Serializable
- serialVersionUID:
- -43542338015882364L
-
Serialized Fields
-
m_AllowEmpty
boolean m_AllowEmpty
whether to output empty tags. -
m_Content
String m_Content
the content.
-
-
Class adams.doc.xhtml.Anchor extends AbstractSimpleTag implements Serializable
- serialVersionUID:
- -7501143393940807106L
-
Class adams.doc.xhtml.Body extends AbstractMixedTag implements Serializable
- serialVersionUID:
- -1086772581744903877L
-
Class adams.doc.xhtml.Break extends AbstractTag implements Serializable
- serialVersionUID:
- -6886830294571668230L
-
Class adams.doc.xhtml.Code extends AbstractSimpleTag implements Serializable
- serialVersionUID:
- -6886830294571668230L
-
Class adams.doc.xhtml.Document extends Object implements Serializable
- serialVersionUID:
- -5462121524853958988L
-
Serialized Fields
-
m_Root
Html m_Root
the root element.
-
-
Class adams.doc.xhtml.Head extends AbstractComplexTag implements Serializable
- serialVersionUID:
- -3634458427105493988L
-
Class adams.doc.xhtml.Heading extends AbstractMixedTag implements Serializable
- serialVersionUID:
- -7501143393940807106L
-
Class adams.doc.xhtml.Html extends AbstractComplexTag implements Serializable
- serialVersionUID:
- 6058312199083069305L
-
Class adams.doc.xhtml.ListItem extends AbstractMixedTag implements Serializable
- serialVersionUID:
- -5078231193215325437L
-
Class adams.doc.xhtml.OrderedList extends AbstractComplexTag implements Serializable
- serialVersionUID:
- 5004635143997245311L
-
Class adams.doc.xhtml.Paragraph extends AbstractMixedTag implements Serializable
- serialVersionUID:
- -7501143393940807106L
-
Class adams.doc.xhtml.Pre extends AbstractSimpleTag implements Serializable
- serialVersionUID:
- -6886830294571668230L
-
Class adams.doc.xhtml.Table extends AbstractComplexTag implements Serializable
- serialVersionUID:
- -1301634257381722080L
-
Serialized Fields
-
m_NumCols
int m_NumCols
the number of columns in the table.
-
-
Class adams.doc.xhtml.Title extends AbstractSimpleTag implements Serializable
- serialVersionUID:
- -7501143393940807106L
-
Class adams.doc.xhtml.UnorderedList extends AbstractComplexTag implements Serializable
- serialVersionUID:
- -9170453984883647247L
-
-
Package adams.doc.xml
-
Class adams.doc.xml.AbstractComplexTag extends AbstractTag implements Serializable
- serialVersionUID:
- -43542338015882364L
-
Serialized Fields
-
m_AllowEmpty
boolean m_AllowEmpty
whether to output empty tags.
-
-
Class adams.doc.xml.AbstractSimpleTag extends AbstractTag implements Serializable
- serialVersionUID:
- -2865475570583425896L
-
Serialized Fields
-
m_Content
String m_Content
the content. -
m_ConvertEntities
boolean m_ConvertEntities
whether to convert HTML entities.
-
-
Class adams.doc.xml.AbstractTag extends DefaultMutableTreeNode implements Serializable
- serialVersionUID:
- 6472066010192166545L
-
Class adams.doc.xml.DefaultComplexTag extends AbstractComplexTag implements Serializable
- serialVersionUID:
- -6888481592847294628L
-
Class adams.doc.xml.DefaultSimpleTag extends AbstractSimpleTag implements Serializable
- serialVersionUID:
- -6126545140096452210L
-
-
Package adams.env
-
Class adams.env.AbstractEnvironment extends LoggingObject implements Serializable
- serialVersionUID:
- -2199293612498875147L
-
Serialized Fields
-
m_ApplicationFrame
AbstractApplicationFrame m_ApplicationFrame
the main GUI application. -
m_ApplicationTerminal
AbstractTerminalApplication m_ApplicationTerminal
the main terminal application. -
m_Definitions
Hashtable<String,AbstractPropertiesDefinition> m_Definitions
the key - definition relation. -
m_Properties
Hashtable<String,List<Setup>> m_Properties
the key - setups relation.
-
-
Class adams.env.AbstractPropertiesDefinition extends Object implements Serializable
- serialVersionUID:
- -3693649083932752468L
-
Class adams.env.ActorSuggestionDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.ActorTemplateSuggestionDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 4240048624553812140L
-
Class adams.env.AdvancedScriptEditorTemplatesDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.BrowserDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.CharsetDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- -7053196761707403759L
-
Class adams.env.ClassListerBlacklistDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.ClassListerDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.ClasspathBlacklistDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.ConditionsDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.ConversionDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.DatabaseConnectionDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.DbBackendDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.DriversDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- -6976648126780541240L
-
Class adams.env.EmailDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.Environment extends AbstractEnvironment implements Serializable
- serialVersionUID:
- -2199293612498875147L
-
Class adams.env.ExternalActorSuggestionDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.FlowControlCenterPanelDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.FlowDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.FlowEditorPanelDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.FlowEditorPanelMenuDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.FlowEditorTreePopupMenuDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.FlowEditorTreeQuickActionMenuDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.FlowRunnerPanelDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.FontsDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.GOEBlacklistDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.GOEEditorsDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.GUIHelperDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.ImageViewerPanelDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.InstanceCompareDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.InstanceExplorerDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.JenericCmdlineDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.JVisualVMDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- -7053196761707403759L
-
Class adams.env.LocaleDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- -7053196761707403759L
-
Class adams.env.LogEntryDBViewerPanelDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.LogEntryDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.LogEntryViewerPanelDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.MemoryMonitorDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- -1939226139381033216L
-
Class adams.env.ModuleDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 3836982214059912729L
-
Class adams.env.Modules.Module extends Object implements Serializable
- serialVersionUID:
- 7936617163709734744L
-
Serialized Fields
-
m_Author
String m_Author
the author of the module. -
m_BuildTimestamp
BaseDateTime m_BuildTimestamp
the build timestamp of the module. -
m_Description
String m_Description
the description of the module. -
m_Logo
ImageIcon m_Logo
the logo. -
m_LogoName
String m_LogoName
the logo name. -
m_Name
String m_Name
the name of the module. -
m_Organization
String m_Organization
the organization. -
m_Version
String m_Version
the version of the module.
-
-
Class adams.env.NewInstanceDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 761924597513800238L
-
Class adams.env.OptionManagerDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.OptionsDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.PerformanceDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 8866525695906238220L
-
Class adams.env.PlaceholdersDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 761924597513800238L
-
Class adams.env.PreviewBrowserPanelDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.ProxyDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.ScriptingDialogDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.ScriptingEngineDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.ScriptingLoggerDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.SequenceViewerDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.Setup extends Object implements Serializable
- serialVersionUID:
- 4280435277797929265L
-
Class adams.env.SimpleScriptEditorTemplatesDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.SMBDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.SpreadSheetExplorerDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.SSLDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.TableDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.TesseractDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- -7053196761707403759L
-
Class adams.env.TimeZoneDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 2270576628936920414L
-
Class adams.env.WekaInvestigatorDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.WekaInvestigatorShortcutsDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.WineDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 8202332734202753259L
-
-
Package adams.event
-
Class adams.event.DatabaseConnectionChangeEvent extends ChangeEvent implements Serializable
- serialVersionUID:
- -4819016430256498493L
-
Serialized Fields
-
m_Type
DatabaseConnectionChangeEvent.EventType m_Type
the type of event.
-
-
Class adams.event.FlowPauseStateEvent extends EventObject implements Serializable
- serialVersionUID:
- -113405042251910190L
-
Serialized Fields
-
m_Type
FlowPauseStateEvent.Type m_Type
the type of event.
-
-
Class adams.event.FlowSetupStateEvent extends EventObject implements Serializable
- serialVersionUID:
- -113405042251910190L
-
Serialized Fields
-
m_Type
FlowSetupStateEvent.Type m_Type
the type of event.
-
-
Class adams.event.GeneticFitnessChangeEvent extends EventObject implements Serializable
- serialVersionUID:
- 4900409199763866247L
-
Serialized Fields
-
m_Fitness
double m_Fitness
the fitness that triggered this event. -
m_Setup
Object m_Setup
the associated setup, if any. -
m_Weights
int[] m_Weights
the associated weights.
-
-
Class adams.event.JobCompleteEvent extends EventObject implements Serializable
- serialVersionUID:
- -5448976051820797751L
-
Class adams.event.JobListCompleteEvent extends EventObject implements Serializable
- serialVersionUID:
- -81425220563926478L
-
Serialized Fields
-
m_Payload
Object m_Payload
a payload object (can be arbitrary object).
-
-
Class adams.event.PublicationEvent extends EventObject implements Serializable
- serialVersionUID:
- 1087485560915594611L
-
Class adams.event.SpreadSheetColumnInsertionEvent extends EventObject implements Serializable
- serialVersionUID:
- -7245821885375091558L
-
Serialized Fields
-
m_ColumnIndex
int m_ColumnIndex
the index of the column that got inserted.
-
-
Class adams.event.StorageChangeEvent extends EventObject implements Serializable
- serialVersionUID:
- 265149599197540318L
-
Serialized Fields
-
m_Cache
String m_Cache
the cache (null if none). -
m_Name
String m_Name
the name of the storage item. -
m_Type
StorageChangeEvent.Type m_Type
the type of the event.
-
-
Class adams.event.TokenEvent extends EventObject implements Serializable
- serialVersionUID:
- -4038178765519090138L
-
Serialized Fields
-
m_Token
Token m_Token
the token.
-
-
Class adams.event.VariableChangeEvent extends EventObject implements Serializable
- serialVersionUID:
- 265149599197540318L
-
Serialized Fields
-
m_Name
String m_Name
the name of the variable. -
m_Type
VariableChangeEvent.Type m_Type
the type of the event.
-
-
-
Package adams.flow
-
Class adams.flow.FlowRunner extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5693250462014974198L
-
Serialized Fields
-
m_Actor
Actor m_Actor
the actor to execute. -
m_CleanUp
boolean m_CleanUp
whether to clean up after execution, i.e., removing graphical output automatically. -
m_ForceExit
boolean m_ForceExit
whether the force an exit after the flows were stopped. -
m_Headless
boolean m_Headless
whether the execution is to be headless, i.e., no GUI components. -
m_Home
String m_Home
the directory to use as the project's home directory. -
m_Include
BaseRegExp m_Include
regular expression for including flows when traversing a directory. -
m_Input
PlaceholderFile m_Input
the flow file/dir with flows to execute. -
m_InterruptedByUser
boolean m_InterruptedByUser
whether the flow was interrupted by the user. -
m_LastActor
Actor m_LastActor
the last actor that was executed. -
m_NoExecute
boolean m_NoExecute
whether to suppress flow execution, simply load/setUp/wrapUp instead. -
m_NonInteractive
boolean m_NonInteractive
whether the use non-interactive execution. -
m_Register
boolean m_Register
whether to register the flow. -
m_RemoteScriptingEngine
RemoteScriptingEngine m_RemoteScriptingEngine
the remote command scripting engine. -
m_RemoteScriptingEngineCmdLine
String m_RemoteScriptingEngineCmdLine
the commandline of the remote scripting engine to use at startup time. -
m_RemoteScriptingEngineUpdateListeners
Set<RemoteScriptingEngineUpdateListener> m_RemoteScriptingEngineUpdateListeners
the listeners for changes to the remote scripting engine. -
m_ShutdownHook
AbstractShutdownHook m_ShutdownHook
the shutdown hook.
-
-
Class adams.flow.FlowSetupRunner extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 8691311691669858254L
-
Serialized Fields
-
m_Home
String m_Home
the directory to use as the project's home directory. -
m_SetupFile
PlaceholderFile m_SetupFile
the control center setup. -
m_SetupName
String m_SetupName
the name of the setup to execute.
-
-
-
Package adams.flow.condition.bool
-
Class adams.flow.condition.bool.AbstractAttributeCapabilities extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Serialized Fields
-
m_ActualCapabilities
weka.core.Capabilities m_ActualCapabilities
the capabilities object to use. -
m_Capabilities
Capability[] m_Capabilities
the class index. -
m_Invert
boolean m_Invert
whether to invert the matching sense.
-
-
Class adams.flow.condition.bool.AbstractBooleanCondition extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1816980432972492738L
-
Class adams.flow.condition.bool.AbstractBooleanDatabaseCondition extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -569423875930411268L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection in use. -
m_DatabaseConnectionUpdated
boolean m_DatabaseConnectionUpdated
whether the DB connection has been updated.
-
-
Class adams.flow.condition.bool.AbstractExpression extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 4442436759501167843L
-
Serialized Fields
-
m_Expression
BooleanExpressionText m_Expression
the "If" expression to evaluate.
-
-
Class adams.flow.condition.bool.AbstractMultiCondition extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -7930281929775307418L
-
Serialized Fields
-
m_Conditions
BooleanCondition[] m_Conditions
the conditions to evaluate.
-
-
Class adams.flow.condition.bool.AbstractScript extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -5361222828186956465L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.flow.condition.bool.AbstractScriptedCondition extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -1266048092842841686L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the Groovy module. -
m_ScriptOptions
String m_ScriptOptions
the options for the Groovy module.
-
-
Class adams.flow.condition.bool.AdamsInstanceCapabilities extends AbstractAttributeCapabilities implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.And extends AbstractMultiCondition implements Serializable
- serialVersionUID:
- 6011135059965158475L
-
Class adams.flow.condition.bool.BinaryFile extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -6986050060604039765L
-
Serialized Fields
-
m_File
PlaceholderFile m_File
the file to look for.
-
-
Class adams.flow.condition.bool.BooleanReportValue extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -9169161144858552052L
-
Serialized Fields
-
m_Field
Field m_Field
the field in the report to check.
-
-
Class adams.flow.condition.bool.BytesComplete extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -6986050060604039765L
-
Serialized Fields
-
m_Check
AbstractFileCompleteCheck m_Check
the check scheme to use.
-
-
Class adams.flow.condition.bool.Counting extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 8559824356449366329L
-
Serialized Fields
-
m_Current
int m_Current
the current count. -
m_Interval
int m_Interval
the number of tokens after which to tee-off token. -
m_Maximum
int m_Maximum
the maximum number of tokens to process before de-activating. -
m_Minimum
int m_Minimum
the minimum number of tokens to process before activating.
-
-
Class adams.flow.condition.bool.DirectoriesMatch extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 912094591109587908L
-
Serialized Fields
-
m_Directory
PlaceholderDirectory m_Directory
the directory to search. -
m_RegExp
BaseRegExp m_RegExp
the expression the files must match.
-
-
Class adams.flow.condition.bool.DirectoryExists extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 912094591109587908L
-
Serialized Fields
-
m_Directory
PlaceholderDirectory m_Directory
the directory to look for.
-
-
Class adams.flow.condition.bool.Expression extends AbstractExpression implements Serializable
- serialVersionUID:
- -9169161144858552052L
-
Class adams.flow.condition.bool.False extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -7927342245398106669L
-
Class adams.flow.condition.bool.FileComplete extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -6986050060604039765L
-
Serialized Fields
-
m_Check
AbstractFileCompleteCheck m_Check
the check scheme to use. -
m_File
PlaceholderFile m_File
the file to look for.
-
-
Class adams.flow.condition.bool.FileExists extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -6986050060604039765L
-
Serialized Fields
-
m_File
PlaceholderFile m_File
the file to look for. -
m_Generator
AbstractFilenameGenerator m_Generator
the filename generator.
-
-
Class adams.flow.condition.bool.FileInUse extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -6986050060604039765L
-
Serialized Fields
-
m_Check
AbstractFileUseCheck m_Check
the check scheme to use. -
m_File
PlaceholderFile m_File
the file to look for. -
m_Generator
AbstractFilenameGenerator m_Generator
the filename generator.
-
-
Class adams.flow.condition.bool.FilesMatch extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -6986050060604039765L
-
Serialized Fields
-
m_Directory
PlaceholderDirectory m_Directory
the directory to search. -
m_RegExp
BaseRegExp m_RegExp
the expression the files must match.
-
-
Class adams.flow.condition.bool.Groovy extends AbstractScriptedCondition implements Serializable
- serialVersionUID:
- 4394482470846849594L
-
Serialized Fields
-
m_InlineScript
GroovyScript m_InlineScript
the inline script.
-
-
Class adams.flow.condition.bool.HasClass extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 912094591109587908L
-
Serialized Fields
-
m_ClassName
String m_ClassName
the class to check.
-
-
Class adams.flow.condition.bool.HasColumn extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 2973832676958171541L
-
Serialized Fields
-
m_Column
String m_Column
the column to look for.
-
-
Class adams.flow.condition.bool.HasElements extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 2973832676958171541L
-
Serialized Fields
-
m_MinElements
int m_MinElements
the number of elements to have at least.
-
-
Class adams.flow.condition.bool.HasExifTag extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -8641162903464692580L
-
Serialized Fields
-
m_Operation
ExifTagExistsOperation m_Operation
the operation to use.
-
-
Class adams.flow.condition.bool.HashSet extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -1349114354556041598L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_StorageName
StorageName m_StorageName
the name of the lookup table in the internal storage. -
m_Value
String m_Value
the value to check.
-
-
Class adams.flow.condition.bool.HasInterface extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 912094591109587908L
-
Class adams.flow.condition.bool.HasLength extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 2973832676958171541L
-
Serialized Fields
-
m_MaxLength
int m_MaxLength
the maximum number of elements. -
m_MinLength
int m_MinLength
the minimum number of elements.
-
-
Class adams.flow.condition.bool.HasMapValue extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -1349114354556041598L
-
Serialized Fields
-
m_Key
String m_Key
the key in the Map object to check. -
m_StorageName
StorageName m_StorageName
the name of the java.util.Map object in internal storage.
-
-
Class adams.flow.condition.bool.HasProperty extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 912094591109587908L
-
Serialized Fields
-
m_Property
String m_Property
the property path.
-
-
Class adams.flow.condition.bool.HasQueue extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -1349114354556041598L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the lookup table in the internal storage.
-
-
Class adams.flow.condition.bool.HasRows extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 2973832676958171541L
-
Serialized Fields
-
m_MaxRows
int m_MaxRows
the maximum number of rows. -
m_MinRows
int m_MinRows
the minimum number of rows.
-
-
Class adams.flow.condition.bool.HasSize extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 2973832676958171541L
-
Serialized Fields
-
m_MaxSize
int m_MaxSize
the maximum number of elements. -
m_MinSize
int m_MinSize
the minimum number of elements.
-
-
Class adams.flow.condition.bool.HasStorageValue extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -1349114354556041598L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the lookup table in the internal storage.
-
-
Class adams.flow.condition.bool.HasVariable extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -1349114354556041598L
-
Serialized Fields
-
m_VariableName
VariableName m_VariableName
the name of the lookup table in the internal storage.
-
-
Class adams.flow.condition.bool.HasVariableValue extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -1349114354556041598L
-
Serialized Fields
-
m_Value
String m_Value
the value that the variable value gets compared with. -
m_VariableName
VariableName m_VariableName
the name of the variable.
-
-
Class adams.flow.condition.bool.InList extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -8098607684693546619L
-
Serialized Fields
-
m_Items
BaseString[] m_Items
the strings to match against. -
m_Value
String m_Value
the value to check.
-
-
Class adams.flow.condition.bool.IsAndroid extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsArm64 extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsArray extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsBoolean extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsByte extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsBzip2Compressed extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -6905054669148352248L
-
Class adams.flow.condition.bool.IsDouble extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsFloat extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsGzipCompressed extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -6905054669148352248L
-
Class adams.flow.condition.bool.IsInteger extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsLinux extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsLong extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsMac extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsMat5Array extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -5554295190330759110L
-
Class adams.flow.condition.bool.IsMat5Matrix extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -5554295190330759110L
-
Class adams.flow.condition.bool.IsMat5Struct extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -5554295190330759110L
-
Class adams.flow.condition.bool.IsNull extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsNumeric extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsRarCompressed extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -6905054669148352248L
-
Class adams.flow.condition.bool.IsShort extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsSubClass extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 912094591109587908L
-
Class adams.flow.condition.bool.IsWindows extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsXzCompressed extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -6905054669148352248L
-
Class adams.flow.condition.bool.IsZipCompressed extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -6905054669148352248L
-
Class adams.flow.condition.bool.IsZstdCompressed extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -6905054669148352248L
-
Class adams.flow.condition.bool.Not extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -7927342245398106669L
-
Serialized Fields
-
m_Condition
BooleanCondition m_Condition
the condition to evaluate and negate.
-
-
Class adams.flow.condition.bool.NotesErrors extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -7927342245398106669L
-
Class adams.flow.condition.bool.Or extends AbstractMultiCondition implements Serializable
- serialVersionUID:
- -7930281929775307418L
-
Class adams.flow.condition.bool.PromptUser extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Serialized Fields
-
m_CaptionNegative
String m_CaptionNegative
the caption for the 'negative' button. -
m_CaptionPositive
String m_CaptionPositive
the caption for the 'positive' button. -
m_Communication
GUIHelper.DialogCommunication m_Communication
for cancellation. -
m_DisplayLocation
InteractionDisplayLocation m_DisplayLocation
where to display the prompt. -
m_InitialSelection
String m_InitialSelection
the initial selection. -
m_Message
String m_Message
the message to prompt the user with. -
m_NonInteractive
boolean m_NonInteractive
whether the prompt is non-interactive.
-
-
Class adams.flow.condition.bool.RegExp extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -8098607684693546619L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.flow.condition.bool.ReportValueExists extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3535479178344450842L
-
Serialized Fields
-
m_Field
Field m_Field
the field in the report to check.
-
-
Class adams.flow.condition.bool.Scripted extends AbstractScriptedCondition implements Serializable
- serialVersionUID:
- 4394482470846849594L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
Class adams.flow.condition.bool.StorageFlagSet extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -1349114354556041598L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the flag in storage.
-
-
Class adams.flow.condition.bool.TableExists extends AbstractBooleanDatabaseCondition implements Serializable
- serialVersionUID:
- -338472091205326476L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression for the table name to match.
-
-
Class adams.flow.condition.bool.True extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.VariableFlagSet extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -1349114354556041598L
-
Serialized Fields
-
m_VariableName
VariableName m_VariableName
the name of the flag variable.
-
-
Class adams.flow.condition.bool.WekaCapabilities extends AbstractAttributeCapabilities implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.WekaClassification extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Serialized Fields
-
m_Model
weka.classifiers.Classifier m_Model
the model that was loaded from the model file. -
m_ModelActor
CallableActorReference m_ModelActor
the callable actor to get the model from. -
m_ModelFile
PlaceholderFile m_ModelFile
the serialized model to load. -
m_OnTheFly
boolean m_OnTheFly
whether the model gets built on the fly and might not be present at the start.
-
-
-
Package adams.flow.container
-
Class adams.flow.container.AbstractContainer extends Object implements Serializable
- serialVersionUID:
- -6949950627956848217L
-
Class adams.flow.container.AbstractFilterContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 5581530171877321061L
-
Class adams.flow.container.ControlChartContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 1960872156580346093L
-
Class adams.flow.container.EncapsulatedActorsContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- -418617166464706249L
-
Class adams.flow.container.FeatureConverterContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 7610036927945350224L
-
Class adams.flow.container.FileBasedDatasetContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 1960872156580346093L
-
Class adams.flow.container.HttpRequestResult extends AbstractContainer implements Serializable
- serialVersionUID:
- -2153844706336105272L
-
Class adams.flow.container.ImageSegmentationContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- -472411106843171690L
-
Class adams.flow.container.OutlierContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 5581530171877321061L
-
Class adams.flow.container.OutlierDetectorContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 1960872156580346093L
-
Class adams.flow.container.PredictionEccentricityContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 5581530171877321061L
-
Class adams.flow.container.ProcessActorContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- -418617166464706249L
-
Class adams.flow.container.RemoteCommandContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 1960872156580346093L
-
Class adams.flow.container.SequencePlotterContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 7610036927945350224L
-
Class adams.flow.container.SpreadSheetCellSelectionContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- -383683828748866169L
-
Class adams.flow.container.TimeseriesFilterContainer extends AbstractFilterContainer<Filter,Timeseries> implements Serializable
- serialVersionUID:
- -7791501313124716613L
-
Class adams.flow.container.TimingContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 1960872156580346093L
-
Class adams.flow.container.TrainTestSetContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 7650097276531433711L
-
Class adams.flow.container.WekaAssociatorContainer extends WekaModelContainer implements Serializable
- serialVersionUID:
- 5598838063694695406L
-
Class adams.flow.container.WekaAttributeSelectionContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- -5748659421111306695L
-
Class adams.flow.container.WekaClusterEvaluationContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- -4976094375833503035L
-
Class adams.flow.container.WekaClusteringContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- -4345755816230522577L
-
Class adams.flow.container.WekaEvaluationContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- -4976094375833503035L
-
Class adams.flow.container.WekaExperimentContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 4355446529330404212L
-
Class adams.flow.container.WekaFilterContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 5581530171877321061L
-
Class adams.flow.container.WekaForecastContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 872330681430825295L
-
Class adams.flow.container.WekaForecastModelContainer extends WekaModelContainer implements Serializable
- serialVersionUID:
- 7967559843896854521L
-
Class adams.flow.container.WekaGeneticAlgorithmContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 5581530171877321061L
-
Class adams.flow.container.WekaGeneticAlgorithmInitializationContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 5581530171877321061L
-
Class adams.flow.container.WekaModelContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 5581530171877321061L
-
Class adams.flow.container.WekaNearestNeighborSearchContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 5581530171877321061L
-
Class adams.flow.container.WekaPredictionContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 872330681430825295L
-
Class adams.flow.container.WekaTrainTestSetContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 7650097276531433711L
-
-
Package adams.flow.control
-
Class adams.flow.control.AbstractConnectedControlActor extends AbstractDirectedControlActor implements Serializable
- serialVersionUID:
- 5833691705690296758L
-
Class adams.flow.control.AbstractContainerUpdater extends SubProcess implements Serializable
- serialVersionUID:
- 7140175689043000123L
-
Class adams.flow.control.AbstractControlActor extends AbstractActor implements Serializable
- serialVersionUID:
- -7471817724012995179L
-
Serialized Fields
-
m_Compatibility
Compatibility m_Compatibility
the compatibility class in use. -
m_PauseStateManager
PauseStateManager m_PauseStateManager
the pause state manager. -
m_SetUpSubActors
boolean m_SetUpSubActors
whether the sub-actors were set up.
-
-
Class adams.flow.control.AbstractDataContainerFileChecker extends Tee implements Serializable
- serialVersionUID:
- 4924674489892108627L
-
Serialized Fields
-
m_ActualReader
AbstractDataContainerReader<T extends DataContainer> m_ActualReader
the actual reader to use for loading. -
m_BlackListFinal
Hashtable<File,AbstractDataContainerFileChecker.FileInfo> m_BlackListFinal
the final blacklist. -
m_BlackListTemp
Hashtable<File,AbstractDataContainerFileChecker.FileInfo> m_BlackListTemp
the temporary blacklist. -
m_CheckInterval
BaseTime m_CheckInterval
the check interval for temporary blacklisted items, before checking them again. -
m_ExpiryInterval
BaseDateTime m_ExpiryInterval
the expiry interval for temporary blacklisted items, before moving them into the final list. -
m_Log
PlaceholderFile m_Log
the (optional) log file to write the expired items to. -
m_Reader
AbstractDataContainerReader<T extends DataContainer> m_Reader
the reader to use for loading the data containers.
-
-
Class adams.flow.control.AbstractDataContainerFileChecker.FileInfo extends Object implements Serializable
- serialVersionUID:
- -2652218858666502429L
-
Class adams.flow.control.AbstractDirectedControlActor extends AbstractControlActor implements Serializable
- serialVersionUID:
- -7471817724012995179L
-
Serialized Fields
-
m_Director
AbstractDirector m_Director
the director used for executing. -
m_FinishBeforeStopping
boolean m_FinishBeforeStopping
whether to finish execution first before stopping. -
m_StoppingTimeout
int m_StoppingTimeout
the timeout in milliseconds for stopping in case of atomic execution (<= 0 is infinity). -
m_StoppingWarningInterval
int m_StoppingWarningInterval
the interval in msec to warn if actors haven't stopped yet (and not stopping timeout set).
-
-
Class adams.flow.control.AbstractDirector extends LoggingObject implements Serializable
- serialVersionUID:
- -1634725837304059804L
-
Serialized Fields
-
m_ControlActor
AbstractControlActor m_ControlActor
the control actor to execute. -
m_Flushing
boolean m_Flushing
whether to flush the execution. -
m_LoggingPrefix
String m_LoggingPrefix
the prefix for logging messages. -
m_Paused
boolean m_Paused
whether the director has been paused. -
m_Stopped
boolean m_Stopped
whether execution was stopped. -
m_Stopping
boolean m_Stopping
whether execution is in the process of being stopped.
-
-
Class adams.flow.control.AbstractTee extends AbstractControlActor implements Serializable
- serialVersionUID:
- 7132280825125548047L
-
Serialized Fields
-
m_Actors
Sequence m_Actors
the flow items. -
m_Asynchronous
boolean m_Asynchronous
whether to execute sub-actors asynchronously. -
m_AsynchronousWorker
AbstractTee.TeeSwingWorker m_AsynchronousWorker
the swingworker in use for asynchronous execution. -
m_MinimumActiveActors
int m_MinimumActiveActors
the minimum active actors this handler requires.
-
-
Class adams.flow.control.ArrayGenerate extends Branch implements Serializable
- serialVersionUID:
- 5975989766824652946L
-
Serialized Fields
-
m_ArrayClass
BaseClassname m_ArrayClass
the class for the array. -
m_OutputToken
Token m_OutputToken
the output array.
-
-
Class adams.flow.control.ArrayProcess extends SubProcess implements Serializable
- serialVersionUID:
- 5975989766824652946L
-
Serialized Fields
-
m_ArrayClass
BaseClassname m_ArrayClass
the class for the array. -
m_ElementIndexVariable
VariableName m_ElementIndexVariable
the variable to store the element index in. -
m_NumThreads
int m_NumThreads
the number of threads to use for parallel execution. -
m_OutputToken
Token m_OutputToken
the output array. -
m_StoreElementIndex
boolean m_StoreElementIndex
whether to store the index of the element currently being processed in a variable.
-
-
Class adams.flow.control.ArrayProcess.ArrayElementJob extends AbstractJob implements Serializable
- serialVersionUID:
- -6937118259298022912L
-
Serialized Fields
-
m_ArrayElement
Object m_ArrayElement
the array element. -
m_ArrayIndex
int m_ArrayIndex
the index. -
m_Owner
ArrayProcess m_Owner
the owner. -
m_Sub
SubProcess m_Sub
the sub-process used for execution.
-
-
Class adams.flow.control.Block extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2318544907798411076L
-
Serialized Fields
-
m_Condition
BooleanCondition m_Condition
the condition to evaluate.
-
-
Class adams.flow.control.Branch extends AbstractControlActor implements Serializable
- serialVersionUID:
- -706232800503932715L
-
Serialized Fields
-
m_ActualNumThreads
int m_ActualNumThreads
the actual number of threads to use. -
m_Branches
List<Actor> m_Branches
the branches. -
m_CollectedOutput
HashMap<Integer,Token> m_CollectedOutput
the collected output. -
m_CollectOutput
boolean m_CollectOutput
whether to collect the output of the branches. -
m_Executor
ExecutorService m_Executor
the executor service to use for parallel execution. -
m_FinishBeforeStopping
boolean m_FinishBeforeStopping
whether to finish execution first before stopping. -
m_HasGlobalTransformers
boolean m_HasGlobalTransformers
whether the branch contains global transformers somewhere or not. -
m_NumThreads
int m_NumThreads
the number of threads to use for parallel execution. -
m_StoppingTimeout
int m_StoppingTimeout
the timeout in milliseconds for stopping in case of atomic execution (<= 0 is infinity). -
m_StoppingWarningInterval
int m_StoppingWarningInterval
the interval in msec to warn if actors haven't stopped yet (and not stopping timeout set).
-
-
Class adams.flow.control.Breakpoint extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1670185555433805533L
-
Serialized Fields
-
m_BringToFront
boolean m_BringToFront
whether to bring the window to the front. -
m_Condition
BooleanCondition m_Condition
the condition to evaluate. -
m_OnPostExecute
boolean m_OnPostExecute
break on postExecute. -
m_OnPostInput
boolean m_OnPostInput
break on postInput. -
m_OnPostOutput
boolean m_OnPostOutput
break on postOutput. -
m_OnPreExecute
boolean m_OnPreExecute
break on preExecute. -
m_OnPreInput
boolean m_OnPreInput
break on preInput. -
m_OnPreOutput
boolean m_OnPreOutput
break on preOutput. -
m_ScopeRestriction
AbstractScopeRestriction m_ScopeRestriction
the scope restriction to use. -
m_Views
View[] m_Views
the views to display automatically. -
m_Watches
BaseString[] m_Watches
the watch expressions. -
m_WatchTypes
ExpressionWatchPanel.ExpressionType[] m_WatchTypes
the watch expression types.
-
-
Class adams.flow.control.CallableActorScreenshot extends AbstractActor implements Serializable
- serialVersionUID:
- -7346814880631564292L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_CallableName
CallableActorReference m_CallableName
the callable name. -
m_Counter
int m_Counter
the counter for the screenshots. -
m_FilenameGenerator
AbstractFilenameGenerator m_FilenameGenerator
the filename generator to use. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_InputToken
Token m_InputToken
the input token. -
m_OutputToken
Token m_OutputToken
the output token. -
m_OutputType
CallableActorScreenshot.OutputType m_OutputType
the output type. -
m_ScreenshotResult
String m_ScreenshotResult
for storing any exceptions while trying to create a screenshot. -
m_Writer
JComponentWriter m_Writer
the writer to use.
-
-
Class adams.flow.control.Cast extends AbstractTransformer implements Serializable
- serialVersionUID:
- -6615127883045169960L
-
Serialized Fields
-
m_ActualClass
Class m_ActualClass
the actual class to cast to. -
m_Classname
BaseClassname m_Classname
the Class to cast to.
-
-
Class adams.flow.control.ClearCallableDisplay extends AbstractCallableActor implements Serializable
- serialVersionUID:
- -7346814880631564292L
-
Class adams.flow.control.CloseCallableDisplay extends AbstractCallableActor implements Serializable
- serialVersionUID:
- -7346814880631564292L
-
Class adams.flow.control.CollectionProcess extends SubProcess implements Serializable
- serialVersionUID:
- 5975989766824652946L
-
Serialized Fields
-
m_CollectionClass
BaseClassname m_CollectionClass
the class for the collection. -
m_ElementIndexVariable
VariableName m_ElementIndexVariable
the variable to store the element index in. -
m_OutputToken
Token m_OutputToken
the output collection. -
m_StoreElementIndex
boolean m_StoreElementIndex
whether to store the index of the element currently being processed in a variable.
-
-
Class adams.flow.control.ConditionalSequence extends Sequence implements Serializable
- serialVersionUID:
- 619693652039880564L
-
Serialized Fields
-
m_Condition
BooleanCondition m_Condition
the condition that determines the execution of the subprocess items.
-
-
Class adams.flow.control.ConditionalSubProcess extends SubProcess implements Serializable
- serialVersionUID:
- 619693652039880564L
-
Serialized Fields
-
m_Condition
BooleanCondition m_Condition
the condition that determines the execution of the subprocess items. -
m_DropTokensOnConditionFail
boolean m_DropTokensOnConditionFail
whether to drop tokens when condition didn't hold true.
-
-
Class adams.flow.control.ConditionalTee extends Tee implements Serializable
- serialVersionUID:
- -5532257363818440415L
-
Serialized Fields
-
m_Condition
BooleanCondition m_Condition
the condition to use.
-
-
Class adams.flow.control.ConditionalTrigger extends Trigger implements Serializable
- serialVersionUID:
- 4568526647666412543L
-
Serialized Fields
-
m_Condition
BooleanCondition m_Condition
the condition to use.
-
-
Class adams.flow.control.ContainerValuePicker extends Tee implements Serializable
- serialVersionUID:
- 8352837834646017416L
-
Serialized Fields
-
m_IgnoreMissing
boolean m_IgnoreMissing
whether to quietly ignored missing values. -
m_SwitchOutputs
boolean m_SwitchOutputs
whether to switch outputs. -
m_ValueName
String m_ValueName
the value to pick.
-
-
Class adams.flow.control.Count extends Tee implements Serializable
- serialVersionUID:
- -3408173173526076280L
-
Serialized Fields
-
m_Condition
BooleanCondition m_Condition
the condition to use. -
m_Current
int m_Current
the current count. -
m_IncrementOnlyIfConditionMet
boolean m_IncrementOnlyIfConditionMet
only increments the counter when the condition is met. -
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.control.DesktopScreenshot extends AbstractActor implements Serializable
- serialVersionUID:
- -7346814880631564292L
-
Serialized Fields
-
m_InputToken
Token m_InputToken
the input token. -
m_OutputFile
PlaceholderFile m_OutputFile
the output file to use. -
m_OutputToken
Token m_OutputToken
the output token. -
m_ScreenshotResult
String m_ScreenshotResult
for storing any exceptions while trying to create a screenshot.
-
-
Class adams.flow.control.FileProcessor extends AbstractDataProcessor implements Serializable
- serialVersionUID:
- 296261057990241918L
-
Serialized Fields
-
m_Actors
Sequence m_Actors
the flow items. -
m_UseFiles
boolean m_UseFiles
whether to use files or strings as input for the actors.
-
-
Class adams.flow.control.Flow extends MutableConnectedControlActor implements Serializable
- serialVersionUID:
- 723059748204261319L
-
Serialized Fields
-
m_AfterExecuteActor
Actor m_AfterExecuteActor
the actor that was executed after the flow finished. -
m_CallableNames
CallableNamesRecorder m_CallableNames
the callable names. -
m_DefaultCloseOperation
int m_DefaultCloseOperation
the default close operation. -
m_EnforceCallableNameCheck
boolean m_EnforceCallableNameCheck
whether the callable name check is enforced. -
m_ErrorHandling
Flow.ErrorHandling m_ErrorHandling
the error handling. -
m_ExecuteOnError
FlowFile m_ExecuteOnError
the external flow to execute in case of an abnormal stop. -
m_ExecuteOnErrorActor
Actor m_ExecuteOnErrorActor
the external actor to execute in case of an abnormal stop. -
m_ExecuteOnFinish
FlowFile m_ExecuteOnFinish
the external flow to execute in case the flow finishes normal. -
m_ExecuteOnFinishActor
Actor m_ExecuteOnFinishActor
the external actor to execute in case the flow finishes normal. -
m_FlowExecutionListener
FlowExecutionListener m_FlowExecutionListener
the execution listener to use. -
m_FlowExecutionListeningEnabled
boolean m_FlowExecutionListeningEnabled
whether flow execution listening is enabled. -
m_FlowExecutionListeningStarted
boolean m_FlowExecutionListeningStarted
whether flow execution listening has started. -
m_FlowID
int m_FlowID
the flow ID. -
m_FlowRestartManager
AbstractFlowRestartManager m_FlowRestartManager
the manager for restarting the flow. -
m_Headless
boolean m_Headless
whether the execution is to be headless, i.e., no GUI components. -
m_LogEntries
ArrayList<LogEntry> m_LogEntries
for storing the LogEntry records. -
m_LogErrors
boolean m_LogErrors
whether to store errors (as LogEntry records). -
m_PauseStateManager
PauseStateManager m_PauseStateManager
for managing the pause state. -
m_ReadOnly
boolean m_ReadOnly
whether to mark this flow as read-only (user gets prompted). -
m_Register
boolean m_Register
whether to register the flow. -
m_Variables
FlowVariables m_Variables
the 'local' variables. -
m_WindowRegister
Map<Window,String> m_WindowRegister
the register for windows.
-
-
Class adams.flow.control.ForceFlush extends AbstractTransformer implements Serializable
- serialVersionUID:
- -6947094767710340895L
-
Serialized Fields
-
m_Scope
ForceFlush.FlushScope m_Scope
the scope of the flush.
-
-
Class adams.flow.control.FreeMemory extends AbstractSink implements Serializable
- serialVersionUID:
- 2371563734394740356L
-
Class adams.flow.control.GC extends AbstractTransformer implements Serializable
- serialVersionUID:
- -7376953294946451589L
-
Class adams.flow.control.HeapDump extends AbstractTransformer implements Serializable
- serialVersionUID:
- -7376953294946451589L
-
Serialized Fields
-
m_Live
boolean m_Live
whether to output only live objects. -
m_OutputFile
PlaceholderFile m_OutputFile
the log file.
-
-
Class adams.flow.control.IfStorageValue extends AbstractDirectedControlActor implements Serializable
- serialVersionUID:
- 185561131623293880L
-
Serialized Fields
-
m_Cache
String m_Cache
the name of the LRU cache. -
m_ElseActor
Actor m_ElseActor
the actor to execute in the "else" branch. -
m_StorageName
StorageName m_StorageName
the name of the stored value. -
m_ThenActor
Actor m_ThenActor
the actor to execute in the "then" branch.
-
-
Class adams.flow.control.IfStorageValue.IfStorageValueDirector extends AbstractDirector implements Serializable
- serialVersionUID:
- 8414511259688024553L
-
Serialized Fields
-
m_StoredValue
Object m_StoredValue
the stored value.
-
-
Class adams.flow.control.IfThenElse extends AbstractDirectedControlActor implements Serializable
- serialVersionUID:
- 185561131623293880L
-
Serialized Fields
-
m_Condition
BooleanCondition m_Condition
the condition used for determining to execute then/else branch. -
m_ElseActor
Actor m_ElseActor
the actor to execute in the "else" branch. -
m_ThenActor
Actor m_ThenActor
the actor to execute in the "then" branch.
-
-
Class adams.flow.control.IfThenElse.IfThenElseDirector extends AbstractDirector implements Serializable
- serialVersionUID:
- 8414511259688024553L
-
Class adams.flow.control.Injector extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5477999576142658922L
-
Serialized Fields
-
m_Conversion
ConversionFromString m_Conversion
the conversion for turning the string into another object type. -
m_Counter
int m_Counter
the token counter. -
m_EveryNth
int m_EveryNth
every nth token the string will get injected. -
m_Injection
String m_Injection
the string to inject. -
m_Location
Injector.Location m_Location
where to inject the string. -
m_Queue
List m_Queue
the strings to output. -
m_StorageName
StorageName m_StorageName
the storage item. -
m_Type
Injector.DataType m_Type
the data to inject.
-
-
Class adams.flow.control.InputOutputListener extends SubProcess implements Serializable
- serialVersionUID:
- 5975989766824652946L
-
Serialized Fields
-
m_CallableInput
Actor m_CallableInput
the callable actor (input). -
m_CallableOutput
Actor m_CallableOutput
the callable actor (output). -
m_Configured
boolean m_Configured
whether the callable actor has been configured. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_InputDestination
CallableActorReference m_InputDestination
the callable actor to send the input tokens to. -
m_OnInput
boolean m_OnInput
whether to listen to the input tokens. -
m_OnOutput
boolean m_OnOutput
whether to listen to the output tokens. -
m_OutputDestination
CallableActorReference m_OutputDestination
the callable actor to send the output tokens to.
-
-
Class adams.flow.control.Inspect extends AbstractInteractiveTransformerDialog implements Serializable
- serialVersionUID:
- 950028795723993391L
-
Serialized Fields
-
m_Accepted
boolean m_Accepted
whether the token was accepted. -
m_ButtonAccept
BaseButton m_ButtonAccept
the button for accepting the token. -
m_ButtonSkip
BaseButton m_ButtonSkip
the button for skipping the token. -
m_ButtonToggle
BaseButton m_ButtonToggle
the button for turning on/off the interactive state of the viewer. -
m_CloseDialog
boolean m_CloseDialog
whether to close the dialog after skipping/accepting. -
m_Interactive
boolean m_Interactive
whether the dialog is interactive. -
m_LabelAccept
String m_LabelAccept
the label for the accept button. -
m_LabelSkip
String m_LabelSkip
the label for the skip button. -
m_PanelProvider
DisplayPanelProvider m_PanelProvider
the actor to use for generating panels. -
m_Skipped
boolean m_Skipped
whether the token was skipped. -
m_Waiting
Boolean m_Waiting
whether we're currenlty waiting on the user.
-
-
Class adams.flow.control.JDeps extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4497496140953116320L
-
Serialized Fields
-
m_AdditionalOptions
String m_AdditionalOptions
additional options for jdeps. -
m_ClasspathDirs
PlaceholderDirectory[] m_ClasspathDirs
the classpath directories. -
m_ClasspathJars
PlaceholderFile[] m_ClasspathJars
the classpath jars. -
m_Executable
PlaceholderFile m_Executable
the jdeps executable.
-
-
Class adams.flow.control.JMap extends Tee implements Serializable
- serialVersionUID:
- -4497496140953116320L
-
Serialized Fields
-
m_ActualPID
long m_ActualPID
the actual PID to monitor. -
m_AdditionalOptions
String m_AdditionalOptions
additional options for jmap. -
m_Executable
PlaceholderFile m_Executable
the jmap executable. -
m_PID
long m_PID
the process ID to run jmap against (-1 is ignored).
-
-
Class adams.flow.control.LaunchTee extends AbstractControlActor implements Serializable
- serialVersionUID:
- -6434809501169213229L
-
Serialized Fields
-
m_Actors
Tee m_Actors
the sub-flow to launch. -
m_ImposeThreadLimits
boolean m_ImposeThreadLimits
whether to limit the number of threads. -
m_NumThreads
int m_NumThreads
the number of threads to use for parallel execution. -
m_ScopeHandlingStorage
ScopeHandler.ScopeHandling m_ScopeHandlingStorage
how to handle the storage. -
m_ScopeHandlingVariables
ScopeHandler.ScopeHandling m_ScopeHandlingVariables
how to handle the variables. -
m_StorageFilter
BaseRegExp m_StorageFilter
the regular expression of the storage items to allow into the local scope. -
m_VariablesFilter
BaseRegExp m_VariablesFilter
the regular expression of the variables to allow into the local scope.
-
-
Class adams.flow.control.LaunchTee.LaunchJob extends AbstractJob implements Serializable
- serialVersionUID:
- 6406892820872772446L
-
Serialized Fields
-
m_Local
LocalScopeTee m_Local
the actor to execute.
-
-
Class adams.flow.control.LaunchTrigger extends AbstractControlActor implements Serializable
- serialVersionUID:
- -6434809501169213229L
-
Serialized Fields
-
m_Actors
Trigger m_Actors
the sub-flow to launch. -
m_ImposeThreadLimits
boolean m_ImposeThreadLimits
whether to limit the number of threads. -
m_NumThreads
int m_NumThreads
the number of threads to use for parallel execution. -
m_ScopeHandlingStorage
ScopeHandler.ScopeHandling m_ScopeHandlingStorage
how to handle the storage. -
m_ScopeHandlingVariables
ScopeHandler.ScopeHandling m_ScopeHandlingVariables
how to handle the variables. -
m_StorageFilter
BaseRegExp m_StorageFilter
the regular expression of the storage items to allow into the local scope. -
m_VariablesFilter
BaseRegExp m_VariablesFilter
the regular expression of the variables to allow into the local scope.
-
-
Class adams.flow.control.LaunchTrigger.LaunchJob extends AbstractJob implements Serializable
- serialVersionUID:
- 6406892820872772446L
-
Serialized Fields
-
m_Local
LocalScopeTrigger m_Local
the actor to execute.
-
-
Class adams.flow.control.LoadBalancer extends AbstractControlActor implements Serializable
- serialVersionUID:
- -8782869993629454572L
-
Serialized Fields
-
m_Actors
Sequence m_Actors
the actors to "balance". -
m_ActualNumThreads
int m_ActualNumThreads
the actual number of threads to use. -
m_DeepCopy
boolean m_DeepCopy
whether to perform a deep copy of the storage. -
m_Executor
PausableFixedThreadPoolExecutor m_Executor
the executor service to use for parallel execution. -
m_NumThreads
int m_NumThreads
the number of threads to use for parallel execution. -
m_ThreadsSpawned
int m_ThreadsSpawned
the count of threads spawned so far. -
m_ToCleanUp
List<Actor> m_ToCleanUp
the actors to clean up in the end. -
m_UseLocalStorage
boolean m_UseLocalStorage
whether to use local storage.
-
-
Class adams.flow.control.LocalScopeSubProcess extends AbstractControlActor implements Serializable
- serialVersionUID:
- -2837014912083918343L
-
Serialized Fields
-
m_Actors
SubProcess m_Actors
the actors to execute. -
m_CallableNames
CallableNamesRecorder m_CallableNames
the callable names. -
m_EnforceCallableNameCheck
boolean m_EnforceCallableNameCheck
whether the callable name check is enforced. -
m_LocalVariables
FlowVariables m_LocalVariables
the variables manager. -
m_ProgrammaticLocalStorage
boolean m_ProgrammaticLocalStorage
whether the local storage was programmatically set. -
m_ProgrammaticLocalVariables
boolean m_ProgrammaticLocalVariables
whether the local vars were programmatically set. -
m_PropagateStorage
boolean m_PropagateStorage
whether to propagate variables from the local scope to the outer scope. -
m_PropagateVariables
boolean m_PropagateVariables
whether to propagate variables from the local scope to the outer scope. -
m_RestrictedStop
boolean m_RestrictedStop
whether a restricted stop occurred. -
m_ScopeHandlingStorage
ScopeHandler.ScopeHandling m_ScopeHandlingStorage
how to handle the storage. -
m_ScopeHandlingVariables
ScopeHandler.ScopeHandling m_ScopeHandlingVariables
how to handle the variables. -
m_StorageFilter
BaseRegExp m_StorageFilter
the regular expression of the storage items to allow into the local scope. -
m_StorageRegExp
BaseRegExp m_StorageRegExp
the regular expression of the variables to propagate. -
m_VariablesFilter
BaseRegExp m_VariablesFilter
the regular expression of the variables to allow into the local scope. -
m_VariablesRegExp
BaseRegExp m_VariablesRegExp
the regular expression of the variables to propagate.
-
-
Class adams.flow.control.LocalScopeTee extends Tee implements Serializable
- serialVersionUID:
- -8344934611549310497L
-
Serialized Fields
-
m_CallableNames
CallableNamesRecorder m_CallableNames
the callable names. -
m_EnforceCallableNameCheck
boolean m_EnforceCallableNameCheck
whether the callable name check is enforced. -
m_LocalVariables
FlowVariables m_LocalVariables
the variables manager. -
m_ProgrammaticLocalStorage
boolean m_ProgrammaticLocalStorage
whether the local storage was programmatically set. -
m_ProgrammaticLocalVariables
boolean m_ProgrammaticLocalVariables
whether the local vars were programmatically set. -
m_PropagateStorage
boolean m_PropagateStorage
whether to propagate variables from the local scope to the outer scope. -
m_PropagateVariables
boolean m_PropagateVariables
whether to propagate variables from the local scope to the outer scope. -
m_RestrictedStop
boolean m_RestrictedStop
whether a restricted stop occurred. -
m_ScopeHandlingStorage
ScopeHandler.ScopeHandling m_ScopeHandlingStorage
how to handle the storage. -
m_ScopeHandlingVariables
ScopeHandler.ScopeHandling m_ScopeHandlingVariables
how to handle the variables. -
m_StorageFilter
BaseRegExp m_StorageFilter
the regular expression of the storage items to allow into the local scope. -
m_StorageRegExp
BaseRegExp m_StorageRegExp
the regular expression of the variables to propagate. -
m_VariablesFilter
BaseRegExp m_VariablesFilter
the regular expression of the variables to allow into the local scope. -
m_VariablesRegExp
BaseRegExp m_VariablesRegExp
the regular expression of the variables to propagate.
-
-
Class adams.flow.control.LocalScopeTransformer extends LocalScopeSubProcess implements Serializable
- serialVersionUID:
- -2837014912083918343L
-
Class adams.flow.control.LocalScopeTrigger extends Trigger implements Serializable
- serialVersionUID:
- -8344934611549310497L
-
Serialized Fields
-
m_CallableNames
CallableNamesRecorder m_CallableNames
the callable names. -
m_EnforceCallableNameCheck
boolean m_EnforceCallableNameCheck
whether the callable name check is enforced. -
m_LocalVariables
FlowVariables m_LocalVariables
the variables manager. -
m_ProgrammaticLocalStorage
boolean m_ProgrammaticLocalStorage
whether the local storage was programmatically set. -
m_ProgrammaticLocalVariables
boolean m_ProgrammaticLocalVariables
whether the local vars were programmatically set. -
m_PropagateStorage
boolean m_PropagateStorage
whether to propagate variables from the local scope to the outer scope. -
m_PropagateVariables
boolean m_PropagateVariables
whether to propagate variables from the local scope to the outer scope. -
m_RestrictedStop
boolean m_RestrictedStop
whether a restricted stop occurred. -
m_ScopeHandlingStorage
ScopeHandler.ScopeHandling m_ScopeHandlingStorage
how to handle the storage. -
m_ScopeHandlingVariables
ScopeHandler.ScopeHandling m_ScopeHandlingVariables
how to handle the variables. -
m_StorageFilter
BaseRegExp m_StorageFilter
the regular expression of the storage items to allow into the local scope. -
m_StorageRegExp
BaseRegExp m_StorageRegExp
the regular expression of the variables to propagate. -
m_VariablesFilter
BaseRegExp m_VariablesFilter
the regular expression of the variables to allow into the local scope. -
m_VariablesRegExp
BaseRegExp m_VariablesRegExp
the regular expression of the variables to propagate.
-
-
Class adams.flow.control.MissionControl extends AbstractDisplay implements Serializable
- serialVersionUID:
- -6030616525436078513L
-
Serialized Fields
-
m_Text
String m_Text
the (optional) text to display.
-
-
Class adams.flow.control.MissionControl.ControlPanel extends BasePanel implements Serializable
- serialVersionUID:
- 1725406518546756466L
-
Serialized Fields
-
m_ButtonPause
BaseButton m_ButtonPause
the buttom for pausing the flow. -
m_ButtonResume
BaseButton m_ButtonResume
the buttom for resuming the flow. -
m_ButtonStop
BaseButton m_ButtonStop
the button for stopping the flow. -
m_LabelText
JLabel m_LabelText
the text to display. -
m_Owner
MissionControl m_Owner
the owning actor. -
m_PanelText
JPanel m_PanelText
the panel for the text.
-
-
Class adams.flow.control.MutableConnectedControlActor extends AbstractConnectedControlActor implements Serializable
- serialVersionUID:
- 587816357776865924L
-
Class adams.flow.control.MutableControlActor extends AbstractDirectedControlActor implements Serializable
- serialVersionUID:
- 5329012531879115063L
-
Class adams.flow.control.Once extends Tee implements Serializable
- serialVersionUID:
- 6101027874139099046L
-
Serialized Fields
-
m_ExecutedOnce
boolean m_ExecutedOnce
whether the actor was executed once. -
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.control.PlotContainerUpdater extends AbstractContainerUpdater implements Serializable
- serialVersionUID:
- 7140175689043000123L
-
Serialized Fields
-
m_ContainerValue
PlotContainerUpdater.PlotContainerValue m_ContainerValue
the value to modify. -
m_MetaDataKey
String m_MetaDataKey
the key in case of meta-data.
-
-
Class adams.flow.control.PlotProcessor extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7830411664107227699L
-
Serialized Fields
-
m_AdditionalOutputTokens
List<Token> m_AdditionalOutputTokens
the additional container tokens that were generated. -
m_DropInput
boolean m_DropInput
whether to drop the input. -
m_Processor
AbstractPlotProcessor m_Processor
the processor to apply. -
m_Type
SequencePlotterContainer.ContentType m_Type
the type to use.
-
-
Class adams.flow.control.RaiseError extends AbstractTransformer implements Serializable
- serialVersionUID:
- -6615127883045169960L
-
Serialized Fields
-
m_Condition
BooleanCondition m_Condition
the condition to use. -
m_ErrorMessage
String m_ErrorMessage
the error message to fail with.
-
-
Class adams.flow.control.Rejector extends Tee implements Serializable
- serialVersionUID:
- -5532257363818440415L
-
Serialized Fields
-
m_LogSource
String m_LogSource
the source to fill in the log entries.
-
-
Class adams.flow.control.RemoteExecutionTrigger extends AbstractTee implements Serializable
- serialVersionUID:
- 3640543579873695646L
-
Serialized Fields
-
m_CommandProcessor
RemoteCommandProcessor m_CommandProcessor
the command processor. -
m_Connection
Connection m_Connection
where to send the flow to. -
m_StorageNames
StorageName[] m_StorageNames
the storage items to transmit. -
m_VariableNames
VariableName[] m_VariableNames
the variables to transmit.
-
-
Class adams.flow.control.RemoveOutliers extends AbstractInteractiveTransformerDialog implements Serializable
- serialVersionUID:
- 5761075187069480059L
-
Serialized Fields
-
m_Accepted
boolean m_Accepted
whether the data was accepted. -
m_ColumnActual
SpreadSheetColumnIndex m_ColumnActual
the column with the actual values. -
m_ColumnPredicted
SpreadSheetColumnIndex m_ColumnPredicted
the column with the predicted values. -
m_Detector
AbstractOutlierDetector m_Detector
the detector to use for the initial outlier detection. -
m_PlotterPanel
SequencePlotterPanel m_PlotterPanel
the sequence plotter panel.
-
-
Class adams.flow.control.RunningFlowsRegistry extends LoggingObject implements Serializable
- serialVersionUID:
- 2503815818320314740L
-
Class adams.flow.control.Sequence extends MutableConnectedControlActor implements Serializable
- serialVersionUID:
- -9211041097478667239L
-
Serialized Fields
-
m_AllowSource
boolean m_AllowSource
whether to allow a source or not. -
m_AllowStandalones
boolean m_AllowStandalones
whether to allow standalones or not. -
m_RestrictedStop
boolean m_RestrictedStop
whether a restricted stop occurred. -
m_RestrictingStops
boolean m_RestrictingStops
whether stops get restricted or not.
-
-
Class adams.flow.control.SequentialDirector extends AbstractDirector implements Serializable
- serialVersionUID:
- -1634725837304059804L
-
Serialized Fields
-
m_Executed
boolean m_Executed
whether the director was executed at all. -
m_Finished
boolean m_Finished
whether execution has finished.
-
-
Class adams.flow.control.SetContainerValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- 9035289662211034032L
-
Serialized Fields
-
m_CallableActor
CallableActorReference m_CallableActor
the callable actor to retrieve the data from. -
m_Force
boolean m_Force
whether to force the setting. -
m_StorageName
StorageName m_StorageName
the storage name to retrieve the data from. -
m_UseStorage
boolean m_UseStorage
whether to use callable actors or storage. -
m_ValueName
BaseString m_ValueName
the name under which to store the data.
-
-
Class adams.flow.control.SinkReset extends Sequence implements Serializable
- serialVersionUID:
- 5975989766824652946L
-
Serialized Fields
-
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.control.Sleep extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3383735680425581504L
-
Serialized Fields
-
m_Interval
int m_Interval
the interval in milliseconds.
-
-
Class adams.flow.control.SourceReset extends SequenceSource implements Serializable
- serialVersionUID:
- 5975989766824652946L
-
Serialized Fields
-
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.control.Stop extends AbstractActor implements Serializable
- serialVersionUID:
- -6615127883045169960L
-
Class adams.flow.control.Storage extends Object implements Serializable
- serialVersionUID:
- 2110403856127326735L
-
Class adams.flow.control.StorageName extends AbstractBaseString implements Serializable
- serialVersionUID:
- 3909330668809621538L
-
Class adams.flow.control.StorageQueueHandler extends LoggingObject implements Serializable
- serialVersionUID:
- 5211228304482833329L
-
Serialized Fields
-
m_Limit
int m_Limit
the limit for the queue (-1 is unlimited). -
m_Logging
Actor m_Logging
the (optional) logging actor. -
m_Monitoring
Actor m_Monitoring
the (optional) monitoring actor. -
m_Name
String m_Name
the name of the queue. -
m_Queue
LinkedBlockingDeque<StorageQueueHandler.QueueItem> m_Queue
the queue itself.
-
-
Class adams.flow.control.StorageQueueHandler.QueueItem extends Object implements Serializable
- serialVersionUID:
- 7748334770112610824L
-
Serialized Fields
-
payload
Object payload
the payload for the queue. -
retrievalAt
long retrievalAt
the timestamp when the object can be retrieved (walltime in msec).
-
-
Class adams.flow.control.StorageValueSequence extends Sequence implements Serializable
- serialVersionUID:
- -8578140700965630555L
-
Serialized Fields
-
m_HasOutput
boolean m_HasOutput
whether data is available. -
m_StorageName
StorageName m_StorageName
the name of the stored value.
-
-
Class adams.flow.control.SubProcess extends Sequence implements Serializable
- serialVersionUID:
- 7433940498896052594L
-
Serialized Fields
-
m_AllowEmpty
boolean m_AllowEmpty
whether to allow no sub-actors.
-
-
Class adams.flow.control.SubProcess.SubProcessDirector extends SequentialDirector implements Serializable
- serialVersionUID:
- 1600945233224761728L
-
Class adams.flow.control.Switch extends AbstractDirectedControlActor implements Serializable
- serialVersionUID:
- 185561131623293880L
-
Serialized Fields
-
m_Cases
List<Actor> m_Cases
the "cases" to execute if the corresponding expression matches. -
m_Conditions
BooleanCondition[] m_Conditions
the "conditions" for the various switch cases. -
m_Lenient
boolean m_Lenient
whether we operate in lenient mode, ie not requiring a payload. -
m_Queue
List m_Queue
the generated tokens.
-
-
Class adams.flow.control.Switch.SwitchDirector extends AbstractDirector implements Serializable
- serialVersionUID:
- 8414511259688024553L
-
Class adams.flow.control.Tee extends AbstractTee implements Serializable
- serialVersionUID:
- -7489525518244336025L
-
Class adams.flow.control.TimedSubProcess extends SubProcess implements Serializable
- serialVersionUID:
- 85320778988733777L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_CallableName
CallableActorReference m_CallableName
the callable name. -
m_Configured
boolean m_Configured
whether the callable actor has been configured. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Optional
boolean m_Optional
whether the callable actor is optional. -
m_Prefix
String m_Prefix
the prefix to use. -
m_TimingEnabled
boolean m_TimingEnabled
whether timing is enabled.
-
-
Class adams.flow.control.TimedTee extends Tee implements Serializable
- serialVersionUID:
- 2706450102300110929L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_CallableName
CallableActorReference m_CallableName
the callable name. -
m_Configured
boolean m_Configured
whether the callable actor has been configured. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Optional
boolean m_Optional
whether the callable actor is optional. -
m_Prefix
String m_Prefix
the prefix to use. -
m_TimingEnabled
boolean m_TimingEnabled
whether timing is enabled.
-
-
Class adams.flow.control.TimedTrigger extends Trigger implements Serializable
- serialVersionUID:
- -7390723853001469503L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_CallableName
CallableActorReference m_CallableName
the callable name. -
m_Configured
boolean m_Configured
whether the callable actor has been configured. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Optional
boolean m_Optional
whether the callable actor is optional. -
m_Prefix
String m_Prefix
the prefix to use. -
m_TimingEnabled
boolean m_TimingEnabled
whether timing is enabled.
-
-
Class adams.flow.control.TransformerReset extends SubProcess implements Serializable
- serialVersionUID:
- 5975989766824652946L
-
Serialized Fields
-
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.control.Trigger extends AbstractTee implements Serializable
- serialVersionUID:
- 4690934665757923783L
-
Class adams.flow.control.TriggerEvent extends AbstractTransformer implements Serializable
- serialVersionUID:
- -6090673233883296452L
-
Serialized Fields
-
m_Event
TriggerableEventReference m_Event
the event to trigger. -
m_EventActor
Actor m_EventActor
the event actor to execute. -
m_Helper
EventHelper m_Helper
the helper class.
-
-
Class adams.flow.control.TriggerOnce extends Trigger implements Serializable
- serialVersionUID:
- 2591889670602718340L
-
Serialized Fields
-
m_ExecutedOnce
boolean m_ExecutedOnce
whether the actor was executed once. -
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.control.TryCatch extends AbstractControlActor implements Serializable
- serialVersionUID:
- -9029393233616734995L
-
Serialized Fields
-
m_Catch
Actor m_Catch
the catch branch. -
m_ErrorOccurred
String m_ErrorOccurred
error message in try block. -
m_ErrorPostProcessor
ErrorPostProcessor m_ErrorPostProcessor
the error post-processor to use. -
m_ErrorVariable
VariableName m_ErrorVariable
the variable to store the error in. -
m_PrefixError
boolean m_PrefixError
whether to prefix the error message with source actor's full name and type. -
m_StoreError
boolean m_StoreError
whether to store any error message in a variable. -
m_Try
Actor m_Try
the try branch.
-
-
Class adams.flow.control.UpdateCallableDisplay extends AbstractActor implements Serializable
- serialVersionUID:
- -7346814880631564292L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_CallableName
CallableActorReference m_CallableName
the callable name. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_InputToken
Token m_InputToken
the input token. -
m_OutputToken
Token m_OutputToken
the output token.
-
-
Class adams.flow.control.UpdateContainerValue extends AbstractContainerUpdater implements Serializable
- serialVersionUID:
- -2713680089427854324L
-
Class adams.flow.control.UpdateProperties extends AbstractControlActor implements Serializable
- serialVersionUID:
- -2286932196386647785L
-
Serialized Fields
-
m_Properties
BaseString[] m_Properties
the property paths. -
m_SubActor
Actor m_SubActor
the actor to update the properties foe. -
m_VariableNames
VariableName[] m_VariableNames
the variables to update the properties with.
-
-
Class adams.flow.control.VariableNameStorageNamePair extends AbstractBaseString implements Serializable
- serialVersionUID:
- -7223597009565454854L
-
Class adams.flow.control.WhileLoop extends AbstractControlActor implements Serializable
- serialVersionUID:
- -2837014912083918343L
-
Serialized Fields
-
m_Actors
Sequence m_Actors
the actors to execute. -
m_Condition
BooleanCondition m_Condition
the boolean condition to evaluate.
-
-
-
Package adams.flow.control.errorpostprocessor
-
Class adams.flow.control.errorpostprocessor.AbstractErrorPostProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7893131952932448760L
-
Class adams.flow.control.errorpostprocessor.MultiErrorPostProcessor extends AbstractErrorPostProcessor implements Serializable
- serialVersionUID:
- -2333634374360228602L
-
Serialized Fields
-
m_PostProcessors
ErrorPostProcessor[] m_PostProcessors
the post-processors to use.
-
-
Class adams.flow.control.errorpostprocessor.Null extends AbstractErrorPostProcessor implements Serializable
- serialVersionUID:
- -5136181833130378152L
-
Class adams.flow.control.errorpostprocessor.OutOfMemory extends AbstractErrorPostProcessor implements Serializable
- serialVersionUID:
- -5136181833130378152L
-
Serialized Fields
-
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Log
CallableActorReference m_Log
the callable name. -
m_LogActor
Actor m_LogActor
the callable log actor. -
m_LogActorSetup
boolean m_LogActorSetup
whether the callable log actor has been set up.
-
-
Class adams.flow.control.errorpostprocessor.RemoveExceptionPrefix extends AbstractErrorPostProcessor implements Serializable
- serialVersionUID:
- 5079344539822761524L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regexp to apply.
-
-
Class adams.flow.control.errorpostprocessor.RemoveStackTrace extends AbstractErrorPostProcessor implements Serializable
- serialVersionUID:
- -1397592652058333563L
-
-
Package adams.flow.control.flowrestart
-
Class adams.flow.control.flowrestart.AbstractFlowRestartManager extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7658888648857332698L
-
Class adams.flow.control.flowrestart.NotificationManager extends AbstractFlowRestartManager implements Serializable
- serialVersionUID:
- 1330531183711738855L
-
Serialized Fields
-
m_Flow
Flow m_Flow
the flow to restart. -
m_Notification
AbstractNotification m_Notification
the notification. -
m_Trigger
AbstractTrigger m_Trigger
the trigger in use.
-
-
Class adams.flow.control.flowrestart.NullManager extends AbstractFlowRestartManager implements Serializable
- serialVersionUID:
- 7335736971034402122L
-
Class adams.flow.control.flowrestart.TriggerManager extends AbstractFlowRestartManager implements Serializable
- serialVersionUID:
- 1330531183711738855L
-
Serialized Fields
-
m_Flow
Flow m_Flow
the flow to restart. -
m_Operation
AbstractRestartOperation m_Operation
the restart operation. -
m_Trigger
AbstractTrigger m_Trigger
the trigger in use.
-
-
-
Package adams.flow.control.flowrestart.notification
-
Class adams.flow.control.flowrestart.notification.AbstractNotification extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3594109124592561317L
-
Class adams.flow.control.flowrestart.notification.Null extends AbstractNotification implements Serializable
- serialVersionUID:
- -3143476257046586198L
-
Class adams.flow.control.flowrestart.notification.TimestampFile extends AbstractNotification implements Serializable
- serialVersionUID:
- -4491368520369909199L
-
Serialized Fields
-
m_File
PlaceholderFile m_File
the file to update. -
m_Format
DateFormatString m_Format
the format to use. -
m_TimeZone
TimeZone m_TimeZone
the timezone to use.
-
-
-
Package adams.flow.control.flowrestart.operation
-
Class adams.flow.control.flowrestart.operation.AbstractRestartOperation extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6832098720619392305L
-
Class adams.flow.control.flowrestart.operation.ExternalCommand extends AbstractRestartOperation implements Serializable
- serialVersionUID:
- 5721670854550551855L
-
Serialized Fields
-
m_Command
BaseCommandLine m_Command
the command to execute.
-
-
Class adams.flow.control.flowrestart.operation.FlowFile extends AbstractRestartOperation implements Serializable
- serialVersionUID:
- 5721670854550551855L
-
Serialized Fields
-
m_FlowFile
FlowFile m_FlowFile
the command to start.
-
-
Class adams.flow.control.flowrestart.operation.MultiOperation extends AbstractRestartOperation implements Serializable
- serialVersionUID:
- 5721670854550551855L
-
Serialized Fields
-
m_Operations
List<AbstractRestartOperation> m_Operations
the operations to execute.
-
-
Class adams.flow.control.flowrestart.operation.Null extends AbstractRestartOperation implements Serializable
- serialVersionUID:
- -3691032357446176274L
-
Class adams.flow.control.flowrestart.operation.RestartItself extends AbstractRestartOperation implements Serializable
- serialVersionUID:
- 5721670854550551855L
-
Serialized Fields
-
m_UseFlowFileVariable
boolean m_UseFlowFileVariable
whether to use theActorUtils.FLOW_FILENAME_LONG
or just the flow itself.
-
-
-
Package adams.flow.control.flowrestart.trigger
-
Class adams.flow.control.flowrestart.trigger.AbstractTrigger extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -2532215576000442873L
-
Serialized Fields
-
m_TriggerHandler
TriggerHandler m_TriggerHandler
the restart handler to notify.
-
-
Class adams.flow.control.flowrestart.trigger.Cron extends AbstractTrigger implements Serializable
- serialVersionUID:
- -1840524349531675772L
-
Serialized Fields
-
m_Schedule
CronSchedule m_Schedule
the cron schedule. -
m_Scheduler
org.quartz.Scheduler m_Scheduler
the scheduler.
-
-
Class adams.flow.control.flowrestart.trigger.FileMonitor extends AbstractTrigger implements Serializable
- serialVersionUID:
- -1011230298891411662L
-
Serialized Fields
-
m_Interval
int m_Interval
the interval in milli-seconds. -
m_Monitor
FileChangeMonitor m_Monitor
the type of monitor to use. -
m_MonitoredFile
PlaceholderFile m_MonitoredFile
the file to monitor. -
m_Runnable
RunnableWithLogging m_Runnable
the runnable for the monitor.
-
-
Class adams.flow.control.flowrestart.trigger.MetaCron extends AbstractTrigger implements Serializable
- serialVersionUID:
- -1840524349531675772L
-
Serialized Fields
-
m_Schedule
CronSchedule m_Schedule
the cron schedule. -
m_Scheduler
org.quartz.Scheduler m_Scheduler
the scheduler. -
m_Trigger
AbstractTrigger m_Trigger
the base trigger.
-
-
Class adams.flow.control.flowrestart.trigger.MonitorItself extends AbstractTrigger implements Serializable
- serialVersionUID:
- -1011230298891411662L
-
Serialized Fields
-
m_Interval
int m_Interval
the interval in milli-seconds. -
m_Monitor
FileChangeMonitor m_Monitor
the type of monitor to use. -
m_Runnable
RunnableWithLogging m_Runnable
the runnable for the monitor.
-
-
Class adams.flow.control.flowrestart.trigger.MultiTrigger extends AbstractTrigger implements Serializable
- serialVersionUID:
- -1011230298891411662L
-
Serialized Fields
-
m_Triggers
List<AbstractTrigger> m_Triggers
the triggers to manage.
-
-
Class adams.flow.control.flowrestart.trigger.Null extends AbstractTrigger implements Serializable
- serialVersionUID:
- 3314463513100136953L
-
-
Package adams.flow.control.plotprocessor
-
Class adams.flow.control.plotprocessor.AbstractPlotProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6709551233400282459L
-
Class adams.flow.control.plotprocessor.AbstractPlotProcessorWithBuffer extends AbstractPlotProcessor implements Serializable
- serialVersionUID:
- -3966475656998629015L
-
Class adams.flow.control.plotprocessor.Expression extends AbstractPlotProcessorWithBuffer<Point2D> implements Serializable
- serialVersionUID:
- 5171916489269022308L
-
Serialized Fields
-
m_WindowSize
int m_WindowSize
Size of window size for calculating lowess. -
m_XExpression
MathematicalExpressionText m_XExpression
the expression for X. -
m_YExpression
MathematicalExpressionText m_YExpression
the expression for Y.
-
-
Class adams.flow.control.plotprocessor.LOWESS extends AbstractPlotProcessorWithBuffer<Point2D> implements Serializable
- serialVersionUID:
- 5171916489269022308L
-
Serialized Fields
-
m_WindowSize
int m_WindowSize
Size of window size for calculating lowess.
-
-
Class adams.flow.control.plotprocessor.PassThrough extends AbstractPlotProcessor implements Serializable
- serialVersionUID:
- 6183944706595670117L
-
Class adams.flow.control.plotprocessor.SavitzkyGolay extends AbstractPlotProcessorWithBuffer<Point2D> implements Serializable
- serialVersionUID:
- 5171916489269022308L
-
Serialized Fields
-
m_Coefficients
double[] m_Coefficients
the calculated coefficients. -
m_DerivativeOrder
int m_DerivativeOrder
the order of the derivative. -
m_NumPointsLeft
int m_NumPointsLeft
the number of points to the left of a data point. -
m_NumPointsRight
int m_NumPointsRight
the number of points to the right of a data point. -
m_PolynomialOrder
int m_PolynomialOrder
the polynomial order.
-
-
Class adams.flow.control.plotprocessor.SimpleSavitzkyGolay extends AbstractPlotProcessorWithBuffer<Point2D> implements Serializable
- serialVersionUID:
- 5171916489269022308L
-
Serialized Fields
-
m_WindowSize
int m_WindowSize
Size of window size for calculating lowess.
-
-
-
Package adams.flow.control.removeoutliers
-
Class adams.flow.control.removeoutliers.AbstractNumericOutlierDetector extends AbstractOutlierDetector implements Serializable
- serialVersionUID:
- 8204585970761312700L
-
Class adams.flow.control.removeoutliers.AbstractOutlierDetector extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -2791096934947903275L
-
Serialized Fields
-
m_LastError
String m_LastError
the last error that occurred.
-
-
Class adams.flow.control.removeoutliers.IQR extends AbstractNumericOutlierDetector implements Serializable
- serialVersionUID:
- 6451004929042775852L
-
Serialized Fields
-
m_Factor
double m_Factor
the outlier factor. -
m_UseRelative
boolean m_UseRelative
whether to use relative values instead of absolute ones.
-
-
Class adams.flow.control.removeoutliers.MeanAbsoluteError extends AbstractNumericOutlierDetector implements Serializable
- serialVersionUID:
- 6451004929042775852L
-
Serialized Fields
-
m_Factor
double m_Factor
the stdev factor.
-
-
Class adams.flow.control.removeoutliers.MultiOutlierDetector extends AbstractOutlierDetector implements Serializable
- serialVersionUID:
- 6451004929042775852L
-
Serialized Fields
-
m_Combination
MultiOutlierDetector.Combination m_Combination
how to combine the outliers. -
m_Detectors
AbstractOutlierDetector[] m_Detectors
outlier detectors to apply.
-
-
Class adams.flow.control.removeoutliers.Null extends AbstractOutlierDetector implements Serializable
- serialVersionUID:
- 6451004929042775852L
-
Class adams.flow.control.removeoutliers.StdDev extends AbstractNumericOutlierDetector implements Serializable
- serialVersionUID:
- 6451004929042775852L
-
Serialized Fields
-
m_Factor
double m_Factor
the stdev factor. -
m_UseRelative
boolean m_UseRelative
whether to use relative values instead of absolute ones.
-
-
-
Package adams.flow.core
-
Class adams.flow.core.AbstractActor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6658513163932343273L
-
Serialized Fields
-
m_Annotations
BaseAnnotation m_Annotations
annotations for the actor. -
m_BackupState
Hashtable<String,Object> m_BackupState
for backing up the state of an actor. -
m_DetectedObjectVariables
HashSet<String> m_DetectedObjectVariables
the variable names (referencing callable actors or storage) that are used within this actor. -
m_DetectedVariables
HashSet<String> m_DetectedVariables
the variable names that are used within this actor. -
m_ErrorHandler
ErrorHandler m_ErrorHandler
the error handler to use. -
m_Executed
boolean m_Executed
whether the actor was executed at least once after setup. -
m_Executing
boolean m_Executing
whether the actor is currently being executed. -
m_ExecutionListeningSupporter
FlowExecutionListeningSupporter m_ExecutionListeningSupporter
the flow execution handler. -
m_FullName
String m_FullName
the full name of the actor. -
m_LoggingPrefix
String m_LoggingPrefix
the logging prefix. -
m_Name
String m_Name
the name of the actor. -
m_ScopeHandler
ScopeHandler m_ScopeHandler
the scope handler. -
m_Self
Actor m_Self
the actor itself. -
m_Silent
boolean m_Silent
whether to suppress output in the console. -
m_Skip
boolean m_Skip
whether to skip the transformation and just forward the token. -
m_StopFlowOnError
boolean m_StopFlowOnError
whether to stop the flow in case of an error. -
m_StopMessage
String m_StopMessage
the message that was used when stopping the execution. -
m_Stopped
boolean m_Stopped
whether the execution was stopped. -
m_StorageHandler
StorageHandler m_StorageHandler
the storage handler. -
m_VariablesUpdated
HashSet<String> m_VariablesUpdated
whether the actor needs re-setting up because of modified variables.
-
-
Class adams.flow.core.AbstractActorReference extends AbstractBaseString implements Serializable
- serialVersionUID:
- -8799715468190941509L
-
Class adams.flow.core.AbstractBaseExternalActor extends AbstractActor implements Serializable
- serialVersionUID:
- 1024129351334661368L
-
Serialized Fields
-
m_ActorFile
FlowFile m_ActorFile
the file the external actor is stored in.
-
-
Class adams.flow.core.AbstractCallableActor extends AbstractActor implements Serializable
- serialVersionUID:
- -6652513967046303107L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_CallableName
CallableActorReference m_CallableName
the callable name. -
m_Configured
boolean m_Configured
whether the callable actor has been configured. -
m_FindCallableActorError
String m_FindCallableActorError
for storing any errors duringAbstractCallableActor.findCallableActor()
. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Optional
boolean m_Optional
whether the callable actor is optional.
-
-
Class adams.flow.core.AbstractCallableActorPropertyUpdater extends AbstractPropertyUpdater implements Serializable
- serialVersionUID:
- 8068932300654252910L
-
Serialized Fields
-
m_ActorName
CallableActorReference m_ActorName
the name of the global actor.
-
-
Class adams.flow.core.AbstractCopyCallableActor extends AbstractActor implements Serializable
- serialVersionUID:
- -7860206690560690212L
-
Serialized Fields
-
m_CallableName
CallableActorReference m_CallableName
the callable name. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Optional
boolean m_Optional
whether the callable actor is optional.
-
-
Class adams.flow.core.AbstractDataPlotUpdater extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8785918718996153397L
-
Class adams.flow.core.AbstractDisplay extends AbstractActor implements Serializable
- serialVersionUID:
- 8175993838879683118L
-
Serialized Fields
-
m_CreateFrame
boolean m_CreateFrame
whether to create the frame or just the panel. -
m_DisplayType
AbstractDisplayType m_DisplayType
how to show the display. -
m_Frame
BaseFrame m_Frame
the dialog that's being displayed. -
m_Height
int m_Height
the height of the dialog. -
m_KeepOpen
boolean m_KeepOpen
whether to keep the GUI even beyond cleanup. -
m_Panel
BasePanel m_Panel
the panel to display. -
m_ResetGUIWaiting
boolean m_ResetGUIWaiting
whether to reset the GUI. -
m_ShortTitle
boolean m_ShortTitle
whether to use just the actor name or the full name as title. -
m_Updating
Boolean m_Updating
whether the GUI is currently being updated. -
m_Width
int m_Width
the width of the dialog. -
m_X
int m_X
the X position of the dialog. -
m_Y
int m_Y
the Y position of the dialog.
-
-
Class adams.flow.core.AbstractExternalActor extends AbstractBaseExternalActor implements Serializable
- serialVersionUID:
- 1024129351334661368L
-
Serialized Fields
-
m_ActorFileChanged
boolean m_ActorFileChanged
whether the external actor file has changed. -
m_ActorFileIsVariable
Boolean m_ActorFileIsVariable
indicates whether a variable is attached to the external file. -
m_ActorFileVariable
String m_ActorFileVariable
the variable attached to the external file. -
m_ExternalActor
Actor m_ExternalActor
the external actor itself. -
m_Monitor
FileChangeMonitor m_Monitor
the file monitor. -
m_OnTheFly
boolean m_OnTheFly
whether the flow gets built on the fly and might not be present at the start.
-
-
Class adams.flow.core.AbstractGroovyActor extends AbstractScriptedActor implements Serializable
- serialVersionUID:
- -5904986133981940404L
-
Serialized Fields
-
m_InlineScript
GroovyScript m_InlineScript
the inline script.
-
-
Class adams.flow.core.AbstractIncludeExternalActor extends AbstractBaseExternalActor implements Serializable
- serialVersionUID:
- -7860206690560690212L
-
Class adams.flow.core.AbstractModelLoader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7549636204208995661L
-
Serialized Fields
-
m_FlowContext
Actor m_FlowContext
the flow context. -
m_Helper
CallableActorHelper m_Helper
for locating callable actors. -
m_Model
T m_Model
the model. -
m_ModelActor
CallableActorReference m_ModelActor
the model actor. -
m_ModelFile
PlaceholderFile m_ModelFile
the mode file. -
m_ModelLoadingType
AbstractModelLoader.ModelLoadingType m_ModelLoadingType
the loading type. -
m_ModelStorage
StorageName m_ModelStorage
the model storage.
-
-
Class adams.flow.core.AbstractPropertyUpdater extends AbstractActor implements Serializable
- serialVersionUID:
- 8068932300654252910L
-
Serialized Fields
-
m_Property
String m_Property
the property path.
-
-
Class adams.flow.core.AbstractPropertyValueConverter extends Object implements Serializable
- serialVersionUID:
- -896540132422815231L
-
Class adams.flow.core.AbstractPyroCall extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5360445580341176447L
-
Class adams.flow.core.AbstractScriptedActor extends AbstractActor implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.flow.core.AbstractScriptingHandlerActor extends AbstractScriptedActor implements Serializable
- serialVersionUID:
- -5904986133981940404L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
Class adams.flow.core.AbstractTemplate extends AbstractActor implements Serializable
- serialVersionUID:
- 7246162048306571873L
-
Serialized Fields
-
m_Actor
Actor m_Actor
the generated actor. -
m_Template
AbstractActorTemplate m_Template
the template.
-
-
Class adams.flow.core.ActorHandlerInfo extends Object implements Serializable
- serialVersionUID:
- -6507471599929125550L
-
Serialized Fields
-
m_ActorExecution
ActorExecution m_ActorExecution
how the sub-actors are executed/oriented. -
m_CanContainSource
boolean m_CanContainSource
whether the actor can contain a source sub-actor. -
m_CanContainStandalones
boolean m_CanContainStandalones
whether the actor can contain standalone sub-actors. -
m_CanEncloseActors
boolean m_CanEncloseActors
whether the actor can be used for enclosing other actors. -
m_ForwardsInput
boolean m_ForwardsInput
whether the actor handler forwards input to the sub-actors. -
m_Restrictions
Class[] m_Restrictions
further class/interface restrictions.
-
-
Class adams.flow.core.ActorPath extends Object implements Serializable
- serialVersionUID:
- -5734626103557090578L
-
Class adams.flow.core.ActorUsage extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6655416366310701302L
-
Serialized Fields
-
m_Directories
PlaceholderDirectory[] m_Directories
the directories to traverse. -
m_NoPath
boolean m_NoPath
whether to omit the path from the flow name. -
m_Output
PlaceholderFile m_Output
the output file. -
m_Recursive
boolean m_Recursive
whether to traverse the directories recursively. -
m_Writer
SpreadSheetWriter m_Writer
the spreadsheet writer for writing the output.
-
-
Class adams.flow.core.ActorVariablesFinder extends VariablesFinder implements Serializable
- serialVersionUID:
- -3100646194459471635L
-
Class adams.flow.core.AdditionalOptions extends Hashtable<String,String> implements Serializable
- serialVersionUID:
- -2378624659828475769L
-
Class adams.flow.core.CallableActorHelper extends LoggingObject implements Serializable
- serialVersionUID:
- -763479272812116920L
-
Class adams.flow.core.CallableActorReference extends AbstractActorReference implements Serializable
- serialVersionUID:
- 5082359039831645068L
-
Class adams.flow.core.CallableNamesRecorder extends LoggingObject implements Serializable
- serialVersionUID:
- -3440146307210935285L
-
Class adams.flow.core.Compatibility extends Object implements Serializable
- serialVersionUID:
- -8139225807701691972L
-
Serialized Fields
-
m_Strict
boolean m_Strict
whether to use strict compatibility, ie, no special handling for Unknown/Object.
-
-
Class adams.flow.core.DefaultPropertyValueConverter extends AbstractPropertyValueConverter implements Serializable
- serialVersionUID:
- 5709690907332699331L
-
Class adams.flow.core.ErrorHandlerInstanceLister extends AbstractOptionTraverserWithResult<String> implements Serializable
- serialVersionUID:
- -6561961647781822476L
-
Serialized Fields
-
m_Result
StringBuilder m_Result
for storing the result.
-
-
Class adams.flow.core.EventHelper extends LoggingObject implements Serializable
- serialVersionUID:
- -763479272812116920L
-
Class adams.flow.core.EventReference extends AbstractActorReference implements Serializable
- serialVersionUID:
- 7037481336505908036L
-
Class adams.flow.core.EventRunnable extends RunnableWithLogging implements Serializable
- serialVersionUID:
- -5192907871210498502L
-
Class adams.flow.core.FlowVariables extends Variables implements Serializable
- serialVersionUID:
- 1085438226194687237L
-
Serialized Fields
-
m_Flow
Actor m_Flow
the flow reference. -
m_Helper
CallableActorHelper m_Helper
the helper class.
-
-
Class adams.flow.core.LagMakerOptions extends AbstractOptionGroup implements Serializable
- serialVersionUID:
- -2085099247219025554L
-
Serialized Fields
-
m_AddAMIndicator
boolean m_AddAMIndicator
the am-pm indicator. -
m_AddDayOfMonth
boolean m_AddDayOfMonth
the day of month indicator. -
m_AddDayOfWeek
boolean m_AddDayOfWeek
the day of week indicator. -
m_AddMonthOfYear
boolean m_AddMonthOfYear
the month indicator. -
m_AddNumDaysInMonth
boolean m_AddNumDaysInMonth
the number of days in month indicator. -
m_AddQuarterOfYear
boolean m_AddQuarterOfYear
the quarted indicator. -
m_AddWeekendIndicator
boolean m_AddWeekendIndicator
the weekend indicator. -
m_AdjustForTrends
boolean m_AdjustForTrends
whether to adjust for trends. -
m_AdjustForVariance
boolean m_AdjustForVariance
whether to adjust for variance. -
m_AverageConsecutiveLongLags
boolean m_AverageConsecutiveLongLags
average consecutive long lags. -
m_AverageLagsAfter
int m_AverageLagsAfter
average lags after. -
m_LagFineTune
String m_LagFineTune
lag fine tune. -
m_MaxLag
int m_MaxLag
the maximum lag. -
m_MinLag
int m_MinLag
the minimum lag. -
m_NumConsecutiveLongLagsToAverage
int m_NumConsecutiveLongLagsToAverage
number of consecutive long lags to average. -
m_SkipEntries
String m_SkipEntries
the entries to skip. -
m_TimeStampField
String m_TimeStampField
the timestamp field.
-
-
Class adams.flow.core.NullToken extends Token implements Serializable
- serialVersionUID:
- -2164551823465416849L
-
Class adams.flow.core.ObjectRetriever extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7549636204208995661L
-
Serialized Fields
-
m_FlowContext
Actor m_FlowContext
the flow context. -
m_Helper
CallableActorHelper m_Helper
for locating callable actors. -
m_ObjectActor
CallableActorReference m_ObjectActor
the object actor. -
m_ObjectStorage
StorageName m_ObjectStorage
the object storage. -
m_ObjectType
BaseClassname m_ObjectType
the superclass or interface to restrict to. -
m_RetrievalType
ObjectRetriever.RetrievalType m_RetrievalType
the retrieval type.
-
-
Class adams.flow.core.PauseStateManager extends LoggingObject implements Serializable
- serialVersionUID:
- -7910626028332275790L
-
Serialized Fields
-
m_Listeners
HashSet<FlowPauseStateListener> m_Listeners
the listeners. -
m_Paused
boolean m_Paused
whether the state is paused.
-
-
Class adams.flow.core.RunnableWithLogging extends LoggingObject implements Serializable
- serialVersionUID:
- -5192907871210498502L
-
Serialized Fields
-
m_Running
boolean m_Running
whether the runnable is still running. -
m_Stopped
boolean m_Stopped
whether the runnable has been stopped.
-
-
Class adams.flow.core.Token extends Object implements Serializable
- serialVersionUID:
- -619575965753741493L
-
Serialized Fields
-
m_Payload
Object m_Payload
the payload.
-
-
Class adams.flow.core.TriggerableEventReference extends EventReference implements Serializable
- serialVersionUID:
- 3596514589424315665L
-
Class adams.flow.core.Unknown extends Object implements Serializable
- serialVersionUID:
- 2092879028243453132L
-
Class adams.flow.core.WekaClassifierModelLoader extends AbstractModelLoader<weka.classifiers.Classifier> implements Serializable
- serialVersionUID:
- -8296159861720133340L
-
Class adams.flow.core.WekaClustererModelLoader extends AbstractModelLoader<weka.clusterers.Clusterer> implements Serializable
- serialVersionUID:
- -8296159861720133340L
-
Class adams.flow.core.WekaFilterModelLoader extends AbstractModelLoader<weka.filters.Filter> implements Serializable
- serialVersionUID:
- 566855125155681191L
-
Class adams.flow.core.WekaPropertyValueConverter extends AbstractPropertyValueConverter implements Serializable
- serialVersionUID:
- 5709690907332699331L
-
Serialized Fields
-
m_CommandLineHandler
WekaCommandLineHandler m_CommandLineHandler
the commandline handler to use.
-
-
-
Package adams.flow.core.actorfilter
-
Class adams.flow.core.actorfilter.AcceptAll extends Object implements Serializable
- serialVersionUID:
- -3558268845213578619L
-
Class adams.flow.core.actorfilter.ExactMatch extends Object implements Serializable
- serialVersionUID:
- -3558268845213578619L
-
Class adams.flow.core.actorfilter.Invert extends Object implements Serializable
- serialVersionUID:
- -3558268845213578619L
-
Serialized Fields
-
m_Filter
ActorFilter m_Filter
the base filter.
-
-
Class adams.flow.core.actorfilter.Match extends Object implements Serializable
- serialVersionUID:
- -3558268845213578619L
-
Serialized Fields
-
m_Classes
Class[] m_Classes
the classes to check against. -
m_Compatibility
Compatibility m_Compatibility
for performing the checks.
-
-
Class adams.flow.core.actorfilter.SuperclassOrInterface extends Object implements Serializable
- serialVersionUID:
- -3558268845213578619L
-
-
Package adams.flow.core.displaytype
-
Class adams.flow.core.displaytype.AbstractDisplayType extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8694040576737692918L
-
Class adams.flow.core.displaytype.Background extends AbstractDisplayType implements Serializable
- serialVersionUID:
- 5979241280217828381L
-
Class adams.flow.core.displaytype.Default extends AbstractDisplayType implements Serializable
- serialVersionUID:
- 5979241280217828381L
-
Serialized Fields
-
m_AutoFocus
boolean m_AutoFocus
whether the window will be automatically focused.
-
-
Class adams.flow.core.displaytype.DisplayInEditor extends AbstractDisplayType implements Serializable
- serialVersionUID:
- 5979241280217828381L
-
Class adams.flow.core.displaytype.NoDisplay extends AbstractDisplayType implements Serializable
- serialVersionUID:
- 5979241280217828381L
-
-
Package adams.flow.execution
-
Class adams.flow.execution.AbstractFlowExecutionListener extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 476112131534239867L
-
Serialized Fields
-
m_Owner
Flow m_Owner
the owner.
-
-
Class adams.flow.execution.AbstractFlowExecutionListenerWithTable extends AbstractGraphicalFlowExecutionListener implements Serializable
- serialVersionUID:
- 9209750914200226213L
-
Serialized Fields
-
m_PanelSearch
SearchPanel m_PanelSearch
the search panel. -
m_Table
SortableAndSearchableTable m_Table
the table to update.
-
-
Class adams.flow.execution.AbstractGraphicalFlowExecutionListener extends AbstractFlowExecutionListener implements Serializable
- serialVersionUID:
- -1461579886264001305L
-
Serialized Fields
-
m_ListenerPanel
BasePanel m_ListenerPanel
the listener panel.
-
-
Class adams.flow.execution.AbstractTimedFlowExecutionListenerWithTable extends AbstractFlowExecutionListenerWithTable implements Serializable
- serialVersionUID:
- 271762138481763147L
-
Serialized Fields
-
m_Counter
int m_Counter
the current execution counter. -
m_UpdateInterval
int m_UpdateInterval
the update interval.
-
-
Class adams.flow.execution.CurrentlyExecuted extends AbstractTimedFlowExecutionListenerWithTable implements Serializable
- serialVersionUID:
- -6155792276833652477L
-
Class adams.flow.execution.Debug extends AbstractGraphicalFlowExecutionListener implements Serializable
- serialVersionUID:
- -7287036923779341439L
-
Serialized Fields
-
m_Blocked
boolean m_Blocked
whether the GUI currently blocks the flow execution. -
m_Breakpoints
AbstractBreakpoint[] m_Breakpoints
the breakpoints to use. -
m_Height
int m_Height
the height of the dialog. -
m_ScopeRestriction
AbstractScopeRestriction m_ScopeRestriction
the scope restriction to use. -
m_StepByStep
boolean m_StepByStep
whether to start in auto-progress mode. -
m_Stopped
boolean m_Stopped
whether the flow got stopped. -
m_Views
View[] m_Views
the views to display automatically. -
m_Watches
BaseString[] m_Watches
the watch expressions. -
m_WatchTypes
ExpressionWatchPanel.ExpressionType[] m_WatchTypes
the watch expression types. -
m_Width
int m_Width
the width of the dialog.
-
-
Class adams.flow.execution.DefaultFlowExecutionListeningSupporter extends Object implements Serializable
- serialVersionUID:
- 2686287560522068702L
-
Serialized Fields
-
m_FlowExecutionListeningEnabled
boolean m_FlowExecutionListeningEnabled
whether listening is enabled. -
m_Listener
FlowExecutionListener m_Listener
the listener to use.
-
-
Class adams.flow.execution.ExecutionCounter extends AbstractTimedFlowExecutionListenerWithTable implements Serializable
- serialVersionUID:
- -4978449149708112013L
-
Serialized Fields
-
m_Counts
Map<String,Integer> m_Counts
keeps track of the execution count (actor name - count). -
m_LogFile
PlaceholderFile m_LogFile
the file to write to.
-
-
Class adams.flow.execution.ExecutionLog extends AbstractFlowExecutionListener implements Serializable
- serialVersionUID:
- 3877868695922876920L
-
Serialized Fields
-
m_LogFile
PlaceholderFile m_LogFile
the file to write to. -
m_OutputTokens
boolean m_OutputTokens
whether to output any tokens as well. -
m_Stages
ExecutionStage[] m_Stages
the stages to output. -
m_Writer
BufferedWriter m_Writer
the file writer.
-
-
Class adams.flow.execution.MultiListener extends AbstractFlowExecutionListener implements Serializable
- serialVersionUID:
- 2134802149210184280L
-
Serialized Fields
-
m_ListenerPanel
BasePanel m_ListenerPanel
the listener panel. -
m_Listeners
FlowExecutionListener[] m_Listeners
the listeners.
-
-
Class adams.flow.execution.NullListener extends AbstractFlowExecutionListener implements Serializable
- serialVersionUID:
- -4076279129101243861L
-
Class adams.flow.execution.RemoteFlowListener extends AbstractFlowExecutionListener implements Serializable
- serialVersionUID:
- -4076279129101243861L
-
Serialized Fields
-
m_Port
int m_Port
the port to listen on.
-
-
Class adams.flow.execution.RemoteFlowListener.ListenerRunnable extends RunnableWithLogging implements Serializable
- serialVersionUID:
- -4092874820780532222L
-
Serialized Fields
-
m_Owner
RemoteFlowListener m_Owner
the owner. -
m_ServerSocket
ServerSocket m_ServerSocket
the server socket in use.
-
-
Class adams.flow.execution.Time extends AbstractTimedFlowExecutionListenerWithTable implements Serializable
- serialVersionUID:
- -6155792276833652477L
-
-
Package adams.flow.execution.debug
-
Class adams.flow.execution.debug.AbstractBreakpoint extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4654096855875796107L
-
Serialized Fields
-
m_BringToFront
boolean m_BringToFront
whether to bring the window to the front. -
m_Disabled
boolean m_Disabled
whether the breakpoint is disabled. -
m_OneOff
boolean m_OneOff
whether this is a one-off. -
m_OnPostExecute
boolean m_OnPostExecute
break on postExecute. -
m_OnPostInput
boolean m_OnPostInput
break on postInput. -
m_OnPostOutput
boolean m_OnPostOutput
break on postOutput. -
m_OnPreExecute
boolean m_OnPreExecute
break on preExecute. -
m_OnPreInput
boolean m_OnPreInput
break on preInput. -
m_OnPreOutput
boolean m_OnPreOutput
break on preOutput. -
m_TriggerCount
int m_TriggerCount
the trigger counter. -
m_Views
View[] m_Views
the views to display automatically. -
m_Watches
BaseString[] m_Watches
the watch expressions. -
m_WatchTypes
ExpressionWatchPanel.ExpressionType[] m_WatchTypes
the watch expression types.
-
-
Class adams.flow.execution.debug.AbstractScopeRestriction extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4654096855875796107L
-
Class adams.flow.execution.debug.AnyActorBreakpoint extends AbstractBreakpoint implements Serializable
- serialVersionUID:
- 3782327753485131754L
-
Class adams.flow.execution.debug.BreakpointPanel extends BasePanel implements Serializable
- serialVersionUID:
- 8469709963860298334L
-
Serialized Fields
-
m_ButtonBreakpointsAdd
BaseButton m_ButtonBreakpointsAdd
the add button for breakpoints. -
m_ButtonBreakpointsEdit
BaseButton m_ButtonBreakpointsEdit
the edit button for breakpoints. -
m_ButtonBreakpointsRemove
BaseButton m_ButtonBreakpointsRemove
the remove button for breakpoints. -
m_ButtonBreakpointsRemoveAll
BaseButton m_ButtonBreakpointsRemoveAll
the remove all button for breakpoints. -
m_ButtonBreakpointsToggle
BaseButton m_ButtonBreakpointsToggle
the disable/enable button for breakpoints. -
m_DialogGOE
GenericObjectEditorDialog m_DialogGOE
the GOE for adding/editing breakpoints. -
m_IgnoreUpdates
boolean m_IgnoreUpdates
whether to ignore updates. -
m_Owner
ControlPanel m_Owner
the owner. -
m_TableBreakpoints
BaseTableWithButtons m_TableBreakpoints
the table with all the breakpoints. -
m_TableModelBreakpoints
BreakpointTableModel m_TableModelBreakpoints
the table model.
-
-
Class adams.flow.execution.debug.BreakpointTableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- 8719550408646036355L
-
Serialized Fields
-
m_Owner
ControlPanel m_Owner
the owner.
-
-
Class adams.flow.execution.debug.ClassBreakpoint extends AbstractBreakpoint implements Serializable
- serialVersionUID:
- 2287374088984820821L
-
Serialized Fields
-
m_ClassName
String m_ClassName
the actor class to listen for. -
m_Condition
BooleanCondition m_Condition
the condition to evaluate.
-
-
Class adams.flow.execution.debug.ControlPanel extends BasePanel implements Serializable
- serialVersionUID:
- 1000900663466801934L
-
Serialized Fields
-
m_ButtonActorHighlight
BaseButton m_ButtonActorHighlight
the button for highlighting the ctor. -
m_ButtonActorPath
BaseButton m_ButtonActorPath
the button for copying the actor path. -
m_ButtonBreakpoints
BaseToggleButton m_ButtonBreakpoints
the button to show the breakpoints management panel. -
m_ButtonExpressions
BaseToggleButton m_ButtonExpressions
the button for displaying dialog with watch expressions. -
m_ButtonInspectToken
BaseToggleButton m_ButtonInspectToken
the button to show inspection panel for the current token. -
m_ButtonPauseResume
BaseButton m_ButtonPauseResume
the button for resuming execution. -
m_ButtonSource
BaseToggleButton m_ButtonSource
the button to show the source code of the current flow. -
m_ButtonStep
BaseButton m_ButtonStep
the button for performing the next step when in manual mode. -
m_ButtonStop
BaseButton m_ButtonStop
the button for stopping execution. -
m_ButtonStorage
BaseToggleButton m_ButtonStorage
the button to show the storage. -
m_ButtonToggle
BaseButton m_ButtonToggle
the button for disabling/enabling the breakpoint. -
m_ButtonVariables
BaseToggleButton m_ButtonVariables
the button to show the variable management dialog. -
m_CurrentActor
Actor m_CurrentActor
the current actor. -
m_CurrentBreakpoint
AbstractBreakpoint m_CurrentBreakpoint
the current breakpoint. -
m_CurrentCondition
BooleanCondition m_CurrentCondition
the current boolean condition. -
m_CurrentStage
ExecutionStage m_CurrentStage
the current hook method. -
m_CurrentToken
Token m_CurrentToken
the current token. -
m_GOEPanelCondition
GenericObjectEditorPanel m_GOEPanelCondition
the breakpoint condition. -
m_Manual
boolean m_Manual
whether the user has modified the view and it should be left alone. -
m_PanelBreakpoints
BreakpointPanel m_PanelBreakpoints
the panel for managing the breakpoints. -
m_PanelExpressions
ExpressionWatchPanel m_PanelExpressions
the panel with the watch expressions. -
m_PanelInspectionToken
InspectionPanel m_PanelInspectionToken
the panel for inspecting the current token. -
m_PanelSource
TextEditorPanel m_PanelSource
the panel for displaying the source. -
m_PanelSourceAll
BasePanel m_PanelSourceAll
the panel for displaying the source (incl buttons). -
m_PanelStorage
StoragePanel m_PanelStorage
the panel for displaying the temporary storage. -
m_PanelVariables
VariableManagementPanel m_PanelVariables
the panel with the variables. -
m_TabbedPaneDisplays
BaseTabbedPane m_TabbedPaneDisplays
the tabbed pane for displaying the various display panels. -
m_TextActorPath
BaseTextField m_TextActorPath
the text field for the actor path. -
m_TextStage
BaseTextField m_TextStage
the text field for the stage.
-
-
Class adams.flow.execution.debug.MultiScopeRestriction extends AbstractScopeRestriction implements Serializable
- serialVersionUID:
- 2134802149210184280L
-
Serialized Fields
-
m_Combination
MultiScopeRestriction.ScopeCombination m_Combination
how to apply the scope restrictions. -
m_Restrictions
AbstractScopeRestriction[] m_Restrictions
the restrictions.
-
-
Class adams.flow.execution.debug.NoScopeRestriction extends AbstractScopeRestriction implements Serializable
- serialVersionUID:
- 7714227816612692794L
-
Class adams.flow.execution.debug.PathBreakpoint extends AbstractBreakpoint implements Serializable
- serialVersionUID:
- 3782327753485131754L
-
Serialized Fields
-
m_Condition
BooleanCondition m_Condition
the condition to evaluate. -
m_Path
ActorPath m_Path
the path to listen for.
-
-
Class adams.flow.execution.debug.SubFlowRestriction extends AbstractScopeRestriction implements Serializable
- serialVersionUID:
- 7714227816612692794L
-
Serialized Fields
-
m_Root
ActorPath m_Root
the root of the tree to restrict to.
-
-
-
Package adams.flow.generator
-
Class adams.flow.generator.AbstractFlowGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7084115587699126182L
-
Class adams.flow.generator.Template extends AbstractFlowGenerator implements Serializable
- serialVersionUID:
- 1332232224632995724L
-
Serialized Fields
-
m_Template
AbstractActorTemplate m_Template
the template.
-
-
-
Package adams.flow.processor
-
Class adams.flow.processor.AbstractActorListingProcessor extends AbstractListingProcessor implements Serializable
- serialVersionUID:
- 7133896476260133469L
-
Serialized Fields
-
m_Context
FlowPanel m_Context
the context.
-
-
Class adams.flow.processor.AbstractActorProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3610605513320220903L
-
Class adams.flow.processor.AbstractListingProcessor extends AbstractActorProcessor implements Serializable
- serialVersionUID:
- 5159872442351040225L
-
Class adams.flow.processor.AbstractListNameUsage extends AbstractActorListingProcessor implements Serializable
- serialVersionUID:
- 7133896476260133469L
-
Serialized Fields
-
m_Name
String m_Name
the name to look for.
-
-
Class adams.flow.processor.AbstractModifyingInteractiveProcessor extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- 6521398271115318357L
-
Serialized Fields
-
m_ContinueInteraction
boolean m_ContinueInteraction
whether to continue with the processing.
-
-
Class adams.flow.processor.AbstractModifyingProcessor extends AbstractActorProcessor implements Serializable
- serialVersionUID:
- 589249611194517455L
-
Serialized Fields
-
m_Modified
boolean m_Modified
whether the flow was modified. -
m_ModifiedActor
Actor m_ModifiedActor
the modified flow. -
m_NoCopy
boolean m_NoCopy
whether to suppress copying the actor.
-
-
Class adams.flow.processor.AbstractNameUpdater extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- 7133896476260133469L
-
Class adams.flow.processor.ActorLocationsPanel extends BasePanel implements Serializable
- serialVersionUID:
- 5481630762689053835L
-
Serialized Fields
-
m_ButtonCopy
BaseButton m_ButtonCopy
the button for copying the location. -
m_ButtonJumpTo
BaseButton m_ButtonJumpTo
the button for jumping to the location. -
m_List
BaseListWithButtons m_List
the list. -
m_Locations
List<String> m_Locations
the locations. -
m_ParentComponent
Component m_ParentComponent
the parent component.
-
-
Class adams.flow.processor.ActorStatistics extends AbstractActorProcessor implements Serializable
- serialVersionUID:
- -2447016756906694930L
-
Serialized Fields
-
m_Sheet
SpreadSheet m_Sheet
the spreadsheet to display. -
m_Statistic
ActorStatistic m_Statistic
the statistics.
-
-
Class adams.flow.processor.ChangeDatabaseConditionLimit extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- -3031404150902143297L
-
Serialized Fields
-
m_ChangeAll
boolean m_ChangeAll
whether to change all limits. -
m_NewLimit
int m_NewLimit
the new limit. -
m_OldLimit
int m_OldLimit
the old limit. -
m_RegExp
BaseRegExp m_RegExp
the classnames to limit the change to.
-
-
Class adams.flow.processor.ChangeDatabaseConnection extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- -3031404150902143297L
-
Serialized Fields
-
m_NewPassword
BasePassword m_NewPassword
the new database password. -
m_NewURL
String m_NewURL
the new database URL. -
m_NewUser
String m_NewUser
the new database user. -
m_OldURL
String m_OldURL
the old database URL. -
m_OldURLIsRegExp
boolean m_OldURLIsRegExp
whether the old database URL is a regular expression.
-
-
Class adams.flow.processor.ChangeDisplayType extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- -3031404150902143297L
-
Serialized Fields
-
m_NewType
AbstractDisplayType m_NewType
the new display type. -
m_OldType
AbstractDisplayType m_OldType
the old display type. -
m_UpdateAnyType
boolean m_UpdateAnyType
whether to update any type.
-
-
Class adams.flow.processor.ChangeNumThreads extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- -3031404150902143297L
-
Serialized Fields
-
m_ChangeAll
boolean m_ChangeAll
whether to change all settings. -
m_NewNumThreads
int m_NewNumThreads
the setting. -
m_OldNumThreads
int m_OldNumThreads
the old setting. -
m_RegExp
BaseRegExp m_RegExp
the classnames to limit the change to.
-
-
Class adams.flow.processor.ChangePath extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- -3031404150902143297L
-
Serialized Fields
-
m_ActualNewPath
String[] m_ActualNewPath
the actual new path(s). -
m_NewPath
BaseString[] m_NewPath
the new path(s). -
m_OldPath
BaseString[] m_OldPath
the old path(s). -
m_OldPathIsRegExp
boolean m_OldPathIsRegExp
whether the old path is a regular expression. -
m_OldPathLinux
BaseString[] m_OldPathLinux
the old path (with forward slashes). -
m_UseLowerCase
boolean m_UseLowerCase
whether to use lowercase for matching.
-
-
Class adams.flow.processor.CheckActorReferenceUsage extends AbstractActorProcessor implements Serializable
- serialVersionUID:
- 737084782888325641L
-
Serialized Fields
-
m_DefinitionCount
NamedCounter m_DefinitionCount
the definition counter. -
m_OutputCounts
boolean m_OutputCounts
whether to output counts regardless of warnings. -
m_ReferenceCount
NamedCounter m_ReferenceCount
the usage counter. -
m_Warnings
StringBuilder m_Warnings
the warnings that were produced.
-
-
Class adams.flow.processor.CheckPlaceholders extends AbstractActorProcessor implements Serializable
- serialVersionUID:
- -5756293162246129385L
-
Class adams.flow.processor.CheckStorageUsage extends AbstractActorProcessor implements Serializable
- serialVersionUID:
- 737084782888325641L
-
Serialized Fields
-
m_OutputCounts
boolean m_OutputCounts
whether to output counts regardless of warnings. -
m_SetCount
NamedCounter m_SetCount
the set counter. -
m_UsageCount
NamedCounter m_UsageCount
the usage counter. -
m_Warnings
String m_Warnings
the warnings that were produced.
-
-
Class adams.flow.processor.CheckVariableUsage extends AbstractActorProcessor implements Serializable
- serialVersionUID:
- 737084782888325641L
-
Serialized Fields
-
m_OutputCounts
boolean m_OutputCounts
whether to output counts regardless of warnings. -
m_SetCount
NamedCounter m_SetCount
the set counter. -
m_Skip
Set<String> m_Skip
the variables to skip. -
m_UsageCount
NamedCounter m_UsageCount
the usage counter. -
m_Warnings
String m_Warnings
the warnings that were produced.
-
-
Class adams.flow.processor.FindText extends AbstractActorListingProcessor implements Serializable
- serialVersionUID:
- -6340700367008421185L
-
Class adams.flow.processor.FixLWLSynchroNoUpdate extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- 4995926193024269006L
-
Class adams.flow.processor.FlattenStructure extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- -5327018527621230693L
-
Class adams.flow.processor.ForwardSlashSwitch extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- -3031404150902143297L
-
Serialized Fields
-
m_ExcludeDefaultValueDefinition
boolean m_ExcludeDefaultValueDefinition
whether to exclude the EnterManyValues' DefaultValueDefinition. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to use forward slashes.
-
-
Class adams.flow.processor.ListActorReferenceUsage extends AbstractListNameUsage<AbstractActorReference> implements Serializable
- serialVersionUID:
- -6340700367008421185L
-
Class adams.flow.processor.ListActorUsage extends AbstractActorListingProcessor implements Serializable
- serialVersionUID:
- 3925071321732277210L
-
Serialized Fields
-
m_ActorClass
BaseClassname m_ActorClass
the actor class to look for.
-
-
Class adams.flow.processor.ListAllStorageNames extends AbstractActorProcessor implements Serializable
- serialVersionUID:
- 737084782888325641L
-
Class adams.flow.processor.ListAllVariables extends AbstractActorProcessor implements Serializable
- serialVersionUID:
- 737084782888325641L
-
Class adams.flow.processor.ListAnnotationTags extends AbstractListingProcessor implements Serializable
- serialVersionUID:
- -1049176597434370431L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression to match the tags against.
-
-
Class adams.flow.processor.ListCallableActorUsage extends AbstractListNameUsage<CallableActorReference> implements Serializable
- serialVersionUID:
- -6340700367008421185L
-
Class adams.flow.processor.ListClassUsage extends AbstractActorListingProcessor implements Serializable
- serialVersionUID:
- 3925071321732277210L
-
Serialized Fields
-
m_AllowDerivedClasses
boolean m_AllowDerivedClasses
whether to allow derived classes. -
m_Find
BaseClassname m_Find
the class to look for.
-
-
Class adams.flow.processor.ListDatabaseConnections extends AbstractListingProcessor implements Serializable
- serialVersionUID:
- -3031404150902143297L
-
Class adams.flow.processor.ListObjectCommandlines extends AbstractListingProcessor implements Serializable
- serialVersionUID:
- -7043901878842702355L
-
Serialized Fields
-
m_AddFullActorName
boolean m_AddFullActorName
whether to add the full name of an enclosing actor (if available). -
m_Classname
BaseClassname m_Classname
the classname to look for.
-
-
Class adams.flow.processor.ListPaths extends AbstractListingProcessor implements Serializable
- serialVersionUID:
- -6340700367008421185L
-
Class adams.flow.processor.ListStorageUsage extends AbstractListNameUsage<StorageName> implements Serializable
- serialVersionUID:
- -6340700367008421185L
-
Class adams.flow.processor.ListStructureModifyingActors extends AbstractListingProcessor implements Serializable
- serialVersionUID:
- -3031404150902143297L
-
Class adams.flow.processor.ListTODOs extends AbstractListingProcessor implements Serializable
- serialVersionUID:
- -6340700367008421185L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression to use for matching the TODOs.
-
-
Class adams.flow.processor.ListVariableUsage extends AbstractListNameUsage<VariableName> implements Serializable
- serialVersionUID:
- -6340700367008421185L
-
Class adams.flow.processor.ManageInteractiveActors extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- -3520719602643255362L
-
Serialized Fields
-
m_Enable
boolean m_Enable
whether to enable the interactive behaviour.
-
-
Class adams.flow.processor.ManageTimedActors extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- -3520719602643255362L
-
Serialized Fields
-
m_Enable
boolean m_Enable
whether to enable the interactive behaviour.
-
-
Class adams.flow.processor.MultiProcessor extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- 916259679452752997L
-
Serialized Fields
-
m_Processors
ActorProcessor[] m_Processors
the processors. -
m_Warnings
StringBuilder m_Warnings
the warnings.
-
-
Class adams.flow.processor.ReactivateActors extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- -8658024993875114313L
-
Class adams.flow.processor.RemoveAutogeneratedActors extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- -8658024993875114313L
-
Class adams.flow.processor.RemoveBreakpoints extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- -8658024993875114313L
-
Class adams.flow.processor.RemoveDisabledActors extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- 3045991817176858251L
-
Class adams.flow.processor.RemoveUnusedReferenceableActors extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- 737084782888325641L
-
Serialized Fields
-
m_DefinitionCount
NamedCounter m_DefinitionCount
the definition counter. -
m_ReferenceableActors
Map<String,Actor> m_ReferenceableActors
the referenceable actors. -
m_ReferenceCount
NamedCounter m_ReferenceCount
the usage counter.
-
-
Class adams.flow.processor.SwapObjects extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- -3031404150902143297L
-
Serialized Fields
-
m_Conversion
AbstractSwapObject m_Conversion
the swap conversion.
-
-
Class adams.flow.processor.UpdateCallableActorName extends AbstractNameUpdater<CallableActorReference> implements Serializable
- serialVersionUID:
- 3445744354536414039L
-
Class adams.flow.processor.UpdateEventName extends AbstractNameUpdater<EventReference> implements Serializable
- serialVersionUID:
- 7133896476260133469L
-
Class adams.flow.processor.UpdateStorageName extends AbstractNameUpdater<StorageName> implements Serializable
- serialVersionUID:
- -5355023022079902959L
-
Class adams.flow.processor.UpdateVariableName extends AbstractNameUpdater<VariableName> implements Serializable
- serialVersionUID:
- -5355023022079902959L
-
-
Package adams.flow.setup
-
Class adams.flow.setup.FlowSetup extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1802605995073395422L
-
Serialized Fields
-
m_Description
String m_Description
the description of the flow. -
m_File
FlowFile m_File
the flow file. -
m_Headless
boolean m_Headless
whether the execution is to be headless, i.e., no GUI components. -
m_LastActor
Actor m_LastActor
the last actor that was executed. -
m_Name
String m_Name
the name of the flow. -
m_OnError
String m_OnError
the name of the flow to execute when this one exits with an error. -
m_OnFinish
String m_OnFinish
the name of the flow to execute when this one finishes.
-
-
Class adams.flow.setup.FlowSetupManager extends Vector<FlowSetup> implements Serializable
- serialVersionUID:
- -571220451906124470L
-
Serialized Fields
-
m_ChangeListeners
HashSet<ChangeListener> m_ChangeListeners
the change listeners. -
m_Modified
boolean m_Modified
whether manager got modified. -
m_StatusMessageHandler
StatusMessageHandler m_StatusMessageHandler
the handler to use for displaying messages.
-
-
-
Package adams.flow.sink
-
Class adams.flow.sink.AbstractAppendableFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 1779528876252782006L
-
Serialized Fields
-
m_Append
boolean m_Append
whether to append or not.
-
-
Class adams.flow.sink.AbstractComponentDisplayPanel extends AbstractDisplayPanel implements Serializable
- serialVersionUID:
- -2404789994825903954L
-
Class adams.flow.sink.AbstractDbSink extends AbstractSink implements Serializable
- serialVersionUID:
- 705723276143220885L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.flow.sink.AbstractDisplay extends AbstractDisplay implements Serializable
- serialVersionUID:
- 8175993838879683118L
-
Class adams.flow.sink.AbstractDisplayPanel extends BasePanel implements Serializable
- serialVersionUID:
- -5927414957277106664L
-
Serialized Fields
-
m_PanelName
String m_PanelName
the name of the panel.
-
-
Class adams.flow.sink.AbstractFileWriter extends AbstractSink implements Serializable
- serialVersionUID:
- 3429427421208115104L
-
Serialized Fields
-
m_OutputFile
PlaceholderFile m_OutputFile
the output file.
-
-
Class adams.flow.sink.AbstractGraphicalDisplay extends AbstractDisplay implements Serializable
- serialVersionUID:
- -4882859296402745911L
-
Serialized Fields
-
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemFileClear
JMenuItem m_MenuItemFileClear
the "clear" menu item. -
m_MenuItemFileClose
JMenuItem m_MenuItemFileClose
the "exit" menu item. -
m_MenuItemFileSaveAs
JMenuItem m_MenuItemFileSaveAs
the "save as" menu item. -
m_MenuItemFileSaveTextAs
JMenuItem m_MenuItemFileSaveTextAs
the "save text as" menu item. -
m_MenuItemFlowPauseResume
JMenuItem m_MenuItemFlowPauseResume
the "pause/resume" menu item. -
m_MenuItemFlowStop
JMenuItem m_MenuItemFlowStop
the "stop" menu item. -
m_ShowFlowControlSubMenu
boolean m_ShowFlowControlSubMenu
whether to show flow control sub-menu. -
m_Writer
JComponentWriter m_Writer
the writer to use.
-
-
Class adams.flow.sink.AbstractGraphicsGenerator extends AbstractSink implements Serializable
- serialVersionUID:
- -3180921421553773745L
-
Serialized Fields
-
m_Component
JComponent m_Component
the component to create the screenshot from. -
m_Frame
BaseFrame m_Frame
the frame in use. -
m_Height
int m_Height
the height of the dialog. -
m_Output
PlaceholderFile m_Output
the file/dir to write to. -
m_Suffix
String m_Suffix
an optional suffix for the filename (before the extension). -
m_Title
String m_Title
the title of the dialog. -
m_Width
int m_Width
the width of the dialog. -
m_Writer
JComponentWriter m_Writer
the writer to use.
-
-
Class adams.flow.sink.AbstractScript extends AbstractSink implements Serializable
- serialVersionUID:
- -7675576575035608435L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.flow.sink.AbstractSink extends AbstractActor implements Serializable
- serialVersionUID:
- -6058445209436855028L
-
Class adams.flow.sink.AbstractTextAndComponentDisplayPanel extends AbstractDisplayPanel implements Serializable
- serialVersionUID:
- -2404789994825903954L
-
Class adams.flow.sink.AbstractTextDisplayPanel extends AbstractDisplayPanel implements Serializable
- serialVersionUID:
- 4636549254255374437L
-
Class adams.flow.sink.AbstractTextualDisplay extends AbstractDisplay implements Serializable
- serialVersionUID:
- 3852563073987265768L
-
Serialized Fields
-
m_AlwaysClear
boolean m_AlwaysClear
whether to always clear the display before a token is processed. -
m_Font
Font m_Font
the font to use. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemFileClear
JMenuItem m_MenuItemFileClear
the "clear" menu item. -
m_MenuItemFileClose
JMenuItem m_MenuItemFileClose
the "exit" menu item. -
m_MenuItemFileSaveAs
JMenuItem m_MenuItemFileSaveAs
the "save as" menu item. -
m_MenuItemFlowPauseResume
JMenuItem m_MenuItemFlowPauseResume
the "pause/resume" menu item. -
m_MenuItemFlowStop
JMenuItem m_MenuItemFlowStop
the "stop" menu item. -
m_ShowFlowControlSubMenu
boolean m_ShowFlowControlSubMenu
whether to show flow control sub-menu. -
m_Writer
AbstractTextWriter m_Writer
the text writer to use.
-
-
Class adams.flow.sink.AbstractWekaModelWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- -259222073894194923L
-
Class adams.flow.sink.ActualVsPredictedPlot extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -278662766780196125L
-
Serialized Fields
-
m_Actual
SpreadSheetColumnIndex m_Actual
the column with the actual values. -
m_ActualMax
double m_ActualMax
the maximum to use for the actual values (pos inf = no restriction). -
m_ActualMin
double m_ActualMin
the minimum to use for the actual values (neg inf = no restriction). -
m_Additional
SpreadSheetColumnRange m_Additional
the additional columns in the spreadsheet to add to the plot containers. -
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_CustomPaintlet
XYSequencePaintlet m_CustomPaintlet
the custom paintlet. -
m_Diameter
int m_Diameter
the diameter of the cross. -
m_Error
SpreadSheetColumnIndex m_Error
the column with the error values (optional). -
m_Limit
ActualVsPredictedPlot.LimitType m_Limit
the limit type. -
m_MetaDataColor
AbstractMetaDataColor m_MetaDataColor
for obtaining the color from the meta-data. -
m_Overlays
XYSequencePaintlet[] m_Overlays
the overlays to use. -
m_PlotName
String m_PlotName
the (optional) plot name. -
m_Predicted
SpreadSheetColumnIndex m_Predicted
the column with the predicted values. -
m_PredictedMax
double m_PredictedMax
the maximum to use for the predicted values (pos inf = no restriction). -
m_PredictedMin
double m_PredictedMin
the minimum to use for the predicted values (neg inf = no restriction). -
m_ShowSidePanel
boolean m_ShowSidePanel
whether to show the side panel. -
m_SwapAxes
boolean m_SwapAxes
whether to swap the axes. -
m_Title
String m_Title
the title. -
m_UseColumnNamesAsTitles
boolean m_UseColumnNamesAsTitles
whether to use the column names as axes titles. -
m_UseCustomPaintlet
boolean m_UseCustomPaintlet
whether to use a custom paintlet.
-
-
Class adams.flow.sink.ArrayDisplay extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -6836725942835326741L
-
Serialized Fields
-
m_Arrangement
ArrayDisplay.Arrangement m_Arrangement
how to display the array elements. -
m_DisplayPanels
List<DisplayPanel> m_DisplayPanels
the panels to display. -
m_NumCols
int m_NumCols
the number of columns to use (in case of GRID). -
m_PanelHeight
int m_PanelHeight
the height of the individual panels. -
m_PanelProvider
DisplayPanelProvider m_PanelProvider
the actor to use for generating panels. -
m_PanelWidth
int m_PanelWidth
the width of the individual panels.
-
-
Class adams.flow.sink.AutogeneratedSink extends Sequence implements Serializable
- serialVersionUID:
- 754684747726770598L
-
Class adams.flow.sink.BinaryFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 3613018887562327088L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.flow.sink.BoxPlot extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -8553869138965368551L
-
Serialized Fields
-
m_AttString
Range m_AttString
range of box plots to display, in string form -
m_BoxPlot
BoxPlotManager m_BoxPlot
panel to display on the actor -
m_Color
Color m_Color
Color to fill the box -
m_Fill
boolean m_Fill
Fill the box with color -
m_HeightPlot
int m_HeightPlot
height of plots to be drawn -
m_NumHorizontal
int m_NumHorizontal
Number of plots on each row -
m_SameAxis
boolean m_SameAxis
same axis for each box plot -
m_WidthAx
int m_WidthAx
same axis for each box plot -
m_WidthPlot
int m_WidthPlot
width of plots to be drawn
-
-
Class adams.flow.sink.Browser extends AbstractSink implements Serializable
- serialVersionUID:
- -3490495940421933008L
-
Serialized Fields
-
m_Executable
PlaceholderFile m_Executable
the custom executable.
-
-
Class adams.flow.sink.CallableSink extends AbstractCallableActor implements Serializable
- serialVersionUID:
- 4736661460553985100L
-
Class adams.flow.sink.Canvas extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -5501727620411611401L
-
Serialized Fields
-
m_BackgroundPaintlet
Paintlet m_BackgroundPaintlet
the background paintlet to use. -
m_Paintlet
DataPoolPaintlet m_Paintlet
the paintlet to use. -
m_PostProcessor
AbstractDataPoolPostProcessor m_PostProcessor
data pool post-processor.
-
-
Class adams.flow.sink.CloseInputStream extends AbstractSink implements Serializable
- serialVersionUID:
- -30335751330361445L
-
Class adams.flow.sink.CloseReader extends AbstractSink implements Serializable
- serialVersionUID:
- -30335751330361445L
-
Class adams.flow.sink.Console extends AbstractSink implements Serializable
- serialVersionUID:
- -4999663588509332995L
-
Serialized Fields
-
m_Prefix
String m_Prefix
a custom prefix.
-
-
Class adams.flow.sink.ContainerDisplay extends AbstractTextualDisplay implements Serializable
- serialVersionUID:
- 3247255046513744115L
-
Serialized Fields
-
m_Table
SpreadSheetTable m_Table
the table. -
m_TableModel
SpreadSheetTableModel m_TableModel
the table model.
-
-
Class adams.flow.sink.ControlChartPlot extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 3238389451500168650L
-
Serialized Fields
-
m_AxisX
AxisPanelOptions m_AxisX
the options for the X axis. -
m_AxisY
AxisPanelOptions m_AxisY
the options for the Y axis. -
m_Chart
ControlChart m_Chart
the chart algorithm to use. -
m_ChartName
String m_ChartName
the chart name. -
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_Counter
NamedCounter m_Counter
for keeping track of the tokens. -
m_LimitPaintlet
AbstractControlChartPaintlet m_LimitPaintlet
the paintlet to use for painting the limits. -
m_Limits
Limits m_Limits
the limits to use. -
m_MouseClickAction
MouseClickAction m_MouseClickAction
the mouse click action. -
m_Paintlet
AbstractControlChartPaintlet m_Paintlet
the paintlet to use for painting the chart data. -
m_PostProcessor
AbstractSequencePostProcessor m_PostProcessor
the post-processor for the sequences. -
m_SeparatorPaintlet
MarkerPaintlet m_SeparatorPaintlet
the paintlet to use for separating initialization data and subsequent data. -
m_Title
String m_Title
the title. -
m_ViolationFinder
ViolationFinder m_ViolationFinder
for locating violations.
-
-
Class adams.flow.sink.CopyCallableSink extends AbstractCopyCallableActor implements Serializable
- serialVersionUID:
- 4736661460553985100L
-
Class adams.flow.sink.Display extends AbstractTextualDisplay implements Serializable
- serialVersionUID:
- -3655490351179936332L
-
Serialized Fields
-
m_LineWrap
boolean m_LineWrap
use line wrap. -
m_MaxLines
int m_MaxLines
the maximum number of lines to keep. -
m_MenuItemEditCopy
JMenuItem m_MenuItemEditCopy
the copy menu item. -
m_MenuItemEditCut
JMenuItem m_MenuItemEditCut
the cut menu item. -
m_MenuItemEditFind
JMenuItem m_MenuItemEditFind
the find menu item. -
m_MenuItemEditFindNext
JMenuItem m_MenuItemEditFindNext
the find next menu item. -
m_MenuItemEditPaste
JMenuItem m_MenuItemEditPaste
the paste menu item. -
m_MenuItemEditRedo
JMenuItem m_MenuItemEditRedo
the redo menu item. -
m_MenuItemEditSelectAll
JMenuItem m_MenuItemEditSelectAll
the select all menu item. -
m_MenuItemEditUndo
JMenuItem m_MenuItemEditUndo
the undo menu item. -
m_MenuItemFilePrint
JMenuItem m_MenuItemFilePrint
the print menu item. -
m_MenuItemViewFont
JMenuItem m_MenuItemViewFont
the font menu item. -
m_MenuItemViewLineWrap
JMenuItem m_MenuItemViewLineWrap
the line wrap menu item. -
m_MenuItemViewWrapStyleWord
JMenuItem m_MenuItemViewWrapStyleWord
the word wrap style menu item. -
m_WrapStyleWord
boolean m_WrapStyleWord
use word wrap style.
-
-
Class adams.flow.sink.DisplayPanelGrid extends AbstractDisplay implements Serializable
- serialVersionUID:
- -8176623753237046447L
-
Serialized Fields
-
m_DisplayPanels
List<DisplayPanel> m_DisplayPanels
the panels to display. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemFileClose
JMenuItem m_MenuItemFileClose
the "exit" menu item. -
m_MenuItemFileSaveAs
JMenuItem m_MenuItemFileSaveAs
the "save as" menu item. -
m_MenuItemFlowPauseResume
JMenuItem m_MenuItemFlowPauseResume
the "pause/resume" menu item. -
m_MenuItemFlowStop
JMenuItem m_MenuItemFlowStop
the "stop" menu item. -
m_NumColumns
int m_NumColumns
the number of columns to use. -
m_PanelGrid
AdjustableGridPanel m_PanelGrid
for displaying the panels. -
m_PanelHeight
int m_PanelHeight
the height of the individual panels. -
m_PanelProvider
DisplayPanelProvider m_PanelProvider
the actor to use for generating panels. -
m_PanelWidth
int m_PanelWidth
the width of the individual panels. -
m_ShowFlowControlSubMenu
boolean m_ShowFlowControlSubMenu
whether to show flow control sub-menu. -
m_TitleVariable
VariableNameNoUpdate m_TitleVariable
the variable to use for naming the entries.
-
-
Class adams.flow.sink.DisplayPanelManager extends AbstractDisplay implements Serializable
- serialVersionUID:
- 3365817040968234289L
-
Serialized Fields
-
m_AllowMerge
boolean m_AllowMerge
whether to allow merging of panel content. -
m_AllowSearch
boolean m_AllowSearch
whether to allow searching. -
m_CurrentCount
int m_CurrentCount
the current count of tokens. -
m_CurrentPanel
DisplayPanel m_CurrentPanel
the current panel, if any. -
m_DividerLocation
int m_DividerLocation
the position for the left divider. -
m_EntryNameVariable
VariableNameNoUpdate m_EntryNameVariable
the variable to use for naming the entries. -
m_HistoryPanel
DisplayPanelManager.HistorySplitPanel m_HistoryPanel
the history panel. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemFileClear
JMenuItem m_MenuItemFileClear
the "clear" menu item. -
m_MenuItemFileClose
JMenuItem m_MenuItemFileClose
the "exit" menu item. -
m_MenuItemFileSaveAs
JMenuItem m_MenuItemFileSaveAs
the "save as" menu item. -
m_MenuItemFlowPauseResume
JMenuItem m_MenuItemFlowPauseResume
the "pause/resume" menu item. -
m_MenuItemFlowStop
JMenuItem m_MenuItemFlowStop
the "stop" menu item. -
m_NumTokens
int m_NumTokens
the number of tokens to accept for a single panel. -
m_PanelProvider
DisplayPanelProvider m_PanelProvider
the actor to use for generating panels. -
m_ShowFlowControlSubMenu
boolean m_ShowFlowControlSubMenu
whether to show flow control sub-menu.
-
-
Class adams.flow.sink.DisplayPanelManager.DisplayPanelHistoryPanel extends AbstractNamedHistoryPanel<DisplayPanel> implements Serializable
- serialVersionUID:
- 1704390033157269580L
-
Serialized Fields
-
m_Panel
BasePanel m_Panel
the panel to display the results in.
-
-
Class adams.flow.sink.DisplayPanelManager.HistorySplitPanel extends BasePanel implements Serializable
- serialVersionUID:
- 5121061351955687610L
-
Serialized Fields
-
m_Format
SimpleDateFormat m_Format
the format for the dates. -
m_History
DisplayPanelManager.DisplayPanelHistoryPanel m_History
the history panel. -
m_Owner
DisplayPanelManager m_Owner
the owning DisplayPanelDisplay component. -
m_Panel
BasePanel m_Panel
the actual panel for displaying the other panels. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane for the components. -
m_StatusBar
BaseStatusBar m_StatusBar
the status bar.
-
-
Class adams.flow.sink.DOMDisplay extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 680299970232233254L
-
Serialized Fields
-
m_Expand
boolean m_Expand
whether to fully expand the tree. -
m_Preview
boolean m_Preview
whether to offer preview. -
m_SplitterPosition
int m_SplitterPosition
the position of the splitter. -
m_Tree
DOMTreeWithPreview m_Tree
the tree displaying the DOM object.
-
-
Class adams.flow.sink.DownloadFile extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 8688918591152139449L
-
Serialized Fields
-
m_BufferSize
int m_BufferSize
the buffer size to use.
-
-
Class adams.flow.sink.DumpFile extends AbstractAppendableFileWriter implements Serializable
- serialVersionUID:
- -366362262032858011L
-
Serialized Fields
-
m_AttemptInterval
int m_AttemptInterval
the interval between attempts. -
m_Buffer
List<String> m_Buffer
the buffer. -
m_BufferSize
int m_BufferSize
the size of the buffer. -
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_NumAttempts
int m_NumAttempts
the number of tries for writing the data. -
m_Writing
boolean m_Writing
whether currently writing to disk.
-
-
Class adams.flow.sink.EmailFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 393925191813730213L
-
Serialized Fields
-
m_Writer
EmailFileWriter m_Writer
the writer to use.
-
-
Class adams.flow.sink.EmailViewer extends AbstractTextualDisplay implements Serializable
- serialVersionUID:
- 1523870513962160664L
-
Serialized Fields
-
m_EmailPanel
DisplayEmailPanel m_EmailPanel
the panel with the image.
-
-
Class adams.flow.sink.EnQueue extends AbstractSink implements Serializable
- serialVersionUID:
- -2091772083812307932L
-
Serialized Fields
-
m_RetrievalDelay
long m_RetrievalDelay
the retrieval delay in msecs. -
m_StorageName
StorageName m_StorageName
the name of the queue in the internal storage.
-
-
Class adams.flow.sink.Exec extends AbstractSink implements Serializable
- serialVersionUID:
- -5040421332565191432L
-
Serialized Fields
-
m_Command
BaseText m_Command
the command to run. -
m_Conversion
ConversionToString m_Conversion
the conversion scheme to turn the input into strings. -
m_Delimiter
String m_Delimiter
the string to forward to the process after each token. -
m_EnvVars
BaseKeyValuePair[] m_EnvVars
environment variables. -
m_FinishedSignal
String m_FinishedSignal
the string to signal the process that flow has finished. -
m_Process
Process m_Process
the process to pipe the data in. -
m_Stderr
OutputProcessStream m_Stderr
for outputting stderr of the process. -
m_Stdout
OutputProcessStream m_Stdout
for outputting stdout of the process. -
m_WorkingDirectory
String m_WorkingDirectory
the current working directory. -
m_Writer
BufferedWriter m_Writer
for writing to stdin of the process.
-
-
Class adams.flow.sink.ExternalSink extends AbstractExternalActor implements Serializable
- serialVersionUID:
- -4660083195948820895L
-
Class adams.flow.sink.FileBrowser extends AbstractSink implements Serializable
- serialVersionUID:
- -8844911111160254384L
-
Class adams.flow.sink.FilePreview extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 1523870513962160664L
-
Serialized Fields
-
m_Preview
ContentHandler m_Preview
the width of the image properties. -
m_PreviewPanel
PreviewPanel m_PreviewPanel
the panel with the preview. -
m_UseCustomPreview
boolean m_UseCustomPreview
whether to use a custom preview. -
m_WrapperPanel
BasePanel m_WrapperPanel
the wrapper panel.
-
-
Class adams.flow.sink.FilePreview.FilePreviewDisplayPanel extends AbstractComponentDisplayPanel implements Serializable
- serialVersionUID:
- -3054275069984068238L
-
Serialized Fields
-
m_Owner
FilePreview m_Owner
the owner. -
m_PreviewPanel
PreviewPanel m_PreviewPanel
for displaying the file.
-
-
Class adams.flow.sink.FlowDisplay extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -4848073007226064084L
-
Serialized Fields
-
m_Tree
Tree m_Tree
the tree used for displaying the actor.
-
-
Class adams.flow.sink.FlowFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 2859778244702202261L
-
Serialized Fields
-
m_CustomWriter
FlowWriter m_CustomWriter
the custom writer to use. -
m_UseCustomWriter
boolean m_UseCustomWriter
whether to use a custom writer.
-
-
Class adams.flow.sink.FourInOneDisplay extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -5847391335658516849L
-
Serialized Fields
-
m_Act
String m_Act
the 0-based index of the actual attribute. -
m_HistogramOptions
HistogramOptions m_HistogramOptions
Options for the histogram -
m_NormalPlotOptions
NormalPlotOptions m_NormalPlotOptions
options for the normal plot -
m_Plot
FourInOne m_Plot
panel to display the actor -
m_pred
String m_pred
the 0-based index of the predicted attribute. -
m_VersusFitOptions
VersusFitOptions m_VersusFitOptions
Options for the vs fit -
m_VersusOrderOptions
VersusOrderOptions m_VersusOrderOptions
Options for the vs order
-
-
Class adams.flow.sink.Groovy extends AbstractGroovyActor implements Serializable
- serialVersionUID:
- 5360147041845774712L
-
Serialized Fields
-
m_InputToken
Token m_InputToken
the current input token.
-
-
Class adams.flow.sink.Histogram extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 8145699633341614296L
-
Serialized Fields
-
m_DataName
String m_DataName
the name for the data. -
m_Index
Index m_Index
the attribute index, in case of Instances. -
m_Options
HistogramOptions m_Options
the histogram options themselves.
-
-
Class adams.flow.sink.HistoryDisplay extends AbstractTextualDisplay implements Serializable
- serialVersionUID:
- 3365817040968234289L
-
Serialized Fields
-
m_AllowMerge
boolean m_AllowMerge
whether to allow merging of panel content. -
m_AllowSearch
boolean m_AllowSearch
whether to allow searching. -
m_CaretAtStart
boolean m_CaretAtStart
whether to position the caret by default at the start or at the end. -
m_CurrentCount
int m_CurrentCount
the current count of tokens. -
m_EntryNameVariable
VariableNameNoUpdate m_EntryNameVariable
the variable to use for naming the entries. -
m_HistoryPanel
HistoryDisplay.HistorySplitPanel m_HistoryPanel
the history panel. -
m_LineWrap
boolean m_LineWrap
use line wrap. -
m_MenuItemEditCopy
JMenuItem m_MenuItemEditCopy
the copy menu item. -
m_MenuItemEditSelectAll
JMenuItem m_MenuItemEditSelectAll
the select all menu item. -
m_MenuItemFilePrint
JMenuItem m_MenuItemFilePrint
the print menu item. -
m_MenuItemViewCaret
JCheckBoxMenuItem m_MenuItemViewCaret
the "caret position" menu item. -
m_MenuItemViewFont
JMenuItem m_MenuItemViewFont
the font menu item. -
m_MenuItemViewLineWrap
JMenuItem m_MenuItemViewLineWrap
the line wrap menu item. -
m_MenuItemViewWrapStyleWord
JMenuItem m_MenuItemViewWrapStyleWord
the word wrap style menu item. -
m_NumTokens
int m_NumTokens
the number of tokens to accept for a single entry. -
m_WrapStyleWord
boolean m_WrapStyleWord
use word wrap style.
-
-
Class adams.flow.sink.HistoryDisplay.HistorySplitPanel extends BasePanel implements Serializable
- serialVersionUID:
- 5121061351955687610L
-
Serialized Fields
-
m_Format
SimpleDateFormat m_Format
the format for the dates. -
m_History
BufferHistoryPanel m_History
the history panel. -
m_Owner
HistoryDisplay m_Owner
the owning HistoryDisplay component. -
m_SplitPane
JSplitPane m_SplitPane
the split pane for the components. -
m_StatusBar
BaseStatusBar m_StatusBar
the status bar. -
m_TextPanel
TextEditorPanel m_TextPanel
the actual text area.
-
-
Class adams.flow.sink.Html4Display extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -9623335130679482L
-
Serialized Fields
-
m_CSS
BaseString[] m_CSS
the CSS style sheet rules.
-
-
Class adams.flow.sink.ImageFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 1824012225640852716L
-
Serialized Fields
-
m_Writer
ImageWriter m_Writer
the writer to use.
-
-
Class adams.flow.sink.ImageHistogram extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -724041933659541058L
-
Class adams.flow.sink.ImageSegmentationFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 7466006970025235243L
-
Serialized Fields
-
m_Writer
ImageSegmentationAnnotationWriter m_Writer
the image writer to use.
-
-
Class adams.flow.sink.ImageSegmentationViewer extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 2969826320438810202L
-
Serialized Fields
-
m_Alpha
float m_Alpha
the alpha value. -
m_BestFit
boolean m_BestFit
whether to use best fit. -
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_Labels
BaseString[] m_Labels
the labels to use. -
m_LayerVisibility
SegmentationPanel.LayerVisibility m_LayerVisibility
what layers to have visible (when using separate layers). -
m_LeftDividerLocation
int m_LeftDividerLocation
the position for the left divider. -
m_PanelSegmentation
SegmentationPanel m_PanelSegmentation
the panel. -
m_UseSeparateLayers
boolean m_UseSeparateLayers
whether to use separate layers. -
m_Zoom
double m_Zoom
the zoom level.
-
-
Class adams.flow.sink.ImageSegmentationViewer.ImageSegmentationViewerDisplayPanel extends AbstractComponentDisplayPanel implements Serializable
- serialVersionUID:
- -3054275069984068238L
-
Serialized Fields
-
m_Owner
ImageSegmentationViewer m_Owner
the owner. -
m_PanelSegmentation
SegmentationPanel m_PanelSegmentation
for displaying the image.
-
-
Class adams.flow.sink.ImageViewer extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 1523870513962160664L
-
Serialized Fields
-
m_BackgroundColor
Color m_BackgroundColor
the background color. -
m_ImageOverlay
ImageOverlay m_ImageOverlay
the image overlay to use. -
m_ImagePanel
ImagePanel m_ImagePanel
the panel with the image. -
m_LeftClickProcessor
AbstractLeftClickProcessor m_LeftClickProcessor
the click processor to apply. -
m_PropertiesWidth
int m_PropertiesWidth
the width of the image properties. -
m_SelectionProcessor
SelectionProcessor m_SelectionProcessor
the selection processor to apply. -
m_SelectionShapePainter
SelectionShapePainter m_SelectionShapePainter
the painter for the selection shape. -
m_ShowProperties
boolean m_ShowProperties
whether to display the image properties. -
m_Zoom
double m_Zoom
the zoom level.
-
-
Class adams.flow.sink.ImageViewer.ImageViewerDisplayPanel extends AbstractComponentDisplayPanel implements Serializable
- serialVersionUID:
- -3054275069984068238L
-
Serialized Fields
-
m_ImagePanel
ImagePanel m_ImagePanel
for displaying the image. -
m_Owner
ImageViewer m_Owner
the owner.
-
-
Class adams.flow.sink.InactiveSink extends Sequence implements Serializable
- serialVersionUID:
- 754684747726770598L
-
Class adams.flow.sink.IncludeExternalSink extends AbstractIncludeExternalActor implements Serializable
- serialVersionUID:
- 2164366881337723272L
-
Class adams.flow.sink.IndexedSplitsRunsWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 2274110475414023349L
-
Serialized Fields
-
m_Writer
AbstractIndexedSplitsRunsWriter m_Writer
the writer to use.
-
-
Class adams.flow.sink.InformationDialog extends AbstractSink implements Serializable
- serialVersionUID:
- 7328202591440471083L
-
Serialized Fields
-
m_Title
String m_Title
the title to use.
-
-
Class adams.flow.sink.JavaLogging extends AbstractSink implements Serializable
- serialVersionUID:
- -1648317940295223673L
-
Serialized Fields
-
m_LoggerLevel
LoggingLevel m_LoggerLevel
the logger level. -
m_LoggerName
String m_LoggerName
the logger name.
-
-
Class adams.flow.sink.JFreeChartFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- -2648121220428217287L
-
Serialized Fields
-
m_Chart
AbstractChartGenerator m_Chart
the chart generator. -
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for generating the colors (if more than one series). -
m_Dataset
AbstractDatasetGenerator m_Dataset
the dataset generator. -
m_DiagonalColor
Color m_DiagonalColor
the color for the diagonal plot. -
m_Height
int m_Height
the height of the plot. -
m_PlotColor
Color m_PlotColor
the color for the plot. -
m_Shape
AbstractShapeGenerator m_Shape
the shape generator. -
m_Width
int m_Width
the width of the plot. -
m_Writer
ImageWriter m_Writer
the image writer to use.
-
-
Class adams.flow.sink.JFreeChartPlot extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -2648121220428217287L
-
Serialized Fields
-
m_Chart
AbstractChartGenerator m_Chart
the chart generator. -
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for generating the colors (if more than one series). -
m_Dataset
AbstractDatasetGenerator m_Dataset
the dataset generator. -
m_DiagonalColor
Color m_DiagonalColor
the color for the diagonal plot. -
m_JFreeChart
org.jfree.chart.JFreeChart m_JFreeChart
the generated chart. -
m_PlotColor
Color m_PlotColor
the color for the plot. -
m_PlotPanel
org.jfree.chart.ChartPanel m_PlotPanel
the chart panel. -
m_Shape
AbstractShapeGenerator m_Shape
the shape generator.
-
-
Class adams.flow.sink.JsonDisplay extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 680299970232233254L
-
Serialized Fields
-
m_Expand
boolean m_Expand
whether to fully expand the tree. -
m_Preview
boolean m_Preview
whether to offer preview. -
m_SortKeys
boolean m_SortKeys
whether to sort the keys ofJSONObject
objects. -
m_Tree
JsonSupporter m_Tree
the tree displaying the JSON object.
-
-
Class adams.flow.sink.JsonFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 3613018887562327088L
-
Serialized Fields
-
m_PrettyPrinting
boolean m_PrettyPrinting
whether to use pretty-printing.
-
-
Class adams.flow.sink.LargeObjectDbWriter extends AbstractDbSink implements Serializable
- serialVersionUID:
- -2679737280146743263L
-
Serialized Fields
-
m_BlobConversion
Conversion m_BlobConversion
the conversion to use blobs. -
m_Query
SQLStatement m_Query
the SQL statement to execute. -
m_Type
LargeObjectType m_Type
the type of object to read.
-
-
Class adams.flow.sink.LogDumper extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 2371387253627286951L
-
Serialized Fields
-
m_LoggingStarted
boolean m_LoggingStarted
whether the log file has been started.
-
-
Class adams.flow.sink.Logger extends AbstractSink implements Serializable
- serialVersionUID:
- 1862024453539320530L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.flow.sink.LogViewer extends AbstractDisplay implements Serializable
- serialVersionUID:
- -1980631598893105134L
-
Serialized Fields
-
m_ButtonDisplay
BaseButton m_ButtonDisplay
the button for displaying the message details. -
m_ButtonSave
BaseButton m_ButtonSave
the button for saving the selected entries (or all if none selected). -
m_Dialog
AbstractLogEntryDialog m_Dialog
the dialog for displaying the message details. -
m_Dialogs
ArrayList<BaseDialog> m_Dialogs
the dialogs displayed so far. -
m_TableEntries
BaseTableWithButtons m_TableEntries
the table with the entries.
-
-
Class adams.flow.sink.Mat5FileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- -8591674945816266514L
-
Class adams.flow.sink.MatrixPlot extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -679565614211767555L
-
Serialized Fields
-
m_Overlays
AbstractScatterPlotOverlay[] m_Overlays
Array of overlays for each scatterplot -
m_Paintlet
AbstractScatterPlotPaintlet m_Paintlet
Paintlet for plotting the data on each scatter plot -
m_Percent
int m_Percent
Percentage of sample for subsample -
m_Plot
Matrix m_Plot
matrix to display -
m_PlotSize
int m_PlotSize
Size of each scatterplot
-
-
Class adams.flow.sink.MenuItem extends AbstractSink implements Serializable
- serialVersionUID:
- -4210882711380055794L
-
Serialized Fields
-
m_MenuItem
AbstractBasicMenuItemDefinition m_MenuItem
the menu item to executre.
-
-
Class adams.flow.sink.MergeFiles extends AbstractFileWriter implements Serializable
- serialVersionUID:
- -6717503477934358351L
-
Class adams.flow.sink.NotesWriter extends AbstractSink implements Serializable
- serialVersionUID:
- -4977041692875774457L
-
Serialized Fields
-
m_Generator
AbstractIDGenerator m_Generator
the ID generator to use. -
m_OutputAll
boolean m_OutputAll
whether to output everything. -
m_OutputDatabaseID
boolean m_OutputDatabaseID
whether to include the database ID as well in the text file. -
m_OutputDir
PlaceholderDirectory m_OutputDir
the output directory. -
m_OutputErrors
boolean m_OutputErrors
whether to output the errors. -
m_OutputProcessInformation
boolean m_OutputProcessInformation
whether to output the process information. -
m_OutputWarnings
boolean m_OutputWarnings
whether to output the warnings. -
m_Suffix
String m_Suffix
the suffix for the filename (before the ".txt" extension).
-
-
Class adams.flow.sink.Null extends AbstractSink implements Serializable
- serialVersionUID:
- -2091772083812307932L
-
Class adams.flow.sink.ObjectPreview extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 1523870513962160664L
-
Serialized Fields
-
m_Preview
ObjectContentHandler m_Preview
the width of the image properties. -
m_PreviewPanel
PreviewPanel m_PreviewPanel
the panel with the preview. -
m_UseCustomPreview
boolean m_UseCustomPreview
whether to use a custom preview. -
m_WrapperPanel
BasePanel m_WrapperPanel
the wrapper panel.
-
-
Class adams.flow.sink.ObjectPreview.FilePreviewDisplayPanel extends AbstractComponentDisplayPanel implements Serializable
- serialVersionUID:
- -3054275069984068238L
-
Serialized Fields
-
m_Owner
ObjectPreview m_Owner
the owner. -
m_PreviewPanel
PreviewPanel m_PreviewPanel
for displaying the file.
-
-
Class adams.flow.sink.ObjectViewer extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -4330116680525525368L
-
Class adams.flow.sink.OpenFile extends AbstractSink implements Serializable
- serialVersionUID:
- -2091772083812307932L
-
Class adams.flow.sink.PasteFiles extends AbstractFileWriter implements Serializable
- serialVersionUID:
- -6717503477934358351L
-
Serialized Fields
-
m_Delimiter
String m_Delimiter
the delimiter to use.
-
-
Class adams.flow.sink.PDFCloseDocument extends AbstractSink implements Serializable
- serialVersionUID:
- -2109045804559210164L
-
Class adams.flow.sink.PDFViewer extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 1523870513962160664L
-
Serialized Fields
-
m_PDFPanel
PDFPanel m_PDFPanel
the panel with the PDF. -
m_Zoom
double m_Zoom
the zoom level.
-
-
Class adams.flow.sink.PlotContainerSink extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 3238389451500168650L
-
Serialized Fields
-
m_Comparator
PlotContainerSink.DoubleComparator m_Comparator
the comparator to use. -
m_SpreadSheet
SpreadSheet m_SpreadSheet
stores the content of the plot containers. -
m_TokenCounts
NamedCounter m_TokenCounts
for keeping track of the number of tokens being added for a specific sequence, in case the X value is undefined (seqname - count relation). -
m_Writer
SpreadSheetWriter m_Writer
the writer to use.
-
-
Class adams.flow.sink.PlotContainerSink.DoubleComparator extends Object implements Serializable
- serialVersionUID:
- 4012515986361784010L
-
Class adams.flow.sink.ProbabilityPlotDisplay extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -1500480091045045663L
-
Serialized Fields
-
m_Att
BaseRegExp m_Att
name of attribute to display -
m_AttIndex
String m_AttIndex
Index of attribute to display -
m_Grid
boolean m_Grid
Whether a grid overlay is drawn -
m_Plot
ProbabilityPlot m_Plot
Probability plot to display -
m_Regression
boolean m_Regression
Whether a best regression line is drawn -
m_Val
AbstractProbabilityPaintlet m_Val
Paintlet for plotting the data
-
-
Class adams.flow.sink.ProgrammaticSink extends AbstractSink implements Serializable
- serialVersionUID:
- -5521515998670431523L
-
Serialized Fields
-
m_TokenListeners
HashSet<TokenListener> m_TokenListeners
the listeners to use.
-
-
Class adams.flow.sink.ProgressBar extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -4075776040257181463L
-
Serialized Fields
-
m_Background
Color m_Background
the background color. -
m_Bar
Color m_Bar
the color of the bar. -
m_Font
Font m_Font
the font to use. -
m_Foreground
Color m_Foreground
the foreground color. -
m_Format
DecimalFormatString m_Format
the format of the current value. -
m_Maximum
double m_Maximum
the maximum of the progress bar. -
m_Minimum
double m_Minimum
the minimum of the progress bar. -
m_PanelProgress
ProgressBar.ProgressBarPanel m_PanelProgress
the progress bar. -
m_Prefix
String m_Prefix
the prefix. -
m_ShowStopButton
boolean m_ShowStopButton
whether to display a stop button. -
m_Suffix
String m_Suffix
the suffix. -
m_Title
String m_Title
the title. -
m_TitleFont
Font m_TitleFont
the font to use for the title.
-
-
Class adams.flow.sink.ProgressBar.ProgressBarPanel extends BasePanel implements Serializable
- serialVersionUID:
- -8123047909195552460L
-
Serialized Fields
-
m_Current
double m_Current
the current value. -
m_Owner
ProgressBar m_Owner
the owner.
-
-
Class adams.flow.sink.PropertiesDisplay extends AbstractTextualDisplay implements Serializable
- serialVersionUID:
- 680299970232233254L
-
Serialized Fields
-
m_Model
PropertiesTableModel m_Model
the table model for the propeties. -
m_PanelSearch
SearchPanel m_PanelSearch
the search panel. -
m_Table
SortableAndSearchableTable m_Table
the table for displaying the properties.
-
-
Class adams.flow.sink.PropertiesFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 3613018887562327088L
-
Class adams.flow.sink.Publish extends AbstractSink implements Serializable
- serialVersionUID:
- 4937955990183019341L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the publish/subscribe data structure in the internal storage.
-
-
Class adams.flow.sink.PyroSink extends AbstractSink implements Serializable
- serialVersionUID:
- -1719389733948167820L
-
Serialized Fields
-
m_Call
AbstractPyroSink m_Call
the pyro call to use.
-
-
Class adams.flow.sink.RemoteCommandWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- -4210882711380055794L
-
Serialized Fields
-
m_CommandProcessor
RemoteCommandProcessor m_CommandProcessor
the command processor.
-
-
Class adams.flow.sink.ReportDisplay extends AbstractTextualDisplay implements Serializable
- serialVersionUID:
- 934663436062863370L
-
Serialized Fields
-
m_EntryNameVariable
VariableNameNoUpdate m_EntryNameVariable
the variable to use for naming the entries. -
m_Panel
ReportFactory.Panel m_Panel
the panel. -
m_ReportSelected
boolean m_ReportSelected
whether a report has been selected. -
m_SearchPanel
SearchPanel m_SearchPanel
the search panel.
-
-
Class adams.flow.sink.ScatterDisplay extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -1985415728904099274L
-
Serialized Fields
-
m_ColorAttribute
String m_ColorAttribute
the 1-based index of the color attribute. -
m_ColorAttributeName
BaseRegExp m_ColorAttributeName
String for setting color attribute using regular expression -
m_MouseClickAction
MouseClickAction m_MouseClickAction
the mouse click action. -
m_Overlays
AbstractScatterPlotOverlay[] m_Overlays
Array containing scatter plot overlays -
m_Paintlet
AbstractScatterPlotPaintlet m_Paintlet
Paintlet to draw original data with -
m_ScatterPlot
ScatterPlot m_ScatterPlot
scatter panel to display using the actor -
m_XAttribute
String m_XAttribute
the 0-based index of the X attribute. -
m_XAttributeName
BaseRegExp m_XAttributeName
String for setting x attribute using regular expression -
m_YAttribute
String m_YAttribute
the 1-based index of the Y attribute. -
m_YAttributeName
BaseRegExp m_YAttributeName
String for setting y attribute using regular expression
-
-
Class adams.flow.sink.Screenshot extends AbstractGraphicsGenerator implements Serializable
- serialVersionUID:
- 4613925594824175758L
-
Serialized Fields
-
m_Counter
int m_Counter
the counter for the screenshots. -
m_FilenamePrefix
String m_FilenamePrefix
the prefix for the auto-generated filename. -
m_FilenameVariable
VariableName m_FilenameVariable
the variable to use as filename. -
m_PanelProvider
DisplayPanelProvider m_PanelProvider
the actor to use for generating panels.
-
-
Class adams.flow.sink.Scripted extends AbstractScriptingHandlerActor implements Serializable
- serialVersionUID:
- 5360147041845774712L
-
Serialized Fields
-
m_InputToken
Token m_InputToken
the current input token.
-
-
Class adams.flow.sink.SendEmail extends AbstractSink implements Serializable
- serialVersionUID:
- -5959868605503747649L
-
Serialized Fields
-
m_Queue
boolean m_Queue
whether to queue the emails rather than waiting for sending to finish. -
m_SendEmail
AbstractSendEmail m_SendEmail
for sending the emails. -
m_Sending
List<SwingWorker> m_Sending
the emails still to send.
-
-
Class adams.flow.sink.SendNotification extends AbstractSink implements Serializable
- serialVersionUID:
- -6950814088784589202L
-
Serialized Fields
-
m_Notification
AbstractNotification m_Notification
the notification to use.
-
-
Class adams.flow.sink.SendRemoteCommand extends AbstractSink implements Serializable
- serialVersionUID:
- -4210882711380055794L
-
Serialized Fields
-
m_CommandProcessor
RemoteCommandProcessor m_CommandProcessor
the processor. -
m_Connection
Connection m_Connection
the connection. -
m_StoreUnsuccessful
boolean m_StoreUnsuccessful
whether to save unsuccessful remote commands to disk. -
m_UnsuccessfulDir
PlaceholderDirectory m_UnsuccessfulDir
the directory for the unsuccessful remote commands.
-
-
Class adams.flow.sink.SequencePlotter extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 3238389451500168650L
-
Serialized Fields
-
m_AdjustToVisibleData
boolean m_AdjustToVisibleData
whether to adjust to visible or loaded data. -
m_AxisX
AxisPanelOptions m_AxisX
the options for the X axis. -
m_AxisY
AxisPanelOptions m_AxisY
the options for the Y axis. -
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_ComparisonType
XYSequencePointComparator.Comparison m_ComparisonType
the comparison to use for the X/Y points. -
m_Counter
NamedCounter m_Counter
for keeping track of the tokens. -
m_ErrorPaintlet
AbstractErrorPaintlet m_ErrorPaintlet
the paintlet to use for painting errors. -
m_MarkerPaintlet
MarkerPaintlet m_MarkerPaintlet
the paintlet to use for painting markers. -
m_MetaDataKey
String m_MetaDataKey
an optional meta-data key to use in the comparison of the data points. -
m_MouseClickAction
MouseClickAction m_MouseClickAction
the mouse click action. -
m_NoToolTips
boolean m_NoToolTips
whether to suppress the tooltips. -
m_OutputFile
PlaceholderFile m_OutputFile
the file to save the plot containers to. -
m_OverlayColorProvider
ColorProvider m_OverlayColorProvider
the color provider to use for the overlays. -
m_OverlayPaintlet
XYSequencePaintlet m_OverlayPaintlet
the overlay paintlet to use for painting the overlays. -
m_Paintlet
XYSequencePaintlet m_Paintlet
the paintlet to use for painting the XY data. -
m_PlotUpdater
AbstractPlotUpdater m_PlotUpdater
the plot updater to use. -
m_PostProcessor
AbstractSequencePostProcessor m_PostProcessor
the post-processor for the sequences. -
m_ShowSidePanel
boolean m_ShowSidePanel
whether to show the side panel. -
m_SidePanelWidth
int m_SidePanelWidth
the width of the side panel. -
m_Title
String m_Title
the title. -
m_UseOutputFile
Boolean m_UseOutputFile
whether to use an output file.
-
-
Class adams.flow.sink.Serialize extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 3282341894400972003L
-
Serialized Fields
-
m_Writer
AbstractObjectWriter m_Writer
the object writer to use.
-
-
Class adams.flow.sink.SideBySideDiff extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 1523870513962160664L
-
Serialized Fields
-
m_SideBySideDiffPanel
SideBySideDiffPanel m_SideBySideDiffPanel
the panel with the image.
-
-
Class adams.flow.sink.SimpleLogging extends AbstractSink implements Serializable
- serialVersionUID:
- -3070359929264727637L
-
Serialized Fields
-
m_CustomRenderer
TextRenderer m_CustomRenderer
the custom renderer to use. -
m_Format
SimpleFormat m_Format
the formatter to use. -
m_Output
SimpleOutput m_Output
the output to use. -
m_UseCustomRenderer
boolean m_UseCustomRenderer
whether to use a custom text renderer.
-
-
Class adams.flow.sink.SimplePlot extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 3238389451500168650L
-
Serialized Fields
-
m_AxisX
AxisPanelOptions m_AxisX
the options for the X axis. -
m_AxisY
AxisPanelOptions m_AxisY
the options for the Y axis. -
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_Counter
NamedCounter m_Counter
for keeping track of the tokens. -
m_MouseClickAction
MouseClickAction m_MouseClickAction
the mouse click action. -
m_NoToolTips
boolean m_NoToolTips
whether to suppress the tooltips. -
m_OutputFile
PlaceholderFile m_OutputFile
the file to save the plot containers to. -
m_OverlayPaintlet
XYSequencePaintlet m_OverlayPaintlet
the overlay paintlet to use for painting the overlays. -
m_Paintlet
XYSequencePaintlet m_Paintlet
the paintlet to use for painting the XY data. -
m_PlotUpdater
AbstractPlotUpdater m_PlotUpdater
the plot updater to use. -
m_ShowSidePanel
boolean m_ShowSidePanel
whether to show the side panel. -
m_Title
String m_Title
the title. -
m_UseOutputFile
Boolean m_UseOutputFile
whether to use an output file.
-
-
Class adams.flow.sink.Socket extends AbstractSink implements Serializable
- serialVersionUID:
- 6275418140787412381L
-
Serialized Fields
-
m_Address
BaseHostname m_Address
the address to open. -
m_CloseAfterSend
boolean m_CloseAfterSend
whether to close the socket after sending data. -
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.flow.sink.SpreadSheetDbWriter extends AbstractSink implements Serializable
- serialVersionUID:
- 393925191813730213L
-
Serialized Fields
-
m_BatchSize
int m_BatchSize
the batch size. -
m_ColumnNameConversion
ColumnNameConversion m_ColumnNameConversion
the column name conversion. -
m_ColumnNames
String[] m_ColumnNames
the column names (shortened, disambiguated). -
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection. -
m_MaxColumnLength
int m_MaxColumnLength
the maximum length for column names. -
m_MaxStringLength
int m_MaxStringLength
the maximum length for strings. -
m_StringColumnSQL
String m_StringColumnSQL
the SQL type for string columns. -
m_Table
String m_Table
the table to write the data to. -
m_TypeMapper
AbstractTypeMapper m_TypeMapper
the type mapper to use. -
m_Types
Cell.ContentType[] m_Types
the type used for the table. -
m_Writer
Writer m_Writer
the writer for writing the data to the database.
-
-
Class adams.flow.sink.SpreadSheetDisplay extends AbstractTextualDisplay implements Serializable
- serialVersionUID:
- 3247255046513744115L
-
Serialized Fields
-
m_AllowSearch
boolean m_AllowSearch
whether to allow searching. -
m_CellRenderingCustomizer
CellRenderingCustomizer m_CellRenderingCustomizer
the custom cell renderer. -
m_NumDecimals
int m_NumDecimals
the number of decimals for numeric values. -
m_OptimalColumnWidth
boolean m_OptimalColumnWidth
whether to optimize the column width whenever a token is displayed. -
m_PanelSearch
SearchPanel m_PanelSearch
the search panel. -
m_Preview
AbstractSpreadSheetPreview m_Preview
the preview to use. -
m_ReadOnly
boolean m_ReadOnly
whether the table is read only. -
m_SelectedRowsProcessors
ProcessSelectedRows[] m_SelectedRowsProcessors
for processing the selected rows. -
m_ShowFormulas
boolean m_ShowFormulas
whether to show the formulas instead of the calculated values. -
m_ShowRowIndexColumn
boolean m_ShowRowIndexColumn
whether to show the column with the row index. -
m_Table
SpreadSheetTable m_Table
the table. -
m_TableModel
SpreadSheetTableModel m_TableModel
the table model. -
m_UseSimpleHeader
boolean m_UseSimpleHeader
whether to use the simple header.
-
-
Class adams.flow.sink.SpreadSheetDisplay.SpreadSheetDisplayPanel extends AbstractTextDisplayPanel implements Serializable
- serialVersionUID:
- 3524967045456783678L
-
Serialized Fields
-
m_Owner
SpreadSheetDisplay m_Owner
the owner. -
m_PanelSearch
SearchPanel m_PanelSearch
for searching the spreadsheet. -
m_Table
SpreadSheetTable m_Table
the table for displaying the spreadsheet. -
m_TableModel
SpreadSheetTableModel m_TableModel
the spreadsheet model.
-
-
Class adams.flow.sink.SpreadSheetFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 393925191813730213L
-
Serialized Fields
-
m_Writer
SpreadSheetWriter m_Writer
the writer to use.
-
-
Class adams.flow.sink.SpreadSheetRowViewer extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 1283926389472133810L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_ID
String m_ID
the name of the attribute/field to use as ID. -
m_Paintlet
AbstractSpreadSheetRowPaintlet m_Paintlet
the paintlet to use. -
m_SpreadSheetRowPanel
SpreadSheetRowPanel m_SpreadSheetRowPanel
the panel with the rows. -
m_Updater
AbstractSpreadSheetRowPanelUpdater m_Updater
the updater to use. -
m_ZoomOverview
boolean m_ZoomOverview
whether to display the zoom overview.
-
-
Class adams.flow.sink.StringTree extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 3452547680157056093L
-
Serialized Fields
-
m_Separator
String m_Separator
the separator to use. -
m_Sorted
boolean m_Sorted
whether to sort the items in the tree. -
m_Tree
StringTree.HierarchicalStringTree m_Tree
the current tree.
-
-
Class adams.flow.sink.StringTree.HierarchicalStringNode extends DotNotationNode implements Serializable
- serialVersionUID:
- -3163677863942389729L
-
Serialized Fields
-
m_Separator
String m_Separator
the separator to use.
-
-
Class adams.flow.sink.StringTree.HierarchicalStringTree extends DotNotationTree<StringTree.HierarchicalStringNode> implements Serializable
- serialVersionUID:
- -646089462979164896L
-
Serialized Fields
-
m_Separator
String m_Separator
the separator to use.
-
-
Class adams.flow.sink.TemplateSink extends AbstractTemplate implements Serializable
- serialVersionUID:
- -1017031413702121257L
-
Class adams.flow.sink.TextWriter extends AbstractSink implements Serializable
- serialVersionUID:
- 798901949899149659L
-
Serialized Fields
-
m_ContentName
String m_ContentName
the name of the content (e.g., can be used in the filename). -
m_Writer
AbstractTextWriter m_Writer
the writer to use.
-
-
Class adams.flow.sink.TimeseriesDisplay extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 2505818295695863125L
-
Serialized Fields
-
m_AxisX
TimeseriesXAxisPanelOptions m_AxisX
the options for the X axis. -
m_AxisY
TimeseriesYAxisPanelOptions m_AxisY
the options for the Y axis. -
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_Overlays
Paintlet[] m_Overlays
the paintlets to use as overlay. -
m_Paintlet
AbstractTimeseriesPaintlet m_Paintlet
the paintlet to use. -
m_PlotUpdater
AbstractPlotUpdater m_PlotUpdater
the plot updater to use. -
m_ShowSidePanel
boolean m_ShowSidePanel
whether to show the side panel or not. -
m_ZoomOverview
boolean m_ZoomOverview
whether to display the zoom overview.
-
-
Class adams.flow.sink.TimeseriesDisplay.DisplayPanel extends AbstractComponentDisplayPanel implements Serializable
- serialVersionUID:
- 7384093089760722339L
-
Serialized Fields
-
m_Panel
TimeseriesExplorer m_Panel
-
m_Updater
AbstractPlotUpdater m_Updater
-
-
Class adams.flow.sink.WebSocketClient extends AbstractSink implements Serializable
- serialVersionUID:
- -8723835373836608550L
-
Serialized Fields
-
m_Disconnect
boolean m_Disconnect
whether to disconnect immediately. -
m_Generator
WebSocketClientGenerator m_Generator
the client generator.
-
-
Class adams.flow.sink.WekaAttributeSummary extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 1970232977500522747L
-
Serialized Fields
-
m_PanelAtt
weka.gui.AttributeVisualizationPanel m_PanelAtt
the visualization panel (if only one in range). -
m_Range
WekaAttributeRange m_Range
the attribute to visualize. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane with the attribute visualizations (if more than one in range).
-
-
Class adams.flow.sink.WekaClassifierErrors extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 3247255046513744115L
-
Serialized Fields
-
m_ErrorScaler
AbstractErrorScaler m_ErrorScaler
The scheme for scaling the errors. -
m_VisualizePanel
weka.gui.visualize.VisualizePanel m_VisualizePanel
the Weka plot panel.
-
-
Class adams.flow.sink.WekaCostBenefitAnalysis extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 3247255046513744115L
-
Serialized Fields
-
m_ClassIndex
WekaLabelIndex m_ClassIndex
the index of the class label. -
m_CostBenefitPanel
weka.gui.beans.CostBenefitAnalysis m_CostBenefitPanel
the panel.
-
-
Class adams.flow.sink.WekaCostCurve extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 3247255046513744115L
-
Serialized Fields
-
m_ClassLabelRange
WekaLabelRange m_ClassLabelRange
the class label range. -
m_VisualizePanel
weka.gui.visualize.ThresholdVisualizePanel m_VisualizePanel
the panel.
-
-
Class adams.flow.sink.WekaDatabaseWriter extends AbstractSink implements Serializable
- serialVersionUID:
- 7509908838736709270L
-
Serialized Fields
-
m_AutoKeyGeneration
boolean m_AutoKeyGeneration
whether to automatically generate a primary key. -
m_CustomPropsFile
PlaceholderFile m_CustomPropsFile
a custom properties file to use instead of default one. -
m_Password
BasePassword m_Password
the password for the user used for connecting. -
m_Saver
weka.core.converters.DatabaseSaver m_Saver
the database saver. -
m_TableName
String m_TableName
protected the name of the table to store the data in. -
m_URL
String m_URL
the database URL to query. -
m_User
String m_User
the database user to use for connecting. -
m_UseRelationNameAsTable
boolean m_UseRelationNameAsTable
whether to use the relation as table name.
-
-
Class adams.flow.sink.WekaExperimentFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- -1488720963594190156L
-
Serialized Fields
-
m_Handler
AbstractExperimentIO m_Handler
the IO handler.
-
-
Class adams.flow.sink.WekaExperimentGenerator extends AbstractSink implements Serializable
- serialVersionUID:
- -586416108746115363L
-
Serialized Fields
-
m_EvaluationType
WekaExperimentGenerator.EvaluationType m_EvaluationType
the type of evaluation. -
m_ExperimentType
WekaExperimentGenerator.ExperimentType m_ExperimentType
the type of experiment. -
m_Folds
int m_Folds
the number of folds to use (only cross-validation). -
m_OutputFile
PlaceholderFile m_OutputFile
the file to store the experiment in. -
m_ResultFile
PlaceholderFile m_ResultFile
the file to store the result in. -
m_ResultFormat
WekaExperimentGenerator.ResultFormat m_ResultFormat
the result format. -
m_Runs
int m_Runs
the number of runs to perform. -
m_SplitPercentage
double m_SplitPercentage
the split-percentage to use (only train/test splits).
-
-
Class adams.flow.sink.WekaFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 7509908838736709270L
-
Serialized Fields
-
m_CustomSaver
weka.core.converters.AbstractFileSaver m_CustomSaver
the custom saver. -
m_UseCustomSaver
boolean m_UseCustomSaver
whether to use a custom converter. -
m_UseRelationNameAsFilename
boolean m_UseRelationNameAsFilename
whether to use the relation name as filename.
-
-
Class adams.flow.sink.WekaGraphVisualizer extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 1970232977500522747L
-
Class adams.flow.sink.WekaInstancesDisplay extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 6791882185628220997L
-
Serialized Fields
-
m_Table
InstancesTable m_Table
the table with the instances.
-
-
Class adams.flow.sink.WekaInstancesPlot extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 3247255046513744115L
-
Serialized Fields
-
m_AttributeX
WekaAttributeIndex m_AttributeX
the attribute on the X axis. -
m_AttributeY
WekaAttributeIndex m_AttributeY
the attribute on the Y axis. -
m_VisualizePanel
weka.gui.visualize.VisualizePanel m_VisualizePanel
the text area.
-
-
Class adams.flow.sink.WekaInstanceViewer extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 1283926389472133810L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_ID
String m_ID
the name of the attribute/field to use as ID. -
m_InstancePanel
InstancePanel m_InstancePanel
the panel with the instances. -
m_Paintlet
AbstractInstancePaintlet m_Paintlet
the paintlet to use. -
m_Updater
AbstractInstancePanelUpdater m_Updater
the updater to use. -
m_ZoomOverview
boolean m_ZoomOverview
whether to display the zoom overview.
-
-
Class adams.flow.sink.WekaMarginCurve extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 3247255046513744115L
-
Serialized Fields
-
m_VisualizePanel
weka.gui.visualize.VisualizePanel m_VisualizePanel
the panel.
-
-
Class adams.flow.sink.WekaModelWriter extends AbstractWekaModelWriter implements Serializable
- serialVersionUID:
- -7481684570227846853L
-
Class adams.flow.sink.WekaThresholdCurve extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 3247255046513744115L
-
Serialized Fields
-
m_AttributeX
WekaThresholdCurve.AttributeName m_AttributeX
the attribute on the X axis. -
m_AttributeY
WekaThresholdCurve.AttributeName m_AttributeY
the attribute on the Y axis. -
m_ClassLabelRange
WekaLabelRange m_ClassLabelRange
the class label indices. -
m_VisualizePanel
weka.gui.visualize.ThresholdVisualizePanel m_VisualizePanel
the text area.
-
-
Class adams.flow.sink.WekaTreeVisualizer extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 1970232977500522747L
-
Class adams.flow.sink.XMLFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 3613018887562327088L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_PrettyPrinting
boolean m_PrettyPrinting
whether to use pretty printing.
-
-
Class adams.flow.sink.YamlFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 3613018887562327088L
-
Class adams.flow.sink.ZScoreDisplay extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -909689793225143043L
-
Serialized Fields
-
m_Att
BaseRegExp m_Att
String for regular expression for attribute -
m_AttIndex
String m_AttIndex
String for index to set attribute -
m_Overlays
AbstractZScoreOverlay[] m_Overlays
Array containing initial z score overlays -
m_Paintlet
AbstractZScorePaintlet m_Paintlet
Paintlet to draw initial data with -
m_ShowOptions
boolean m_ShowOptions
whether to show the options in the display or not. -
m_ZScore
ZScore m_ZScore
zscore to display using the actor
-
-
-
Package adams.flow.sink.canvas
-
Class adams.flow.sink.canvas.AbstractDataPoolPaintlet extends AbstractPaintlet implements Serializable
- serialVersionUID:
- 3468008070725471553L
-
Class adams.flow.sink.canvas.AbstractDataPoolPostProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4954702085142362993L
-
Class adams.flow.sink.canvas.DataPool extends ArrayList implements Serializable
- serialVersionUID:
- -6250810486879623266L
-
Class adams.flow.sink.canvas.DataPoolPanel extends PaintablePanel implements Serializable
- serialVersionUID:
- 1131414446883475974L
-
Serialized Fields
-
m_Plot
PlotPanel m_Plot
the plot panel. -
m_Pool
DataPool m_Pool
the data pool. -
m_PostProcessor
AbstractDataPoolPostProcessor m_PostProcessor
the post-processor to use.
-
-
Class adams.flow.sink.canvas.PassThrough extends AbstractDataPoolPostProcessor implements Serializable
- serialVersionUID:
- 8177057665652597180L
-
Class adams.flow.sink.canvas.XYPaintlet extends AbstractDataPoolPaintlet implements Serializable
- serialVersionUID:
- -7454325864276285119L
-
-
Package adams.flow.sink.controlchartplot
-
Class adams.flow.sink.controlchartplot.AbstractControlChartPaintlet extends AbstractXYSequencePaintlet implements Serializable
- serialVersionUID:
- -5692031045167584838L
-
Class adams.flow.sink.controlchartplot.ChartPaintlet extends AbstractControlChartPaintlet implements Serializable
- serialVersionUID:
- 8242948176244747138L
-
Serialized Fields
-
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_MarkerExtent
int m_MarkerExtent
the maximum width/height of the shape to plot around the points (= data point marker), if there's enough space.
-
-
Class adams.flow.sink.controlchartplot.LimitPaintlet extends AbstractControlChartPaintlet implements Serializable
- serialVersionUID:
- 8242948176244747138L
-
-
Package adams.flow.sink.logview
-
Class adams.flow.sink.logview.AbstractLogEntryDialog extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1693243371323850638L
-
Serialized Fields
-
m_Height
int m_Height
the height of the dialog. -
m_Width
int m_Width
the width of the dialog.
-
-
Class adams.flow.sink.logview.DefaultLogEntryDialog extends AbstractLogEntryDialog implements Serializable
- serialVersionUID:
- 1513413650025226239L
-
-
Package adams.flow.sink.pyrosink
-
Class adams.flow.sink.pyrosink.AbstractPyroSink extends AbstractPyroCall implements Serializable
- serialVersionUID:
- -2647962184125430789L
-
Serialized Fields
-
m_Input
Object m_Input
the input object.
-
-
Class adams.flow.sink.pyrosink.Generic extends AbstractPyroSink implements Serializable
- serialVersionUID:
- -1549570432184636739L
-
Class adams.flow.sink.pyrosink.Null extends AbstractPyroSink implements Serializable
- serialVersionUID:
- -5367315813644280274L
-
-
Package adams.flow.sink.sendnotification
-
Class adams.flow.sink.sendnotification.AbstractNotification extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1079401368469595261L
-
Serialized Fields
-
m_FlowContext
Actor m_FlowContext
the flow context.
-
-
Class adams.flow.sink.sendnotification.Console extends AbstractNotification implements Serializable
- serialVersionUID:
- 4577706017089540470L
-
Serialized Fields
-
m_Prefix
BaseText m_Prefix
a custom prefix.
-
-
Class adams.flow.sink.sendnotification.Email extends AbstractNotification implements Serializable
- serialVersionUID:
- 1302036525857934850L
-
Serialized Fields
-
m_BCC
EmailAddress[] m_BCC
the recipients (BCC). -
m_CC
EmailAddress[] m_CC
the recipients (CC). -
m_Recipients
EmailAddress[] m_Recipients
the recipients. -
m_SendEmail
AbstractSendEmail m_SendEmail
for sending the emails. -
m_Sender
EmailAddress m_Sender
the sender. -
m_Signature
BaseText m_Signature
the signature. -
m_Subject
String m_Subject
the subject.
-
-
Class adams.flow.sink.sendnotification.LogFile extends AbstractNotification implements Serializable
- serialVersionUID:
- 4577706017089540470L
-
Serialized Fields
-
m_AddTimestamp
boolean m_AddTimestamp
whether to block the flow execution. -
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_Format
DateFormatString m_Format
the format to use. -
m_OutputFile
PlaceholderFile m_OutputFile
the log file. -
m_TimeZone
TimeZone m_TimeZone
the timezone to use.
-
-
Class adams.flow.sink.sendnotification.MessageBox extends AbstractNotification implements Serializable
- serialVersionUID:
- 4577706017089540470L
-
Serialized Fields
-
m_Block
boolean m_Block
whether to block the flow execution.
-
-
Class adams.flow.sink.sendnotification.MultiNotification extends AbstractNotification implements Serializable
- serialVersionUID:
- -1644255635213178882L
-
Serialized Fields
-
m_Notifications
AbstractNotification[] m_Notifications
the notifications to combine.
-
-
Class adams.flow.sink.sendnotification.Null extends AbstractNotification implements Serializable
- serialVersionUID:
- -8788139984444679242L
-
-
Package adams.flow.sink.sequenceplotter
-
Class adams.flow.sink.sequenceplotter.AbstractErrorPaintlet extends AbstractStrokePaintlet implements Serializable
- serialVersionUID:
- -4384114526759056961L
-
Serialized Fields
-
m_PointPreprocessor
PointPreprocessor m_PointPreprocessor
the preprocessor.
-
-
Class adams.flow.sink.sequenceplotter.AbstractMarkerPaintlet extends AbstractStrokePaintlet implements Serializable
- serialVersionUID:
- -4384114526759056961L
-
Class adams.flow.sink.sequenceplotter.AbstractMouseClickAction extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5402943914014171320L
-
Class adams.flow.sink.sequenceplotter.AbstractPlotUpdater extends AbstractDataPlotUpdater<SequencePlotterPanel,SequencePlotterContainer> implements Serializable
- serialVersionUID:
- -8785918718996153397L
-
Class adams.flow.sink.sequenceplotter.AbstractSequencePostProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 292292424832784658L
-
Class adams.flow.sink.sequenceplotter.AligningSequences extends SimplePruning implements Serializable
- serialVersionUID:
- -7354044974316978487L
-
Class adams.flow.sink.sequenceplotter.ByNameErrorPaintlet extends AbstractErrorPaintlet implements Serializable
- serialVersionUID:
- 3270329510617886683L
-
Serialized Fields
-
m_Actor
Actor m_Actor
the actor the paintlet belongs to. -
m_Invert
boolean m_Invert
whether to invert the matching. -
m_Paintlet
AbstractErrorPaintlet m_Paintlet
the actual paintlet to use. -
m_RegExp
BaseRegExp m_RegExp
the regular expression that determines whether to plot or not.
-
-
Class adams.flow.sink.sequenceplotter.ByNameMarkerPaintlet extends AbstractMarkerPaintlet implements Serializable
- serialVersionUID:
- 3270329510617886683L
-
Serialized Fields
-
m_Actor
Actor m_Actor
the actor the paintlet belongs to. -
m_Invert
boolean m_Invert
whether to invert the matching. -
m_Paintlet
AbstractMarkerPaintlet m_Paintlet
the actual paintlet to use. -
m_RegExp
BaseRegExp m_RegExp
the regular expression that determines whether to plot or not.
-
-
Class adams.flow.sink.sequenceplotter.ErrorBandPaintlet extends AbstractErrorPaintlet implements Serializable
- serialVersionUID:
- -713940308371660030L
-
Class adams.flow.sink.sequenceplotter.ErrorCircleHitDetector extends AbstractXYSequencePointHitDetector implements Serializable
- serialVersionUID:
- -3363546923840405674L
-
Class adams.flow.sink.sequenceplotter.ErrorCirclePaintlet extends CirclePaintlet implements Serializable
- serialVersionUID:
- -8772546156227148237L
-
Class adams.flow.sink.sequenceplotter.ErrorCrossHitDetector extends AbstractXYSequencePointHitDetector implements Serializable
- serialVersionUID:
- -3363546923840405674L
-
Class adams.flow.sink.sequenceplotter.ErrorCrossPaintlet extends CrossPaintlet implements Serializable
- serialVersionUID:
- -8772546156227148237L
-
Class adams.flow.sink.sequenceplotter.NamedPlotUpdater extends AbstractPlotUpdater implements Serializable
- serialVersionUID:
- 4418135588639219439L
-
Serialized Fields
-
m_NumTokensAccepted
NamedCounter m_NumTokensAccepted
the number of tokens received. -
m_UpdateInterval
int m_UpdateInterval
the interval of tokens processed after which to update the display.
-
-
Class adams.flow.sink.sequenceplotter.NoErrorPaintlet extends AbstractErrorPaintlet implements Serializable
- serialVersionUID:
- -713940308371660030L
-
Class adams.flow.sink.sequenceplotter.NoMarkers extends AbstractMarkerPaintlet implements Serializable
- serialVersionUID:
- -8460180392771251305L
-
Class adams.flow.sink.sequenceplotter.NullClickAction extends AbstractMouseClickAction implements Serializable
- serialVersionUID:
- -5891356167241337630L
-
Class adams.flow.sink.sequenceplotter.OutlierPaintlet extends AbstractXYSequencePaintlet implements Serializable
- serialVersionUID:
- 6585282004697591762L
-
Class adams.flow.sink.sequenceplotter.PassThrough extends AbstractSequencePostProcessor implements Serializable
- serialVersionUID:
- -7354044974316978487L
-
Class adams.flow.sink.sequenceplotter.PolygonSelectionPaintlet extends AbstractXYSequencePaintlet implements Serializable
- serialVersionUID:
- -373146191991787658L
-
Serialized Fields
-
m_Color
Color m_Color
the color to use for painting.
-
-
Class adams.flow.sink.sequenceplotter.SequencePlotContainer extends XYSequenceContainer implements Serializable
- serialVersionUID:
- 4085925902403215258L
-
Class adams.flow.sink.sequenceplotter.SequencePlotContainerManager extends XYSequenceContainerManager implements Serializable
- serialVersionUID:
- 70788049300684676L
-
Class adams.flow.sink.sequenceplotter.SequencePlotPoint extends XYSequencePoint implements Serializable
- serialVersionUID:
- -6220735479438426204L
-
Class adams.flow.sink.sequenceplotter.SequencePlotPointComparator extends XYSequencePointComparator<X extends Number & Comparable,Y extends Number & Comparable> implements Serializable
- serialVersionUID:
- -5536677097973106152L
-
Serialized Fields
-
m_MetaDataKey
String m_MetaDataKey
the meta-data value to take into account for the sorting.
-
-
Class adams.flow.sink.sequenceplotter.SequencePlotSequence extends XYSequence implements Serializable
- serialVersionUID:
- 331392414841660594L
-
Serialized Fields
-
m_MetaDataKey
String m_MetaDataKey
the meta-data key to include in the comparison of data points.
-
-
Class adams.flow.sink.sequenceplotter.SequencePlotterPanel extends XYSequencePanel implements Serializable
- serialVersionUID:
- -325993535017871634L
-
Serialized Fields
-
m_ErrorPaintlet
AbstractErrorPaintlet m_ErrorPaintlet
the error paintlet. -
m_MarkerContainerManager
XYSequenceContainerManager m_MarkerContainerManager
the manager for the marker sequences. -
m_MarkerPaintlet
MarkerPaintlet m_MarkerPaintlet
the paintlet to use for marker paintlets. -
m_MouseClickAction
MouseClickAction m_MouseClickAction
the mouse click action. -
m_OverlayContainerManager
XYSequenceContainerManager m_OverlayContainerManager
the manager for the overlays. -
m_OverlayPaintlet
XYSequencePaintlet m_OverlayPaintlet
paintlet for drawing the overlays. -
m_Selection
List<Point2D.Double> m_Selection
the selection points collected so far. -
m_SelectionEnabled
boolean m_SelectionEnabled
whether selection is enabled.
-
-
Class adams.flow.sink.sequenceplotter.SimpleErrorPaintlet extends AbstractErrorPaintlet implements Serializable
- serialVersionUID:
- -713940308371660030L
-
Serialized Fields
-
m_MarkerLength
int m_MarkerLength
the length of the markers in case ofSimpleErrorPaintlet.PlotType.BAR
. -
m_PlotType
SimpleErrorPaintlet.PlotType m_PlotType
the plot type.
-
-
Class adams.flow.sink.sequenceplotter.SimplePlotUpdater extends AbstractPlotUpdater implements Serializable
- serialVersionUID:
- 4418135588639219439L
-
Serialized Fields
-
m_NumTokensAccepted
int m_NumTokensAccepted
the number of tokens accepted. -
m_UpdateInterval
int m_UpdateInterval
the interval of tokens processed after which to update the display.
-
-
Class adams.flow.sink.sequenceplotter.SimplePruning extends AbstractSequencePostProcessor implements Serializable
- serialVersionUID:
- -7354044974316978487L
-
Serialized Fields
-
m_Limit
int m_Limit
the size limit for sequences.
-
-
Class adams.flow.sink.sequenceplotter.ToggleOutlier extends AbstractMouseClickAction implements Serializable
- serialVersionUID:
- -214148459426250712L
-
Serialized Fields
-
m_HitDetector
AbstractXYSequencePointHitDetector m_HitDetector
the hit detector to use.
-
-
Class adams.flow.sink.sequenceplotter.VerticalMarkers extends AbstractMarkerPaintlet implements Serializable
- serialVersionUID:
- -7354044974316978487L
-
Class adams.flow.sink.sequenceplotter.ViewDataClickAction extends AbstractMouseClickAction implements Serializable
- serialVersionUID:
- -1383042782074675611L
-
Serialized Fields
-
m_HitDetector
AbstractXYSequencePointHitDetector m_HitDetector
the hit detector to use.
-
-
-
Package adams.flow.sink.simplelogging.format
-
Class adams.flow.sink.simplelogging.format.AbstractSimpleFormat extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7593297967505686978L
-
Class adams.flow.sink.simplelogging.format.NoFormat extends AbstractSimpleFormat implements Serializable
- serialVersionUID:
- -7259936684808701353L
-
Class adams.flow.sink.simplelogging.format.TimestampedFormat extends AbstractSimpleFormat implements Serializable
- serialVersionUID:
- 5348572885140295922L
-
Serialized Fields
-
m_LogFormat
String m_LogFormat
the format string. -
m_MessageIndentation
String m_MessageIndentation
the indentation to use for the message. -
m_TimestampFormat
DateFormatString m_TimestampFormat
the timestamp format.
-
-
-
Package adams.flow.sink.simplelogging.output
-
Class adams.flow.sink.simplelogging.output.AbstractSimpleOutput extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5393500867826251394L
-
Class adams.flow.sink.simplelogging.output.ConsoleOutput extends AbstractSimpleOutput implements Serializable
- serialVersionUID:
- -3443259390337918045L
-
Class adams.flow.sink.simplelogging.output.FileOutput extends AbstractSimpleOutput implements Serializable
- serialVersionUID:
- 1185731738994830870L
-
Serialized Fields
-
m_OutputFile
PlaceholderFile m_OutputFile
the file to write to.
-
-
Class adams.flow.sink.simplelogging.output.MultiOutput extends AbstractSimpleOutput implements Serializable
- serialVersionUID:
- -9198176486160748509L
-
Serialized Fields
-
m_Outputs
SimpleOutput[] m_Outputs
the underlying outputs.
-
-
Class adams.flow.sink.simplelogging.output.RotatingFileOutput extends FileOutput implements Serializable
- serialVersionUID:
- -6106247481018229336L
-
Serialized Fields
-
m_NumLogFiles
int m_NumLogFiles
the number of log files to use. -
m_Rotated
boolean m_Rotated
whether the logs have been rotated.
-
-
-
Package adams.flow.sink.timeseriesdisplay
-
Class adams.flow.sink.timeseriesdisplay.AbstractPlotUpdater extends AbstractDataPlotUpdater<TimeseriesPanel,TimeseriesContainer> implements Serializable
- serialVersionUID:
- -8785918718996153397L
-
Class adams.flow.sink.timeseriesdisplay.SimplePlotUpdater extends AbstractPlotUpdater implements Serializable
- serialVersionUID:
- 4418135588639219439L
-
Serialized Fields
-
m_NumTokensAccepted
int m_NumTokensAccepted
the number of tokens accepted. -
m_UpdateInterval
int m_UpdateInterval
the interval of tokens processed after which to update the display.
-
-
-
Package adams.flow.source
-
Class adams.flow.source.AbstractArrayProvider extends AbstractSource implements Serializable
- serialVersionUID:
- -6681853409971243043L
-
Serialized Fields
-
m_Index
int m_Index
the current index. -
m_OutputArray
boolean m_OutputArray
whether to output an array instead of single items. -
m_Queue
ArrayList m_Queue
contains the items.
-
-
Class adams.flow.source.AbstractBufferingSource extends AbstractSource implements Serializable
- serialVersionUID:
- 3817717770718728821L
-
Class adams.flow.source.AbstractConditionalIdSupplier extends AbstractDatabaseIdSupplier implements Serializable
- serialVersionUID:
- -8462709950859959951L
-
Serialized Fields
-
m_Conditions
AbstractConditions m_Conditions
the retrieval conditions.
-
-
Class adams.flow.source.AbstractDatabaseIdSupplier extends AbstractIdSupplier implements Serializable
- serialVersionUID:
- -8462709950859959951L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.flow.source.AbstractDatabaseMetaData extends AbstractSimpleDbSource implements Serializable
- serialVersionUID:
- -8462709950859959951L
-
Serialized Fields
-
m_MetaDataType
MetaDataType m_MetaDataType
the type of meta-data to return. -
m_Table
String m_Table
the table to retrieve the information for. -
m_TypeMapper
AbstractTypeMapper m_TypeMapper
the type mapper to use.
-
-
Class adams.flow.source.AbstractDbArrayProvider extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -2864684820857615217L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.flow.source.AbstractDbSource extends AbstractSource implements Serializable
- serialVersionUID:
- 6484199668083657793L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.flow.source.AbstractForLoop extends AbstractSource implements Serializable
- serialVersionUID:
- 6216146938771296415L
-
Serialized Fields
-
m_Current
int m_Current
the current value. -
m_LoopLower
int m_LoopLower
the lower bound of the for loop. -
m_LoopStep
int m_LoopStep
the step size. -
m_LoopUpper
int m_LoopUpper
the upper bound of the for loop.
-
-
Class adams.flow.source.AbstractIdSupplier extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -8462709950859959951L
-
Serialized Fields
-
m_Lenient
boolean m_Lenient
whether to ignore not finding any IDs.
-
-
Class adams.flow.source.AbstractInstrumentSupplier extends AbstractDbArrayProvider implements Serializable
- serialVersionUID:
- -8159720259695436880L
-
Class adams.flow.source.AbstractInteractiveArrayProvider extends AbstractInteractiveSource implements Serializable
- serialVersionUID:
- -5813094112813040218L
-
Serialized Fields
-
m_Index
int m_Index
the current index. -
m_OutputArray
boolean m_OutputArray
whether to output an array instead of single items. -
m_Queue
ArrayList m_Queue
contains the items.
-
-
Class adams.flow.source.AbstractInteractiveSource extends AbstractSource implements Serializable
- serialVersionUID:
- 9035095174755816475L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_CustomStopMessage
String m_CustomStopMessage
the custom stop message to use if flow gets stopped due to cancelation. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_ParentComponentActor
CallableActorReference m_ParentComponentActor
the (optional) parent component to use. -
m_ParentComponentActorConfigured
boolean m_ParentComponentActorConfigured
whether the callable actor has been configured. -
m_StopFlowIfCanceled
boolean m_StopFlowIfCanceled
whether to stop the flow if canceled. -
m_StopMode
StopMode m_StopMode
how to perform the stop. -
m_UseOuterWindow
boolean m_UseOuterWindow
whether to use the outer window as parent.
-
-
Class adams.flow.source.AbstractListTables extends AbstractDbArrayProvider implements Serializable
- serialVersionUID:
- -8462709950859959951L
-
Serialized Fields
-
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.flow.source.AbstractPythonExecution extends AbstractSource implements Serializable
- serialVersionUID:
- -132045002653940359L
-
Serialized Fields
-
m_Environment
PythonEnvironment m_Environment
the environment in use. -
m_ExecutionFailure
IllegalStateException m_ExecutionFailure
in case an exception occurred executing the command (gets rethrown). -
m_Monitor
RunnableWithLogging m_Monitor
the runnable executing the command. -
m_Output
List m_Output
the tokens to forward. -
m_OutputType
com.github.fracpete.processoutput4j.core.StreamingProcessOutputType m_OutputType
whether to output stderr instead of stdout or both. -
m_PrefixStdErr
String m_PrefixStdErr
the stderr prefix. -
m_PrefixStdOut
String m_PrefixStdOut
the stdout prefix. -
m_TimeOut
int m_TimeOut
the time out in seconds.
-
-
Class adams.flow.source.AbstractScript extends AbstractSource implements Serializable
- serialVersionUID:
- -1297869573547335888L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.flow.source.AbstractSelectObjects extends AbstractInteractiveArrayProvider implements Serializable
- serialVersionUID:
- 8791403891812271704L
-
Serialized Fields
-
m_InitialObjects
BaseString[] m_InitialObjects
the initial objects. -
m_NonInteractive
boolean m_NonInteractive
whether to automate the actor. -
m_ShortTitle
boolean m_ShortTitle
whether to use just the actor name or the full name as title. -
m_SuperClass
BaseClassname m_SuperClass
the superclass.
-
-
Class adams.flow.source.AbstractSimpleDbSource extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -6711886501322442897L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.flow.source.AbstractSimpleSource extends AbstractSource implements Serializable
- serialVersionUID:
- -7838881435448178095L
-
Serialized Fields
-
m_OutputToken
Token m_OutputToken
the output token.
-
-
Class adams.flow.source.AbstractSimpleSourceWithPropertiesUpdating extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 2693280797485493919L
-
Serialized Fields
-
m_Properties
BaseString[] m_Properties
the property paths. -
m_VariableNames
VariableName[] m_VariableNames
the variables to update the properties with.
-
-
Class adams.flow.source.AbstractSource extends AbstractActor implements Serializable
- serialVersionUID:
- -5375239839428426386L
-
Class adams.flow.source.AbstractSpreadSheetDbReader extends AbstractDbSource implements Serializable
- serialVersionUID:
- 494594301273926225L
-
Serialized Fields
-
m_ChunkSize
int m_ChunkSize
the chunk size to use. -
m_DataRowType
DataRow m_DataRowType
the data row type to use. -
m_OutputToken
Token m_OutputToken
the generated output token. -
m_Query
SQLStatement m_Query
the SQL query to execute. -
m_Reader
Reader m_Reader
for reading the data. -
m_TypeMapper
AbstractTypeMapper m_TypeMapper
the type mapper to use.
-
-
Class adams.flow.source.AbstractWekaSetupGenerator extends AbstractSource implements Serializable
- serialVersionUID:
- 673114129476898021L
-
Class adams.flow.source.AutogeneratedSource extends SequenceSource implements Serializable
- serialVersionUID:
- 1146652019996411523L
-
Class adams.flow.source.CallableSource extends AbstractCallableActor implements Serializable
- serialVersionUID:
- -99235787254225765L
-
Class adams.flow.source.ColorProvider extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -3505768725369077351L
-
Serialized Fields
-
m_NumColors
int m_NumColors
the number of colors to generate. -
m_Provider
ColorProvider m_Provider
the color provider to use.
-
-
Class adams.flow.source.CombineArrays extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 8955342876774562591L
-
Serialized Fields
-
m_ArrayClass
String m_ArrayClass
the class for the array. -
m_StorageNames
StorageName[] m_StorageNames
the names of the stored values.
-
-
Class adams.flow.source.CombineCollections extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 8955342876774562591L
-
Serialized Fields
-
m_CollectionClass
BaseClassname m_CollectionClass
the class for the collection. -
m_StorageNames
StorageName[] m_StorageNames
the names of the stored values.
-
-
Class adams.flow.source.CombineStorage extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -7838881435448178095L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_Expression
BaseText m_Expression
the expression containing the variables/storage placeholders.
-
-
Class adams.flow.source.CombineVariables extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -7838881435448178095L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_Expression
BaseText m_Expression
the expression containing the variables.
-
-
Class adams.flow.source.Command extends AbstractSource implements Serializable
- serialVersionUID:
- -132045002653940359L
-
Serialized Fields
-
m_Command
BaseText m_Command
the command to run. -
m_CommandContainsPlaceholder
boolean m_CommandContainsPlaceholder
whether the replace string contains a placeholder, which needs to be expanded first. -
m_CommandContainsVariable
boolean m_CommandContainsVariable
whether the replace string contains a variable, which needs to be expanded first. -
m_EnvVars
BaseKeyValuePair[] m_EnvVars
environment variables. -
m_ExecutionFailure
IllegalStateException m_ExecutionFailure
in case an exception occurred executing the command (gets rethrown). -
m_Monitor
RunnableWithLogging m_Monitor
the runnable executing the command. -
m_Output
List m_Output
the tokens to forward. -
m_OutputType
com.github.fracpete.processoutput4j.core.StreamingProcessOutputType m_OutputType
whether to output stderr instead of stdout or both. -
m_PrefixStdErr
String m_PrefixStdErr
the stderr prefix. -
m_PrefixStdOut
String m_PrefixStdOut
the stdout prefix. -
m_TimeOut
int m_TimeOut
the time out in seconds. -
m_WorkingDirectory
String m_WorkingDirectory
the current working directory.
-
-
Class adams.flow.source.CopyCallableSource extends AbstractCopyCallableActor implements Serializable
- serialVersionUID:
- -99235787254225765L
-
Class adams.flow.source.Counter extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -4888807180866059350L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the lookup table in the internal storage.
-
-
Class adams.flow.source.CurrentFlow extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 3823225606368312035L
-
Serialized Fields
-
m_ExpandVariables
boolean m_ExpandVariables
whether to expand variables.
-
-
Class adams.flow.source.CurrentTime extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 4957327766531564829L
-
Serialized Fields
-
m_Type
CurrentTime.TimeType m_Type
the type of time to output.
-
-
Class adams.flow.source.DatabaseMetaData extends AbstractDatabaseMetaData implements Serializable
- serialVersionUID:
- -6184309574477452862L
-
Class adams.flow.source.DeQueue extends AbstractSource implements Serializable
- serialVersionUID:
- 6216146938771296415L
-
Serialized Fields
-
m_Interval
int m_Interval
the poll interval in msec. -
m_StorageName
StorageName m_StorageName
the name of the queue in the internal storage.
-
-
Class adams.flow.source.DirectoryLister extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -5015637337437403790L
-
Serialized Fields
-
m_AlwaysWait
boolean m_AlwaysWait
whether to always wait between polls, even if other files are still present. -
m_Lister
LocalDirectoryLister m_Lister
for listing the contents. -
m_PauseRequired
boolean m_PauseRequired
whether a pause before the next polling is required. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes. -
m_Wait
int m_Wait
the number of seconds to wait between polls without no entries.
-
-
Class adams.flow.source.DirectorySupplier extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -8288435835502863891L
-
Serialized Fields
-
m_Directories
PlaceholderDirectory[] m_Directories
the directories to broadcast. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.flow.source.DumpStorage extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -6626384935427295809L
-
Serialized Fields
-
m_Cache
String m_Cache
the name of the LRU cache. -
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_OutputType
DumpStorage.OutputType m_OutputType
the output format. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.flow.source.DumpVariables extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -6626384935427295809L
-
Serialized Fields
-
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_OutputType
DumpVariables.OutputType m_OutputType
the output format. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.flow.source.EnterManyValues extends AbstractInteractiveSource implements Serializable
- serialVersionUID:
- 8200691218381875131L
-
Serialized Fields
-
m_Comm
GUIHelper.DialogCommunication m_Comm
for communicating with the input dialog. -
m_DisplayLocation
InteractionDisplayLocation m_DisplayLocation
where to display the prompt. -
m_Message
String m_Message
the message for the user. -
m_NonInteractive
boolean m_NonInteractive
whether to automate the actor. -
m_OutputType
EnterManyValues.OutputType m_OutputType
how to output the data. -
m_Queue
List m_Queue
the list of tokens to output. -
m_RestorationEnabled
boolean m_RestorationEnabled
whether restoration is enabled. -
m_RestorationFile
PlaceholderFile m_RestorationFile
the file to store the restoration state in. -
m_Values
AbstractValueDefinition[] m_Values
the value definitions. -
m_Width
int m_Width
the width of the dialog.
-
-
Class adams.flow.source.EnterValue extends AbstractInteractiveSource implements Serializable
- serialVersionUID:
- 8200691218381875131L
-
Serialized Fields
-
m_Comm
GUIHelper.DialogCommunication m_Comm
for communicating with the input dialog. -
m_DisplayLocation
InteractionDisplayLocation m_DisplayLocation
where to display the prompt. -
m_InitialValue
BaseString m_InitialValue
the initial value. -
m_Message
BaseString m_Message
the message for the user. -
m_NonInteractive
boolean m_NonInteractive
whether to automate the actor. -
m_NumCols
int m_NumCols
the number of columns for the text box. -
m_NumRows
int m_NumRows
the number of rows for the text box. -
m_OutputToken
Token m_OutputToken
the output token to broadcast. -
m_RestorationEnabled
boolean m_RestorationEnabled
whether restoration is enabled. -
m_RestorationFile
PlaceholderFile m_RestorationFile
the file to store the restoration state in. -
m_SelectionValues
BaseString[] m_SelectionValues
options to select from. -
m_UseButtons
boolean m_UseButtons
whether to use buttons instead of a dropdown list. -
m_VerticalButtons
boolean m_VerticalButtons
whether to use vertical buttons instead of a horizontal ones.
-
-
Class adams.flow.source.Exec extends AbstractSource implements Serializable
- serialVersionUID:
- -132045002653940359L
-
Serialized Fields
-
m_Command
BaseText m_Command
the command to run. -
m_CommandContainsPlaceholder
boolean m_CommandContainsPlaceholder
whether the replace string contains a placeholder, which needs to be expanded first. -
m_CommandContainsVariable
boolean m_CommandContainsVariable
whether the replace string contains a variable, which needs to be expanded first. -
m_Conversion
ConversionFromString m_Conversion
the conversion scheme to process the output with. -
m_EnvVars
BaseKeyValuePair[] m_EnvVars
environment variables. -
m_FailOnProcessError
boolean m_FailOnProcessError
whether to fail on process error. -
m_Output
List m_Output
the tokens to forward. -
m_OutputType
Exec.OutputType m_OutputType
whether to output stderr instead of stdout. -
m_SplitOutput
boolean m_SplitOutput
whether to split the string output on the new line before converting. -
m_WorkingDirectory
String m_WorkingDirectory
the current working directory.
-
-
Class adams.flow.source.ExternalSource extends AbstractExternalActor implements Serializable
- serialVersionUID:
- 5125350715606672813L
-
Class adams.flow.source.FilenameGenerator extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 8975259651180514790L
-
Serialized Fields
-
m_Absolute
boolean m_Absolute
whether to output absolute or placeholder filenames. -
m_Generator
AbstractFilenameGenerator m_Generator
the generator to use.
-
-
Class adams.flow.source.FileSupplier extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -8288435835502863891L
-
Serialized Fields
-
m_Files
PlaceholderFile[] m_Files
the files to broadcast. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.flow.source.FileSystemSearch extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -1389714133778925327L
-
Serialized Fields
-
m_Search
AbstractFileSystemSearchlet m_Search
the search algorithm to use. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.flow.source.ForLoop extends AbstractForLoop implements Serializable
- serialVersionUID:
- 6216146938771296415L
-
Serialized Fields
-
m_Array
Integer[] m_Array
the array to output. -
m_OutputArray
boolean m_OutputArray
whether to output an array.
-
-
Class adams.flow.source.FTPLister extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -5015637337437403790L
-
Serialized Fields
-
m_Connection
FTPConnection m_Connection
Deprecated.the FTP connection to use. -
m_ListDirs
boolean m_ListDirs
Deprecated.whether to list directories. -
m_ListFiles
boolean m_ListFiles
Deprecated.whether to list files. -
m_RegExp
BaseRegExp m_RegExp
Deprecated.the regular expression on the file/dir names. -
m_RemoteDir
String m_RemoteDir
Deprecated.the directory to list. -
m_SortDescending
boolean m_SortDescending
Deprecated.whether to sort descending instead of ascending. -
m_Sorting
FTPLister.Sorting m_Sorting
Deprecated.the sorting.
-
-
Class adams.flow.source.GetEnvironmentVariable extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -1036403425216584221L
-
Class adams.flow.source.GetSystemProperty extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -1036403425216584221L
-
Class adams.flow.source.Groovy extends AbstractGroovyActor implements Serializable
- serialVersionUID:
- 8308708214624482350L
-
Class adams.flow.source.HashSet extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -4888807180866059350L
-
Serialized Fields
-
m_ColumnName
String m_ColumnName
the column name to use. -
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_StorageName
StorageName m_StorageName
the name of the hashset in the internal storage.
-
-
Class adams.flow.source.HttpRequest extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 3114594997972970790L
-
Serialized Fields
-
m_Cookies
StorageName m_Cookies
the storage value containing the cookies to use. -
m_Headers
BaseKeyValuePair[] m_Headers
the (optional) request headers. -
m_Method
com.github.fracpete.requests4j.request.Method m_Method
the action method to use. -
m_Parameters
BaseKeyValuePair[] m_Parameters
the form parameters. -
m_URL
BaseURL m_URL
the URL to send the form parameters to.
-
-
Class adams.flow.source.Idle extends AbstractSource implements Serializable
- serialVersionUID:
- -5122693662484042507L
-
Serialized Fields
-
m_Interval
int m_Interval
the interval in milli-seconds.
-
-
Class adams.flow.source.InactiveSource extends SequenceSource implements Serializable
- serialVersionUID:
- 1146652019996411523L
-
Class adams.flow.source.IncludeExternalSource extends AbstractIncludeExternalActor implements Serializable
- serialVersionUID:
- 2164366881337723272L
-
Class adams.flow.source.InputStreamGenerator extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 7558795661303788547L
-
Serialized Fields
-
m_Generator
AbstractInputStreamGenerator m_Generator
the generator.
-
-
Class adams.flow.source.IntegerRange extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -8634150731979965438L
-
Serialized Fields
-
m_Max
int m_Max
the maximum for the range. -
m_Range
Range m_Range
the range. -
m_ZeroBased
boolean m_ZeroBased
whether to output 0-based or 1-based integers.
-
-
Class adams.flow.source.LargeObjectDbReader extends AbstractDbArrayProvider implements Serializable
- serialVersionUID:
- 3879955415607623916L
-
Serialized Fields
-
m_BlobConversion
Conversion m_BlobConversion
the conversion to use blobs. -
m_Query
SQLStatement m_Query
the SQL statement to execute. -
m_Type
LargeObjectType m_Type
the type of object to read.
-
-
Class adams.flow.source.ListCallableActors extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -344345645671109393L
-
Serialized Fields
-
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.flow.source.ListEnvironmentVariables extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -3001964206807357534L
-
Serialized Fields
-
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.flow.source.ListStorageNames extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -3232942192233897676L
-
Serialized Fields
-
m_Cache
String m_Cache
the name of the LRU cache. -
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.flow.source.ListSystemProperties extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -3001964206807357534L
-
Serialized Fields
-
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.flow.source.ListTables extends AbstractListTables implements Serializable
- serialVersionUID:
- -4323845180416902734L
-
Class adams.flow.source.ListVariables extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -344345645671109393L
-
Serialized Fields
-
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.flow.source.LookUp extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -4888807180866059350L
-
Serialized Fields
-
m_Key
String m_Key
the key to lookup and forward the value for. -
m_MissingKey
MissingLookUpKey m_MissingKey
the behavior for missing keys. -
m_MissingValue
String m_MissingValue
the missing value. -
m_StorageName
StorageName m_StorageName
the name of the lookup table in the internal storage. -
m_UseNative
boolean m_UseNative
whether to output native objects rather than strings.
-
-
Class adams.flow.source.LookUpTable extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -4888807180866059350L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the lookup table in the internal storage. -
m_UseNative
boolean m_UseNative
whether to output native objects rather than strings.
-
-
Class adams.flow.source.MakeContainer extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -132045002653940359L
-
Serialized Fields
-
m_CallableActors
CallableActorReference[] m_CallableActors
the callable actors to retrieve the data from. -
m_ContainerClass
AbstractContainer m_ContainerClass
the container class to create. -
m_ContainerValues
String m_ContainerValues
the names of the items for the current container. -
m_StorageNames
StorageName[] m_StorageNames
the storage names to retrieve the data from. -
m_UseStorage
boolean m_UseStorage
whether to use callable actors or storage. -
m_ValueNames
BaseString[] m_ValueNames
the names under which to store the data.
-
-
Class adams.flow.source.MathExpression extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -8477454145267616359L
-
Serialized Fields
-
m_Expression
MathematicalExpressionText m_Expression
the mathematical expression to evaluate. -
m_NumDecimals
int m_NumDecimals
the number of decimals. -
m_RoundingType
RoundingType m_RoundingType
the rounding type to perform. -
m_RoundOutput
boolean m_RoundOutput
whether to round the output of the expression.
-
-
Class adams.flow.source.MemoryUsage extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 6241869472082918544L
-
Class adams.flow.source.ModuleInfo extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -6626384935427295809L
-
Class adams.flow.source.NewArray extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 7272049518765623563L
-
Serialized Fields
-
m_ArrayClass
String m_ArrayClass
the class for the array. -
m_Dimensions
ArrayDimensions m_Dimensions
the dimensions.
-
-
Class adams.flow.source.NewCollection extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -806490496269907022L
-
Serialized Fields
-
m_CollectionClass
BaseClassname m_CollectionClass
the class for the collection.
-
-
Class adams.flow.source.NewDOMDocument extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 4226118402582230610L
-
Class adams.flow.source.NewFlow extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 3823225606368312035L
-
Serialized Fields
-
m_Template
AbstractActorTemplate m_Template
the template.
-
-
Class adams.flow.source.NewImage extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -5718059337341470131L
-
Serialized Fields
-
m_AlphaChannel
boolean m_AlphaChannel
whether to add Alpha channel. -
m_Background
Color m_Background
the background color. -
m_Conversion
BufferedImageToOtherFormatConversion m_Conversion
the conversion to perform. -
m_Height
int m_Height
the height of the image. -
m_Width
int m_Width
the width of the image.
-
-
Class adams.flow.source.NewJsonStructure extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -5652163566235489447L
-
Serialized Fields
-
m_DataStructure
NewJsonStructure.JsonDataStructure m_DataStructure
the data structure to create.
-
-
Class adams.flow.source.NewList extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 7272049518765623563L
-
Serialized Fields
-
m_Generator
AbstractListGenerator m_Generator
the generator to use. -
m_QuoteType
NewList.QuoteType m_QuoteType
the quote type to use. -
m_Separator
String m_Separator
the separator for the list items.
-
-
Class adams.flow.source.NewMap extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 7272049518765623563L
-
Serialized Fields
-
m_MapClass
BaseClassname m_MapClass
the class for the map.
-
-
Class adams.flow.source.NewMat5File extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -3376485047370616035L
-
Class adams.flow.source.NewMat5Matrix extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -3376485047370616035L
-
Serialized Fields
-
m_Dimensions
Mat5ArrayDimensions m_Dimensions
the dimensions of the matrix.
-
-
Class adams.flow.source.NewMat5Struct extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -3376485047370616035L
-
Serialized Fields
-
m_Dimensions
Mat5ArrayDimensions m_Dimensions
the dimensions of the matrix.
-
-
Class adams.flow.source.NewProperties extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 7272049518765623563L
-
Class adams.flow.source.NewRemoteCommand extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -8413782615159219659L
-
Serialized Fields
-
m_Command
RemoteCommand m_Command
the command to create. -
m_Request
boolean m_Request
whether to create a request or response.
-
-
Class adams.flow.source.NewReport extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 7272049518765623563L
-
Serialized Fields
-
m_ReportClass
BaseClassname m_ReportClass
the class of the report.
-
-
Class adams.flow.source.NewSpreadSheet extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 494594301273926225L
-
Serialized Fields
-
m_Columns
BaseText m_Columns
the comma-separated list of column headers. -
m_ColumnsArray
BaseString[] m_ColumnsArray
the array of column headers to use. -
m_Comments
BaseText m_Comments
the initial comments to use. -
m_DataRowType
DataRow m_DataRowType
the data row type to use. -
m_SheetName
String m_SheetName
the spreadsheet name. -
m_SpreadSheetType
SpreadSheet m_SpreadSheetType
the type of spreadsheet to use.
-
-
Class adams.flow.source.NewTempFile extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 7272049518765623563L
-
Serialized Fields
-
m_Directory
PlaceholderDirectory m_Directory
the directory for the temp file. -
m_Prefix
String m_Prefix
the prefix. -
m_Suffix
String m_Suffix
the suffix (incl dot).
-
-
Class adams.flow.source.Null extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 7272049518765623563L
-
Class adams.flow.source.OpenCVDeviceFrameGrabber extends AbstractSource implements Serializable
- serialVersionUID:
- 5117434255083739200L
-
Serialized Fields
-
m_Delay
long m_Delay
the delay between frames in microsecond. -
m_Device
int m_Device
the device ID. -
m_FrameGrabberClass
BaseClassname m_FrameGrabberClass
the frame grabber class.
-
-
Class adams.flow.source.OptionProducer extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -132045002653940359L
-
Serialized Fields
-
m_Producer
OptionProducer m_Producer
the producer to use.
-
-
Class adams.flow.source.OptionTraverser extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -4834816502537753658L
-
Serialized Fields
-
m_Start
OptionTraverser.TraversalStart m_Start
the start of the traversal. -
m_Traverser
OptionTraverser m_Traverser
the option traverser to use.
-
-
Class adams.flow.source.PasteFromClipboard extends AbstractInteractiveSource implements Serializable
- serialVersionUID:
- 8200691218381875131L
-
Serialized Fields
-
m_ClipboardData
AbstractClipboardData m_ClipboardData
the data type to paste. -
m_Message
String m_Message
the message for the user. -
m_OutputToken
Token m_OutputToken
the output token to broadcast.
-
-
Class adams.flow.source.PDFNewDocument extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -4271476585270701409L
-
Serialized Fields
-
m_OutputFile
PlaceholderFile m_OutputFile
the output file. -
m_PageOrientation
PageOrientation m_PageOrientation
the page orientation. -
m_PageSize
PageSize m_PageSize
the page size.
-
-
Class adams.flow.source.PipExec extends AbstractPythonExecution implements Serializable
- serialVersionUID:
- -132045002653940359L
-
Serialized Fields
-
m_Options
BaseText m_Options
the options for pip. -
m_OptionsContainPlaceholder
boolean m_OptionsContainPlaceholder
whether the options contain placeholders, which need to be expanded first. -
m_OptionsContainVariable
boolean m_OptionsContainVariable
whether the options contain variables, which need to be expanded first.
-
-
Class adams.flow.source.PyroSource extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -1719389733948167820L
-
Serialized Fields
-
m_Call
AbstractPyroSource m_Call
the pyro call to use.
-
-
Class adams.flow.source.PythonExec extends AbstractPythonExecution implements Serializable
- serialVersionUID:
- -132045002653940359L
-
Serialized Fields
-
m_OptionsContainPlaceholder
boolean m_OptionsContainPlaceholder
whether the options contain placeholders, which need to be expanded first. -
m_OptionsContainVariable
boolean m_OptionsContainVariable
whether the options contain variables, which need to be expanded first. -
m_Script
PlaceholderFile m_Script
the script to run. -
m_ScriptOptions
BaseText m_ScriptOptions
the options for the script. -
m_WorkingDirectory
String m_WorkingDirectory
the current working directory.
-
-
Class adams.flow.source.PythonVenvExec extends AbstractPythonExecution implements Serializable
- serialVersionUID:
- -132045002653940359L
-
Serialized Fields
-
m_Executable
String m_Executable
the executable to run. -
m_ExecutableOptions
BaseText m_ExecutableOptions
the options for the executable. -
m_OptionsContainPlaceholder
boolean m_OptionsContainPlaceholder
whether the options contain placeholders, which need to be expanded first. -
m_OptionsContainVariable
boolean m_OptionsContainVariable
whether the options contain variables, which need to be expanded first. -
m_WorkingDirectory
String m_WorkingDirectory
the current working directory.
-
-
Class adams.flow.source.RandomNumberGenerator extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 6216146938771296415L
-
Serialized Fields
-
m_Generator
RandomNumberGenerator m_Generator
the random number generator to use. -
m_MaxNum
int m_MaxNum
the maximum number of random numbers to generate.
-
-
Class adams.flow.source.ReaderGenerator extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 7558795661303788547L
-
Serialized Fields
-
m_Generator
AbstractReaderGenerator m_Generator
the generator.
-
-
Class adams.flow.source.RSync extends AbstractBufferingSource implements Serializable
- serialVersionUID:
- 5033321049882638158L
-
Serialized Fields
-
m_Address
String m_Address
-
m_Append
boolean m_Append
-
m_AppendVerify
boolean m_AppendVerify
-
m_Archive
boolean m_Archive
-
m_Backup
boolean m_Backup
-
m_BackupDir
String m_BackupDir
-
m_BlockingIO
boolean m_BlockingIO
-
m_BlockSize
String m_BlockSize
-
m_Bwlimit
String m_Bwlimit
-
m_Checksum
boolean m_Checksum
-
m_ChecksumSeed
int m_ChecksumSeed
-
m_Chmod
String m_Chmod
-
m_Chown
String m_Chown
-
m_CompareDest
BaseString[] m_CompareDest
-
m_Compress
boolean m_Compress
-
m_CompressLevel
int m_CompressLevel
-
m_Contimeout
int m_Contimeout
-
m_CopyDest
BaseString[] m_CopyDest
-
m_CopyDirlinks
boolean m_CopyDirlinks
-
m_CopyLinks
boolean m_CopyLinks
-
m_CopyUnsafeLinks
boolean m_CopyUnsafeLinks
-
m_CvsExclude
boolean m_CvsExclude
-
m_Debug
String m_Debug
-
m_DelayUpdates
boolean m_DelayUpdates
-
m_Delete
boolean m_Delete
-
m_DeleteAfter
boolean m_DeleteAfter
-
m_DeleteBefore
boolean m_DeleteBefore
-
m_DeleteDelay
boolean m_DeleteDelay
-
m_DeleteDuring
boolean m_DeleteDuring
-
m_DeleteExcluded
boolean m_DeleteExcluded
-
m_DeleteMissingArgs
boolean m_DeleteMissingArgs
-
m_Destination
String m_Destination
the destination path/url. -
m_Devices
boolean m_Devices
-
m_Dirs
boolean m_Dirs
-
m_DryRun
boolean m_DryRun
-
m_EightBitOutput
boolean m_EightBitOutput
-
m_Exclude
BaseString[] m_Exclude
-
m_ExcludeFrom
PlaceholderFile m_ExcludeFrom
-
m_Executability
boolean m_Executability
-
m_Existing
boolean m_Existing
-
m_FakeSuper
boolean m_FakeSuper
-
m_FilesFrom
PlaceholderFile m_FilesFrom
-
m_Filter
BaseString[] m_Filter
-
m_Force
boolean m_Force
-
m_From0
boolean m_From0
-
m_Fuzzy
boolean m_Fuzzy
-
m_Group
boolean m_Group
-
m_Groupmap
String m_Groupmap
-
m_HardLinks
boolean m_HardLinks
-
m_HumanReadable
boolean m_HumanReadable
-
m_Iconv
String m_Iconv
-
m_IgnoreErrors
boolean m_IgnoreErrors
-
m_IgnoreExisting
boolean m_IgnoreExisting
-
m_IgnoreMissingArgs
boolean m_IgnoreMissingArgs
-
m_IgnoreTimes
boolean m_IgnoreTimes
-
m_Include
BaseString[] m_Include
-
m_IncludeFrom
PlaceholderFile m_IncludeFrom
-
m_Info
String m_Info
-
m_Inplace
boolean m_Inplace
-
m_Ipv4
boolean m_Ipv4
-
m_Ipv6
boolean m_Ipv6
-
m_ItemizeChanges
boolean m_ItemizeChanges
-
m_KeepDirlinks
boolean m_KeepDirlinks
-
m_LinkDest
BaseString[] m_LinkDest
-
m_Links
boolean m_Links
-
m_ListOnly
boolean m_ListOnly
-
m_LogFile
PlaceholderFile m_LogFile
-
m_LogFileFormat
String m_LogFileFormat
-
m_MaxDelete
int m_MaxDelete
-
m_MaxSize
String m_MaxSize
-
m_MaxTime
int m_MaxTime
-
m_MinSize
String m_MinSize
-
m_ModifyWindow
int m_ModifyWindow
-
m_Msgs2stderr
boolean m_Msgs2stderr
-
m_MungeLinks
boolean m_MungeLinks
-
m_NoImpliedDirs
boolean m_NoImpliedDirs
-
m_NoMotd
boolean m_NoMotd
-
m_NumericIds
boolean m_NumericIds
-
m_OmitDirTimes
boolean m_OmitDirTimes
-
m_OmitLinkTimes
boolean m_OmitLinkTimes
-
m_OneFileSystem
boolean m_OneFileSystem
-
m_OnlyWriteBatch
PlaceholderFile m_OnlyWriteBatch
-
m_Outbuf
String m_Outbuf
-
m_OutFormat
String m_OutFormat
-
m_OutputCommandline
boolean m_OutputCommandline
whether to output the commandline. -
m_Owner
boolean m_Owner
-
m_Partial
boolean m_Partial
-
m_PartialDir
String m_PartialDir
-
m_PasswordFile
String m_PasswordFile
-
m_Perms
boolean m_Perms
-
m_Port
int m_Port
-
m_Preallocate
boolean m_Preallocate
-
m_PrefixStdErr
String m_PrefixStdErr
the stderr prefix. -
m_PrefixStdOut
String m_PrefixStdOut
the stdout prefix. -
m_Progress
boolean m_Progress
-
m_ProtectArgs
boolean m_ProtectArgs
-
m_Protocol
int m_Protocol
-
m_PruneEmptyDirs
boolean m_PruneEmptyDirs
-
m_Quiet
boolean m_Quiet
-
m_ReadBatch
PlaceholderFile m_ReadBatch
-
m_Recursive
boolean m_Recursive
-
m_Relative
boolean m_Relative
-
m_RemoteOption
String m_RemoteOption
-
m_RemoveSourceFiles
boolean m_RemoveSourceFiles
-
m_Rsh
String m_Rsh
-
m_RsyncPath
String m_RsyncPath
-
m_SafeLinks
boolean m_SafeLinks
-
m_SizeOnly
boolean m_SizeOnly
-
m_SkipCompress
String m_SkipCompress
-
m_Sockopts
String m_Sockopts
-
m_Source
String m_Source
the source path/url. -
m_Sparse
boolean m_Sparse
-
m_Specials
boolean m_Specials
-
m_Stats
boolean m_Stats
-
m_Suffix
String m_Suffix
-
m_Super_
boolean m_Super_
-
m_TempDir
String m_TempDir
-
m_Timeout
int m_Timeout
-
m_Times
boolean m_Times
-
m_Update
boolean m_Update
-
m_Usermap
String m_Usermap
-
m_Verbose
boolean m_Verbose
-
m_Version
boolean m_Version
-
m_WholeFile
boolean m_WholeFile
-
m_WriteBatch
PlaceholderFile m_WriteBatch
-
m_Xattrs
boolean m_Xattrs
-
-
Class adams.flow.source.Rsync4jRsyncBinary extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 653420853872160052L
-
Class adams.flow.source.Rsync4jSshBinary extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 653420853872160052L
-
Class adams.flow.source.Scripted extends AbstractScriptingHandlerActor implements Serializable
- serialVersionUID:
- 8308708214624482350L
-
Class adams.flow.source.SelectCharset extends AbstractInteractiveSource implements Serializable
- serialVersionUID:
- -3223325917850709883L
-
Serialized Fields
-
m_InitialCharset
BaseCharset m_InitialCharset
the initial directory. -
m_NonInteractive
boolean m_NonInteractive
whether to automate the actor. -
m_OutputToken
Token m_OutputToken
for the chosen directory.
-
-
Class adams.flow.source.SelectDateTime extends AbstractInteractiveSource implements Serializable
- serialVersionUID:
- 8200691218381875131L
-
Serialized Fields
-
m_NonInteractive
boolean m_NonInteractive
whether to automate the actor. -
m_OutputAsString
boolean m_OutputAsString
whether to output a string rather than objects. -
m_OutputToken
Token m_OutputToken
the output token to broadcast. -
m_Type
SelectDateTime.Type m_Type
the type of data to output.
-
-
Class adams.flow.source.SelectDirectory extends AbstractInteractiveSource implements Serializable
- serialVersionUID:
- -3223325917850709883L
-
Serialized Fields
-
m_AbsoluteDirectoryName
boolean m_AbsoluteDirectoryName
whether to use absolute file/dir names. -
m_Comm
GUIHelper.DialogCommunication m_Comm
for communicating with the input dialog. -
m_DirectoryChooserTitle
String m_DirectoryChooserTitle
the title of the directory chooser dialog. -
m_DisplayLocation
InteractionDisplayLocation m_DisplayLocation
where to display the prompt. -
m_InitialDirectory
PlaceholderDirectory m_InitialDirectory
the initial directory. -
m_MultiSelectionEnabled
boolean m_MultiSelectionEnabled
whether to allow multi-selection. -
m_NonInteractive
boolean m_NonInteractive
whether to automate the actor. -
m_OutputToken
Token m_OutputToken
for the chosen directory. -
m_RestorationEnabled
boolean m_RestorationEnabled
whether restoration is enabled. -
m_RestorationFile
PlaceholderFile m_RestorationFile
the file to store the restoration state in. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.flow.source.SelectFile extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 8200691218381875131L
-
Serialized Fields
-
m_AbsoluteFileNames
boolean m_AbsoluteFileNames
whether to use absolute file/dir names. -
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_Comm
GUIHelper.DialogCommunication m_Comm
for communicating with the input dialog. -
m_CustomStopMessage
String m_CustomStopMessage
the custom stop message to use if flow gets stopped due to cancelation. -
m_DisplayLocation
InteractionDisplayLocation m_DisplayLocation
where to display the prompt. -
m_Extensions
BaseString[] m_Extensions
the extensions to offer in the file chooser. -
m_FileChooserTitle
String m_FileChooserTitle
the title of the file chooser dialog. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_InitialDirectory
PlaceholderDirectory m_InitialDirectory
the initial directory. -
m_InitialFiles
PlaceholderFile[] m_InitialFiles
the initial files to use. -
m_NonInteractive
boolean m_NonInteractive
whether to automate the actor. -
m_ParentComponentActor
CallableActorReference m_ParentComponentActor
the (optional) parent component to use. -
m_ParentComponentActorConfigured
boolean m_ParentComponentActorConfigured
whether the callable actor has been configured. -
m_RestorationEnabled
boolean m_RestorationEnabled
whether restoration is enabled. -
m_RestorationFile
PlaceholderFile m_RestorationFile
the file to store the restoration state in. -
m_StopFlowIfCanceled
boolean m_StopFlowIfCanceled
whether to stop the flow if canceled. -
m_StopMode
StopMode m_StopMode
how to perform the stop. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes. -
m_UseOuterWindow
boolean m_UseOuterWindow
whether to use the outer window as parent.
-
-
Class adams.flow.source.SelectObjects extends AbstractSelectObjects implements Serializable
- serialVersionUID:
- 8941008707409028350L
-
Serialized Fields
-
m_Dialog
GenericArrayEditorDialog m_Dialog
the dialog for selecting the objects.
-
-
Class adams.flow.source.SequenceSource extends MutableConnectedControlActor implements Serializable
- serialVersionUID:
- -1007878227244351146L
-
Class adams.flow.source.SequenceSource.SequenceSourceDirector extends SequentialDirector implements Serializable
- serialVersionUID:
- 1600945233224761728L
-
Class adams.flow.source.SimpleRSync extends AbstractBufferingSource implements Serializable
- serialVersionUID:
- -2922477251211046117L
-
Serialized Fields
-
m_Archive
boolean m_Archive
-
m_Checksum
boolean m_Checksum
-
m_Delete
boolean m_Delete
-
m_Destination
String m_Destination
the destination path/url. -
m_DryRun
boolean m_DryRun
-
m_Exclude
BaseString[] m_Exclude
-
m_ExcludeFrom
PlaceholderFile m_ExcludeFrom
-
m_Executability
boolean m_Executability
-
m_FilesFrom
PlaceholderFile m_FilesFrom
-
m_Filter
BaseString[] m_Filter
-
m_Include
BaseString[] m_Include
-
m_IncludeFrom
PlaceholderFile m_IncludeFrom
-
m_MaxTime
int m_MaxTime
-
m_OutputCommandline
boolean m_OutputCommandline
whether to output the commandline. -
m_Perms
boolean m_Perms
-
m_PrefixStdErr
String m_PrefixStdErr
the stderr prefix. -
m_PrefixStdOut
String m_PrefixStdOut
the stdout prefix. -
m_Quiet
boolean m_Quiet
-
m_Recursive
boolean m_Recursive
-
m_Relative
boolean m_Relative
-
m_Rsh
String m_Rsh
-
m_RsyncPath
String m_RsyncPath
-
m_Source
String m_Source
the source path/url. -
m_Times
boolean m_Times
-
m_Verbose
boolean m_Verbose
-
-
Class adams.flow.source.Socket extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 4824594325548647716L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_OutputString
boolean m_OutputString
whether to output a string. -
m_Port
int m_Port
the port to listen on. -
m_Timeout
int m_Timeout
the timeout for the socket.
-
-
Class adams.flow.source.SpecifiedActor extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 3823225606368312035L
-
Serialized Fields
-
m_ExpandVariables
boolean m_ExpandVariables
whether to expand variables. -
m_NoSubActors
boolean m_NoSubActors
whether to exclude any sub-actors (in case of actor handlers). -
m_Path
ActorPath m_Path
the actor path.
-
-
Class adams.flow.source.SpreadSheetDbReader extends AbstractSpreadSheetDbReader implements Serializable
- serialVersionUID:
- 494594301273926225L
-
Class adams.flow.source.SQLIdSupplier extends AbstractDatabaseIdSupplier implements Serializable
- serialVersionUID:
- -2269772801929933064L
-
Serialized Fields
-
m_SQL
SQLStatement m_SQL
the SQL statement to execute. -
m_Type
SQLIdSupplier.Type m_Type
the type of IDs to generate.
-
-
Class adams.flow.source.SSHExec extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -132045002653940359L
-
Serialized Fields
-
m_Command
String m_Command
the command to run. -
m_Connection
SSHConnection m_Connection
the SSH connection to use.
-
-
Class adams.flow.source.Start extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -132045002653940359L
-
Class adams.flow.source.StorageForLoop extends AbstractForLoop implements Serializable
- serialVersionUID:
- 5940182514084428795L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the storage value to output. -
m_VariableName
VariableName m_VariableName
the variable to update with for-loop value.
-
-
Class adams.flow.source.StorageValue extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -44192504096493397L
-
Serialized Fields
-
m_Cache
String m_Cache
the name of the LRU cache. -
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_StorageName
StorageName m_StorageName
the name of the stored value. -
m_StoredValue
Object m_StoredValue
the stored value.
-
-
Class adams.flow.source.StorageValuesArray extends AbstractSource implements Serializable
- serialVersionUID:
- 8955342876774562591L
-
Serialized Fields
-
m_ArrayClass
String m_ArrayClass
the class for the array. -
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_StorageNames
StorageName[] m_StorageNames
the names of the stored values. -
m_StoredValue
Object m_StoredValue
the stored value.
-
-
Class adams.flow.source.StringConstants extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 1751543256903416330L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_Strings
BaseString[] m_Strings
the strings to provide.
-
-
Class adams.flow.source.StringExpression extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -8477454145267616359L
-
Serialized Fields
-
m_Expression
StringExpressionText m_Expression
the string expression to evaluate.
-
-
Class adams.flow.source.SwitchedSource extends AbstractSource implements Serializable
- serialVersionUID:
- 7440087569126732985L
-
Serialized Fields
-
m_ActiveCase
Actor m_ActiveCase
the active case. -
m_Cases
List<Actor> m_Cases
the "cases" to execute if the corresponding expression matches. -
m_Conditions
BooleanCondition[] m_Conditions
the "conditions" for the various switch cases.
-
-
Class adams.flow.source.TemplateSource extends AbstractTemplate implements Serializable
- serialVersionUID:
- 2906214610648390363L
-
Class adams.flow.source.TimeseriesDbReader extends AbstractDbSource implements Serializable
- serialVersionUID:
- -1030024345072684197L
-
Serialized Fields
-
m_ColumnID
String m_ColumnID
the ID column. -
m_ColumnIDIndex
int m_ColumnIDIndex
the ID column index. -
m_ColumnIDType
int m_ColumnIDType
the ID column type. -
m_ColumnTimestamp
String m_ColumnTimestamp
the timestamp column. -
m_ColumnTimestampIndex
int m_ColumnTimestampIndex
the timestamp column type. -
m_ColumnTimestampType
int m_ColumnTimestampType
the timestamp column index. -
m_ColumnValue
String m_ColumnValue
the value column. -
m_ColumnValueIndex
int m_ColumnValueIndex
the value column index. -
m_ColumnValueType
int m_ColumnValueType
the value column type. -
m_SQL
SQLStatement m_SQL
the SQL statement to execute. -
m_Timeseries
Timeseries m_Timeseries
the current container.
-
-
Class adams.flow.source.URLSupplier extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -8288435835502863891L
-
Serialized Fields
-
m_URLs
BaseURL[] m_URLs
the files to broadcast.
-
-
Class adams.flow.source.Variable extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -7838881435448178095L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_VariableName
VariableName m_VariableName
the name of the variable. -
m_VariableValue
String m_VariableValue
the value of the variable.
-
-
Class adams.flow.source.VariablesArray extends AbstractSource implements Serializable
- serialVersionUID:
- -8533328604800956145L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_StoredValue
Object m_StoredValue
the stored value. -
m_VariableNames
VariableName[] m_VariableNames
the names of the stored values.
-
-
Class adams.flow.source.WekaAssociatorSetup extends AbstractSimpleSourceWithPropertiesUpdating implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_Associator
weka.associations.Associator m_Associator
the weka associator.
-
-
Class adams.flow.source.WekaClassifierGenerator extends AbstractWekaSetupGenerator<weka.classifiers.Classifier> implements Serializable
- serialVersionUID:
- -6802585691566163552L
-
Class adams.flow.source.WekaClassifierSetup extends AbstractSimpleSourceWithPropertiesUpdating implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_Classifier
weka.classifiers.Classifier m_Classifier
the weka classifier.
-
-
Class adams.flow.source.WekaClustererGenerator extends AbstractWekaSetupGenerator<weka.clusterers.Clusterer> implements Serializable
- serialVersionUID:
- -6802585691566163552L
-
Class adams.flow.source.WekaClustererSetup extends AbstractSimpleSourceWithPropertiesUpdating implements Serializable
- serialVersionUID:
- 4936805424766023527L
-
Serialized Fields
-
m_Clusterer
weka.clusterers.Clusterer m_Clusterer
the weka clusterer.
-
-
Class adams.flow.source.WekaDatabaseReader extends AbstractSource implements Serializable
- serialVersionUID:
- 1255964542481136089L
-
Serialized Fields
-
m_CustomPropsFile
PlaceholderFile m_CustomPropsFile
a custom properties file to use instead of default one. -
m_Data
weka.core.Instances m_Data
the full data. -
m_Incremental
boolean m_Incremental
whether to output the data row-by-row. -
m_Keys
String m_Keys
the keys that uniquely identify a single row. -
m_NextInstance
weka.core.Instance m_NextInstance
the next instance to output. -
m_Password
BasePassword m_Password
the password for the user used for connecting. -
m_Query
SQLStatement m_Query
the query to execute. -
m_Source
weka.core.converters.DatabaseLoader m_Source
the actual loader for loading the data. -
m_SparseFormat
boolean m_SparseFormat
whether to output data in sparse format. -
m_Structure
weka.core.Instances m_Structure
the structure. -
m_URL
String m_URL
the database URL to query. -
m_User
String m_User
the database user to use for connecting.
-
-
Class adams.flow.source.WekaDataGenerator extends AbstractSimpleSourceWithPropertiesUpdating implements Serializable
- serialVersionUID:
- 1862828539481494711L
-
Serialized Fields
-
m_DataGenerator
weka.datagenerators.DataGenerator m_DataGenerator
the filter to apply.
-
-
Class adams.flow.source.WekaFilterGenerator extends AbstractWekaSetupGenerator<weka.filters.Filter> implements Serializable
- serialVersionUID:
- -6802585691566163552L
-
Class adams.flow.source.WekaForecasterSetup extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_Generator
AbstractForecasterGenerator m_Generator
the generator.
-
-
Class adams.flow.source.WekaForecasting extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_Model
weka.classifiers.timeseries.AbstractForecaster m_Model
the model that was loaded from the model file. -
m_ModelActor
CallableActorReference m_ModelActor
the callable actor to get the model from. -
m_ModelFile
PlaceholderFile m_ModelFile
the serialized model to load. -
m_NumSteps
int m_NumSteps
the number of steps to forecast. -
m_OnTheFly
boolean m_OnTheFly
whether the model gets built on the fly and might not be present at the start.
-
-
Class adams.flow.source.WekaNewExperiment extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 6104313581716027684L
-
Serialized Fields
-
m_Experiment
AbstractExperiment m_Experiment
the experiment.
-
-
Class adams.flow.source.WekaNewInstances extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 1862828539481494711L
-
Serialized Fields
-
m_AttributeNames
BaseList m_AttributeNames
the comma-separated list of attribute names. -
m_AttributeTypes
AttributeTypeList m_AttributeTypes
the comma-separated list of attribute types. -
m_ClassIndex
Index m_ClassIndex
the index for the class attribute, if any. -
m_ClassName
String m_ClassName
the name for the class attribute, if any. -
m_RelationName
String m_RelationName
the name for the relation, if any.
-
-
Class adams.flow.source.WekaPackageManagerAction extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -7087254851973840848L
-
Serialized Fields
-
m_Action
AbstractWekaPackageManagerAction m_Action
the action to execute.
-
-
Class adams.flow.source.WekaSelectDataset extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 8200691218381875131L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_CustomStopMessage
String m_CustomStopMessage
the custom stop message to use if flow gets stopped due to cancelation. -
m_FileChooserTitle
String m_FileChooserTitle
the title of the file chooser dialog. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_InitialDirectory
PlaceholderDirectory m_InitialDirectory
the initial directory. -
m_InitialFiles
PlaceholderFile[] m_InitialFiles
the initial files to use. -
m_NonInteractive
boolean m_NonInteractive
whether to automate the actor. -
m_ParentComponentActor
CallableActorReference m_ParentComponentActor
the (optional) parent component to use. -
m_ParentComponentActorConfigured
boolean m_ParentComponentActorConfigured
whether the callable actor has been configured. -
m_StopFlowIfCanceled
boolean m_StopFlowIfCanceled
whether to stop the flow if canceled. -
m_StopMode
StopMode m_StopMode
how to perform the stop. -
m_UseOuterWindow
boolean m_UseOuterWindow
whether to use the outer window as parent.
-
-
Class adams.flow.source.WekaSelectObjects extends AbstractSelectObjects implements Serializable
- serialVersionUID:
- 8941008707409028350L
-
Serialized Fields
-
m_ArrayEditor
weka.gui.GenericArrayEditor m_ArrayEditor
the dialog for selecting the objects. -
m_Dialog
ApprovalDialog m_Dialog
the dialog for selecting the objects.
-
-
Class adams.flow.source.ZipArrays extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 8955342876774562591L
-
Serialized Fields
-
m_StorageNames
StorageName[] m_StorageNames
the names of the stored values.
-
-
-
Package adams.flow.source.filesystemsearch
-
Class adams.flow.source.filesystemsearch.AbstractFileSystemSearchlet extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5019667028030872568L
-
Serialized Fields
-
m_FlowContext
Actor m_FlowContext
the flow context. -
m_Stopped
boolean m_Stopped
whether search was stopped.
-
-
Class adams.flow.source.filesystemsearch.AbstractFtpDirectoryListerBasedSearchlet extends AbstractFileSystemSearchlet implements Serializable
- serialVersionUID:
- -240436041323613527L
-
Serialized Fields
-
m_Lister
FtpDirectoryLister m_Lister
for listing the contents.
-
-
Class adams.flow.source.filesystemsearch.AbstractLocalDirectoryListerBasedSearchlet extends AbstractFileSystemSearchlet implements Serializable
- serialVersionUID:
- -240436041323613527L
-
Serialized Fields
-
m_Lister
LocalDirectoryLister m_Lister
for listing the contents.
-
-
Class adams.flow.source.filesystemsearch.AbstractSftpDirectoryListerBasedSearchlet extends AbstractFileSystemSearchlet implements Serializable
- serialVersionUID:
- -240436041323613527L
-
Serialized Fields
-
m_Lister
SftpDirectoryLister m_Lister
for listing the contents.
-
-
Class adams.flow.source.filesystemsearch.AbstractSmbDirectoryListerBasedSearchlet extends AbstractFileSystemSearchlet implements Serializable
- serialVersionUID:
- -240436041323613527L
-
Serialized Fields
-
m_Lister
SmbDirectoryLister m_Lister
for listing the contents.
-
-
Class adams.flow.source.filesystemsearch.BlockingSearch extends AbstractFileSystemSearchlet implements Serializable
- serialVersionUID:
- -2652975788946866774L
-
Serialized Fields
-
m_Interval
int m_Interval
the interval in milliseconds. -
m_Search
AbstractFileSystemSearchlet m_Search
the base search. -
m_Timeout
int m_Timeout
the timeout in milliseconds (<=0 never time out).
-
-
Class adams.flow.source.filesystemsearch.FtpDirectorySearch extends AbstractFtpDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator extends AbstractFtpDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Serialized Fields
-
m_Comparator
Comparator m_Comparator
the comparator to use. -
m_Descending
boolean m_Descending
whether to sort ascending or descending.
-
-
Class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort extends AbstractFtpDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Serialized Fields
-
m_Descending
boolean m_Descending
whether to sort ascending or descending. -
m_SortFind
BaseRegExp m_SortFind
the regular expression for finding the data to use for sorting (groups). -
m_SortReplace
String m_SortReplace
the string used for reassembling the groups extracted with the regular expression.
-
-
Class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort.SortContainer extends Object implements Serializable
- serialVersionUID:
- 8905572097502057181L
-
Class adams.flow.source.filesystemsearch.FtpFileSearch extends AbstractFtpDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.FtpFileSearchWithComparator extends FtpDirectorySearchWithComparator implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.FtpFileSearchWithCustomSort extends FtpDirectorySearchWithCustomSort implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.LocalDirectorySearch extends AbstractLocalDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator extends AbstractLocalDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Serialized Fields
-
m_Comparator
Comparator m_Comparator
the comparator to use. -
m_Descending
boolean m_Descending
whether to sort ascending or descending.
-
-
Class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort extends AbstractLocalDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Serialized Fields
-
m_Descending
boolean m_Descending
whether to sort ascending or descending. -
m_SortFind
BaseRegExp m_SortFind
the regular expression for finding the data to use for sorting (groups). -
m_SortReplace
String m_SortReplace
the string used for reassembling the groups extracted with the regular expression.
-
-
Class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort.SortContainer extends Object implements Serializable
- serialVersionUID:
- 8905572097502057181L
-
Class adams.flow.source.filesystemsearch.LocalDirectorySearchWithTimestampConstraints extends LocalDirectorySearch implements Serializable
- serialVersionUID:
- 7165242885787887905L
-
Class adams.flow.source.filesystemsearch.LocalFileSearch extends AbstractLocalDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.LocalFileSearchWithComparator extends LocalDirectorySearchWithComparator implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.LocalFileSearchWithCustomSort extends LocalDirectorySearchWithCustomSort implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.LocalFileSearchWithTimestampConstraints extends LocalFileSearch implements Serializable
- serialVersionUID:
- 7165242885787887905L
-
Class adams.flow.source.filesystemsearch.MultiSearch extends AbstractFileSystemSearchlet implements Serializable
- serialVersionUID:
- -3189597528629633942L
-
Serialized Fields
-
m_Searches
AbstractFileSystemSearchlet[] m_Searches
the search algorithms to execute.
-
-
Class adams.flow.source.filesystemsearch.SftpDirectorySearch extends AbstractSftpDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator extends AbstractSftpDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Serialized Fields
-
m_Comparator
Comparator m_Comparator
the comparator to use. -
m_Descending
boolean m_Descending
whether to sort ascending or descending.
-
-
Class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort extends AbstractSftpDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Serialized Fields
-
m_Descending
boolean m_Descending
whether to sort ascending or descending. -
m_SortFind
BaseRegExp m_SortFind
the regular expression for finding the data to use for sorting (groups). -
m_SortReplace
String m_SortReplace
the string used for reassembling the groups extracted with the regular expression.
-
-
Class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort.SortContainer extends Object implements Serializable
- serialVersionUID:
- 8905572097502057181L
-
Class adams.flow.source.filesystemsearch.SftpFileSearch extends AbstractSftpDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.SftpFileSearchWithComparator extends SftpDirectorySearchWithComparator implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.SftpFileSearchWithCustomSort extends SftpDirectorySearchWithCustomSort implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.SmbDirectorySearch extends AbstractSmbDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator extends AbstractSmbDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Serialized Fields
-
m_Comparator
Comparator m_Comparator
the comparator to use. -
m_Descending
boolean m_Descending
whether to sort ascending or descending.
-
-
Class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort extends AbstractSmbDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Serialized Fields
-
m_Descending
boolean m_Descending
whether to sort ascending or descending. -
m_SortFind
BaseRegExp m_SortFind
the regular expression for finding the data to use for sorting (groups). -
m_SortReplace
String m_SortReplace
the string used for reassembling the groups extracted with the regular expression.
-
-
Class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort.SortContainer extends Object implements Serializable
- serialVersionUID:
- 8905572097502057181L
-
Class adams.flow.source.filesystemsearch.SmbFileSearch extends AbstractSmbDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.SmbFileSearchWithComparator extends SmbDirectorySearchWithComparator implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.SmbFileSearchWithCustomSort extends SmbDirectorySearchWithCustomSort implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
-
Package adams.flow.source.inputstreamsource
-
Class adams.flow.source.inputstreamsource.AbstractInputStreamGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3225457608826031698L
-
Class adams.flow.source.inputstreamsource.FromFile extends AbstractInputStreamGenerator implements Serializable
- serialVersionUID:
- -4372049990967649532L
-
Serialized Fields
-
m_Source
PlaceholderFile m_Source
the file to load.
-
-
Class adams.flow.source.inputstreamsource.FromResource extends AbstractInputStreamGenerator implements Serializable
- serialVersionUID:
- -4372049990967649532L
-
Serialized Fields
-
m_Resource
String m_Resource
the resource to load.
-
-
-
Package adams.flow.source.newlist
-
Class adams.flow.source.newlist.AbstractListGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2875716109637703967L
-
Class adams.flow.source.newlist.FixedList extends AbstractListGenerator implements Serializable
- serialVersionUID:
- -4623795710416726074L
-
Serialized Fields
-
m_Elements
BaseString[] m_Elements
the list elements to output.
-
-
Class adams.flow.source.newlist.ForLoop extends AbstractListGenerator implements Serializable
- serialVersionUID:
- -4623795710416726074L
-
Serialized Fields
-
m_LoopLower
int m_LoopLower
the lower bound of the for loop. -
m_LoopStep
int m_LoopStep
the step size. -
m_LoopUpper
int m_LoopUpper
the upper bound of the for loop.
-
-
Class adams.flow.source.newlist.Wrapper extends AbstractListGenerator implements Serializable
- serialVersionUID:
- -4623795710416726074L
-
Serialized Fields
-
m_Generator
AbstractListGenerator m_Generator
the generator to use. -
m_Prefix
String m_Prefix
the prefix to use. -
m_Suffix
String m_Suffix
the suffix to use.
-
-
-
Package adams.flow.source.pyrosource
-
Class adams.flow.source.pyrosource.AbstractPyroSource extends AbstractPyroCall implements Serializable
- serialVersionUID:
- 4326641453431565638L
-
Serialized Fields
-
m_Output
Object m_Output
the generated output object.
-
-
Class adams.flow.source.pyrosource.Generic extends AbstractPyroSource implements Serializable
- serialVersionUID:
- -1549570432184636739L
-
Class adams.flow.source.pyrosource.Null extends AbstractPyroSource implements Serializable
- serialVersionUID:
- 6988627430739187753L
-
-
Package adams.flow.source.readersource
-
Class adams.flow.source.readersource.AbstractReaderGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3225457608826031698L
-
Class adams.flow.source.readersource.FromFile extends AbstractReaderGenerator implements Serializable
- serialVersionUID:
- -4372049990967649532L
-
Serialized Fields
-
m_Source
PlaceholderFile m_Source
the file to load.
-
-
Class adams.flow.source.readersource.FromResource extends AbstractReaderGenerator implements Serializable
- serialVersionUID:
- -4372049990967649532L
-
Serialized Fields
-
m_Resource
String m_Resource
the resource to load.
-
-
-
Package adams.flow.source.valuedefinition
-
Class adams.flow.source.valuedefinition.AbstractArrayValueDefinition extends AbstractValueDefinition implements Serializable
- serialVersionUID:
- 3743958992576886340L
-
Serialized Fields
-
m_ArrayClass
BaseClassname m_ArrayClass
the array class. -
m_DefaultObjects
BaseString[] m_DefaultObjects
the default values.
-
-
Class adams.flow.source.valuedefinition.AbstractGOEValueDefinition extends AbstractValueDefinition implements Serializable
- serialVersionUID:
- 3743958992576886340L
-
Serialized Fields
-
m_DefaultClass
BaseCommandLine m_DefaultClass
the default class. -
m_SuperClass
BaseClassname m_SuperClass
the superclass.
-
-
Class adams.flow.source.valuedefinition.AbstractValueDefinition extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1003051563895321458L
-
Class adams.flow.source.valuedefinition.ArrayValueDefinition extends AbstractArrayValueDefinition implements Serializable
- serialVersionUID:
- 3743958992576886340L
-
Class adams.flow.source.valuedefinition.DefaultValueDefinition extends AbstractValueDefinition implements Serializable
- serialVersionUID:
- 1003051563895321458L
-
Serialized Fields
-
m_DefaultValue
String m_DefaultValue
the default value (string representation). -
m_Type
PropertiesParameterPanel.PropertyType m_Type
the type of the value. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.flow.source.valuedefinition.DirectoryValueDefinition extends AbstractValueDefinition implements Serializable
- serialVersionUID:
- 4140213467241294682L
-
Serialized Fields
-
m_DefaultValue
PlaceholderDirectory m_DefaultValue
the default directory. -
m_FileChooserTitle
String m_FileChooserTitle
the title of the file chooser dialog. -
m_UseAbsolutePath
boolean m_UseAbsolutePath
whether to use absolute path rather than placeholders. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.flow.source.valuedefinition.EnumValueDefinition extends AbstractValueDefinition implements Serializable
- serialVersionUID:
- -7010111763801708574L
-
Serialized Fields
-
m_EnumClass
BaseClassname m_EnumClass
the enum to select.
-
-
Class adams.flow.source.valuedefinition.FileValueDefinition extends AbstractValueDefinition implements Serializable
- serialVersionUID:
- 4140213467241294682L
-
Serialized Fields
-
m_AcceptAllFileFilter
boolean m_AcceptAllFileFilter
whether to allow the "All files" filter. -
m_DefaultValue
PlaceholderFile m_DefaultValue
the default file. -
m_Extensions
BaseString[] m_Extensions
the extensions to offer in the file chooser. -
m_FileChooserTitle
String m_FileChooserTitle
the title of the file chooser dialog. -
m_InitialDirectory
PlaceholderDirectory m_InitialDirectory
the initial directory. -
m_UseAbsolutePath
boolean m_UseAbsolutePath
whether to use absolute path rather than placeholders. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.flow.source.valuedefinition.GOEValueDefinition extends AbstractGOEValueDefinition implements Serializable
- serialVersionUID:
- 3743958992576886340L
-
Class adams.flow.source.valuedefinition.ListSelectionValueDefinition extends AbstractValueDefinition implements Serializable
- serialVersionUID:
- -7010111763801708574L
-
Serialized Fields
-
m_DefaultValue
String m_DefaultValue
the default value. -
m_MultiSelect
boolean m_MultiSelect
whether to use multi-select. -
m_Values
BaseString[] m_Values
the list values to choose from.
-
-
Class adams.flow.source.valuedefinition.RegExpConstrainedStringDefinition extends AbstractValueDefinition implements Serializable
- serialVersionUID:
- 5617527104506849371L
-
Serialized Fields
-
m_DefaultValue
String m_DefaultValue
the default value. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to use.
-
-
Class adams.flow.source.valuedefinition.WekaGOEValueDefinition extends AbstractGOEValueDefinition implements Serializable
- serialVersionUID:
- 3743958992576886340L
-
-
Package adams.flow.source.wekaforecastersetup
-
Class adams.flow.source.wekaforecastersetup.AbstractForecasterGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 836902202780240884L
-
Class adams.flow.source.wekaforecastersetup.BaselineAdjustedForecasterGenerator extends AbstractForecasterGenerator implements Serializable
- serialVersionUID:
- -6919031737595447726L
-
Serialized Fields
-
m_Baseline
AbstractForecasterGenerator m_Baseline
the forecaster setup for the baseline. -
m_Correction
AbstractBaselineCorrection m_Correction
the baseline correction scheme. -
m_Periodicity
AbstractForecasterGenerator m_Periodicity
the forecaster setup for the periodicity.
-
-
Class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator extends AbstractForecasterGenerator implements Serializable
- serialVersionUID:
- -6919031737595447726L
-
Serialized Fields
-
m_Classifier
weka.classifiers.Classifier m_Classifier
the base classifier. -
m_ConfidenceLevel
double m_ConfidenceLevel
the confidence level (0-1). -
m_ForecastFields
String m_ForecastFields
the fields to forecast (comma-separated list). -
m_LagMaker
LagMakerOptions m_LagMaker
the lag maker options. -
m_NumStepsConfidenceIntervals
int m_NumStepsConfidenceIntervals
the number of steps for confidence intervals. -
m_OverlayFields
String m_OverlayFields
the fields to overlay (comma-separated list).
-
-
-
Package adams.flow.source.wekapackagemanageraction
-
Class adams.flow.source.wekapackagemanageraction.AbstractWekaPackageManagerAction extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -6652797812165758692L
-
Serialized Fields
-
m_FlowContext
Actor m_FlowContext
the flow context.
-
-
Class adams.flow.source.wekapackagemanageraction.ListPackages extends AbstractWekaPackageManagerAction implements Serializable
- serialVersionUID:
- -5149682404460521030L
-
Serialized Fields
-
m_ListType
ListPackages.ListType m_ListType
the type of list to generate. -
m_OutputFormat
ListPackages.OutputFormat m_OutputFormat
the output format.
-
-
-
Package adams.flow.standalone
-
Class adams.flow.standalone.AbstractCallableDatabaseConnection extends AbstractCallableActor implements Serializable
- serialVersionUID:
- -4898610818562897692L
-
Class adams.flow.standalone.AbstractDatabaseCheck extends AbstractStandalone implements Serializable
- serialVersionUID:
- -1726172998200420556L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression to use for matching the JDBC URL.
-
-
Class adams.flow.standalone.AbstractDatabaseConnection extends AbstractStandalone implements Serializable
- serialVersionUID:
- -1726172998200420556L
-
Serialized Fields
-
m_ActualPassword
BasePassword m_ActualPassword
the actual SMTP password to use. -
m_CloseConnection
boolean m_CloseConnection
whether to close the connection when the flow wraps up. -
m_CustomStopMessage
String m_CustomStopMessage
the custom stop message to use if flow gets stopped due to cancelation. -
m_DataTypeSetup
AbstractDataTypeSetup m_DataTypeSetup
the data type setup to apply. -
m_Password
BasePassword m_Password
database password. -
m_PromptForPassword
boolean m_PromptForPassword
whether to prompt the user for a password if none provided. -
m_StopFlowIfCanceled
boolean m_StopFlowIfCanceled
whether to stop the flow if canceled. -
m_StopMode
StopMode m_StopMode
how to perform the stop. -
m_URL
JdbcUrl m_URL
the URL to connect to the database. -
m_User
String m_User
database username.
-
-
Class adams.flow.standalone.AbstractDbStandalone extends AbstractStandalone implements Serializable
- serialVersionUID:
- -5614455498907569274L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.flow.standalone.AbstractMultiView extends AbstractDisplay implements Serializable
- serialVersionUID:
- -4454052058077687116L
-
Serialized Fields
-
m_Actors
List<Actor> m_Actors
the underlying display actors. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemFileClear
JMenuItem m_MenuItemFileClear
the "clear" menu item. -
m_MenuItemFileClose
JMenuItem m_MenuItemFileClose
the "exit" menu item. -
m_MenuItemFlowPauseResume
JMenuItem m_MenuItemFlowPauseResume
the "pause/resume" menu item. -
m_MenuItemFlowStop
JMenuItem m_MenuItemFlowStop
the "stop" menu item. -
m_ShowFlowControlSubMenu
boolean m_ShowFlowControlSubMenu
whether to show flow control sub-menu. -
m_Wrappers
List<AbstractMultiView.ViewWrapper> m_Wrappers
the panels in use. -
m_Writer
JComponentWriter m_Writer
the writer to use.
-
-
Class adams.flow.standalone.AbstractMultiView.ViewWrapper extends AbstractDisplay implements Serializable
- serialVersionUID:
- -1571827759359015717L
-
Serialized Fields
-
m_Wrapped
AbstractDisplay m_Wrapped
the actor to wrap.
-
-
Class adams.flow.standalone.AbstractMutableActorDaemonEvent extends AbstractStandalone implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_Actors
Sequence m_Actors
for actors that get executed. -
m_ExecutingActors
boolean m_ExecutingActors
whether the actors are currently being executed. -
m_NoDiscard
boolean m_NoDiscard
whether to discard change events when busy or not.
-
-
Class adams.flow.standalone.AbstractMutableStandaloneGroupItem extends AbstractControlActor implements Serializable
- serialVersionUID:
- -2130921331341838430L
-
Serialized Fields
-
m_Actors
MutableActorHandler m_Actors
the flow items.
-
-
Class adams.flow.standalone.AbstractScript extends AbstractStandalone implements Serializable
- serialVersionUID:
- 4795549038183408504L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.flow.standalone.AbstractStandalone extends AbstractActor implements Serializable
- serialVersionUID:
- 2925242664771318860L
-
Class adams.flow.standalone.AbstractStandaloneGroup extends AbstractStandalone implements Serializable
- serialVersionUID:
- -739244942139022557L
-
Class adams.flow.standalone.AbstractStandaloneGroupItem extends AbstractStandalone implements Serializable
- serialVersionUID:
- -739244942139022557L
-
Class adams.flow.standalone.AbstractStandaloneGroupItemGroup extends AbstractStandaloneGroup<S extends Actor> implements Serializable
- serialVersionUID:
- -7663947357164807918L
-
Class adams.flow.standalone.AbstractStandaloneGroupItemMutableGroup extends AbstractStandaloneMutableGroup<S extends Actor> implements Serializable
- serialVersionUID:
- -7663947357164807918L
-
Class adams.flow.standalone.AbstractStandaloneMutableGroup extends AbstractStandaloneGroup<T extends Actor> implements Serializable
- serialVersionUID:
- -1626117689442141269L
-
Class adams.flow.standalone.AutogeneratedStandalone extends Standalones implements Serializable
- serialVersionUID:
- -4371755952682752628L
-
Class adams.flow.standalone.CallableActors extends MutableControlActor implements Serializable
- serialVersionUID:
- -5282103315016094476L
-
Class adams.flow.standalone.CallableActors.CallableActorsDirector extends AbstractDirector implements Serializable
- serialVersionUID:
- -7581710637774405432L
-
Class adams.flow.standalone.CallableDatabaseConnection extends AbstractCallableDatabaseConnection implements Serializable
- serialVersionUID:
- -4898610818562897692L
-
Class adams.flow.standalone.ConditionalStandalones extends Standalones implements Serializable
- serialVersionUID:
- 4568526647666412543L
-
Serialized Fields
-
m_Condition
BooleanCondition m_Condition
the condition to use.
-
-
Class adams.flow.standalone.ConsoleWindow extends AbstractDisplay implements Serializable
- serialVersionUID:
- 4306748076674344994L
-
Serialized Fields
-
m_FileOnlyOutput
boolean m_FileOnlyOutput
whether to only use file output. -
m_Font
Font m_Font
the font to use. -
m_Levels
LoggingLevel[] m_Levels
the logging levels to display. -
m_LogFile
PlaceholderFile m_LogFile
the file to save the log messages to. -
m_LookUp
HashSet<LoggingLevel> m_LookUp
the lookup for the types. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemFileClear
JMenuItem m_MenuItemFileClear
the "clear" menu item. -
m_MenuItemFileClose
JMenuItem m_MenuItemFileClose
the "exit" menu item. -
m_MenuItemFileSaveAs
JMenuItem m_MenuItemFileSaveAs
the "save as" menu item. -
m_TextArea
BaseTextArea m_TextArea
the text area for displaying the messages.
-
-
Class adams.flow.standalone.CopyCallableStandalone extends AbstractCopyCallableActor implements Serializable
- serialVersionUID:
- -99235787254225765L
-
Class adams.flow.standalone.CounterInit extends AbstractStandalone implements Serializable
- serialVersionUID:
- 4182914190162129217L
-
Serialized Fields
-
m_InitialCount
int m_InitialCount
the initial counter value to use. -
m_InitialValues
BaseString[] m_InitialValues
the initial labels to use. -
m_StorageName
StorageName m_StorageName
the name of the counter in the internal storage.
-
-
Class adams.flow.standalone.Cron extends AbstractStandalone implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_CronActors
Sequence m_CronActors
for actors that get executed. -
m_ExecutingCronActors
boolean m_ExecutingCronActors
whether the cron-actors are currently being executed. -
m_Schedule
CronSchedule m_Schedule
the cron schedule. -
m_Scheduler
org.quartz.Scheduler m_Scheduler
the scheduler.
-
-
Class adams.flow.standalone.DatabaseCheck extends AbstractDatabaseCheck implements Serializable
- serialVersionUID:
- -1726172998200420556L
-
Class adams.flow.standalone.DatabaseConnection extends AbstractDatabaseConnection implements Serializable
- serialVersionUID:
- -1726172998200420556L
-
Class adams.flow.standalone.DelayedEvent extends AbstractStandalone implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_Actors
Sequence m_Actors
for actors that get executed. -
m_Delay
int m_Delay
the delay in msecs.
-
-
Class adams.flow.standalone.DeleteDir extends AbstractStandalone implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_DeleteItself
boolean m_DeleteItself
whether to delete the specified directory itself. -
m_Lister
LocalDirectoryLister m_Lister
for listing the contents.
-
-
Class adams.flow.standalone.DeleteFile extends AbstractStandalone implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_Lister
LocalDirectoryLister m_Lister
for listing the contents.
-
-
Class adams.flow.standalone.DeleteStorageValue extends AbstractStandalone implements Serializable
- serialVersionUID:
- 3427074997423945878L
-
Serialized Fields
-
m_Cache
String m_Cache
the name of the LRU cache. -
m_RegExp
BaseRegExp m_RegExp
the regexp to match against variable names. -
m_StorageName
StorageName m_StorageName
the name of the value to store. -
m_Type
DeleteStorageValue.MatchingType m_Type
how to determine variables to delete.
-
-
Class adams.flow.standalone.DeleteVariable extends AbstractStandalone implements Serializable
- serialVersionUID:
- -3383735680425581504L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regexp to match against variable names. -
m_Type
DeleteVariable.MatchingType m_Type
how to determine variables to delete. -
m_VariableName
VariableName m_VariableName
the name of the variable.
-
-
Class adams.flow.standalone.DeserializeToStorage extends AbstractStandalone implements Serializable
- serialVersionUID:
- 4284491675292391031L
-
Serialized Fields
-
m_Cache
String m_Cache
the name of the LRU cache. -
m_ModelFile
PlaceholderFile m_ModelFile
the file to deserialize. -
m_Reader
AbstractObjectReader m_Reader
the object reader to use. -
m_StorageFilePairs
List<BaseKeyValuePair> m_StorageFilePairs
the storage/file pairs. -
m_StorageName
StorageName m_StorageName
the storage name to store the model under.
-
-
Class adams.flow.standalone.DirWatch extends AbstractMutableActorDaemonEvent<WatchKey,String[]> implements Serializable
- serialVersionUID:
- -6772954304997860394L
-
Serialized Fields
-
m_AtomicMove
boolean m_AtomicMove
whether to perform an atomic move. -
m_Events
WatchEventKind[] m_Events
the events to look for. -
m_MoveFiles
boolean m_MoveFiles
whether to move the files before transmitting them. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match the file names against. -
m_Source
PlaceholderDirectory m_Source
the directory to watch. -
m_Target
PlaceholderDirectory m_Target
the directory to move the files to. -
m_WaitPoll
int m_WaitPoll
the waiting period in msec before polling again.
-
-
Class adams.flow.standalone.Events extends AbstractControlActor implements Serializable
- serialVersionUID:
- -8393224234458401716L
-
Class adams.flow.standalone.ExecSQL extends AbstractDbStandalone implements Serializable
- serialVersionUID:
- -2766505525494708760L
-
Serialized Fields
-
m_DryRun
boolean m_DryRun
whether to simulate the SQL statement. -
m_SQL
SQLStatement m_SQL
the SQL statement to execute.
-
-
Class adams.flow.standalone.ExternalFlow extends AbstractActor implements Serializable
- serialVersionUID:
- 6212392783858480058L
-
Serialized Fields
-
m_ActorFile
FlowFile m_ActorFile
the file the external flow is stored in. -
m_Asynchronous
List<RunnableWithLogging> m_Asynchronous
the background processes launched. -
m_ExecutionType
ExternalFlow.ExecutionType m_ExecutionType
how to execute the flow. -
m_ExternalFlow
Actor m_ExternalFlow
the external flow itself. -
m_FlowFileChanged
boolean m_FlowFileChanged
whether the external flow file has changed. -
m_FlowFileIsVariable
Boolean m_FlowFileIsVariable
indicates whether a variable is attached to the external file. -
m_FlowFileVariable
String m_FlowFileVariable
the variable attached to the external file. -
m_HeadlessMode
boolean m_HeadlessMode
whether to run in headless mode. -
m_NonInteractiveMode
boolean m_NonInteractiveMode
whether to run in non-interactive mode.
-
-
Class adams.flow.standalone.ExternalStandalone extends AbstractExternalActor implements Serializable
- serialVersionUID:
- -2418751418803032871L
-
Class adams.flow.standalone.FTPConnection extends AbstractStandalone implements Serializable
- serialVersionUID:
- -1959430342987913960L
-
Serialized Fields
-
m_ActualPassword
BasePassword m_ActualPassword
the actual SMTP password to use. -
m_Client
org.apache.commons.net.ftp.FTPClient m_Client
the FTP client object. -
m_CustomStopMessage
String m_CustomStopMessage
the custom stop message to use if flow gets stopped due to cancelation. -
m_Host
String m_Host
the FTP host. -
m_Password
BasePassword m_Password
the FTP password to use. -
m_PromptForPassword
boolean m_PromptForPassword
whether to prompt the user for a password if none provided. -
m_StopFlowIfCanceled
boolean m_StopFlowIfCanceled
whether to stop the flow if canceled. -
m_StopMode
StopMode m_StopMode
how to perform the stop. -
m_UseBinaryMode
boolean m_UseBinaryMode
whether to use binary file transfer mode. -
m_UsePassiveMode
boolean m_UsePassiveMode
whether to use passive mode. -
m_User
String m_User
the FTP user to use.
-
-
Class adams.flow.standalone.GridView extends AbstractMultiView implements Serializable
- serialVersionUID:
- -4454052058077687116L
-
Serialized Fields
-
m_AddHeaders
boolean m_AddHeaders
whether to add headers. -
m_NumCols
int m_NumCols
the number of columns to display. -
m_NumRows
int m_NumRows
the number of rows to display. -
m_Panels
List<BasePanel> m_Panels
the panels to display. -
m_ShowControls
boolean m_ShowControls
whether to show the controls. -
m_Writer
JComponentWriter m_Writer
the writer to use.
-
-
Class adams.flow.standalone.Groovy extends AbstractGroovyActor implements Serializable
- serialVersionUID:
- 2241991983343122301L
-
Class adams.flow.standalone.HashSetInit extends AbstractStandalone implements Serializable
- serialVersionUID:
- 4182914190162129217L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_Initial
BaseString[] m_Initial
the initial strings to populate the hashset with. -
m_StorageName
StorageName m_StorageName
the name of the hashset in the internal storage.
-
-
Class adams.flow.standalone.InactiveStandalone extends Standalones implements Serializable
- serialVersionUID:
- -4371755952682752628L
-
Class adams.flow.standalone.IncludeExternalStandalone extends AbstractIncludeExternalActor implements Serializable
- serialVersionUID:
- 2164366881337723272L
-
Class adams.flow.standalone.InitPublishSubscribe extends AbstractStandalone implements Serializable
- serialVersionUID:
- -5715333308263186588L
-
Serialized Fields
-
m_StorageNames
StorageName[] m_StorageNames
the names of the publish/subscribe data structures in the internal storage.
-
-
Class adams.flow.standalone.InitStorageCache extends AbstractStandalone implements Serializable
- serialVersionUID:
- 304023894924959060L
-
Serialized Fields
-
m_Cache
String m_Cache
the name of the LRU cache to initialize. -
m_Size
int m_Size
the size of the LRU cache.
-
-
Class adams.flow.standalone.Java extends AbstractStandalone implements Serializable
- serialVersionUID:
- -132045002653940359L
-
Serialized Fields
-
m_Command
String m_Command
the command to run. -
m_CommandContainsPlaceholder
boolean m_CommandContainsPlaceholder
whether the replace string contains a placeholder, which needs to be expanded first. -
m_CommandContainsVariable
boolean m_CommandContainsVariable
whether the replace string contains a variable, which needs to be expanded first.
-
-
Class adams.flow.standalone.JavaExec extends AbstractControlActor implements Serializable
- serialVersionUID:
- -6073217549744299278L
-
Serialized Fields
-
m_ClassPathAugmenters
ClassPathAugmenter[] m_ClassPathAugmenters
classpath augmenters. -
m_JavaClass
String m_JavaClass
the class to run. -
m_JVM
BaseString[] m_JVM
additional options for the jvm. -
m_Memory
String m_Memory
the amount of memory to use. -
m_Options
BaseString[] m_Options
additional options for the java class. -
m_RecordOutput
boolean m_RecordOutput
whether to record the output of the process. -
m_StdErr
Actor m_StdErr
the stderr actor. -
m_StdOut
Actor m_StdOut
the stdout actor.
-
-
Class adams.flow.standalone.JobRunnerInstance extends AbstractStandalone implements Serializable
- serialVersionUID:
- -3119325755903662849L
-
Class adams.flow.standalone.JobRunnerSetup extends AbstractStandalone implements Serializable
- serialVersionUID:
- 4221231366291664608L
-
Serialized Fields
-
m_JobRunner
JobRunner m_JobRunner
the job runner to use.
-
-
Class adams.flow.standalone.LogEvent extends AbstractMutableActorDaemonEvent<LogRecord,Object> implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_Filter
AbstractLogRecordFilter m_Filter
the log record filter. -
m_Processor
AbstractLogRecordProcessor m_Processor
the log record processor.
-
-
Class adams.flow.standalone.LookUpInit extends AbstractStandalone implements Serializable
- serialVersionUID:
- 8858771610997384634L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the lookup table in the internal storage.
-
-
Class adams.flow.standalone.MakeDir extends AbstractStandalone implements Serializable
- serialVersionUID:
- -4834816502537753658L
-
Serialized Fields
-
m_Directory
PlaceholderDirectory m_Directory
the directory to create.
-
-
Class adams.flow.standalone.MemoryMonitor extends AbstractStandalone implements Serializable
- serialVersionUID:
- -7501219980546039648L
-
Serialized Fields
-
m_Coverage
double m_Coverage
the coverage percentage of samples reaching/exceeding the threshold (0-100). -
m_MemoryType
MemoryMonitor.MemoryType m_MemoryType
the type of memory to monitor. -
m_MessageTemplate
BaseText m_MessageTemplate
the notification message template. -
m_Notification
AbstractNotification m_Notification
the notification scheme to use. -
m_NotificationWait
int m_NotificationWait
the wait time in seconds after sending out another notification. -
m_NumSamples
int m_NumSamples
the number of samples to keep. -
m_SampleInterval
int m_SampleInterval
the sample interval in seconds. -
m_Threshold
double m_Threshold
the percentage threshold of max heap that the used heap will have to cross (0-100).
-
-
Class adams.flow.standalone.Null extends AbstractStandalone implements Serializable
- serialVersionUID:
- -4956497116114016415L
-
Class adams.flow.standalone.PyroNameServer extends AbstractStandalone implements Serializable
- serialVersionUID:
- 5148275104228911234L
-
Serialized Fields
-
m_ExecutionFailure
IllegalStateException m_ExecutionFailure
in case an exception occurred executing the command (gets rethrown). -
m_LaunchModeOptions
String m_LaunchModeOptions
the options for the launch mode. -
m_LaunchWait
int m_LaunchWait
the number of milliseconds to wait for nameserver to launch (and check for errors). -
m_Mode
PyroNameServer.Mode m_Mode
whether to launch a nameserver instance or just connect to an existing one. -
m_Monitor
RunnableWithLogging m_Monitor
the runnable executing the command. -
m_Server
BaseHostname m_Server
the address/port of the nameserver to use.
-
-
Class adams.flow.standalone.PyroStandalone extends AbstractStandalone implements Serializable
- serialVersionUID:
- -1719389733948167820L
-
Serialized Fields
-
m_Call
AbstractPyroStandalone m_Call
the pyro call to use.
-
-
Class adams.flow.standalone.PythonEnvironment extends AbstractStandalone implements Serializable
- serialVersionUID:
- 5148275104228911234L
-
Serialized Fields
-
m_ActualPip
String m_ActualPip
the actual pip executable. -
m_ActualPython
String m_ActualPython
the actual python executable. -
m_ActualPythonPath
String m_ActualPythonPath
the actual python path env var (null if not to use). -
m_Pip
PlaceholderFile m_Pip
the pip executable. -
m_Python
PlaceholderFile m_Python
the python executable. -
m_PythonPathEnvVar
BaseString[] m_PythonPathEnvVar
the PYTHONPATH environment variable. -
m_PythonPathUpdateType
PythonEnvironment.PythonPathUpdateType m_PythonPathUpdateType
how to update the PYTHONPATH environment variable. -
m_Suffix
String m_Suffix
the suffix to append to the executable.
-
-
Class adams.flow.standalone.QueueEvent extends AbstractStandalone implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_Actors
Sequence m_Actors
for actors that get executed. -
m_Interval
int m_Interval
the poll interval in msec. -
m_Runnable
QueueEvent.QueueEventRunnable m_Runnable
the runnable used for polling. -
m_StorageName
StorageName m_StorageName
the name of the queue in the internal storage.
-
-
Class adams.flow.standalone.QueueEvent.QueueEventRunnable extends EventRunnable<QueueEvent> implements Serializable
- serialVersionUID:
- -8381810698902721155L
-
Class adams.flow.standalone.QueueInit extends AbstractStandalone implements Serializable
- serialVersionUID:
- 4182914190162129217L
-
Serialized Fields
-
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_KeepExisting
boolean m_KeepExisting
whether to keep existing queues. -
m_Limit
int m_Limit
the limit of the queue (<= 0 is unlimited). -
m_Log
CallableActorReference m_Log
the callable name for the log. -
m_LogActor
Actor m_LogActor
the log actor. -
m_Monitor
CallableActorReference m_Monitor
the callable name for the monitor. -
m_MonitorActor
Actor m_MonitorActor
the monitor actor. -
m_StorageName
StorageName[] m_StorageName
the name(s) of the queue in the internal storage.
-
-
Class adams.flow.standalone.RegisterFlow extends AbstractStandalone implements Serializable
- serialVersionUID:
- -3383735680425581504L
-
Class adams.flow.standalone.RemoteScriptingEngine extends AbstractStandalone implements Serializable
- serialVersionUID:
- -295054877801672294L
-
Serialized Fields
-
m_Engine
RemoteScriptingEngine m_Engine
the engine to run.
-
-
Class adams.flow.standalone.Scripted extends AbstractScriptingHandlerActor implements Serializable
- serialVersionUID:
- 2241991983343122301L
-
Class adams.flow.standalone.SetManyVariables extends AbstractStandalone implements Serializable
- serialVersionUID:
- -3383735680425581504L
-
Serialized Fields
-
m_ExpandValue
boolean m_ExpandValue
whether to expand the value. -
m_ValueType
VariableValueType m_ValueType
how to interpret the value. -
m_VariablePairs
List<VariableNameValuePair> m_VariablePairs
the variables.
-
-
Class adams.flow.standalone.SetProperty extends AbstractCallableActorPropertyUpdater implements Serializable
- serialVersionUID:
- 5397871140567615501L
-
Serialized Fields
-
m_VariableName
VariableName m_VariableName
Deprecated.the name of the variable.
-
-
Class adams.flow.standalone.SetVariable extends AbstractStandalone implements Serializable
- serialVersionUID:
- -3383735680425581504L
-
Serialized Fields
-
m_EnvVariable
String m_EnvVariable
the environment variable to use. -
m_EnvVarOptional
boolean m_EnvVarOptional
whether to override using an environment variable. -
m_ExpandValue
boolean m_ExpandValue
whether to expand the value. -
m_OverrideWithEnvVar
boolean m_OverrideWithEnvVar
whether to override using an environment variable. -
m_ValueType
VariableValueType m_ValueType
how to interpret the value. -
m_VariableName
VariableName m_VariableName
the name of the variable. -
m_VariableValue
BaseText m_VariableValue
the value of the variable.
-
-
Class adams.flow.standalone.SMBConnection extends AbstractStandalone implements Serializable
- serialVersionUID:
- -1959430342987913960L
-
Serialized Fields
-
m_ActualPassword
BasePassword m_ActualPassword
the actual SMTP password to use. -
m_CustomStopMessage
String m_CustomStopMessage
the custom stop message to use if flow gets stopped due to cancelation. -
m_Domain
String m_Domain
the domain. -
m_Password
BasePassword m_Password
the SMB password to use. -
m_PromptForPassword
boolean m_PromptForPassword
whether to prompt the user for a password if none provided. -
m_StopFlowIfCanceled
boolean m_StopFlowIfCanceled
whether to stop the flow if canceled. -
m_StopMode
StopMode m_StopMode
how to perform the stop. -
m_User
String m_User
the SMB user to use.
-
-
Class adams.flow.standalone.SMTPConnection extends AbstractStandalone implements Serializable
- serialVersionUID:
- 9145039564243937635L
-
Serialized Fields
-
m_ActualPassword
BasePassword m_ActualPassword
the actual SMTP password to use. -
m_CustomStopMessage
String m_CustomStopMessage
the custom stop message to use if flow gets stopped due to cancelation. -
m_Password
BasePassword m_Password
the SMTP password to use. -
m_Port
int m_Port
the SMTP port. -
m_PromptForPassword
boolean m_PromptForPassword
whether to prompt the user for a password if none provided. -
m_Protocols
String m_Protocols
the protocols to use. -
m_RequiresAuthentication
boolean m_RequiresAuthentication
whether the SMTP server requires authentication. -
m_Server
String m_Server
the SMTP server. -
m_StopFlowIfCanceled
boolean m_StopFlowIfCanceled
whether to stop the flow if canceled. -
m_StopMode
StopMode m_StopMode
how to perform the stop. -
m_Timeout
int m_Timeout
the timeout in msecs. -
m_User
String m_User
the SMTP user to use. -
m_UseSSL
boolean m_UseSSL
whether to use SSL. -
m_UseTLS
boolean m_UseTLS
whether to use TLS.
-
-
Class adams.flow.standalone.SSHConnection extends AbstractStandalone implements Serializable
- serialVersionUID:
- -1959430342987913960L
-
Serialized Fields
-
m_ActualPassword
BasePassword m_ActualPassword
the actual SMTP password to use. -
m_AuthenticationType
SSHAuthenticationType m_AuthenticationType
the type of authentication to use. -
m_CustomStopMessage
String m_CustomStopMessage
the custom stop message to use if flow gets stopped due to cancelation. -
m_ForwardX
boolean m_ForwardX
whether to forward X11. -
m_Host
String m_Host
the SSH host. -
m_KnownHosts
PlaceholderFile m_KnownHosts
the file with known hosts. -
m_Password
BasePassword m_Password
the SSH password to use. -
m_Port
int m_Port
the SSH port. -
m_PrivateKeyFile
PlaceholderFile m_PrivateKeyFile
the location of the private key. -
m_PrivateKeyPassphrase
BasePassword m_PrivateKeyPassphrase
the passphrase for the private key. -
m_PromptForPassword
boolean m_PromptForPassword
whether to prompt the user for a password if none provided. -
m_StopFlowIfCanceled
boolean m_StopFlowIfCanceled
whether to stop the flow if canceled. -
m_StopMode
StopMode m_StopMode
how to perform the stop. -
m_StrictHostKeyChecking
boolean m_StrictHostKeyChecking
whether to perform strict host key checking (only disable for testing!! insecure!!). -
m_Timeout
int m_Timeout
the timeout to use (milliseconds). -
m_User
String m_User
the SSH user to use. -
m_XHost
String m_XHost
the xhost to use. -
m_XPort
int m_XPort
the xport to use.
-
-
Class adams.flow.standalone.Standalones extends MutableControlActor implements Serializable
- serialVersionUID:
- 4755216459759839030L
-
Class adams.flow.standalone.Stopwatch extends AbstractDisplay implements Serializable
- serialVersionUID:
- -6030616525436078513L
-
Serialized Fields
-
Class adams.flow.standalone.Stopwatch.StopwatchPanel extends BasePanel implements Serializable
- serialVersionUID:
- 1725406518546756466L
-
Serialized Fields
-
m_LabelTime
JLabel m_LabelTime
the label for displaying the time. -
m_Owner
Stopwatch m_Owner
the owning Stopwatch actor. -
m_StartTime
long m_StartTime
the start time. -
m_Timer
Stopwatch.Timer m_Timer
the actual timer thread.
-
-
Class adams.flow.standalone.Stopwatch.Timer extends Object implements Serializable
- serialVersionUID:
- -9020703905185523399L
-
Serialized Fields
-
m_Owner
Stopwatch.StopwatchPanel m_Owner
the owning panel. -
m_Running
boolean m_Running
whether the thread is running.
-
-
Class adams.flow.standalone.SubProcessEvent extends AbstractStandalone implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_Actors
LocalScopeSubProcess m_Actors
for actors that get executed. -
m_Busy
boolean m_Busy
whether data is currently being processed. -
m_EventTrigger
SubProcessEventTrigger m_EventTrigger
the trigger.
-
-
Class adams.flow.standalone.TableCleanUp extends AbstractDbStandalone implements Serializable
- serialVersionUID:
- -295054877801672294L
-
Serialized Fields
-
m_Cleaner
AbstractTableCleanUp m_Cleaner
the cleaner to run.
-
-
Class adams.flow.standalone.TabView extends AbstractMultiView implements Serializable
- serialVersionUID:
- -4454052058077687116L
-
Serialized Fields
-
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane.
-
-
Class adams.flow.standalone.TemplateStandalone extends AbstractTemplate implements Serializable
- serialVersionUID:
- 2906214610648390363L
-
Class adams.flow.standalone.TesseractConfiguration extends AbstractStandalone implements Serializable
- serialVersionUID:
- -1959430342987913960L
-
Serialized Fields
-
m_ConfigFile
PlaceholderFile m_ConfigFile
the (optional) config file to use. -
m_Executable
PlaceholderFile m_Executable
the executable to use.
-
-
Class adams.flow.standalone.Tool extends AbstractStandalone implements Serializable
- serialVersionUID:
- -295054877801672294L
-
Serialized Fields
-
m_Tool
AbstractTool m_Tool
the tool to run.
-
-
Class adams.flow.standalone.VariableChangedEvent extends AbstractMutableActorDaemonEvent<VariableChangeEvent,Object> implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_Variable
VariableNameNoUpdate m_Variable
the variable to listen to.
-
-
Class adams.flow.standalone.WeakExternalStandalone extends ExternalStandalone implements Serializable
- serialVersionUID:
- 7596901440985301567L
-
Class adams.flow.standalone.WebSocketServer extends AbstractStandalone implements Serializable
- serialVersionUID:
- -2959040008316295983L
-
Serialized Fields
-
m_Generator
WebSocketServerGenerator m_Generator
the server generator to use.
-
-
Class adams.flow.standalone.WekaInitializeScriptedClassifiers extends AbstractStandalone implements Serializable
- serialVersionUID:
- 2241852022014131288L
-
Serialized Fields
-
m_StorageNames
List<StorageName> m_StorageNames
the classifiers to initialize.
-
-
Class adams.flow.standalone.WekaPackageManagerAction extends AbstractStandalone implements Serializable
- serialVersionUID:
- -7087254851973840848L
-
Serialized Fields
-
m_Action
AbstractWekaPackageManagerAction m_Action
the action to execute.
-
-
-
Package adams.flow.standalone.logevent
-
Class adams.flow.standalone.logevent.AbstractLogRecordFilter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8979323272758982220L
-
Class adams.flow.standalone.logevent.AbstractLogRecordProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -4423786134523474554L
-
Class adams.flow.standalone.logevent.AbstractMultiFilter extends AbstractLogRecordFilter implements Serializable
- serialVersionUID:
- 7462983936603453991L
-
Serialized Fields
-
m_Filters
AbstractLogRecordFilter[] m_Filters
the base filters.
-
-
Class adams.flow.standalone.logevent.AcceptAllFilter extends AbstractLogRecordFilter implements Serializable
- serialVersionUID:
- 7462983936603453991L
-
Class adams.flow.standalone.logevent.AndFilter extends AbstractMultiFilter implements Serializable
- serialVersionUID:
- -4172095198694669640L
-
Class adams.flow.standalone.logevent.LevelFilter extends AbstractLogRecordFilter implements Serializable
- serialVersionUID:
- 7462983936603453991L
-
Serialized Fields
-
m_Maximum
LoggingLevel m_Maximum
the maximum level to accept. -
m_Minimum
LoggingLevel m_Minimum
the minimum level to accept.
-
-
Class adams.flow.standalone.logevent.LogEntryProcessor extends AbstractLogRecordProcessor<LogEntry> implements Serializable
- serialVersionUID:
- -5912851978968280646L
-
Class adams.flow.standalone.logevent.NameFilter extends AbstractLogRecordFilter implements Serializable
- serialVersionUID:
- 7462983936603453991L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression to apply to the logger name.
-
-
Class adams.flow.standalone.logevent.NotFilter extends AbstractLogRecordFilter implements Serializable
- serialVersionUID:
- 7462983936603453991L
-
Serialized Fields
-
m_Filter
AbstractLogRecordFilter m_Filter
the base filter to invert.
-
-
Class adams.flow.standalone.logevent.OrFilter extends AbstractMultiFilter implements Serializable
- serialVersionUID:
- -4172095198694669640L
-
Class adams.flow.standalone.logevent.SimpleProcessor extends AbstractLogRecordProcessor<String> implements Serializable
- serialVersionUID:
- -5912851978968280646L
-
Class adams.flow.standalone.logevent.TypeFilter extends AbstractLogRecordFilter implements Serializable
- serialVersionUID:
- 7462983936603453991L
-
Serialized Fields
-
m_Level
LoggingLevel m_Level
the type of log record to accept.
-
-
-
Package adams.flow.standalone.pyrostandalone
-
Class adams.flow.standalone.pyrostandalone.AbstractPyroStandalone extends AbstractPyroCall implements Serializable
- serialVersionUID:
- 8646097567898621517L
-
Class adams.flow.standalone.pyrostandalone.Generic extends AbstractPyroStandalone implements Serializable
- serialVersionUID:
- -1549570432184636739L
-
Class adams.flow.standalone.pyrostandalone.Null extends AbstractPyroStandalone implements Serializable
- serialVersionUID:
- -6453053834031039666L
-
-
Package adams.flow.standalone.subprocessevent
-
Class adams.flow.standalone.subprocessevent.AbstractSubProcessEventTrigger extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3553334825518968532L
-
Serialized Fields
-
m_BusyTimeout
int m_BusyTimeout
the timeout in msec to wait for the actors to become available for processing. -
m_Owner
SubProcessEvent m_Owner
the owner.
-
-
Class adams.flow.standalone.subprocessevent.Null extends AbstractSubProcessEventTrigger<Object,Object> implements Serializable
- serialVersionUID:
- 59292255274620097L
-
Class adams.flow.standalone.subprocessevent.SubPub extends AbstractSubProcessEventTrigger<Object,Object> implements Serializable
- serialVersionUID:
- 9132835385548701230L
-
Serialized Fields
-
m_PublishStorageName
StorageName m_PublishStorageName
the name of the queue in the internal storage to publish to. -
m_SubscribeStorageName
StorageName m_SubscribeStorageName
the name of the queue in the internal storage to subscribe to.
-
-
-
Package adams.flow.standalone.wekapackagemanageraction
-
Class adams.flow.standalone.wekapackagemanageraction.AbstractWekaPackageManagerAction extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -6652797812165758692L
-
Serialized Fields
-
m_FlowContext
Actor m_FlowContext
the flow context.
-
-
Class adams.flow.standalone.wekapackagemanageraction.RefreshCache extends AbstractWekaPackageManagerAction implements Serializable
- serialVersionUID:
- 8672317345120418488L
-
-
Package adams.flow.template
-
Class adams.flow.template.AbstractActorTemplate extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4962299214177742036L
-
Serialized Fields
-
m_Name
String m_Name
the new name for the generated actor.
-
-
Class adams.flow.template.AbstractScript extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- -1297869573547335888L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.flow.template.AbstractScriptedTemplate extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- -6644860566598093960L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.flow.template.DummySink extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- 2310015199489870240L
-
Class adams.flow.template.DummySource extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- 4780085282410175616L
-
Class adams.flow.template.DummyStandalone extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- 5827973520910591110L
-
Class adams.flow.template.DummyTransformer extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- -8919373368079011035L
-
Class adams.flow.template.EndlessLoop extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- 4941969321036423043L
-
Class adams.flow.template.FileProcessingWithProgressBar extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- -8975800423604842422L
-
Serialized Fields
-
m_CountVariable
VariableName m_CountVariable
the variable to store the current progress in. -
m_MaxVariable
VariableName m_MaxVariable
the variable to store the # of files. -
m_SelectSubset
boolean m_SelectSubset
whether to let the user select a subset.
-
-
Class adams.flow.template.FromFile extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- -2578720795833851960L
-
Serialized Fields
-
m_TemplateFile
PlaceholderFile m_TemplateFile
the file to load.
-
-
Class adams.flow.template.Groovy extends AbstractScriptedTemplate implements Serializable
- serialVersionUID:
- 3861631532032659677L
-
Serialized Fields
-
m_InlineScript
GroovyScript m_InlineScript
the inline script.
-
-
Class adams.flow.template.InstanceDumperVariable extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- 2310015199489870240L
-
Serialized Fields
-
m_VariableName
VariableName m_VariableName
the variable to update.
-
-
Class adams.flow.template.IterateFilesWithProgressBar extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- 2310015199489870240L
-
Serialized Fields
-
m_Dir
PlaceholderDirectory m_Dir
the directory to search. -
m_FileCounter
VariableName m_FileCounter
the counter variable. -
m_NumFiles
VariableName m_NumFiles
the number of files variable. -
m_Recursive
boolean m_Recursive
whether to search recursively. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to apply. -
m_SelectSubset
boolean m_SelectSubset
whether to let the user select a subset. -
m_UnfoldFileArray
boolean m_UnfoldFileArray
whether to unfold the array (ArrayToSequence) or not (ArrayProcess).
-
-
Class adams.flow.template.OptionTraverser extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- 7111338348242418621L
-
Serialized Fields
-
m_Once
boolean m_Once
whether to execute the traversal only once. -
m_Start
OptionTraverser.TraversalStart m_Start
the start of the traversal. -
m_Traverser
OptionTraverser m_Traverser
the traverser to use.
-
-
Class adams.flow.template.OptionTraverserWithSpreadSheetDisplay extends OptionTraverser implements Serializable
- serialVersionUID:
- -3635536517699129894L
-
Class adams.flow.template.ProgressInConsole extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- 2310015199489870240L
-
Serialized Fields
-
m_Interval
int m_Interval
the interval. -
m_Prefix
String m_Prefix
the prefix.
-
-
Class adams.flow.template.PromptUser extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- 2310015199489870240L
-
Serialized Fields
-
m_Message
String m_Message
the message for the user. -
m_RestoreEnabled
boolean m_RestoreEnabled
whether to enable automatic restore of values. -
m_RestoreFile
String m_RestoreFile
the name of the restore file. -
m_RestoreVar
VariableName m_RestoreVar
the name of the restore variable. -
m_Values
AbstractValueDefinition[] m_Values
the value definitions.
-
-
Class adams.flow.template.Scripted extends AbstractScriptedTemplate implements Serializable
- serialVersionUID:
- 3861631532032659677L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
Class adams.flow.template.SimpleMenu extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- 2310015199489870240L
-
Serialized Fields
-
m_CancelledVariable
VariableName m_CancelledVariable
the variable to store the cancelled state in. -
m_Choices
BaseString[] m_Choices
the choices. -
m_ChoiceVariable
VariableName m_ChoiceVariable
the variable to store the choice in. -
m_LoopMenu
boolean m_LoopMenu
whether to loop the menu. -
m_LoopVariable
VariableName m_LoopVariable
the variable for storing the loop state. -
m_Message
String m_Message
the message for the user. -
m_UseCustomValues
boolean m_UseCustomValues
whether to use custom values. -
m_Values
BaseString[] m_Values
the values associated with the choice strings.
-
-
Class adams.flow.template.StoreFilenameInVariable extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- 2083397920389605009L
-
Serialized Fields
-
m_StripExtension
boolean m_StripExtension
whether to strip the extension. -
m_StripPath
boolean m_StripPath
whether to strip the path. -
m_VariableName
VariableName m_VariableName
the variable to store the value in.
-
-
Class adams.flow.template.StoreReportValueInVariable extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- 2310015199489870240L
-
Serialized Fields
-
m_Field
Field m_Field
the report field to extract. -
m_VariableName
VariableName m_VariableName
the variable to store the value in.
-
-
Class adams.flow.template.StringReplace extends FromFile implements Serializable
- serialVersionUID:
- -8975800423604842422L
-
Serialized Fields
-
m_Find
BaseRegExp[] m_Find
the regular expressions to find. -
m_Replace
BaseString[] m_Replace
the replacements.
-
-
Class adams.flow.template.UpdateVariable extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- 2310015199489870240L
-
Serialized Fields
-
m_VariableName
VariableName m_VariableName
the variable to update.
-
-
-
Package adams.flow.transformer
-
Class adams.flow.transformer.AbstractArrayProvider extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3535682146675647153L
-
Serialized Fields
-
m_Index
int m_Index
the current index. -
m_OutputArray
boolean m_OutputArray
whether to output an array instead of single items. -
m_Queue
ArrayList m_Queue
contains the items.
-
-
Class adams.flow.transformer.AbstractCallableWekaClassifierEvaluator extends AbstractWekaClassifierEvaluator implements Serializable
- serialVersionUID:
- 3440872619963043115L
-
Serialized Fields
-
m_Classifier
CallableActorReference m_Classifier
the name of the callable weka classifier. -
m_DiscardPredictions
boolean m_DiscardPredictions
whether to discard predictions.
-
-
Class adams.flow.transformer.AbstractCallableWekaClustererEvaluator extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3440872619963043115L
-
Serialized Fields
-
m_Clusterer
CallableActorReference m_Clusterer
the name of the callable weka clusterer.
-
-
Class adams.flow.transformer.AbstractContainerValueExtractor extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4804527822465498187L
-
Serialized Fields
-
m_Prefix
String m_Prefix
the prefix to use. -
m_RegExp
BaseRegExp m_RegExp
the regexp to use for matching the container value names.
-
-
Class adams.flow.transformer.AbstractDataContainerAdd extends AbstractTransformer implements Serializable
- serialVersionUID:
- -253714973019682939L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the stored value.
-
-
Class adams.flow.transformer.AbstractDataContainerAppend extends AbstractTransformer implements Serializable
- serialVersionUID:
- -253714973019682939L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the stored value.
-
-
Class adams.flow.transformer.AbstractDataContainerDbReader extends AbstractDbTransformer implements Serializable
- serialVersionUID:
- -4736058667429890220L
-
Serialized Fields
-
m_Lenient
boolean m_Lenient
whether to ignore not finding any IDs. -
m_PostProcessor
AbstractDataContainerPostProcessor m_PostProcessor
the post-processor to apply to the data. -
m_Raw
boolean m_Raw
whether to return the raw data or not.
-
-
Class adams.flow.transformer.AbstractDataContainerDbWriter extends AbstractDbTransformer implements Serializable
- serialVersionUID:
- -7382952208593440101L
-
Serialized Fields
-
m_KeepReport
boolean m_KeepReport
whether to keep any existing report. -
m_OutputContainer
boolean m_OutputContainer
whether to output the container rather then the ID. -
m_OverwriteExisting
boolean m_OverwriteExisting
whether to replace existing containers with the new one (otherwise, nothing happens). -
m_PreProcessor
AbstractDataContainerPreProcessor m_PreProcessor
the pre-processor to apply to the data.
-
-
Class adams.flow.transformer.AbstractDataContainerFileImport extends AbstractDbDataProcessor implements Serializable
- serialVersionUID:
- -3449734957975707303L
-
Serialized Fields
-
m_Containers
List<T extends DataContainer> m_Containers
the containers that have been read. -
m_Forward
boolean m_Forward
whether to forward the containers instead of the IDs. -
m_IDs
List<Integer> m_IDs
the IDs of the containers that have been imported. -
m_Import
boolean m_Import
whether to import the containers into the database. -
m_Reader
AbstractDataContainerReader<T extends DataContainer> m_Reader
the reader to use for processing the containers.
-
-
Class adams.flow.transformer.AbstractDataContainerFileReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2136481673137019370L
-
Serialized Fields
-
m_Containers
List m_Containers
the containers that were read. -
m_OutputArray
boolean m_OutputArray
whether to output an array instead of single items. -
m_Reader
AbstractDataContainerReader<T extends DataContainer> m_Reader
the reader to use.
-
-
Class adams.flow.transformer.AbstractDataContainerFileWriter extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2589436559371405252L
-
Serialized Fields
-
m_FileNameGeneration
AbstractDataContainerFileWriter.FileNameGeneration m_FileNameGeneration
how to generate the filename. -
m_OutputDir
PlaceholderDirectory m_OutputDir
the output directory. -
m_SuppliedFileName
String m_SuppliedFileName
the supplied filename. -
m_Writer
AbstractDataContainerWriter<T extends DataContainer> m_Writer
the writer to use.
-
-
Class adams.flow.transformer.AbstractDataContainerTransformer extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2382262152717706634L
-
Class adams.flow.transformer.AbstractDataProcessor extends AbstractTransformer implements Serializable
- serialVersionUID:
- 9062714175599800719L
-
Serialized Fields
-
m_AtomicMove
boolean m_AtomicMove
whether to perform an atomic move. -
m_DestinationFile
File m_DestinationFile
the final resting place of the processed file (failed or not). -
m_Failed
PlaceholderDirectory m_Failed
the directory containing the elements that couldn't be processed. -
m_Processed
PlaceholderDirectory m_Processed
the directory containing the elements that were processed successfully. -
m_ProcessError
String m_ProcessError
the last error that occurred during processing. -
m_Processing
PlaceholderDirectory m_Processing
the directory containing the elements being processed. -
m_TimestampDirFormat
SimpleDateFormat m_TimestampDirFormat
the format for the timestamp directories. -
m_UseTimestampDirs
boolean m_UseTimestampDirs
whether to create directories with a timestamp as name for the files that are being processed, in order to avoid name clashes.
-
-
Class adams.flow.transformer.AbstractDbArrayProvider extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -6679028039242451878L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.flow.transformer.AbstractDbDataProcessor extends AbstractDataProcessor implements Serializable
- serialVersionUID:
- 2672853278944101172L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.flow.transformer.AbstractDbTransformer extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2514053117324145611L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.flow.transformer.AbstractDeleteDataContainer extends AbstractDbTransformer implements Serializable
- serialVersionUID:
- -4736058667429890220L
-
Serialized Fields
-
m_KeepReport
boolean m_KeepReport
whether to keep any existing report.
-
-
Class adams.flow.transformer.AbstractDeleteDbReportValue extends AbstractDbTransformer implements Serializable
- serialVersionUID:
- -6237324482439105653L
-
Serialized Fields
-
m_Fields
AbstractField[] m_Fields
the field(s) to delete from the report. -
m_SampleID
String m_SampleID
the sample id.
-
-
Class adams.flow.transformer.AbstractDeleteReportValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- -6237324482439105653L
-
Serialized Fields
-
m_Fields
AbstractField[] m_Fields
the field(s) to delete from the report. -
m_RegExp
BaseRegExp m_RegExp
the regular expression for matching field names. -
m_Type
AbstractDeleteReportValue.MatchType m_Type
how to match fields.
-
-
Class adams.flow.transformer.AbstractDeleteReportValueByExpression extends AbstractTransformer implements Serializable
- serialVersionUID:
- -6237324482439105653L
-
Serialized Fields
-
m_Expression
BooleanExpressionText m_Expression
the expression to evaluate. -
m_Field
AbstractField m_Field
the field to delete from the report if the expression evaluates to true.
-
-
Class adams.flow.transformer.AbstractFilter extends AbstractDataContainerTransformer implements Serializable
- serialVersionUID:
- 4527040722924866539L
-
Serialized Fields
-
m_DatabaseConnectionUpdated
boolean m_DatabaseConnectionUpdated
whether the database connection has been updated. -
m_Filter
Filter m_Filter
the filter to apply. -
m_FlowContextUpdated
boolean m_FlowContextUpdated
whether the flow context has been updated. -
m_OutputContainer
boolean m_OutputContainer
whether to output a container. -
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.transformer.AbstractGetReportValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- -6237324482439105653L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_Field
AbstractField m_Field
the field to get from the report.
-
-
Class adams.flow.transformer.AbstractInPlaceSpreadSheetTransformer extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 2926699145420350035L
-
Serialized Fields
-
m_NoCopy
boolean m_NoCopy
whether to skip creating a copy of the spreadsheet.
-
-
Class adams.flow.transformer.AbstractInstanceGenerator extends AbstractTransformer implements Serializable
- serialVersionUID:
- 9173099269238100664L
-
Serialized Fields
-
m_Generator
AbstractInstanceGenerator m_Generator
the generator to use.
-
-
Class adams.flow.transformer.AbstractInteractiveTransformer extends AbstractTransformer implements Serializable
- serialVersionUID:
- 9035095174755816475L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_CustomStopMessage
String m_CustomStopMessage
the custom stop message to use if flow gets stopped due to cancelation. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_ParentComponentActor
CallableActorReference m_ParentComponentActor
the (optional) parent component to use. -
m_ParentComponentActorConfigured
boolean m_ParentComponentActorConfigured
whether the callable actor has been configured. -
m_StopFlowIfCanceled
boolean m_StopFlowIfCanceled
whether to stop the flow if canceled. -
m_StopMode
StopMode m_StopMode
how to perform the stop. -
m_UseOuterWindow
boolean m_UseOuterWindow
whether to use the outer window as parent.
-
-
Class adams.flow.transformer.AbstractInteractiveTransformerDialog extends AbstractTransformer implements Serializable
- serialVersionUID:
- -9002360111241208309L
-
Serialized Fields
-
m_CustomStopMessage
String m_CustomStopMessage
the custom stop message to use if flow gets stopped due to cancelation. -
m_Dialog
BaseDialog m_Dialog
the dialog that's being displayed. -
m_Height
int m_Height
the height of the dialog. -
m_Panel
BasePanel m_Panel
the panel to display. -
m_ShortTitle
boolean m_ShortTitle
whether to use just the actor name or the full name as title. -
m_StopFlowIfCanceled
boolean m_StopFlowIfCanceled
whether to stop the flow if canceled. -
m_StopMode
StopMode m_StopMode
how to perform the stop. -
m_Width
int m_Width
the width of the dialog. -
m_X
int m_X
the X position of the dialog. -
m_Y
int m_Y
the Y position of the dialog.
-
-
Class adams.flow.transformer.AbstractMultiCompress extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4546660303745271704L
-
Serialized Fields
-
m_BufferSize
int m_BufferSize
the buffer size to use. -
m_Output
PlaceholderFile m_Output
the filename of the archive output. -
m_StripPath
String m_StripPath
the regular expression to use for stripping the path.
-
-
Class adams.flow.transformer.AbstractMultiDecompress extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4547786117935917444L
-
Serialized Fields
-
m_BufferSize
int m_BufferSize
the buffer size to use. -
m_CreateDirectories
boolean m_CreateDirectories
whether to restore the directory structure. -
m_InvertMatching
boolean m_InvertMatching
invert matching sense. -
m_OutputDir
PlaceholderDirectory m_OutputDir
the output directory. -
m_RegExp
BaseRegExp m_RegExp
the regular expression that the filenames must match to be extracted.
-
-
Class adams.flow.transformer.AbstractProcessWekaInstanceWithModel extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5275241130624220000L
-
Serialized Fields
-
m_Model
T m_Model
the model that was loaded from the model file. -
m_ModelLoader
AbstractModelLoader m_ModelLoader
the model loader. -
m_ModelResetVariable
VariableName m_ModelResetVariable
the variable to monitor for changes, triggering resets of the model. -
m_OnTheFly
boolean m_OnTheFly
whether the model gets built on the fly and might not be present at the start. -
m_ResetModel
boolean m_ResetModel
whether we need to reset the model. -
m_UseModelResetVariable
boolean m_UseModelResetVariable
whether to use a variable to monitor for changes, triggering resets of the model.
-
-
Class adams.flow.transformer.AbstractReportDbReader extends AbstractDbTransformer implements Serializable
- serialVersionUID:
- 7352720726300796621L
-
Serialized Fields
-
m_PostProcessor
AbstractReportPostProcessor m_PostProcessor
the post-processor to apply to the data.
-
-
Class adams.flow.transformer.AbstractReportDbUpdater extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1429977151568224156L
-
Serialized Fields
-
m_ColumnKey
String m_ColumnKey
the key column. -
m_ColumnValue
String m_ColumnValue
the value column. -
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection. -
m_Lenient
boolean m_Lenient
whether to be lenient, ie accept empyt resultsets. -
m_QueryType
AbstractReportDbUpdater.QueryType m_QueryType
the query type. -
m_SQL
SQLStatement m_SQL
the SQL statement to execute.
-
-
Class adams.flow.transformer.AbstractReportDbWriter extends AbstractDbTransformer implements Serializable
- serialVersionUID:
- -5253006932367969870L
-
Serialized Fields
-
m_Merge
boolean m_Merge
whether to merge the current and existing report. -
m_OverwriteFields
Field[] m_OverwriteFields
the fields to overwrite in "merge" mode. -
m_PreProcessor
AbstractReportPreProcessor m_PreProcessor
the pre-processor to apply to the data. -
m_RemoveExisting
boolean m_RemoveExisting
whether to remove existing reports (i.e., completely remove them from the DB). -
m_StandaloneReports
boolean m_StandaloneReports
whether to allow reports that are not associated with a data container.
-
-
Class adams.flow.transformer.AbstractReportDbWriterByDBID extends AbstractReportDbWriter<T extends Report,Integer> implements Serializable
- serialVersionUID:
- 7715639177204568610L
-
Class adams.flow.transformer.AbstractReportDbWriterByID extends AbstractReportDbWriter<T extends Report,String> implements Serializable
- serialVersionUID:
- 7715639177204568610L
-
Class adams.flow.transformer.AbstractReportFileImport extends AbstractDbDataProcessor implements Serializable
- serialVersionUID:
- -4427045123505865448L
-
Serialized Fields
-
m_Forward
boolean m_Forward
whether to forward the containers instead of the IDs. -
m_IDs
List<Integer> m_IDs
the IDs of the chromatograms that have been imported. -
m_Import
boolean m_Import
whether to import the containers into the database. -
m_Merge
boolean m_Merge
whether to merge the current and existing report. -
m_OverwriteFields
Field[] m_OverwriteFields
the fields to overwrite in "merge" mode. -
m_Reader
AbstractReportReader<T extends Report> m_Reader
the reader used for reading the reports. -
m_RemoveExisting
boolean m_RemoveExisting
whether to remove existing reports (i.e., completely remove them from the DB). -
m_Reports
List<T extends Report> m_Reports
the reports that have been read.
-
-
Class adams.flow.transformer.AbstractReportFileReader extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -207124154855872209L
-
Serialized Fields
-
m_DatabaseConnectionUpdated
boolean m_DatabaseConnectionUpdated
whether the database connection has been updated. -
m_Reader
AbstractReportReader<T extends Report> m_Reader
the reader to use.
-
-
Class adams.flow.transformer.AbstractReportFileWriter extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5209437097716008045L
-
Serialized Fields
-
m_Generator
AbstractFilenameGenerator m_Generator
the filename generator to use. -
m_OutputDir
PlaceholderDirectory m_OutputDir
the output directory. -
m_Writer
AbstractReportWriter<T extends Report> m_Writer
the writer to use.
-
-
Class adams.flow.transformer.AbstractReportValueDbWriter extends AbstractDbTransformer implements Serializable
- serialVersionUID:
- -5253006932367969870L
-
Serialized Fields
-
m_Fields
Field[] m_Fields
the fields to write to DB.
-
-
Class adams.flow.transformer.AbstractScript extends AbstractTransformer implements Serializable
- serialVersionUID:
- 581247128691762349L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.flow.transformer.AbstractSetReportValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5937471470417243026L
-
Serialized Fields
-
m_AutoDetectDataType
boolean m_AutoDetectDataType
whether to auto-detect the type of the string value. -
m_Field
AbstractField m_Field
the field to get from the report. -
m_Value
String m_Value
the value to set.
-
-
Class adams.flow.transformer.AbstractSingleCompress extends AbstractTransformer implements Serializable
- serialVersionUID:
- -7648311276417258437L
-
Serialized Fields
-
m_BufferSize
int m_BufferSize
the buffer size to use. -
m_Output
PlaceholderFile m_Output
the filename of the GZIP output. -
m_RemoveInputFile
boolean m_RemoveInputFile
whether to remove the original input file.
-
-
Class adams.flow.transformer.AbstractSingleDecompress extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8337511248726861039L
-
Serialized Fields
-
m_AlternativeFilename
String m_AlternativeFilename
the alternative filename to use. -
m_AlternativeOutputDir
PlaceholderDirectory m_AlternativeOutputDir
the alternative output directory. -
m_BufferSize
int m_BufferSize
the buffer size to use. -
m_UseAlternativeOutputDir
boolean m_UseAlternativeOutputDir
whether to use an alternative location for the file.
-
-
Class adams.flow.transformer.AbstractSpreadSheetTransformer extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8602738223834097328L
-
Class adams.flow.transformer.AbstractStringOperation extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2139865260017627684L
-
Class adams.flow.transformer.AbstractTransformer extends AbstractActor implements Serializable
- serialVersionUID:
- 150539732201567735L
-
Class adams.flow.transformer.AbstractTransformerWithPropertiesUpdating extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8297006454135350745L
-
Serialized Fields
-
m_Properties
BaseString[] m_Properties
the property paths. -
m_VariableNames
VariableName[] m_VariableNames
the variables to update the properties with.
-
-
Class adams.flow.transformer.AbstractWekaClassifierEvaluator extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7740799988980266316L
-
Serialized Fields
-
m_AlwaysUseContainer
boolean m_AlwaysUseContainer
whether to always use a container. -
m_Output
weka.classifiers.evaluation.output.prediction.AbstractOutput m_Output
for generating predictions output. -
m_OutputBuffer
StringBuffer m_OutputBuffer
the buffer for the predictions.
-
-
Class adams.flow.transformer.AbstractWekaModelReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2949611378612429555L
-
Serialized Fields
-
m_OutputOnlyModel
boolean m_OutputOnlyModel
whether to only output the model.
-
-
Class adams.flow.transformer.AbstractWekaPredictionsTransformer extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8682062846689759416L
-
Serialized Fields
-
m_AddLabelIndex
boolean m_AddLabelIndex
whether to prefix the labels with a 1-based index (only nominal classes). -
m_MeasuresPrefix
String m_MeasuresPrefix
the optional prefix to disambiguate the measure attributes from the original ones. -
m_ShowDistribution
boolean m_ShowDistribution
whether to output the class distribution (only nominal classes). -
m_ShowError
boolean m_ShowError
whether to add an error colunm. -
m_ShowProbability
boolean m_ShowProbability
whether to output the probability of the prediction (only nominal classes). -
m_ShowWeight
boolean m_ShowWeight
whether to output the weight as well. -
m_TestAttributes
WekaAttributeRange m_TestAttributes
the additional attributes from the test data to add to the output. -
m_UseAbsoluteError
boolean m_UseAbsoluteError
whether to use absolute errors. -
m_UseOriginalIndices
boolean m_UseOriginalIndices
whether to align output with original dataset (if possible).
-
-
Class adams.flow.transformer.AccessDatabaseInfo extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -8104727186480376733L
-
Serialized Fields
-
m_Sort
boolean m_Sort
whether to sort lists. -
m_Table
String m_Table
the table to use. -
m_Type
AccessDatabaseInfo.InfoType m_Type
the type of information to generate.
-
-
Class adams.flow.transformer.AddDOMAttribute extends AbstractTransformer implements Serializable
- serialVersionUID:
- 665475246547884486L
-
Class adams.flow.transformer.AddDOMNode extends AbstractTransformer implements Serializable
- serialVersionUID:
- 665475246547884486L
-
Class adams.flow.transformer.AddNote extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4013915680601748582L
-
Class adams.flow.transformer.AppendName extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_NoSeparator
boolean m_NoSeparator
whether to avoid adding a separator between file/dir and suffix. -
m_Suffix
String m_Suffix
the suffix to append to the file/directory. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.flow.transformer.ArrayCombinations extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1405432778848290110L
-
Serialized Fields
-
m_Elements
List m_Elements
the remaining elements of the array that still need to be broadcasted. -
m_Length
int m_Length
number of elements in subarray, -
m_Subsets
ArrayCombinations.SubsetsType m_Subsets
the subset type.
-
-
Class adams.flow.transformer.ArrayHistogramRanges extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 8536100625511019961L
-
Serialized Fields
-
m_BinCalculation
ArrayHistogram.BinCalculation m_BinCalculation
how to calculate the number of bins. -
m_BinWidth
double m_BinWidth
the bin width - used for some calculations. -
m_DataType
ArrayStatisticDataType m_DataType
the type of data to get from the double matrix (rows or columns). -
m_Locations
BaseString[] m_Locations
the array of indices expressions. -
m_ManualMax
double m_ManualMax
the manual maximum. -
m_ManualMin
double m_ManualMin
the manual minimum. -
m_Normalize
boolean m_Normalize
whether to normalize the data. -
m_NumBins
int m_NumBins
the number of bins in case of manual bin calculation. -
m_NumDecimals
int m_NumDecimals
the number of decimals to show. -
m_UseFixedMinMax
boolean m_UseFixedMinMax
whether to use fixed min/max for manual bin calculation.
-
-
Class adams.flow.transformer.ArrayLength extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2381609485309053125L
-
Class adams.flow.transformer.ArrayReverse extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8536100625511019961L
-
Serialized Fields
-
m_NoCopy
boolean m_NoCopy
whether to reverse the array in-place.
-
-
Class adams.flow.transformer.ArrayStatistic extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8536100625511019961L
-
Serialized Fields
-
m_DataType
ArrayStatisticDataType m_DataType
the type of data to get from the double matrix (rows or columns). -
m_Locations
BaseString[] m_Locations
the array of indices expressions. -
m_Statistic
AbstractArrayStatistic m_Statistic
the statistic to generate.
-
-
Class adams.flow.transformer.ArraySubset extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8536100625511019961L
-
Serialized Fields
-
m_Elements
Range m_Elements
the elements of the subset to extract.
-
-
Class adams.flow.transformer.ArraySubsetGeneration extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8536100625511019961L
-
Serialized Fields
-
m_Generator
AbstractArraySubsetGenerator m_Generator
the subset generator to use.
-
-
Class adams.flow.transformer.ArrayToChunks extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1548815476164777688L
-
Serialized Fields
-
m_ChunkSize
int m_ChunkSize
the chunk size to split the array into. -
m_CurrentArray
Object m_CurrentArray
the current array to work on. -
m_CurrentIndex
int m_CurrentIndex
the current index in the array.
-
-
Class adams.flow.transformer.ArrayToCollection extends AbstractTransformer implements Serializable
- serialVersionUID:
- 558755282327118795L
-
Serialized Fields
-
m_CollectionClass
BaseClassname m_CollectionClass
the class for the array.
-
-
Class adams.flow.transformer.ArrayToSequence extends AbstractTransformer implements Serializable
- serialVersionUID:
- 9062714175599800719L
-
Serialized Fields
-
m_Elements
ArrayList m_Elements
the remaining elements of the array that still need to be broadcasted.
-
-
Class adams.flow.transformer.ArrayToVariables extends AbstractTransformer implements Serializable
- serialVersionUID:
- 9062714175599800719L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_VariableNames
VariableName[] m_VariableNames
the names of the variables to map to.
-
-
Class adams.flow.transformer.AutogeneratedTransformer extends SubProcess implements Serializable
- serialVersionUID:
- 6167290413146648447L
-
Class adams.flow.transformer.BaseName extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_RemoveExtension
boolean m_RemoveExtension
whether to remove the extension as well.
-
-
Class adams.flow.transformer.BinaryFileReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6525019504599945776L
-
Serialized Fields
-
m_ActualEnd
long m_ActualEnd
the actual last position. -
m_CurrentFile
File m_CurrentFile
the current file to read from. -
m_Data
gnu.trove.list.array.TByteArrayList m_Data
the collected data. -
m_End
long m_End
the end position. -
m_OutputArray
boolean m_OutputArray
whether to output an array instead of single items. -
m_Position
long m_Position
the current position. -
m_Start
long m_Start
the start position.
-
-
Class adams.flow.transformer.BoofCVDetectLines extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2784091483353536513L
-
Serialized Fields
-
m_EdgeThreshold
float m_EdgeThreshold
the edge threshold to use. -
m_LocalMaxRadius
int m_LocalMaxRadius
Radius for local maximum suppression. -
m_MaxLines
int m_MaxLines
the maximum number of lines to detec. -
m_MinCounts
int m_MinCounts
Minimum number of counts for detected line. -
m_MinDistanceFromOrigin
int m_MinDistanceFromOrigin
the minimum distance from the origin. -
m_ResolutionAngle
int m_ResolutionAngle
Resolution of line angle in degrees. -
m_ResolutionRange
double m_ResolutionRange
Resolution of line range in pixels.
-
-
Class adams.flow.transformer.BoofCVDetectLineSegments extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2784091483353536513L
-
Serialized Fields
-
m_ConnectLines
boolean m_ConnectLines
whether to connect the segments. -
m_RegionSize
int m_RegionSize
region size. -
m_ThresholdAngle
double m_ThresholdAngle
the angle threshold to use. -
m_ThresholdEdge
double m_ThresholdEdge
the edge threshold to use.
-
-
Class adams.flow.transformer.BoofCVFeatureGenerator extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1998955116780561587L
-
Serialized Fields
-
m_Algorithm
AbstractBoofCVFeatureGenerator m_Algorithm
the algorithm to apply to the image. -
m_Queue
ArrayList m_Queue
the generated objects. -
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.transformer.BoofCVMultiImageOperation extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 3690378527551302472L
-
Serialized Fields
-
m_CurrentImages
List<BoofCVImageContainer> m_CurrentImages
the generated images. -
m_Operation
AbstractBoofCVMultiImageOperation m_Operation
the transformer to apply to the image.
-
-
Class adams.flow.transformer.BoofCVTransformer extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 3690378527551302472L
-
Serialized Fields
-
m_TransformAlgorithm
AbstractBoofCVTransformer m_TransformAlgorithm
the transformer to apply to the image.
-
-
Class adams.flow.transformer.BufferedImageFeatureGenerator extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1998955116780561587L
-
Serialized Fields
-
m_Algorithm
AbstractBufferedImageFeatureGenerator m_Algorithm
the algorithm to apply to the image. -
m_Queue
ArrayList m_Queue
the generated objects. -
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.transformer.BufferedImageMultiImageOperation extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 3690378527551302472L
-
Serialized Fields
-
m_CurrentImages
List<BufferedImageContainer> m_CurrentImages
the generated images. -
m_Operation
AbstractBufferedImageMultiImageOperation m_Operation
the transformer to apply to the image.
-
-
Class adams.flow.transformer.BufferedImageTransformer extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 3690378527551302472L
-
Serialized Fields
-
m_TransformAlgorithm
AbstractBufferedImageTransformer m_TransformAlgorithm
the algorithm to apply to the image.
-
-
Class adams.flow.transformer.Bzip2 extends AbstractSingleCompress implements Serializable
- serialVersionUID:
- 6718580828800815681L
-
Class adams.flow.transformer.CallableTransformer extends AbstractCallableActor implements Serializable
- serialVersionUID:
- -4898610818562897692L
-
Class adams.flow.transformer.ChangeImageObjectPrefix extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3992867498417362738L
-
Serialized Fields
-
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_PrefixNew
String m_PrefixNew
the new prefix of the objects in the report.
-
-
Class adams.flow.transformer.ChangeReportFieldPrefixes extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2833759108269704357L
-
Serialized Fields
-
m_NewPrefix
String m_NewPrefix
the new prefix. -
m_OldPrefixes
BaseString[] m_OldPrefixes
the prefixes to match to match.
-
-
Class adams.flow.transformer.ClassSelector extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_ClassIndex
SpreadSheetColumnRange m_ClassIndex
the class indices. -
m_Override
boolean m_Override
whether to override any set class attribute. -
m_Unset
boolean m_Unset
whether to unset the class index.
-
-
Class adams.flow.transformer.CollectionAppend extends AbstractTransformer implements Serializable
- serialVersionUID:
- -253714973019682939L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the stored value.
-
-
Class adams.flow.transformer.CollectionInsert extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4381778255320714964L
-
Serialized Fields
-
m_After
boolean m_After
whether to insert after the position instead of at. -
m_Position
Index m_Position
the position where to insert the string. -
m_Retriever
ObjectRetriever m_Retriever
for retrieving the object.
-
-
Class adams.flow.transformer.CollectionSize extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2381609485309053125L
-
Class adams.flow.transformer.CollectionSubset extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8536100625511019961L
-
Serialized Fields
-
m_Elements
Range m_Elements
the elements of the subset to extract.
-
-
Class adams.flow.transformer.CollectionToArray extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8967664394563844948L
-
Serialized Fields
-
m_ArrayClass
BaseClassname m_ArrayClass
the class for the array.
-
-
Class adams.flow.transformer.CollectionToSequence extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8967664394563844948L
-
Serialized Fields
-
m_Elements
List m_Elements
the remaining elements of the array that still need to be broadcasted.
-
-
Class adams.flow.transformer.ColorProvider extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3505768725369077351L
-
Serialized Fields
-
m_ActualProvider
ColorProvider m_ActualProvider
the actual color provider to use. -
m_Provider
ColorProvider m_Provider
the color provider to use. -
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.transformer.CompareObjectLocations extends AbstractInteractiveTransformerDialog implements Serializable
- serialVersionUID:
- 2191236912048968711L
-
Serialized Fields
-
m_Accepted
boolean m_Accepted
whether the dialog got accepted. -
m_AnnotationsLabelSuffix
String m_AnnotationsLabelSuffix
the annotations label suffix. -
m_AnnotationsPrefix
String m_AnnotationsPrefix
the annotations object prefix. -
m_AnnotationsStorageName
StorageName m_AnnotationsStorageName
the storage item with the annotations. -
m_Comparison
AbstractComparison m_Comparison
the comparison view to use. -
m_ComparisonPanel
AbstractComparisonPanel m_ComparisonPanel
the generated panel. -
m_ForwardScreenshot
boolean m_ForwardScreenshot
whether to forward a screenshot to the callable actor. -
m_NonInteractive
boolean m_NonInteractive
whether the prompt is non-interactive. -
m_PredictionsLabelSuffix
String m_PredictionsLabelSuffix
the predictions label suffix. -
m_PredictionsPrefix
String m_PredictionsPrefix
the predictions object prefix. -
m_PredictionsStorageName
StorageName m_PredictionsStorageName
the storage item with the predictions. -
m_ScreenshotQueue
StorageName m_ScreenshotQueue
the queue to send the screenshot to.
-
-
Class adams.flow.transformer.CompareObjects extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_Compare
AbstractObjectCompare m_Compare
the compare algorithm to use.
-
-
Class adams.flow.transformer.CompareObjectTypes extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2856574104135118360L
-
Serialized Fields
-
m_MinOverlapRatio
double m_MinOverlapRatio
the minimum overlap ratio to use. -
m_Prefix
String m_Prefix
the object prefix to use. -
m_TypeFind
BaseRegExp m_TypeFind
the regular expression to apply to the type. -
m_TypeReplace
String m_TypeReplace
the replacement for the type. -
m_TypeSuffix
String m_TypeSuffix
the object type suffix to use.
-
-
Class adams.flow.transformer.ConfirmationDialog extends AbstractInteractiveTransformer implements Serializable
- serialVersionUID:
- 8200691218381875131L
-
Serialized Fields
-
m_CancelToken
String m_CancelToken
the "cancel" token. -
m_Comm
GUIHelper.DialogCommunication m_Comm
for communicating with the input dialog. -
m_Message
String m_Message
the message for the user. -
m_NoToken
String m_NoToken
the "no" token. -
m_Title
String m_Title
the dialog title. -
m_UseCustomTokens
boolean m_UseCustomTokens
whether to forward a custom token instead of the one currently passed through. -
m_YesToken
String m_YesToken
the "yes" token.
-
-
Class adams.flow.transformer.ConfusionMatrix extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6499246835313298302L
-
Serialized Fields
-
m_ActualColumn
SpreadSheetColumnIndex m_ActualColumn
the column with the actual labels. -
m_ActualPrefix
String m_ActualPrefix
the optional prefix for the actual labels. -
m_ClassLabels
BaseString[] m_ClassLabels
the class labels to use (to enforce ordering other than sorted). -
m_CombineLabelColumns
boolean m_CombineLabelColumns
combine label columns if same. -
m_EnumerateLabels
boolean m_EnumerateLabels
whether to number columns instead of using labels. -
m_MatrixValues
ConfusionMatrix.MatrixValues m_MatrixValues
what values to generate. -
m_PredictedColumn
SpreadSheetColumnIndex m_PredictedColumn
the column with the predicted labels. -
m_PredictedPrefix
String m_PredictedPrefix
the optional prefix for the predicted labels. -
m_ProbabilityColumn
SpreadSheetColumnIndex m_ProbabilityColumn
the column with the probabilities.
-
-
Class adams.flow.transformer.ContainerToStorage extends AbstractContainerValueExtractor implements Serializable
- serialVersionUID:
- 8072844783869677669L
-
Class adams.flow.transformer.ContainerToVariables extends AbstractContainerValueExtractor implements Serializable
- serialVersionUID:
- 8072844783869677669L
-
Class adams.flow.transformer.ControlChart extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 4013915680601748582L
-
Serialized Fields
-
m_Chart
ControlChart m_Chart
the control chart to use.
-
-
Class adams.flow.transformer.Convert extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1704879993786242375L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
the type of conversion.
-
-
Class adams.flow.transformer.ConvertFeatures extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7491100983182267771L
-
Serialized Fields
-
m_Converter
AbstractFeatureConverter m_Converter
the feature converter to use. -
m_MergeFormat
String m_MergeFormat
the format to use for merging multiple feature sets. -
m_OutputType
ConvertFeatures.OutputType m_OutputType
whether to output the header of the row.
-
-
Class adams.flow.transformer.Copy extends AbstractTransformer implements Serializable
- serialVersionUID:
- -735652783986676809L
-
Serialized Fields
-
m_Type
Copy.CopyType m_Type
the type of copy to perform.
-
-
Class adams.flow.transformer.CopyCallableTransformer extends AbstractCopyCallableActor implements Serializable
- serialVersionUID:
- -4898610818562897692L
-
Class adams.flow.transformer.CopyFile extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_AttemptInterval
int m_AttemptInterval
the interval between attempts. -
m_CreateSubDirectories
boolean m_CreateSubDirectories
whether the input is a directory and directory should be re-created below target directory (only the last path component: /some/where/blah -> TARGET/blah will get created). -
m_Filename
String m_Filename
the (optional) new filename. -
m_NumAttempts
int m_NumAttempts
the number of tries for writing the data. -
m_RegExp
BaseRegExp m_RegExp
the regular expression for the files to match. -
m_TargetDirectory
PlaceholderDirectory m_TargetDirectory
the target directory.
-
-
Class adams.flow.transformer.CopyToClipboard extends AbstractTransformer implements Serializable
- serialVersionUID:
- 481992931607340358L
-
Serialized Fields
-
m_ClipboardData
AbstractClipboardData m_ClipboardData
the data type to paste.
-
-
Class adams.flow.transformer.CounterAdd extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7602201480653131469L
-
Serialized Fields
-
m_Column
Index m_Column
the index of the column which values to count. -
m_StorageName
StorageName m_StorageName
the name of the counter in the internal storage.
-
-
Class adams.flow.transformer.CounterInit extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4182914190162129217L
-
Serialized Fields
-
m_Column
Index m_Column
the index of the column which values to store in the counter. -
m_InitialCount
int m_InitialCount
the initial counter value to use. -
m_InitialValues
BaseString[] m_InitialValues
the initial labels to use. -
m_StorageName
StorageName m_StorageName
the name of the counter in the internal storage.
-
-
Class adams.flow.transformer.CountObjectsInPolygon extends AbstractTransformer implements Serializable
- serialVersionUID:
- 9063650105550850888L
-
Serialized Fields
-
m_CheckType
boolean m_CheckType
whether to check the type (if a suffix provided). -
m_OneBased
boolean m_OneBased
whether report contains one-based coordinates. -
m_PartialCounts
boolean m_PartialCounts
whether to include partial counts. -
m_Prefix
String m_Prefix
the prefix to use when generating a report. -
m_TypeFind
BaseRegExp m_TypeFind
the regular expression to apply to the type. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type. -
m_X
String m_X
the x coordinates. -
m_Y
String m_Y
the y coordinates.
-
-
Class adams.flow.transformer.CountObjectsInRegion extends AbstractTransformer implements Serializable
- serialVersionUID:
- 9063650105550850888L
-
Serialized Fields
-
m_CheckType
boolean m_CheckType
whether to check the type (if a suffix provided). -
m_Height
int m_Height
the height of the window. -
m_Left
int m_Left
the x of the top-left corner. -
m_OneBased
boolean m_OneBased
whether report contains one-based coordinates. -
m_PartialCounts
boolean m_PartialCounts
whether to include partial counts. -
m_Prefix
String m_Prefix
the prefix to use when generating a report. -
m_Top
int m_Top
the y of the top-left corner. -
m_TypeFind
BaseRegExp m_TypeFind
the regular expression to apply to the type. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type. -
m_Width
int m_Width
the width of the window.
-
-
Class adams.flow.transformer.CreateEmail extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5959868605503747649L
-
Serialized Fields
-
m_BCC
EmailAddress[] m_BCC
the recipients (BCC). -
m_Body
BaseText m_Body
the body. -
m_CC
EmailAddress[] m_CC
the recipients (CC). -
m_Recipients
EmailAddress[] m_Recipients
the recipients. -
m_Sender
EmailAddress m_Sender
the sender. -
m_Signature
BaseText m_Signature
the signature. -
m_Subject
String m_Subject
the subject.
-
-
Class adams.flow.transformer.DatasetFilter extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2575293379884905336L
-
Serialized Fields
-
m_ActualFilter
BatchFilter m_ActualFilter
the actual filter to use. -
m_Filter
BatchFilter m_Filter
the batch filter to use.
-
-
Class adams.flow.transformer.DatasetRowFilter extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2575293379884905336L
-
Serialized Fields
-
m_ActualFilter
StreamFilter m_ActualFilter
the actual filter to use. -
m_Filter
StreamFilter m_Filter
the batch filter to use.
-
-
Class adams.flow.transformer.DateTimeTypeDifference extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1393364512048214265L
-
Serialized Fields
-
m_ConversionInput
ConvertDateTimeType m_ConversionInput
the conversion in use for the input. -
m_ConversionOutput
ConvertDateTimeType m_ConversionOutput
the conversion in use for the output. -
m_InputDateTimeType
DateTimeType m_InputDateTimeType
the datetime type of the input. -
m_OutputDateTimeType
DateTimeType m_OutputDateTimeType
the datetime type of the output.
-
-
Class adams.flow.transformer.DecodeBarcode extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6149942254926179607L
-
Serialized Fields
-
m_Decoder
AbstractBarcodeDecoder m_Decoder
The decoder.
-
-
Class adams.flow.transformer.DeleteFile extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression for the files to match.
-
-
Class adams.flow.transformer.DeleteJsonValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8757919765508522198L
-
Serialized Fields
-
m_Path
JsonPathExpression m_Path
the path of the value(s) to obtain.
-
-
Class adams.flow.transformer.DeleteMapValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- 597361990633872666L
-
Serialized Fields
-
m_Key
String m_Key
the key of the value to delete.
-
-
Class adams.flow.transformer.DeleteOverlappingImageObjects extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3254930183559428182L
-
Serialized Fields
-
m_DuplicateIndices
boolean m_DuplicateIndices
whether to check for duplicate object indices or not. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_MinOverlapRatio
double m_MinOverlapRatio
the minimum overlap ratio to use. -
m_RemovalStrategy
DeleteOverlappingImageObjects.RemovalStrategy m_RemovalStrategy
the removal strategy.
-
-
Class adams.flow.transformer.DeletePropertyValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8757919765508522198L
-
Serialized Fields
-
m_Key
BaseRegExp m_Key
the regular expression for the keys to delete.
-
-
Class adams.flow.transformer.DeleteReportValue extends AbstractDeleteReportValue implements Serializable
- serialVersionUID:
- -2551776226766445092L
-
Class adams.flow.transformer.DeleteReportValueByExpression extends AbstractDeleteReportValueByExpression implements Serializable
- serialVersionUID:
- -2551776226766445092L
-
Class adams.flow.transformer.DeleteStorageValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3427074997423945878L
-
Serialized Fields
-
m_Cache
String m_Cache
the name of the LRU cache. -
m_RegExp
BaseRegExp m_RegExp
the regexp to match against variable names. -
m_StorageName
StorageName m_StorageName
the name of the value to store. -
m_Type
DeleteStorageValue.MatchingType m_Type
how to determine variables to delete.
-
-
Class adams.flow.transformer.DeleteVariable extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3383735680425581504L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regexp to match against variable names. -
m_Type
DeleteVariable.MatchingType m_Type
how to determine variables to delete. -
m_VariableName
VariableName m_VariableName
the name of the variable.
-
-
Class adams.flow.transformer.Deserialize extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7491100983182267771L
-
Serialized Fields
-
m_Reader
AbstractObjectReader m_Reader
the object reader to use.
-
-
Class adams.flow.transformer.DetermineOverlappingAreas extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8175397929496972306L
-
Serialized Fields
-
m_AreaAlgorithm
AreaOverlap m_AreaAlgorithm
the area calculation to use. -
m_CompareWithItself
boolean m_CompareWithItself
whether to compare with itself. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_OverlapAlgorithm
ObjectOverlap m_OverlapAlgorithm
the object overlap calculation to use. -
m_StorageName
StorageName m_StorageName
the storage item.
-
-
Class adams.flow.transformer.DetermineOverlappingObjects extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8175397929496972306L
-
Serialized Fields
-
m_Algorithm
ObjectOverlap m_Algorithm
the image overlap calculation to use. -
m_CompareWithItself
boolean m_CompareWithItself
whether to compare with itself. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_StorageName
StorageName m_StorageName
the storage item.
-
-
Class adams.flow.transformer.Diff extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5101920243595168374L
-
Serialized Fields
-
m_Type
Diff.DiffType m_Type
the type of diff to generate.
-
-
Class adams.flow.transformer.DirName extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.flow.transformer.DownloadContent extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8688918591152139449L
-
Serialized Fields
-
m_BufferSize
int m_BufferSize
the buffer size to use.
-
-
Class adams.flow.transformer.Draw extends AbstractTransformer implements Serializable
- serialVersionUID:
- -7871688022041775952L
-
Serialized Fields
-
m_NoCopy
boolean m_NoCopy
whether to skip creating a copy of the image. -
m_Operation
AbstractDrawOperation m_Operation
the draw operation.
-
-
Class adams.flow.transformer.EmailFileReader extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -1585651878523228177L
-
Serialized Fields
-
m_Reader
EmailFileReader m_Reader
the reader to use.
-
-
Class adams.flow.transformer.EncodeBarcode extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6149942254926179607L
-
Serialized Fields
-
m_Encoder
AbstractBarcodeEncoder m_Encoder
The encoder.
-
-
Class adams.flow.transformer.ExecuteActor extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1877006726746922569L
-
Serialized Fields
-
m_CallCleanUp
boolean m_CallCleanUp
whether to call the cleanUp method. -
m_CallSetUp
boolean m_CallSetUp
whether to call the setUp method. -
m_CallWrapUp
boolean m_CallWrapUp
whether to call the wrapUp method. -
m_FlowExecutionListener
FlowExecutionListener m_FlowExecutionListener
the execution listener to use. -
m_FlowExecutionListeningEnabled
boolean m_FlowExecutionListeningEnabled
whether flow execution listening is enabled.
-
-
Class adams.flow.transformer.ExecuteJobs extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7491100983182267771L
-
Serialized Fields
-
m_JobRunner
JobRunner m_JobRunner
the job runner. -
m_NumThreads
int m_NumThreads
the number of threads to use for parallel execution. -
m_UpdateNumThreads
boolean m_UpdateNumThreads
whether to update the number of threads to use (if possible).
-
-
Class adams.flow.transformer.ExecuteRemoteCommand extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7491100983182267771L
-
Serialized Fields
-
m_MaxCommands
int m_MaxCommands
the maximum number of commands to allow in queue. -
m_PermissionHandler
PermissionHandler m_PermissionHandler
the permission handler to use. -
m_ScriptingEngine
ManualFeedScriptingEngine m_ScriptingEngine
the scripting engine in use.
-
-
Class adams.flow.transformer.ExifTagOperation extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1884823351778616872L
-
Serialized Fields
-
m_Operation
ExifTagOperation m_Operation
the operation to use.
-
-
Class adams.flow.transformer.ExpandStorage extends AbstractStringOperation implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Class adams.flow.transformer.ExpandVariables extends AbstractStringOperation implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Class adams.flow.transformer.ExternalTransformer extends AbstractExternalActor implements Serializable
- serialVersionUID:
- 8557732787822426844L
-
Class adams.flow.transformer.FileChanged extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1704879993786242375L
-
Serialized Fields
-
m_Monitor
FileChangeMonitor m_Monitor
the type of monitor to use.
-
-
Class adams.flow.transformer.FileExtension extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2838258525424174583L
-
Serialized Fields
-
m_IncludeDot
boolean m_IncludeDot
whether to return the dot or not.
-
-
Class adams.flow.transformer.FileInfo extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_Type
FileInfo.InfoType m_Type
the type of information to generate. -
m_ValueFalse
String m_ValueFalse
the string to output in case of "IS_" queries evaluate to FALSE. -
m_ValueTrue
String m_ValueTrue
the string to output in case of "IS_" queries evaluate to TRUE.
-
-
Class adams.flow.transformer.FilenameGenerator extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5969795295785887230L
-
Serialized Fields
-
m_Absolute
boolean m_Absolute
whether to output absolute or placeholder filenames. -
m_Generator
AbstractFilenameGenerator m_Generator
the generator to use.
-
-
Class adams.flow.transformer.FileTailer extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8148843753177357097L
-
Class adams.flow.transformer.FilterMap extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8610396047582387719L
-
Serialized Fields
-
m_Filter
AbstractMapFilter m_Filter
the map filter to apply. -
m_NoCopy
boolean m_NoCopy
whether to skip creating a copy of the container.
-
-
Class adams.flow.transformer.FindInFile extends AbstractTransformer implements Serializable
- serialVersionUID:
- 9091439366419647189L
-
Serialized Fields
-
m_ActualHandler
FileSearchHandler m_ActualHandler
the actual handler in use. -
m_CaseSensitive
boolean m_CaseSensitive
whether the search is case-sensitive. -
m_CustomHandler
FileSearchHandler m_CustomHandler
the handler to use. -
m_Find
String m_Find
the text to look for. -
m_RegExp
boolean m_RegExp
whether the search string represents a regular expression (search handler must support that). -
m_UseCustomHandler
boolean m_UseCustomHandler
whether to use a specific file search handler rather than auto-detected one.
-
-
Class adams.flow.transformer.FlowFileReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1258602500279600946L
-
Serialized Fields
-
m_CustomReader
FlowReader m_CustomReader
the custom reader to use. -
m_UseCustomReader
boolean m_UseCustomReader
whether to use a custom reader.
-
-
Class adams.flow.transformer.FTPDelete extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5015637337437403790L
-
Serialized Fields
-
m_Connection
FTPConnection m_Connection
the FTP connection to use. -
m_RemoteDir
String m_RemoteDir
the directory to list.
-
-
Class adams.flow.transformer.FTPDisconnect extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8492252620858335215L
-
Serialized Fields
-
m_Connection
FTPConnection m_Connection
the FTP connection to use.
-
-
Class adams.flow.transformer.FTPGet extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5015637337437403790L
-
Serialized Fields
-
m_Connection
FTPConnection m_Connection
the FTP connection to use. -
m_OutputDirectory
PlaceholderDirectory m_OutputDirectory
the output directory. -
m_RemoteDir
String m_RemoteDir
the directory to list.
-
-
Class adams.flow.transformer.FTPNoOp extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8492252620858335215L
-
Serialized Fields
-
m_Connection
FTPConnection m_Connection
the FTP connection to use.
-
-
Class adams.flow.transformer.FTPSend extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5015637337437403790L
-
Serialized Fields
-
m_Connection
FTPConnection m_Connection
the FTP connection to use. -
m_RemoteDir
String m_RemoteDir
the directory to upload the file to.
-
-
Class adams.flow.transformer.GenerateFileBasedDataset extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5135595330787325026L
-
Serialized Fields
-
m_Generation
AbstractFileBasedDatasetGeneration m_Generation
the generation to use.
-
-
Class adams.flow.transformer.GetArrayElement extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3483275959738804271L
-
Serialized Fields
-
m_Index
Index m_Index
the index of the element to pick.
-
-
Class adams.flow.transformer.GetDatabaseID extends AbstractTransformer implements Serializable
- serialVersionUID:
- -6485136495553425947L
-
Class adams.flow.transformer.GetID extends AbstractTransformer implements Serializable
- serialVersionUID:
- -6485136495553425947L
-
Class adams.flow.transformer.GetImageObjectIndices extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -5644432725273726622L
-
Serialized Fields
-
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_Sort
boolean m_Sort
whether to sort lists.
-
-
Class adams.flow.transformer.GetImageObjectMetaData extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8300475715029765628L
-
Class adams.flow.transformer.GetImageObjects extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -5644432725273726622L
-
Serialized Fields
-
m_CleanIndices
boolean m_CleanIndices
whether to clean the object indices. -
m_Finder
ObjectFinder m_Finder
the object finder to use.
-
-
Class adams.flow.transformer.GetJsonKeys extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -8757919765508522198L
-
Serialized Fields
-
m_SortKeys
boolean m_SortKeys
whether to sort the keys.
-
-
Class adams.flow.transformer.GetJsonValue extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -8757919765508522198L
-
Serialized Fields
-
m_DataType
JsonDataType m_DataType
the output data type. -
m_ForwardNull
boolean m_ForwardNull
whether to forward null values. -
m_Path
JsonPathExpression m_Path
the path of the value(s) to obtain.
-
-
Class adams.flow.transformer.GetListElement extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3483275959738804271L
-
Serialized Fields
-
m_Index
Index m_Index
the index of the element to pick.
-
-
Class adams.flow.transformer.GetMapKeys extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 597361990633872666L
-
Class adams.flow.transformer.GetMapKeyValuePairs extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 597361990633872666L
-
Class adams.flow.transformer.GetMapValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- 597361990633872666L
-
Serialized Fields
-
m_Key
String m_Key
the key of the value to retrieve.
-
-
Class adams.flow.transformer.GetNotes extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4013915680601748582L
-
Class adams.flow.transformer.GetObjectProperty extends AbstractTransformer implements Serializable
- serialVersionUID:
- -6237324482439105653L
-
Serialized Fields
-
m_Path
String m_Path
the property path to use for obtaining the object.
-
-
Class adams.flow.transformer.GetProperties extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 597361990633872666L
-
Class adams.flow.transformer.GetProperty extends AbstractTransformer implements Serializable
- serialVersionUID:
- 597361990633872666L
-
Serialized Fields
-
m_Property
String m_Property
the property path.
-
-
Class adams.flow.transformer.GetPropertyNames extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -8757919765508522198L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression that the property names must match. -
m_SortKeys
boolean m_SortKeys
whether to sort the keys.
-
-
Class adams.flow.transformer.GetPropertyValue extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -8757919765508522198L
-
Serialized Fields
-
m_DataType
PropertiesDataType m_DataType
the output data type. -
m_ForwardNull
boolean m_ForwardNull
whether to forward null values. -
m_Key
BaseRegExp m_Key
the regular expression for the keys to obtain the values for.
-
-
Class adams.flow.transformer.GetRemoteCommandPayload extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5876859824823454308L
-
Class adams.flow.transformer.GetReport extends AbstractTransformer implements Serializable
- serialVersionUID:
- -7979987687605118740L
-
Class adams.flow.transformer.GetReportValue extends AbstractGetReportValue implements Serializable
- serialVersionUID:
- -6237324482439105653L
-
Class adams.flow.transformer.GetStorageValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3086015634110488066L
-
Serialized Fields
-
m_Cache
String m_Cache
the name of the LRU cache.
-
-
Class adams.flow.transformer.Groovy extends AbstractGroovyActor implements Serializable
- serialVersionUID:
- 533314494036572984L
-
Serialized Fields
-
m_InputToken
Token m_InputToken
the current input token.
-
-
Class adams.flow.transformer.GroupByRegExp extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -35393265150652536L
-
Serialized Fields
-
m_Find
BaseRegExp m_Find
the regular expression. -
m_Grouping
String m_Grouping
the grouping.
-
-
Class adams.flow.transformer.GUNZIP extends AbstractSingleDecompress implements Serializable
- serialVersionUID:
- 1162255296803420631L
-
Class adams.flow.transformer.GZIP extends AbstractSingleCompress implements Serializable
- serialVersionUID:
- 6718580828800815681L
-
Class adams.flow.transformer.HashSetAdd extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7602201480653131469L
-
Serialized Fields
-
m_Column
Index m_Column
the index of the column which values to store in the hashset. -
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_StorageName
StorageName m_StorageName
the name of the hashset in the internal storage.
-
-
Class adams.flow.transformer.HashSetInit extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4182914190162129217L
-
Serialized Fields
-
m_Column
Index m_Column
the index of the column which values to store in the hashset. -
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_StorageName
StorageName m_StorageName
the name of the hashset in the internal storage.
-
-
Class adams.flow.transformer.HashSetRemove extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5163954885888948620L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the hashset in the internal storage.
-
-
Class adams.flow.transformer.HexReplace extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8624369481983809607L
-
Class adams.flow.transformer.HttpPostFile extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7953283270649274835L
-
Serialized Fields
-
m_FormFieldFile
String m_FormFieldFile
the name of the form field for the file to upload. -
m_FormFields
BaseKeyValuePair[] m_FormFields
the form field/value pairs. -
m_URL
BaseURL m_URL
the URL to send the form parameters to.
-
-
Class adams.flow.transformer.HttpRequest extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3114594997972970790L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_Headers
BaseKeyValuePair[] m_Headers
the (optional) request headers. -
m_Method
com.github.fracpete.requests4j.request.Method m_Method
the action method to use. -
m_MimeType
String m_MimeType
the mimetype. -
m_URL
BaseURL m_URL
the URL to send the form parameters to.
-
-
Class adams.flow.transformer.IDGenerator extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7195919809805609634L
-
Serialized Fields
-
m_Generator
AbstractIDGenerator m_Generator
the ID generator to use.
-
-
Class adams.flow.transformer.ImageAnnotator extends AbstractInteractiveTransformerDialog implements Serializable
- serialVersionUID:
- -3374468402777151698L
-
Serialized Fields
-
m_Accepted
boolean m_Accepted
whether the dialog got accepted. -
m_InteractionLoggingFilter
InteractionLoggingFilter m_InteractionLoggingFilter
the interaction logger to use. -
m_Labels
BaseString[] m_Labels
the labels. -
m_Overlay
ImageOverlay m_Overlay
the overlay to use for highlighting the objects. -
m_Prefix
String m_Prefix
the prefix to use in the report. -
m_SelectionProcessor
SelectionProcessor m_SelectionProcessor
the selection processor to apply. -
m_SelectionShapePainter
SelectionShapePainter m_SelectionShapePainter
the painter for the selection shape. -
m_Suffix
String m_Suffix
the suffix to use for the labels. -
m_Zoom
double m_Zoom
the zoom level.
-
-
Class adams.flow.transformer.ImageAnnotator.AnnotatorPanel extends BasePanel implements Serializable
- serialVersionUID:
- 301202246788374114L
-
Serialized Fields
-
m_ActualOverlay
ImageOverlay m_ActualOverlay
the actual overlay to use for highlighting the objects. -
m_ActualSelectionProcessor
SelectionProcessor m_ActualSelectionProcessor
the actual selection processor. -
m_ButtonGroup
ButtonGroup m_ButtonGroup
the button group. -
m_ButtonLabels
BaseToggleButton[] m_ButtonLabels
the label buttons. -
m_ButtonReset
BaseButton m_ButtonReset
the reset button. -
m_ButtonUnset
BaseToggleButton m_ButtonUnset
the unset button. -
m_CurrentImage
AbstractImageContainer m_CurrentImage
the current image. -
m_CurrentLabel
String m_CurrentLabel
the current label. -
m_CurrentScale
Double m_CurrentScale
the current scale. -
m_InteractionLoggingFilter
InteractionLoggingFilter m_InteractionLoggingFilter
the interaction logger to use. -
m_Labels
BaseString[] m_Labels
the labels. -
m_Objects
LocatedObjects m_Objects
the rectangles of the located objects. -
m_Overlay
ImageOverlay m_Overlay
the overlay to use for highlighting the objects. -
m_PanelImage
ImagePanel m_PanelImage
the image panel. -
m_Prefix
String m_Prefix
the prefix to use in the report. -
m_ReportBackup
Report m_ReportBackup
the backup of the report. -
m_SelectionProcessor
SelectionProcessor m_SelectionProcessor
the selection processor to apply. -
m_SelectionShapePainter
SelectionShapePainter m_SelectionShapePainter
the painter for the selection shape. -
m_Suffix
String m_Suffix
the suffix to use for the labels. -
m_Zoom
double m_Zoom
the zoom level.
-
-
Class adams.flow.transformer.ImageFileReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7466006970025235243L
-
Serialized Fields
-
m_LoadMetaData
boolean m_LoadMetaData
whether to load the meta-data as well (if present). -
m_MetaDataLocation
MetaDataFileUtils.MetaDataLocation m_MetaDataLocation
how to locate the meta-data. -
m_MetaDataReader
AbstractReportReader m_MetaDataReader
for reading the meta-data. -
m_Reader
ImageReader m_Reader
the image reader to use.
-
-
Class adams.flow.transformer.ImageInfo extends AbstractTransformer implements Serializable
- serialVersionUID:
- -992178802927111511L
-
Serialized Fields
-
m_Type
ImageInfo.InfoType m_Type
the type of information to generate.
-
-
Class adams.flow.transformer.ImageLabeler extends AbstractInteractiveTransformerDialog implements Serializable
- serialVersionUID:
- -3374468402777151698L
-
Serialized Fields
-
m_Accepted
boolean m_Accepted
whether the dialog got accepted. -
m_BestFit
boolean m_BestFit
whether to use best fit. -
m_Field
Field m_Field
the field to use in the report. -
m_InteractionLoggingFilter
InteractionLoggingFilter m_InteractionLoggingFilter
the interaction logger to use. -
m_Labels
BaseString[] m_Labels
the labels. -
m_LeftDividerLocation
int m_LeftDividerLocation
the position for the left divider. -
m_Overlay
ClassificationLabelTextOverlay m_Overlay
the overlay. -
m_PanelObjectAnnotation
ObjectAnnotationPanel m_PanelObjectAnnotation
the panel. -
m_RightDividerLocation
int m_RightDividerLocation
the position for the right divider. -
m_UseButtons
boolean m_UseButtons
whether to use buttons or drop-down list. -
m_Zoom
double m_Zoom
the zoom level.
-
-
Class adams.flow.transformer.ImageMetaData extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8005075286840278197L
-
Serialized Fields
-
m_Extractor
AbstractMetaDataExtractor m_Extractor
the extractor to use.
-
-
Class adams.flow.transformer.ImageObjectAnnotator extends AbstractInteractiveTransformerDialog implements Serializable
- serialVersionUID:
- -761517109077084448L
-
Serialized Fields
-
m_Accepted
boolean m_Accepted
whether the dialog got accepted. -
m_AllowUsingPreviousReport
boolean m_AllowUsingPreviousReport
whether to allow using the previous report. -
m_AnnotationCheck
AnnotationCheck m_AnnotationCheck
the annotation check to apply. -
m_AnnotationsDisplay
AbstractAnnotationsDisplayGenerator m_AnnotationsDisplay
the annotations display to use. -
m_Annotator
AbstractAnnotator m_Annotator
the annotator to use. -
m_BestFit
boolean m_BestFit
whether to use best fit. -
m_ButtonCancel
BaseButton m_ButtonCancel
the Cancel button. -
m_ButtonOK
BaseButton m_ButtonOK
the OK button. -
m_ChangeListenerAnnotations
ChangeListener m_ChangeListenerAnnotations
the change listener for updating the OK button. -
m_FirstInteraction
boolean m_FirstInteraction
whether this is the first interaction. -
m_InteractionLoggingFilter
InteractionLoggingFilter m_InteractionLoggingFilter
the interaction logger to use. -
m_LabelSelector
AbstractLabelSelectorGenerator m_LabelSelector
the label selector to use. -
m_LeftDividerLocation
int m_LeftDividerLocation
the position for the left divider. -
m_MaxUndo
int m_MaxUndo
the maximum undo steps. -
m_MouseClick
AbstractMouseClickProcessor m_MouseClick
the mouse click processor. -
m_Overlay
Overlay m_Overlay
the overlay to use. -
m_PanelObjectAnnotation
ObjectAnnotationPanel m_PanelObjectAnnotation
the panel. -
m_PreviousLabel
String m_PreviousLabel
the previous label used. -
m_PreviousReport
Report m_PreviousReport
the previous report. -
m_RightDividerLocation
int m_RightDividerLocation
the position for the right divider. -
m_Zoom
double m_Zoom
the zoom level.
-
-
Class adams.flow.transformer.ImageObjectFilter extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3992867498417362738L
-
Serialized Fields
-
m_CleanIndices
boolean m_CleanIndices
whether to clean the object indices. -
m_Filter
ObjectFilter m_Filter
the object filter to apply to the located objects. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_KeepAllObjects
boolean m_KeepAllObjects
whether to keep all objects. -
m_NoCopy
boolean m_NoCopy
whether to skip creating a copy of the spreadsheet.
-
-
Class adams.flow.transformer.ImageObjectIndexOffset extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1086186805796683098L
-
Serialized Fields
-
m_Offset
int m_Offset
the offset for the index. -
m_Prefix
String m_Prefix
the prefix of the objects in the report.
-
-
Class adams.flow.transformer.ImageObjectInfo extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5644432725273726622L
-
Serialized Fields
-
m_Index
String m_Index
the index to retrieve. -
m_PerformScaling
boolean m_PerformScaling
whether to scale coordinates/areas. -
m_Prefix
String m_Prefix
the prefix to use when generating a report. -
m_ScaleX
double m_ScaleX
the scale factor for X. -
m_ScaleY
double m_ScaleY
the scale factor for Y. -
m_Type
ImageObjectInfo.InfoType m_Type
the info to provide.
-
-
Class adams.flow.transformer.ImageObjectOverlap extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8175397929496972306L
-
Serialized Fields
-
m_AdditionalObject
boolean m_AdditionalObject
whether to check for additional predicted objects not present in actual. -
m_AverageRatio
boolean m_AverageRatio
whether to use average overlap ratio instead of just this->other. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_LabelKey
String m_LabelKey
the label meta-data key - ignored if empty. -
m_MinOverlapRatio
double m_MinOverlapRatio
the minimum overlap ratio to use. -
m_StorageName
StorageName m_StorageName
the storage item. -
m_UseOtherObject
boolean m_UseOtherObject
whether to use the other object in the output in case of an overlap.
-
-
Class adams.flow.transformer.ImageObjectOverlapMatrix extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8201765866576306524L
-
Serialized Fields
-
m_Algorithm
ObjectOverlap m_Algorithm
the image overlap calculation to use. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_LabelAdditional
String m_LabelAdditional
the label to use additional predictions (with no corresponding annotations). -
m_LabelKey
String m_LabelKey
the label meta-data key. -
m_LabelMissed
String m_LabelMissed
the label to use for missed annotations. -
m_MatrixOutput
ImageObjectOverlapMatrix.MatrixOutput m_MatrixOutput
what to output in the matrix. -
m_OnlyOverlaps
boolean m_OnlyOverlaps
whether to show only overlaps. -
m_StorageName
StorageName m_StorageName
the storage item.
-
-
Class adams.flow.transformer.ImageObjectToVariables extends AbstractTransformer implements Serializable
- serialVersionUID:
- -184602726110144511L
-
Class adams.flow.transformer.ImagePreparation extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6036066299048043436L
-
Serialized Fields
-
m_Preparation
AbstractImagePreparation m_Preparation
the algorithm to use.
-
-
Class adams.flow.transformer.ImageSegmentationAnnotator extends AbstractInteractiveTransformerDialog implements Serializable
- serialVersionUID:
- -761517109077084448L
-
Serialized Fields
-
m_Accepted
boolean m_Accepted
whether the dialog got accepted. -
m_AllowLayerActions
boolean m_AllowLayerActions
whether layer actions are available (when using separate layers). -
m_AllowLayerRemoval
boolean m_AllowLayerRemoval
whether layers can be deleted (when using separate layers). -
m_Alpha
float m_Alpha
the alpha value. -
m_AutomaticUndo
boolean m_AutomaticUndo
whether to use automatic undo. -
m_BestFit
boolean m_BestFit
whether to use best fit. -
m_BestFitApplied
boolean m_BestFitApplied
whether best fit has been applied. -
m_BestFitRedoneListener
ChangeListener m_BestFitRedoneListener
the change listener for when the best fit zoom got redone. -
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_FirstInteraction
boolean m_FirstInteraction
whether this is the first interaction. -
m_Labels
BaseString[] m_Labels
the labels to use. -
m_LastSettings
List<AbstractLayer.AbstractLayerState> m_LastSettings
the last state. -
m_LayerVisibility
SegmentationPanel.LayerVisibility m_LayerVisibility
what layers to have visible (when using separate layers). -
m_LeftDividerLocation
int m_LeftDividerLocation
the position for the left divider. -
m_MaxUndo
int m_MaxUndo
the maximum undo steps. -
m_PanelSegmentation
SegmentationPanel m_PanelSegmentation
the panel. -
m_RightDividerLocation
int m_RightDividerLocation
the position for the right divider. -
m_ToolButtonColumns
int m_ToolButtonColumns
the number of columns to use for the tool buttons. -
m_UseSeparateLayers
boolean m_UseSeparateLayers
whether to use separate layers. -
m_Zoom
double m_Zoom
the zoom level.
-
-
Class adams.flow.transformer.ImageSegmentationContainerFilter extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3690378527551302472L
-
Serialized Fields
-
m_Filter
AbstractImageSegmentationContainerFilter m_Filter
the transformer to apply to the container. -
m_NoCopy
boolean m_NoCopy
whether to skip creating a copy of the container.
-
-
Class adams.flow.transformer.ImageSegmentationContainerOperation extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3690378527551302472L
-
Serialized Fields
-
m_Operation
AbstractImageSegmentationContainerOperation m_Operation
the transformer to apply to the container.
-
-
Class adams.flow.transformer.ImageSegmentationFileReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7466006970025235243L
-
Serialized Fields
-
m_Reader
ImageSegmentationAnnotationReader m_Reader
the image reader to use.
-
-
Class adams.flow.transformer.ImageSharpness extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7466006970025235243L
-
Serialized Fields
-
m_Algorithm
AbstractImageSharpness m_Algorithm
the image reader to use.
-
-
Class adams.flow.transformer.InactiveTransformer extends SubProcess implements Serializable
- serialVersionUID:
- 6167290413146648447L
-
Class adams.flow.transformer.IncludeExternalTransformer extends AbstractIncludeExternalActor implements Serializable
- serialVersionUID:
- 2164366881337723272L
-
Class adams.flow.transformer.IncStorageValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4563837784851442207L
-
Serialized Fields
-
m_DoubleIncrement
double m_DoubleIncrement
the double increment. -
m_IncrementType
IncStorageValue.IncrementType m_IncrementType
the type of increment to perform. -
m_IntegerIncrement
int m_IntegerIncrement
the integer increment. -
m_OutputStorageValue
boolean m_OutputStorageValue
whether to output the incremented storage value instead of input token. -
m_StorageName
StorageName m_StorageName
the name of the storage value.
-
-
Class adams.flow.transformer.IncVariable extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8466653808821254082L
-
Serialized Fields
-
m_DoubleIncrement
double m_DoubleIncrement
the double increment. -
m_IncrementType
IncVariable.IncrementType m_IncrementType
the type of increment to perform. -
m_IntegerIncrement
int m_IntegerIncrement
the integer/long increment. -
m_OutputVariableValue
boolean m_OutputVariableValue
whether to output the incremented variable value instead of input token. -
m_VariableName
VariableName m_VariableName
the name of the variable.
-
-
Class adams.flow.transformer.IndexedSplitsRunsEvaluation extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7448032116260228656L
-
Serialized Fields
-
m_Evaluation
IndexedSplitsRunsEvaluation m_Evaluation
the evaluation to use. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Source
CallableActorReference m_Source
the source actor. -
m_Storage
StorageName m_Storage
the storage item. -
m_Type
IndexedSplitsRunsEvaluation.SourceType m_Type
the source type.
-
-
Class adams.flow.transformer.IndexedSplitsRunsGenerator extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7448032116260228656L
-
Serialized Fields
-
m_Generator
IndexedSplitsRunsGenerator m_Generator
the generator to use.
-
-
Class adams.flow.transformer.IndexedSplitsRunsPredictions extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7448032116260228656L
-
Serialized Fields
-
m_Generator
IndexedSplitsRunsPredictions m_Generator
the generator to use. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Source
CallableActorReference m_Source
the source actor. -
m_Storage
StorageName m_Storage
the storage item. -
m_Type
IndexedSplitsRunsPredictions.SourceType m_Type
the source type.
-
-
Class adams.flow.transformer.IndexedSplitsRunsReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2274110475414023349L
-
Serialized Fields
-
m_Reader
AbstractIndexedSplitsRunsReader m_Reader
the reader to use.
-
-
Class adams.flow.transformer.IntersectOverUnion extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8175397929496972306L
-
Serialized Fields
-
m_AdditionalObject
boolean m_AdditionalObject
whether to check for additional predicted objects not present in actual. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_LabelKey
String m_LabelKey
the label meta-data key - ignored if empty. -
m_MinIntersectOverUnionRatio
double m_MinIntersectOverUnionRatio
the minimum iou ratio to use. -
m_StorageName
StorageName m_StorageName
the storage item. -
m_UseOtherObject
boolean m_UseOtherObject
whether to use the other object in the output in case of an overlap.
-
-
Class adams.flow.transformer.JsonFileReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- -184602726110144511L
-
Serialized Fields
-
m_Type
JsonObjectType m_Type
the type of output to generate.
-
-
Class adams.flow.transformer.LocateObjects extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 2180810317840558011L
-
Serialized Fields
-
m_GenerateReport
boolean m_GenerateReport
whether to generate an annotated image rather than single image objects. -
m_Locator
AbstractObjectLocator m_Locator
the algorithm to use. -
m_Prefix
String m_Prefix
the prefix to use when generating a report.
-
-
Class adams.flow.transformer.LookUp extends AbstractTransformer implements Serializable
- serialVersionUID:
- 444466366407383727L
-
Serialized Fields
-
m_MissingKey
MissingLookUpKey m_MissingKey
the behavior for missing keys. -
m_MissingValue
String m_MissingValue
the missing value. -
m_StorageName
StorageName m_StorageName
the name of the lookup table in the internal storage. -
m_SuppressMissingKeyWarnings
boolean m_SuppressMissingKeyWarnings
whether to suppress warnings when key is not present. -
m_UseNative
boolean m_UseNative
whether to output native objects rather than strings.
-
-
Class adams.flow.transformer.LookUpAdd extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7602201480653131469L
-
Serialized Fields
-
m_KeyColumn
SpreadSheetColumnIndex m_KeyColumn
the index of the column to use as key. -
m_StorageName
StorageName m_StorageName
the name of the lookup table in the internal storage. -
m_UseNative
boolean m_UseNative
whether to output native objects rather than strings. -
m_ValueColumn
SpreadSheetColumnIndex m_ValueColumn
the index of the column to use as value. -
m_ValueConversion
Conversion m_ValueConversion
the conversion to apply to the value.
-
-
Class adams.flow.transformer.LookUpInit extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 4182914190162129217L
-
Serialized Fields
-
m_KeyColumn
SpreadSheetColumnIndex m_KeyColumn
the index of the column to use as key. -
m_StorageName
StorageName m_StorageName
the name of the lookup table in the internal storage. -
m_UseNative
boolean m_UseNative
whether to output native objects rather than strings. -
m_ValueColumn
SpreadSheetColumnIndex m_ValueColumn
the index of the column to use as value.
-
-
Class adams.flow.transformer.LookUpRemove extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5163954885888948620L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the lookup table in the internal storage.
-
-
Class adams.flow.transformer.LookUpUpdate extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 4182914190162129217L
-
Serialized Fields
-
m_KeyColumn
SpreadSheetColumnIndex m_KeyColumn
the index of the column to use as key. -
m_Rules
LookUpUpdateText m_Rules
the update rules. -
m_ValueColumn
SpreadSheetColumnIndex m_ValueColumn
the index of the column to use as value.
-
-
Class adams.flow.transformer.Lzf extends AbstractSingleCompress implements Serializable
- serialVersionUID:
- 6833577217007229726L
-
Class adams.flow.transformer.Lzma extends AbstractSingleCompress implements Serializable
- serialVersionUID:
- -4692431747542097656L
-
Class adams.flow.transformer.MakeDir extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6057852784860612379L
-
Class adams.flow.transformer.MakeForecastPlotContainer extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2488434486963278287L
-
Serialized Fields
-
m_PlotNames
String m_PlotNames
the names of the plots (comma-separated list). -
m_Queue
List<SequencePlotterContainer> m_Queue
the containers to output.
-
-
Class adams.flow.transformer.MakeJFreeChartDataset extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4200122170088127638L
-
Serialized Fields
-
m_Dataset
AbstractDatasetGenerator m_Dataset
the dataset generator.
-
-
Class adams.flow.transformer.MakeLogEntry extends AbstractTransformer implements Serializable
- serialVersionUID:
- -6516304745462094703L
-
Class adams.flow.transformer.MakePlotContainer extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2488434486963278287L
-
Serialized Fields
-
m_PlotName
String m_PlotName
the name of the plot. -
m_Type
SequencePlotterContainer.ContentType m_Type
the type plot container to create.
-
-
Class adams.flow.transformer.MapToStorageValues extends AbstractTransformer implements Serializable
- serialVersionUID:
- -184602726110144511L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression that the map keys must match. -
m_SkipNonPrimitive
boolean m_SkipNonPrimitive
whether to skip non-primitive values. -
m_StorageNamePrefix
String m_StorageNamePrefix
the prefix for the variables.
-
-
Class adams.flow.transformer.MapToVariables extends AbstractTransformer implements Serializable
- serialVersionUID:
- -184602726110144511L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression that the map keys must match. -
m_SkipNonPrimitive
boolean m_SkipNonPrimitive
whether to skip non-primitive values. -
m_VariablePrefix
String m_VariablePrefix
the prefix for the variables.
-
-
Class adams.flow.transformer.MapVariableIterator extends AbstractTransformer implements Serializable
- serialVersionUID:
- -6262313011503736212L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression that the map keys must match. -
m_SkipNonPrimitive
boolean m_SkipNonPrimitive
whether to skip non-primitive values. -
m_VarKey
VariableName m_VarKey
the variable for the keys. -
m_VarValue
VariableName m_VarValue
the variable for the values.
-
-
Class adams.flow.transformer.Mat5ArrayInfo extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 8251699709312918726L
-
Serialized Fields
-
m_DimSeparator
String m_DimSeparator
the separator to use for the dimsnions. -
m_Type
Mat5ArrayInfo.InfoType m_Type
the type of information to generate.
-
-
Class adams.flow.transformer.Mat5ArraySubset extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1043266053222175480L
-
Serialized Fields
-
m_ElementType
ArrayElementType m_ElementType
the element type. -
m_Index
Mat5ArrayElementIndex m_Index
the element index to use. -
m_ZeroBasedIndex
boolean m_ZeroBasedIndex
whether to interpret the indices as 0-based or 1-based.
-
-
Class adams.flow.transformer.Mat5FileAddArray extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4381778255320714964L
-
Serialized Fields
-
m_EntryName
String m_EntryName
the name of the entry to add. -
m_Retriever
ObjectRetriever m_Retriever
for retrieving the object.
-
-
Class adams.flow.transformer.Mat5FileAddMap extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4381778255320714964L
-
Serialized Fields
-
m_Retriever
ObjectRetriever m_Retriever
for retrieving the object.
-
-
Class adams.flow.transformer.Mat5FileGetArray extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4381778255320714964L
-
Serialized Fields
-
m_EntryName
String m_EntryName
the name of the entry to retrieve.
-
-
Class adams.flow.transformer.Mat5FileInfo extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 8251699709312918726L
-
Serialized Fields
-
m_Sort
boolean m_Sort
whether to sort lists. -
m_Type
Mat5FileInfo.InfoType m_Type
the type of information to generate.
-
-
Class adams.flow.transformer.Mat5FileReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- -927035643528560248L
-
Class adams.flow.transformer.Mat5GetMatrixElement extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1300622968182850650L
-
Serialized Fields
-
m_ElementType
ArrayElementType m_ElementType
the element type. -
m_Index
Mat5ArrayElementIndex m_Index
the element index to use. -
m_ZeroBasedIndex
boolean m_ZeroBasedIndex
whether to interpret the indices as 0-based or 1-based.
-
-
Class adams.flow.transformer.Mat5GetStructField extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1300622968182850650L
-
Serialized Fields
-
m_Field
String m_Field
the name of the field to retrieve.
-
-
Class adams.flow.transformer.Mat5SetMatrixElement extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1300622968182850650L
-
Serialized Fields
-
m_ElementType
ArrayElementType m_ElementType
the element type. -
m_Index
Mat5ArrayElementIndex m_Index
the element index to use. -
m_Value
String m_Value
the value to set. -
m_ZeroBasedIndex
boolean m_ZeroBasedIndex
whether to interpret the indices as 0-based or 1-based.
-
-
Class adams.flow.transformer.Mat5SetStructField extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4381778255320714964L
-
Serialized Fields
-
m_Field
String m_Field
the name of the field to add. -
m_Retriever
ObjectRetriever m_Retriever
for retrieving the object.
-
-
Class adams.flow.transformer.Mat5StructInfo extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 8251699709312918726L
-
Serialized Fields
-
m_Sort
boolean m_Sort
whether to sort lists. -
m_Type
Mat5StructInfo.InfoType m_Type
the type of information to generate.
-
-
Class adams.flow.transformer.MatchReportFields extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -6237324482439105653L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression for matching the fields.
-
-
Class adams.flow.transformer.MathExpression extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8477454145267616359L
-
Serialized Fields
-
m_Expression
MathematicalExpressionText m_Expression
the mathematical expression to evaluate. -
m_NumDecimals
int m_NumDecimals
the number of decimals. -
m_OutputValuePair
boolean m_OutputValuePair
whether to output X and Y as double array or just Y. -
m_RoundingType
RoundingType m_RoundingType
the rounding type to perform. -
m_RoundOutput
boolean m_RoundOutput
whether to round the output of the expression.
-
-
Class adams.flow.transformer.Max extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2007764064808349672L
-
Serialized Fields
-
m_ReturnIndex
boolean m_ReturnIndex
whether to return the index instead of the value. -
m_UseOneBasedIndex
boolean m_UseOneBasedIndex
whether to return 1-based indices.
-
-
Class adams.flow.transformer.MergeObjectLocations extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8175397929496972306L
-
Serialized Fields
-
m_CheckType
boolean m_CheckType
whether to check the type (if a suffix provided). -
m_MinOverlapRatio
double m_MinOverlapRatio
the minimum overlap ratio to use. -
m_NoOverlapAction
MergeObjectLocations.NoOverlapAction m_NoOverlapAction
what to do when an object has no overlaps. -
m_OverlapAction
MergeObjectLocations.OverlapAction m_OverlapAction
what to do when two objects overlap. -
m_Prefix
String m_Prefix
the prefix to use when generating a report. -
m_StorageName
StorageName m_StorageName
the storage item. -
m_TypeFind
BaseRegExp m_TypeFind
the regular expression to apply to the type. -
m_TypeReplace
String m_TypeReplace
the replacement for the type. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type.
-
-
Class adams.flow.transformer.MergeReport extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8198756617336896352L
-
Serialized Fields
-
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Merge
MergeReport.MergeType m_Merge
the merge type. -
m_Source
CallableActorReference m_Source
the source actor. -
m_Storage
StorageName m_Storage
the storage item. -
m_Type
MergeReport.SourceType m_Type
the source type.
-
-
Class adams.flow.transformer.MergeReportFromMap extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2746984385469969356L
-
Serialized Fields
-
m_Key
Field m_Key
the field to acts as key in the map. -
m_Lenient
boolean m_Lenient
whether to be lenient. -
m_Merge
MergeReport.MergeType m_Merge
the merge type. -
m_StorageName
StorageName m_StorageName
the name of the stored value.
-
-
Class adams.flow.transformer.MessageDigest extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8395316814322443892L
-
Serialized Fields
-
m_Type
MessageDigestType m_Type
the type of message digest to use.
-
-
Class adams.flow.transformer.MimeType extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3112823558875229290L
-
Class adams.flow.transformer.Min extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2007764064808349672L
-
Serialized Fields
-
m_ReturnIndex
boolean m_ReturnIndex
whether to return the index instead of the value. -
m_UseOneBasedIndex
boolean m_UseOneBasedIndex
whether to return 1-based indices.
-
-
Class adams.flow.transformer.MoveFile extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1725398133887399010L
-
Serialized Fields
-
m_AtomicMove
boolean m_AtomicMove
whether to perform an atomic move. -
m_AttemptInterval
int m_AttemptInterval
the interval between attempts. -
m_File
PlaceholderFile m_File
the target. -
m_InputIsTarget
boolean m_InputIsTarget
whether the input token is the target instead. -
m_NumAttempts
int m_NumAttempts
the number of tries for writing the data. -
m_OutputMovedFile
boolean m_OutputMovedFile
whether to output the moved file rather than the input.
-
-
Class adams.flow.transformer.MultiMapOperation extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3363405805013155845L
-
Serialized Fields
-
m_Operation
AbstractMultiMapOperation m_Operation
the operation to use.
-
-
Class adams.flow.transformer.MultiMat5MatrixOperation extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 3690378527551302472L
-
Serialized Fields
-
m_CurrentMatrices
List<us.hebi.matlab.mat.types.Matrix> m_CurrentMatrices
the generated matrices. -
m_Operation
AbstractMultiMatrixOperation m_Operation
the transformer to apply to the matrix.
-
-
Class adams.flow.transformer.MultiSpreadSheetOperation extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3363405805013155845L
-
Serialized Fields
-
m_Operation
AbstractMultiSpreadSheetOperation m_Operation
the operation to use.
-
-
Class adams.flow.transformer.NegativeRegions extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4025021848334590237L
-
Serialized Fields
-
m_ActualAlgorithm
AbstractNegativeRegionsGenerator m_ActualAlgorithm
the actual algorithm in use. -
m_Algorithm
AbstractNegativeRegionsGenerator m_Algorithm
the algorithm to use. -
m_NoCopy
boolean m_NoCopy
whether to skip creating a copy of the container. -
m_NoRegionsNoOutput
boolean m_NoRegionsNoOutput
whether to suppress forwarding the container if no regions were generated. -
m_ObjectPrefix
String m_ObjectPrefix
the prefix that the objects use. -
m_ObjectType
String m_ObjectType
the type to use for the region objects. -
m_TransferType
NegativeRegions.NegativeRegionTransferType m_TransferType
how to add the regions.
-
-
Class adams.flow.transformer.ObjectArrayToPrimitiveArray extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2028596035749723219L
-
Class adams.flow.transformer.OpenCVFeatureGenerator extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1998955116780561587L
-
Serialized Fields
-
m_Algorithm
AbstractOpenCVFeatureGenerator m_Algorithm
the algorithm to apply to the image. -
m_Queue
ArrayList m_Queue
the generated objects. -
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.transformer.OpenCVMultiImageOperation extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 3690378527551302472L
-
Serialized Fields
-
m_CurrentImages
List<OpenCVImageContainer> m_CurrentImages
the generated images. -
m_Operation
AbstractOpenCVMultiImageOperation m_Operation
the transformer to apply to the image.
-
-
Class adams.flow.transformer.OpenCVTransformer extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 3690378527551302472L
-
Serialized Fields
-
m_TransformAlgorithm
AbstractOpenCVTransformer m_TransformAlgorithm
the transformer to apply to the image.
-
-
Class adams.flow.transformer.OptionProducer extends AbstractTransformer implements Serializable
- serialVersionUID:
- -364636032507406837L
-
Serialized Fields
-
m_Producer
OptionProducer m_Producer
the producer to use.
-
-
Class adams.flow.transformer.OutlierDetector extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6697547899481901585L
-
Serialized Fields
-
m_Detector
AbstractOutlierDetector m_Detector
the outlier detector to use. -
m_OnlyWarning
boolean m_OnlyWarning
whether the detection is only added as warning instead of error. -
m_OutputContainer
boolean m_OutputContainer
whether to output a container.
-
-
Class adams.flow.transformer.PassThrough extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3068057194553062219L
-
Class adams.flow.transformer.PDFAppendDocument extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6232379845991992764L
-
Serialized Fields
-
m_InputFile
PlaceholderFile m_InputFile
the file to process. -
m_Proclets
PdfProclet[] m_Proclets
the PDF processors. -
m_StorageName
StorageName m_StorageName
the storage item to use. -
m_Type
PDFAppendDocument.DataType m_Type
the data type.
-
-
Class adams.flow.transformer.PDFCreate extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5783362940767103716L
-
Serialized Fields
-
m_OutputFile
PlaceholderFile m_OutputFile
the output file. -
m_PageOrientation
PageOrientation m_PageOrientation
the page orientation. -
m_PageSize
PageSize m_PageSize
the page size. -
m_Proclets
PdfProclet[] m_Proclets
the PDF processors.
-
-
Class adams.flow.transformer.PDFExtract extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5712406930007899590L
-
Serialized Fields
-
m_Output
PlaceholderFile m_Output
the output file. -
m_Pages
UnorderedRange m_Pages
the range of pages to extract.
-
-
Class adams.flow.transformer.PDFExtractImages extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5712406930007899590L
-
Serialized Fields
-
m_Images
List<BufferedImageContainer> m_Images
the images to forward.
-
-
Class adams.flow.transformer.PDFExtractText extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5712406930007899590L
-
Serialized Fields
-
m_Output
PlaceholderFile m_Output
the output file. -
m_Pages
UnorderedRange m_Pages
the range of pages to extract.
-
-
Class adams.flow.transformer.PDFGenerate extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5783362940767103716L
-
Serialized Fields
-
m_Generator
AbstractPDFGenerator m_Generator
the PDF generator. -
m_OutputFile
PlaceholderFile m_OutputFile
the output file.
-
-
Class adams.flow.transformer.PDFInfo extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_PageIndex
Index m_PageIndex
the index of the page to get the information for. -
m_Type
PDFInfo.InfoType m_Type
the type of information to generate.
-
-
Class adams.flow.transformer.PDFMerge extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5783362940767103716L
-
Serialized Fields
-
m_Output
PlaceholderFile m_Output
the output file.
-
-
Class adams.flow.transformer.PDFMetaData extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5712406930007899590L
-
Serialized Fields
-
m_OutputType
PDFMetaData.OutputType m_OutputType
how to output the meta-data.
-
-
Class adams.flow.transformer.PDFPageCount extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5712406930007899590L
-
Class adams.flow.transformer.PDFRenderPages extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5712406930007899590L
-
Serialized Fields
-
m_DPI
int m_DPI
the dpi setting to use. -
m_Images
List<BufferedImageContainer> m_Images
the images to forward. -
m_Pages
UnorderedRange m_Pages
the pages to render.
-
-
Class adams.flow.transformer.PDFStamp extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5783362940767103716L
-
Serialized Fields
-
m_Output
PlaceholderFile m_Output
the output file. -
m_Stamper
AbstractStamper m_Stamper
the stamper to use.
-
-
Class adams.flow.transformer.PixelSelector extends AbstractInteractiveTransformerDialog implements Serializable
- serialVersionUID:
- 2400845362270344769L
-
Serialized Fields
-
m_Actions
AbstractPixelSelectorAction[] m_Actions
the actions that are available from the popup menu. -
m_Approved
Boolean m_Approved
whether the user approved (or canceled) the dialog. -
m_Overlays
AbstractPixelSelectorOverlay[] m_Overlays
the overlays to use. -
m_SplitterPosition
int m_SplitterPosition
the position of the splitter.
-
-
Class adams.flow.transformer.PredictionEccentricity extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4894024583214919405L
-
Serialized Fields
-
m_Actual
SpreadSheetColumnIndex m_Actual
the column with the actual values. -
m_Grid
int m_Grid
the size of the grid. -
m_Morphologies
PredictionEccentricity.Morphology[] m_Morphologies
the morphologies to apply. -
m_NumCycles
int m_NumCycles
the number of cycles to apply. -
m_Predicted
SpreadSheetColumnIndex m_Predicted
the column with the predicted values.
-
-
Class adams.flow.transformer.PrepareFileBasedDataset extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -5135595330787325026L
-
Serialized Fields
-
m_Preparation
AbstractFileBasedDatasetPreparation m_Preparation
the preparation to use.
-
-
Class adams.flow.transformer.PrependDir extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1960630826702728371L
-
Serialized Fields
-
m_NoSeparator
boolean m_NoSeparator
whether to avoid adding a separator between file/dir and prefix. -
m_Prefix
String m_Prefix
the prefix to prepend the file/directory. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.flow.transformer.PrimitiveArrayToObjectArray extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3753370837923928436L
-
Class adams.flow.transformer.ProcessActor extends AbstractInteractiveTransformerDialog implements Serializable
- serialVersionUID:
- 1877006726746922569L
-
Serialized Fields
-
m_Processor
ActorProcessor m_Processor
the processor to apply. -
m_ShowGraphicalOutput
boolean m_ShowGraphicalOutput
whether to display any graphical output.
-
-
Class adams.flow.transformer.ProgrammaticTokenListener extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1905421631753924540L
-
Serialized Fields
-
m_TokenListeners
Set<ProgrammaticTokenListener.TokenListener> m_TokenListeners
the token listeners.
-
-
Class adams.flow.transformer.PropertiesFileReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- -184602726110144511L
-
Class adams.flow.transformer.PropertiesToVariables extends AbstractTransformer implements Serializable
- serialVersionUID:
- -184602726110144511L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression that the properties must match. -
m_VariablePrefix
String m_VariablePrefix
the prefix for the variables.
-
-
Class adams.flow.transformer.PyroTransformer extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1719389733948167820L
-
Serialized Fields
-
m_Call
AbstractPyroTransformer m_Call
the pyro call to use.
-
-
Class adams.flow.transformer.PythonExpandScript extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8993131926567885816L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_OutputFile
PlaceholderFile m_OutputFile
the output file.
-
-
Class adams.flow.transformer.RelativeDir extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1960630826702728371L
-
Serialized Fields
-
m_Prefix
String m_Prefix
the prefix to remove from the file/directory. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.flow.transformer.RemoteCommandReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3779099245506497154L
-
Serialized Fields
-
m_CommandProcessor
RemoteCommandProcessor m_CommandProcessor
the command processor.
-
-
Class adams.flow.transformer.RemoveImageObject extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5644432725273726622L
-
Class adams.flow.transformer.RemoveOverlappingImageObjects extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3254930183559428182L
-
Serialized Fields
-
m_CompareWithItself
boolean m_CompareWithItself
whether to compare with itself. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_OverlapDetection
ObjectOverlap m_OverlapDetection
the object overlap calculation to use. -
m_OverlapRemoval
OverlappingObjectRemoval m_OverlapRemoval
the object removal algorithm. -
m_StorageName
StorageName m_StorageName
the storage item.
-
-
Class adams.flow.transformer.ReportDbUpdater extends AbstractReportDbUpdater implements Serializable
- serialVersionUID:
- 7895423855845071565L
-
Class adams.flow.transformer.ReportField extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -2833759108269704357L
-
Serialized Fields
-
m_OutputNameOnly
boolean m_OutputNameOnly
whether to output only the name (not the type). -
m_RegExp
BaseRegExp m_RegExp
the regular expression for the fields to match.
-
-
Class adams.flow.transformer.ReportFileReader extends AbstractReportFileReader<Report> implements Serializable
- serialVersionUID:
- -207124154855872209L
-
Class adams.flow.transformer.ReportFileWriter extends AbstractReportFileWriter<Report> implements Serializable
- serialVersionUID:
- -5209437097716008045L
-
Class adams.flow.transformer.ReportMathExpression extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8477454145267616359L
-
Serialized Fields
-
m_Expression
MathematicalExpressionText m_Expression
the mathematical expression to evaluate. -
m_Field
Field m_Field
the field for the result. -
m_OutputResult
boolean m_OutputResult
whether to output the result instead of updating the report.
-
-
Class adams.flow.transformer.ReportToStorage extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8477454145267616359L
-
Serialized Fields
-
m_Cache
String m_Cache
the name of the LRU cache. -
m_Prefix
String m_Prefix
the optional prefix for the generated variables. -
m_RegExp
BaseRegExp m_RegExp
the regular expression that the fields in the report must match.
-
-
Class adams.flow.transformer.ReportToVariables extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8477454145267616359L
-
Serialized Fields
-
m_Prefix
String m_Prefix
the optional prefix for the generated variables. -
m_RegExp
BaseRegExp m_RegExp
the regular expression that the fields in the report must match.
-
-
Class adams.flow.transformer.Round extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5849681965859916196L
-
Serialized Fields
-
m_Action
RoundingType m_Action
the action to perform. -
m_NumDecimals
int m_NumDecimals
the number of decimals.
-
-
Class adams.flow.transformer.ScaleReportObjects extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3910027464955482939L
-
Serialized Fields
-
m_NumDecimals
int m_NumDecimals
the number of decimals. -
m_Prefix
String m_Prefix
the prefix of the objects. -
m_Round
boolean m_Round
whether to round the scaled values. -
m_RoundingType
RoundingType m_RoundingType
the rounding type. -
m_ScaleX
double m_ScaleX
the scale factor for x/width. -
m_ScaleY
double m_ScaleY
the scale factor for y/height.
-
-
Class adams.flow.transformer.ScpFrom extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5015637337437403790L
-
Serialized Fields
-
m_Connection
SSHConnection m_Connection
the SSH connection to use. -
m_OutputDirectory
PlaceholderDirectory m_OutputDirectory
the output directory. -
m_RemoteDir
String m_RemoteDir
the directory to list.
-
-
Class adams.flow.transformer.ScpTo extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5015637337437403790L
-
Serialized Fields
-
m_Connection
SSHConnection m_Connection
the SSH connection to use. -
m_RemoteDir
String m_RemoteDir
the directory to upload the file to.
-
-
Class adams.flow.transformer.Scripted extends AbstractScriptingHandlerActor implements Serializable
- serialVersionUID:
- 533314494036572984L
-
Serialized Fields
-
m_InputToken
Token m_InputToken
the current input token.
-
-
Class adams.flow.transformer.SelectArraySubset extends AbstractInteractiveTransformerDialog implements Serializable
- serialVersionUID:
- -7861621358380784108L
-
Serialized Fields
-
m_Accepted
boolean m_Accepted
whether the data was accepted. -
m_AllowSearch
boolean m_AllowSearch
whether to allow searching. -
m_InitialSearch
String m_InitialSearch
the initial search string. -
m_InitialSelection
Range m_InitialSelection
the initial selection. -
m_LabelMessage
JLabel m_LabelMessage
the label for the message. -
m_List
SearchableBaseListWithButtons m_List
the list in use. -
m_ListModel
DefaultListModel<Object> m_ListModel
the list model to use. -
m_Message
String m_Message
the message for the user.
-
-
Class adams.flow.transformer.SequenceToArray extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8411367398473311627L
-
Serialized Fields
-
m_ArrayClass
BaseClassname m_ArrayClass
the class for the array. -
m_ArrayLength
int m_ArrayLength
the length of the arrays. -
m_Elements
List m_Elements
the buffered elements of the array that still need to be broadcasted. -
m_Overlap
int m_Overlap
the overlap in elements between arrays.
-
-
Class adams.flow.transformer.SequenceToCollection extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1363005679574784724L
-
Serialized Fields
-
m_CollectionClass
String m_CollectionClass
the class for the collection. -
m_CollectionSize
int m_CollectionSize
the length of the collections. -
m_Elements
List m_Elements
the buffered elements of the collection that still need to be broadcasted. -
m_Overlap
int m_Overlap
the overlap in elements between collections.
-
-
Class adams.flow.transformer.SetArrayElement extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5436016357221787534L
-
Serialized Fields
-
m_Index
Index m_Index
the index of the element to set. -
m_Origin
SetArrayElement.Origin m_Origin
where to get the array element from. -
m_StorageName
StorageName m_StorageName
the storage name. -
m_Value
String m_Value
the value of the element to set.
-
-
Class adams.flow.transformer.SetDatabaseID extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7195919809805609634L
-
Serialized Fields
-
m_ID
Long m_ID
the database ID to set.
-
-
Class adams.flow.transformer.SetID extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7195919809805609634L
-
Serialized Fields
-
m_ID
String m_ID
the ID to set.
-
-
Class adams.flow.transformer.SetImageObjectMetaData extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8300475715029765628L
-
Class adams.flow.transformer.SetJsonValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5937471470417243026L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
for processing the value. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Path
JsonPathExpression m_Path
the path of the value(s) to obtain. -
m_Source
CallableActorReference m_Source
the callable source to obtain the source from. -
m_SourceActor
Actor m_SourceActor
the callable source actor. -
m_Storage
StorageName m_Storage
the storage item. -
m_Type
SetJsonValue.SourceType m_Type
the source type. -
m_Value
String m_Value
the value to set.
-
-
Class adams.flow.transformer.SetManyVariables extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3383735680425581504L
-
Serialized Fields
-
m_ExpandValue
boolean m_ExpandValue
whether to expand the value. -
m_ValueType
VariableValueType m_ValueType
how to interpret the value. -
m_VariablePairs
List<VariableNameValuePair> m_VariablePairs
the variables.
-
-
Class adams.flow.transformer.SetMapValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5937471470417243026L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
for processing the value. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Key
String m_Key
the key to set. -
m_Source
CallableActorReference m_Source
the callable source to obtain the source from. -
m_SourceActor
Actor m_SourceActor
the callable source actor. -
m_Storage
StorageName m_Storage
the storage item. -
m_Type
SetMapValue.SourceType m_Type
the source type. -
m_Value
String m_Value
the value to set.
-
-
Class adams.flow.transformer.SetPlotContainerValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2488434486963278287L
-
Serialized Fields
-
m_ContainerValue
PlotContainerUpdater.PlotContainerValue m_ContainerValue
the value to change. -
m_Conversion
ConversionFromString m_Conversion
the conversion for turning the string into another object type. -
m_MetaDataKey
String m_MetaDataKey
the meta-data key to use. -
m_Value
BaseString m_Value
the value to set.
-
-
Class adams.flow.transformer.SetProperty extends AbstractCallableActorPropertyUpdater implements Serializable
- serialVersionUID:
- 597361990633872666L
-
Class adams.flow.transformer.SetPropertyValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5937471470417243026L
-
Class adams.flow.transformer.SetReportFromFile extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8951982264797087668L
-
Serialized Fields
-
m_Reader
AbstractReportReader m_Reader
the report loader to use. -
m_ReportFile
PlaceholderFile m_ReportFile
the file to load. -
m_UpdateType
ReportUpdateType m_UpdateType
how to update.
-
-
Class adams.flow.transformer.SetReportFromSource extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8951982264797087668L
-
Serialized Fields
-
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Report
CallableActorReference m_Report
the callable source to obtain the report from. -
m_UpdateType
ReportUpdateType m_UpdateType
how to update.
-
-
Class adams.flow.transformer.SetReportValue extends AbstractSetReportValue implements Serializable
- serialVersionUID:
- -5937471470417243026L
-
Class adams.flow.transformer.SetStorageFlag extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3086015634110488066L
-
Serialized Fields
-
m_FlagValue
boolean m_FlagValue
the flag value. -
m_StorageName
StorageName m_StorageName
the name of the item to store the flag value under.
-
-
Class adams.flow.transformer.SetStorageValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3086015634110488066L
-
Serialized Fields
-
m_Cache
String m_Cache
the name of the LRU cache. -
m_StorageName
StorageName m_StorageName
the name of the value to store.
-
-
Class adams.flow.transformer.SetSystemProperty extends AbstractTransformer implements Serializable
- serialVersionUID:
- -6404690498752128989L
-
Class adams.flow.transformer.SetVariable extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3383735680425581504L
-
Serialized Fields
-
m_ExpandValue
boolean m_ExpandValue
whether to expand the value. -
m_OutputValue
boolean m_OutputValue
whether to output the value. -
m_UpdateType
SetVariable.UpdateType m_UpdateType
how to update the variable value. -
m_ValueType
VariableValueType m_ValueType
how to interpret the value. -
m_VariableName
VariableName m_VariableName
the name of the variable. -
m_VariableValue
BaseText m_VariableValue
the optional fixed value.
-
-
Class adams.flow.transformer.SFTPDelete extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5015637337437403790L
-
Serialized Fields
-
m_Connection
SSHConnection m_Connection
the SSH connection to use. -
m_RemoteDir
String m_RemoteDir
the directory to list.
-
-
Class adams.flow.transformer.SFTPGet extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5015637337437403790L
-
Serialized Fields
-
m_Connection
SSHConnection m_Connection
the SSH connection to use. -
m_OutputDirectory
PlaceholderDirectory m_OutputDirectory
the output directory. -
m_RemoteDir
String m_RemoteDir
the directory to list.
-
-
Class adams.flow.transformer.SFTPSend extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5015637337437403790L
-
Serialized Fields
-
m_Connection
SSHConnection m_Connection
the SSH connection to use. -
m_RemoteDir
String m_RemoteDir
the directory to upload the file to.
-
-
Class adams.flow.transformer.SimpleStringReplace extends AbstractStringOperation implements Serializable
- serialVersionUID:
- -1167336515862285272L
-
Serialized Fields
-
m_Find
String m_Find
the string to find. -
m_Replace
String m_Replace
the replacement string. -
m_ReplaceContainsPlaceholder
boolean m_ReplaceContainsPlaceholder
whether the replace string contains a placeholder, which needs to be expanded first. -
m_ReplaceContainsVariable
boolean m_ReplaceContainsVariable
whether the replace string contains a variable, which needs to be expanded first.
-
-
Class adams.flow.transformer.SMBGet extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5015637337437403790L
-
Serialized Fields
-
m_Connection
SMBConnection m_Connection
the SMB connection to use. -
m_Host
String m_Host
the host. -
m_OutputDirectory
PlaceholderDirectory m_OutputDirectory
the output directory. -
m_RemoteDir
String m_RemoteDir
the directory to list.
-
-
Class adams.flow.transformer.SMBSend extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5015637337437403790L
-
Serialized Fields
-
m_Connection
SMBConnection m_Connection
the SMB connection to use. -
m_Host
String m_Host
the host. -
m_RemoteDir
String m_RemoteDir
the directory to upload the file to.
-
-
Class adams.flow.transformer.Sort extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1405106607250617855L
-
Serialized Fields
-
m_Comparator
Comparator m_Comparator
the comparator to use. -
m_Reverse
boolean m_Reverse
reverse sorting. -
m_Unique
boolean m_Unique
unqiue entries. -
m_UseComparator
boolean m_UseComparator
whether to use a specificComparator
for sorting.
-
-
Class adams.flow.transformer.SplitFile extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1704879993786242375L
-
Serialized Fields
-
m_Splitter
AbstractFileSplitter m_Splitter
the split algorithm.
-
-
Class adams.flow.transformer.SpreadSheetAggregate extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 444466366407383727L
-
Serialized Fields
-
m_AggregateColumns
SpreadSheetColumnRange m_AggregateColumns
the range of columns to aggregate. -
m_Aggregates
SpreadSheetAggregate.Aggregate[] m_Aggregates
the aggregates to generate. -
m_KeyColumns
SpreadSheetColumnRange m_KeyColumns
the range of column indices to use as key for identifying a row.
-
-
Class adams.flow.transformer.SpreadSheetAnonymize extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -2767861909141864017L
-
Serialized Fields
-
m_ColumnsRegExp
BaseRegExp m_ColumnsRegExp
the columns to anonymize. -
m_Mapping
Hashtable<String,AbstractAnonymizer> m_Mapping
the column/anonymizer mapping. -
m_Seed
long m_Seed
the seed value.
-
-
Class adams.flow.transformer.SpreadSheetAppend extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -253714973019682939L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the stored value.
-
-
Class adams.flow.transformer.SpreadSheetAppendComments extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 3734828865205265883L
-
Serialized Fields
-
m_Comments
BaseText m_Comments
the comments to append. -
m_Replace
boolean m_Replace
whether to replace any existing comments with the new one.
-
-
Class adams.flow.transformer.SpreadSheetCellFinder extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 4527040722924866539L
-
Serialized Fields
-
m_Finder
CellFinder m_Finder
the filter to apply.
-
-
Class adams.flow.transformer.SpreadSheetCellSelector extends AbstractInteractiveTransformerDialog implements Serializable
- serialVersionUID:
- -911540594631901631L
-
Serialized Fields
-
m_Accepted
boolean m_Accepted
whether the token was accepted. -
m_ButtonCancel
BaseButton m_ButtonCancel
the button for cancelling. -
m_ButtonOK
BaseButton m_ButtonOK
the button for accepting. -
m_ColorSelected
Color m_ColorSelected
the color for selected cells. -
m_Font
Font m_Font
the font to use. -
m_Table
SpreadSheetCellSelector.Table m_Table
the table in use. -
m_TableModel
SpreadSheetCellSelector.TableModel m_TableModel
the model in use. -
m_Waiting
Boolean m_Waiting
whether we're currenlty waiting on the user.
-
-
Class adams.flow.transformer.SpreadSheetCellSelector.CellRenderer extends DefaultTableCellRenderer implements Serializable
- serialVersionUID:
- -6070112998601610760L
-
Serialized Fields
-
m_CellSelectedColor
Color m_CellSelectedColor
the color for selected cells.
-
-
Class adams.flow.transformer.SpreadSheetCellSelector.Table extends SpreadSheetTable implements Serializable
- serialVersionUID:
- -2326881966143723401L
-
Serialized Fields
-
m_Recording
boolean m_Recording
whether left mouse button has been pressed. -
m_Selecting
boolean m_Selecting
whether selecting or unselecting.
-
-
Class adams.flow.transformer.SpreadSheetCellSelector.TableModel extends SpreadSheetTableModel implements Serializable
- serialVersionUID:
- -4690101744247172908L
-
Serialized Fields
-
m_Selected
boolean[][] m_Selected
the matrix indicating whether a cell is selected or not.
-
-
Class adams.flow.transformer.SpreadSheetCollapse extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 444466366407383727L
-
Serialized Fields
-
m_KeyColumns
SpreadSheetColumnRange m_KeyColumns
the range of column indices to use as key for identifying a row. -
m_NoDuplicates
boolean m_NoDuplicates
whether to omit duplicate cell values. -
m_Separator
String m_Separator
the separator for the collapsed cells.
-
-
Class adams.flow.transformer.SpreadSheetColumnFilter extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 4527040722924866539L
-
Serialized Fields
-
m_CreateView
boolean m_CreateView
whether to create a view only. -
m_Finder
ColumnFinder m_Finder
the filter to apply.
-
-
Class adams.flow.transformer.SpreadSheetColumnIterator extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 7689330704841468990L
-
Serialized Fields
-
m_OutputIndices
boolean m_OutputIndices
whether to output indices instead of the strings. -
m_Range
SpreadSheetColumnRange m_Range
the range of columns to work on. -
m_RegExp
BaseRegExp m_RegExp
the regular expression applied to the column names.
-
-
Class adams.flow.transformer.SpreadSheetColumnsByName extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -253714973019682939L
-
Serialized Fields
-
m_InvertMatching
boolean m_InvertMatching
whether to invert the matching. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match the column names against.
-
-
Class adams.flow.transformer.SpreadSheetColumnStatistic extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 4527040722924866539L
-
Serialized Fields
-
m_Column
SpreadSheetColumnIndex m_Column
the column to generate the statistic for. -
m_Statistic
AbstractColumnStatistic m_Statistic
the statistic to generate.
-
-
Class adams.flow.transformer.SpreadSheetCommonIDs extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3363405805013155845L
-
Serialized Fields
-
m_Index
SpreadSheetColumnIndex m_Index
the column in the spreadsheet. -
m_Invert
boolean m_Invert
whether to invert the matching (= return the IDs not in common).
-
-
Class adams.flow.transformer.SpreadSheetConvertCells extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -4633161214275622241L
-
Serialized Fields
-
m_Cell
Cell m_Cell
used for parsing missing value replacement strings. -
m_Conversion
Conversion m_Conversion
the conversion to apply to the cells. -
m_Finder
CellFinder m_Finder
for locating the cells. -
m_MissingReplacementType
Cell.ContentType m_MissingReplacementType
the data type of the replacement value. -
m_MissingReplacementValue
String m_MissingReplacementValue
the value to use instead of missing. -
m_SkipMissing
boolean m_SkipMissing
whether to skip missing cells.
-
-
Class adams.flow.transformer.SpreadSheetConvertHeaderCells extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -4633161214275622241L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
the conversion to apply to the cells. -
m_MissingReplacementType
Cell.ContentType m_MissingReplacementType
the data type of the replacement value. -
m_MissingReplacementValue
String m_MissingReplacementValue
the value to use instead of missing. -
m_SkipMissing
boolean m_SkipMissing
whether to skip missing cells.
-
-
Class adams.flow.transformer.SpreadSheetCopyColumns extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 9030574317512531337L
-
Serialized Fields
-
m_After
boolean m_After
whether to insert after the position instead of at. -
m_Columns
SpreadSheetColumnRange m_Columns
the range of columns to copy. -
m_Position
SpreadSheetColumnIndex m_Position
the position where to insert the copied columns. -
m_Prefix
String m_Prefix
the prefix for the new columns.
-
-
Class adams.flow.transformer.SpreadSheetCopyRows extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 9030574317512531337L
-
Class adams.flow.transformer.SpreadSheetDifference extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5056170789277731638L
-
Serialized Fields
-
m_ColIndices
int[] m_ColIndices
the column indices to use. -
m_KeyColumns
SpreadSheetColumnRange m_KeyColumns
the range of column indices to use as key for identifying a row. -
m_Rows
RowIdentifier[] m_Rows
for locating the rows.
-
-
Class adams.flow.transformer.SpreadSheetExtractArray extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -3989993009528522476L
-
Serialized Fields
-
m_Index
Index m_Index
the index of the row/column to extract. -
m_Type
SpreadSheetExtractArray.ExtractionType m_Type
the type of extraction. -
m_UseNative
boolean m_UseNative
whether to output native objects rather than strings.
-
-
Class adams.flow.transformer.SpreadSheetFileReader extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -1585651878523228177L
-
Serialized Fields
-
m_Reader
SpreadSheetReader m_Reader
the reader to use.
-
-
Class adams.flow.transformer.SpreadSheetFilter extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -4633161214275622241L
-
Serialized Fields
-
m_Filter
SpreadSheetFilter m_Filter
the filter to apply. -
m_PreferJobRunner
boolean m_PreferJobRunner
whether to offload training into a JobRunnerInstance. -
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.transformer.SpreadSheetFilter.FilterJob extends AbstractJob implements Serializable
- serialVersionUID:
- 6406892820872772446L
-
Serialized Fields
-
m_Data
SpreadSheet m_Data
the data to filter. -
m_Filter
SpreadSheetFilter m_Filter
the filter to use. -
m_Filtered
SpreadSheet m_Filtered
the filtered data.
-
-
Class adams.flow.transformer.SpreadSheetGetCell extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -253714973019682939L
-
Serialized Fields
-
m_Column
SpreadSheetColumnRange m_Column
the column of the cell to obtain. -
m_Empty
String m_Empty
the value to return if cell is empty. -
m_Row
Range m_Row
the row of the cell to obtain. -
m_UseNative
boolean m_UseNative
whether to output native objects rather than strings.
-
-
Class adams.flow.transformer.SpreadSheetGetColumnIndex extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1312054113479943728L
-
Serialized Fields
-
m_ColumnName
BaseRegExp m_ColumnName
the regular expression for the column name. -
m_Queue
ArrayList<Integer> m_Queue
the indices of matching columns.
-
-
Class adams.flow.transformer.SpreadSheetGetHeaderCell extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6877755289168511940L
-
Serialized Fields
-
m_Column
SpreadSheetColumnIndex m_Column
the column of the cell to obtain. -
m_Empty
String m_Empty
the value to return if cell is empty.
-
-
Class adams.flow.transformer.SpreadSheetHistogramRanges extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -540187402790189753L
-
Serialized Fields
-
m_BinCalculation
ArrayHistogram.BinCalculation m_BinCalculation
how to calculate the number of bins. -
m_BinWidth
double m_BinWidth
the bin width - used for some calculations. -
m_DataType
SpreadSheetStatisticDataType m_DataType
the type of data to get from the Instances object (rows or columns). -
m_Locations
BaseString[] m_Locations
the array of indices/regular expressions. -
m_ManualMax
double m_ManualMax
the manual maximum. -
m_ManualMin
double m_ManualMin
the manual minimum. -
m_Normalize
boolean m_Normalize
whether to normalize the data. -
m_NumBins
int m_NumBins
the number of bins in case of manual bin calculation. -
m_NumDecimals
int m_NumDecimals
the number of decimals to show. -
m_UseFixedMinMax
boolean m_UseFixedMinMax
whether to use fixed min/max for manual bin calculation.
-
-
Class adams.flow.transformer.SpreadSheetInfo extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_ColumnIndex
SpreadSheetColumnIndex m_ColumnIndex
the index of the column to get the information for. -
m_Sort
boolean m_Sort
whether to sort lists. -
m_Type
SpreadSheetInfo.InfoType m_Type
the type of information to generate.
-
-
Class adams.flow.transformer.SpreadSheetInsertColumn extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 9030574317512531337L
-
Serialized Fields
-
m_After
boolean m_After
whether to insert after the position instead of at. -
m_ForceString
boolean m_ForceString
whether to set value as string. -
m_Header
String m_Header
the column header. -
m_Position
SpreadSheetColumnIndex m_Position
the position where to insert the column. -
m_Value
String m_Value
the value to initialize the cells with. -
m_ValueContainsPlaceholder
boolean m_ValueContainsPlaceholder
whether the value string contains a placeholder, which needs to be expanded first. -
m_ValueContainsVariable
boolean m_ValueContainsVariable
whether the value string contains a variable, which needs to be expanded first.
-
-
Class adams.flow.transformer.SpreadSheetInsertRow extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 4198653233287560570L
-
Serialized Fields
-
m_After
boolean m_After
whether to insert after the position instead of at. -
m_ForceString
boolean m_ForceString
whether to set value as string. -
m_Position
Index m_Position
the position where to insert the row. -
m_Value
String m_Value
the value to initialize the cells with. -
m_ValueContainsPlaceholder
boolean m_ValueContainsPlaceholder
whether the value string contains a placeholder, which needs to be expanded first. -
m_ValueContainsVariable
boolean m_ValueContainsVariable
whether the value string contains a variable, which needs to be expanded first. -
m_ValueType
SpreadSheetInsertRow.ValueType m_ValueType
the value type.
-
-
Class adams.flow.transformer.SpreadSheetInsertRowScore extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 9030574317512531337L
-
Serialized Fields
-
m_After
boolean m_After
whether to insert after the position instead of at. -
m_Header
String m_Header
the column header. -
m_Position
SpreadSheetColumnIndex m_Position
the position where to insert the column. -
m_Score
AbstractRowScore m_Score
the score algorithm to use.
-
-
Class adams.flow.transformer.SpreadSheetMatrixStatistic extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 4527040722924866539L
-
Serialized Fields
-
m_Statistic
AbstractMatrixStatistic m_Statistic
the statistic to generate.
-
-
Class adams.flow.transformer.SpreadSheetMerge extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3363405805013155845L
-
Serialized Fields
-
m_AddIndex
boolean m_AddIndex
whether to add the index to the prefix. -
m_ExcludedAttributes
String m_ExcludedAttributes
regular expression for excluding attributes from the datasets. -
m_InvertMatchingSense
boolean m_InvertMatchingSense
whether to invert the matching sense for excluding attributes. -
m_KeepOnlySingleUniqueID
boolean m_KeepOnlySingleUniqueID
whether to keep only a single instance of the unique ID attribute. -
m_Prefix
String m_Prefix
the additional prefix name to use, apart from the index. -
m_PrefixSeparator
String m_PrefixSeparator
the separator between index and actual attribute name. -
m_Remove
boolean m_Remove
whether to remove when not all present. -
m_Strict
boolean m_Strict
whether to fail if IDs not unique. -
m_UniqueID
String m_UniqueID
the string or numeric attribute to use as unique identifier for rows. -
m_UniqueIDAtts
List<String> m_UniqueIDAtts
the unique ID attributes. -
m_UsePrefix
boolean m_UsePrefix
whether to prefix the attribute names of each dataset with an index.
-
-
Class adams.flow.transformer.SpreadSheetMethodMerge extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3778575114133031631L
-
Serialized Fields
-
m_MergeMethod
AbstractMerge m_MergeMethod
The method to use to perform the merge.
-
-
Class adams.flow.transformer.SpreadSheetPlotGenerator extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 1147935218531182101L
-
Serialized Fields
-
m_Generator
AbstractPlotGenerator m_Generator
the generator to use.
-
-
Class adams.flow.transformer.SpreadSheetQuery extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -4633161214275622241L
-
Serialized Fields
-
m_Query
SpreadSheetQueryText m_Query
for query to execute.
-
-
Class adams.flow.transformer.SpreadSheetRandomSystematicSample extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -1287490418250599839L
-
Serialized Fields
-
m_CreateView
boolean m_CreateView
whether to create a view only. -
m_SampleSize
int m_SampleSize
the sample size. -
m_Seed
long m_Seed
the seed for the randomization.
-
-
Class adams.flow.transformer.SpreadSheetRemoveColumn extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 6726489537611573393L
-
Serialized Fields
-
m_Position
SpreadSheetColumnRange m_Position
the position of the columns to remove.
-
-
Class adams.flow.transformer.SpreadSheetRemoveRow extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -1424259429280086410L
-
Serialized Fields
-
m_Position
Range m_Position
the position of the rows to remove.
-
-
Class adams.flow.transformer.SpreadSheetReorderColumns extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -6140158624456525670L
-
Serialized Fields
-
m_Order
SpreadSheetUnorderedColumnRange m_Order
the new order of the columns.
-
-
Class adams.flow.transformer.SpreadSheetReorderRows extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -6140158624456525670L
-
Serialized Fields
-
m_Order
SpreadSheetUnorderedRowRange m_Order
the new order of the rows.
-
-
Class adams.flow.transformer.SpreadSheetReplaceCellValue extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 2639196406457405487L
-
Serialized Fields
-
m_ActualReplace
String m_ActualReplace
the actual replacement string (after optional placeholder expansion). -
m_Find
BaseRegExp m_Find
the string to find. -
m_Position
SpreadSheetColumnRange m_Position
the position of the columns to process. -
m_Replace
String m_Replace
the replacement string. -
m_ReplaceAll
boolean m_ReplaceAll
whether to replace all or only the first occurrence. -
m_ReplaceContainsPlaceholder
boolean m_ReplaceContainsPlaceholder
whether the replace string contains a placeholder, which needs to be expanded first. -
m_ReplaceContainsVariable
boolean m_ReplaceContainsVariable
whether the replace string contains a variable, which needs to be expanded first. -
m_Scope
SpreadSheetReplaceCellValue.Scope m_Scope
the scope of the replace.
-
-
Class adams.flow.transformer.SpreadSheetRowBinning extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -4140425415663734153L
-
Serialized Fields
-
m_After
boolean m_After
whether to insert after the position instead of at. -
m_Algorithm
BinningAlgorithm m_Algorithm
the binning algorithm to use. -
m_BinningColumn
SpreadSheetColumnIndex m_BinningColumn
the numeric column to use for determining the bins. -
m_Header
String m_Header
the column header. -
m_Position
SpreadSheetColumnIndex m_Position
the position where to insert the column. -
m_PostProcessing
BinPostProcessing m_PostProcessing
for post-processing the bins.
-
-
Class adams.flow.transformer.SpreadSheetRowBuffer extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6774529845778672623L
-
Serialized Fields
-
m_Buffer
SpreadSheet m_Buffer
the currently buffered data. -
m_CheckHeader
boolean m_CheckHeader
whether to check the header. -
m_ClearBuffer
boolean m_ClearBuffer
whether to clear the buffer once it has been forwarded. -
m_ClearBufferRequired
boolean m_ClearBufferRequired
whether variable triggered clear of buffer. -
m_Interval
int m_Interval
the interval of when to output the SpreadSheet object. -
m_Iterator
Iterator<DataRow> m_Iterator
the iterator for broadcasting Row objects. -
m_Operation
SpreadSheetRowBuffer.Operation m_Operation
the way the buffer operates. -
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.transformer.SpreadSheetRowFilter extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 3754073511732133649L
-
Serialized Fields
-
m_CreateView
boolean m_CreateView
whether to create a view only. -
m_Finder
RowFinder m_Finder
the filter to apply.
-
-
Class adams.flow.transformer.SpreadSheetRowStatistic extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 4527040722924866539L
-
Serialized Fields
-
m_Row
Index m_Row
the column to generate the statistic for. -
m_Statistic
AbstractRowStatistic m_Statistic
the statistic to generate.
-
-
Class adams.flow.transformer.SpreadSheetRowToTimeseries extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -4857598976178462111L
-
Serialized Fields
-
m_ColumnID
SpreadSheetColumnIndex m_ColumnID
the column to use for grouping the timeseries. -
m_DataRange
SpreadSheetColumnRange m_DataRange
the range of columns to use for the timeseries. -
m_RegExpTimestamp
BaseRegExp m_RegExpTimestamp
the regular expression for timestamp columns. -
m_RegExpValue
BaseRegExp m_RegExpValue
the regular expression for value columns.
-
-
Class adams.flow.transformer.SpreadSheetSelectSubset extends AbstractInteractiveTransformerDialog implements Serializable
- serialVersionUID:
- -7861621358380784108L
-
Serialized Fields
-
m_Accepted
boolean m_Accepted
whether the data was accepted. -
m_AllowSearch
boolean m_AllowSearch
whether to allow searching. -
m_LabelMessage
JLabel m_LabelMessage
the label for the message. -
m_Message
String m_Message
the message for the user. -
m_MultiSelection
boolean m_MultiSelection
whether to allow multiple rows to be selected. -
m_Preview
AbstractSpreadSheetPreview m_Preview
the preview to use. -
m_Table
SpreadSheetTable m_Table
the table in use.
-
-
Class adams.flow.transformer.SpreadSheetSetCell extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -6250232085303020849L
-
Serialized Fields
-
m_Column
SpreadSheetColumnRange m_Column
the column of the cell to obtain. -
m_Finder
CellFinder m_Finder
the finder to use. -
m_ForceString
boolean m_ForceString
whether to set value as string. -
m_Row
Range m_Row
the row of the cell to obtain. -
m_UseFinder
boolean m_UseFinder
whether to use a cell finder instead. -
m_Value
String m_Value
the value to set.
-
-
Class adams.flow.transformer.SpreadSheetSetHeaderCell extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -6250232085303020849L
-
Serialized Fields
-
m_Column
SpreadSheetColumnIndex m_Column
the column of the cell to obtain. -
m_ForceString
boolean m_ForceString
whether to set value as string. -
m_Value
String m_Value
the value to return if cell is empty.
-
-
Class adams.flow.transformer.SpreadSheetSort extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 8621434041912535939L
-
Serialized Fields
-
m_SortColumn
SpreadSheetColumnIndex[] m_SortColumn
the indices of the columns to use for sorting. -
m_SortOrder
BaseBoolean[] m_SortOrder
whether to use ascending or descending sort order. -
m_Unique
boolean m_Unique
whether to perform a unique sort.
-
-
Class adams.flow.transformer.SpreadSheetSortColumns extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 6177865465885016861L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the range of columns to sort. -
m_Comparator
Comparator m_Comparator
the comparator to use. -
m_Reverse
boolean m_Reverse
whether to reverse the sorting.
-
-
Class adams.flow.transformer.SpreadSheetStatistic extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -540187402790189753L
-
Serialized Fields
-
m_DataType
SpreadSheetStatisticDataType m_DataType
the type of data to get from the Instances object (rows or columns). -
m_Locations
BaseString[] m_Locations
the array of indices/regular expressions. -
m_Statistic
AbstractArrayStatistic m_Statistic
the statistic to generate.
-
-
Class adams.flow.transformer.SpreadSheetStorageRowIterator extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1117931423508873847L
-
Serialized Fields
-
m_ColumnIndices
int[] m_ColumnIndices
the column indices. -
m_Columns
SpreadSheetColumnRange m_Columns
the range of columns to use. -
m_Lenient
boolean m_Lenient
whether to suppress the error message if no rows selected. -
m_MissingValue
String m_MissingValue
the value to use for missing cells. -
m_OutputModified
boolean m_OutputModified
whether to output the modified spreadsheet. -
m_Queue
ArrayList<Integer> m_Queue
the rows to iterate. -
m_Rows
Range m_Rows
the range of rows to use. -
m_Sheet
SpreadSheet m_Sheet
the underlying sheet. -
m_StoragePrefix
String m_StoragePrefix
the prefix for the storage names. -
m_UseNative
boolean m_UseNative
whether to store native objects rather than strings.
-
-
Class adams.flow.transformer.SpreadSheetSubset extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -253714973019682939L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the columns of the subset to obtain. -
m_CreateView
boolean m_CreateView
whether to create a view only. -
m_Rows
Range m_Rows
the rows of the subset to obtain. -
m_Subset
MatrixSubset m_Subset
the matrix subset.
-
-
Class adams.flow.transformer.SpreadSheetSubsetByValue extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -253714973019682939L
-
Serialized Fields
-
m_ColIndex
int m_ColIndex
the column index. -
m_Column
SpreadSheetColumnIndex m_Column
the string values of this column are used to split the sheet into subsets. -
m_RowIndex
int m_RowIndex
the current row index. -
m_Sorted
SpreadSheet m_Sorted
the sorted spreadsheet.
-
-
Class adams.flow.transformer.SpreadSheetSubsetFromGroup extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 5167598748037763968L
-
Serialized Fields
-
m_Column
SpreadSheetColumnIndex m_Column
the string values of this column are used to split the sheet into groups. -
m_CreateView
boolean m_CreateView
whether to create a view only. -
m_Rows
Range m_Rows
the rows of the group to obtain.
-
-
Class adams.flow.transformer.SpreadSheetToTimeseries extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -4857598976178462111L
-
Serialized Fields
-
m_ColumnID
SpreadSheetColumnIndex m_ColumnID
the column to use for grouping the timeseries. -
m_ColumnTimestamp
SpreadSheetColumnIndex m_ColumnTimestamp
the column to use for the date/time. -
m_ColumnValue
SpreadSheetColumnIndex m_ColumnValue
the column to use for value of the timeseries.
-
-
Class adams.flow.transformer.SpreadSheetTransformCells extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -2533024333073383813L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_Cell
Cell m_Cell
used for parsing missing value replacement strings. -
m_Compatibility
Compatibility m_Compatibility
for compatibility comparisons. -
m_Finder
CellFinder m_Finder
for locating the cells. -
m_ForceInputType
boolean m_ForceInputType
whether to force the input type. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_InputType
Cell.ContentType m_InputType
the input type. -
m_MissingReplacementType
Cell.ContentType m_MissingReplacementType
the data type of the replacement value. -
m_MissingReplacementValue
String m_MissingReplacementValue
the value to use instead of missing. -
m_SkipMissing
boolean m_SkipMissing
whether to skip missing cells. -
m_Transformer
CallableActorReference m_Transformer
the callable transformer to apply to the cells.
-
-
Class adams.flow.transformer.SpreadSheetTransformHeaderCells extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -2533024333073383813L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_Compatibility
Compatibility m_Compatibility
for compatibility comparisons. -
m_ForceInputType
boolean m_ForceInputType
whether to force the input type. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_InputType
Cell.ContentType m_InputType
the input type. -
m_MissingReplacementType
Cell.ContentType m_MissingReplacementType
the data type of the replacement value. -
m_MissingReplacementValue
String m_MissingReplacementValue
the value to use instead of missing. -
m_SkipMissing
boolean m_SkipMissing
whether to skip missing cells. -
m_Transformer
CallableActorReference m_Transformer
the callable transformer to apply to the cells.
-
-
Class adams.flow.transformer.SpreadSheetVariableRowIterator extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1117931423508873847L
-
Serialized Fields
-
m_ColumnIndices
int[] m_ColumnIndices
the column indices. -
m_Columns
SpreadSheetColumnRange m_Columns
the range of columns to use. -
m_Lenient
boolean m_Lenient
whether to suppress the error message if no rows selected. -
m_MissingValue
String m_MissingValue
the value to use for missing cells. -
m_OutputModified
boolean m_OutputModified
whether to output the modified spreadsheet. -
m_Queue
ArrayList<Integer> m_Queue
the rows to iterate. -
m_Rows
Range m_Rows
the range of rows to use. -
m_Sheet
SpreadSheet m_Sheet
the underlying sheet. -
m_VariablePrefix
String m_VariablePrefix
the prefix for the variables.
-
-
Class adams.flow.transformer.StorageCollectionInsert extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4381778255320714964L
-
Serialized Fields
-
m_After
boolean m_After
whether to insert after the position instead of at. -
m_Position
Index m_Position
the position where to insert the string. -
m_StorageName
StorageName m_StorageName
the name of the collection in storage.
-
-
Class adams.flow.transformer.StorageJFreeChartAddSeries extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4381778255320714964L
-
Serialized Fields
-
m_Dataset
AbstractDatasetGenerator m_Dataset
the dataset generator. -
m_StorageName
StorageName m_StorageName
the name of the dataset in storage.
-
-
Class adams.flow.transformer.StringArraySplit extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -1243814748394244839L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression to identify the string to split on. -
m_RemainderHandling
StringArraySplit.RemainderHandling m_RemainderHandling
how to handle any remaining strings. -
m_SplitHandling
StringArraySplit.SplitHandling m_SplitHandling
how to handle the string that triggered the split.
-
-
Class adams.flow.transformer.StringCut extends AbstractStringOperation implements Serializable
- serialVersionUID:
- -3687113148170774846L
-
Serialized Fields
-
m_CharacterEndPos
Index m_CharacterEndPos
the character end position. -
m_CharacterStartPos
Index m_CharacterStartPos
the character starting position. -
m_FieldDelimiter
String m_FieldDelimiter
the field delimiter. -
m_FieldIndex
Index m_FieldIndex
the field number to extract. -
m_Type
StringCut.CutType m_Type
the cut type.
-
-
Class adams.flow.transformer.StringExpression extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8477454145267616359L
-
Serialized Fields
-
m_Expression
StringExpressionText m_Expression
the string expression to evaluate.
-
-
Class adams.flow.transformer.StringIndent extends AbstractStringOperation implements Serializable
- serialVersionUID:
- 9030574317512531337L
-
Serialized Fields
-
m_Indentation
String m_Indentation
the string to use for indentation. -
m_NumTimes
int m_NumTimes
the number of times to indent each line.
-
-
Class adams.flow.transformer.StringIndexOf extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3687113148170774846L
-
Class adams.flow.transformer.StringInsert extends AbstractStringOperation implements Serializable
- serialVersionUID:
- 9030574317512531337L
-
Serialized Fields
-
m_After
boolean m_After
whether to insert after the position instead of at. -
m_Position
Index m_Position
the position where to insert the string. -
m_Value
BaseString m_Value
the value to insert. -
m_ValueContainsPlaceholder
boolean m_ValueContainsPlaceholder
whether the value string contains a placeholder, which needs to be expanded first. -
m_ValueContainsVariable
boolean m_ValueContainsVariable
whether the value string contains a variable, which needs to be expanded first.
-
-
Class adams.flow.transformer.StringJoin extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -5524254075032084295L
-
Serialized Fields
-
m_Glue
String m_Glue
the string to use for glueing the strings together. -
m_MaxLength
int m_MaxLength
the maximum string length to allow.
-
-
Class adams.flow.transformer.StringLength extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3687113148170774846L
-
Class adams.flow.transformer.StringMatcher extends AbstractStringOperation implements Serializable
- serialVersionUID:
- 9030574317512531337L
-
Serialized Fields
-
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_OutputIndices
boolean m_OutputIndices
whether to output indices instead of the strings. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.flow.transformer.StringRangeCut extends AbstractStringOperation implements Serializable
- serialVersionUID:
- 882143928012626919L
-
Serialized Fields
-
m_Delimiter
String m_Delimiter
the field delimiter. -
m_Glue
String m_Glue
the glue for the sub-strings. -
m_Range
Range m_Range
the range. -
m_Type
StringRangeCut.Type m_Type
what type of cutting to perform.
-
-
Class adams.flow.transformer.StringReplace extends AbstractStringOperation implements Serializable
- serialVersionUID:
- -1167336515862285272L
-
Serialized Fields
-
m_Find
BaseRegExp m_Find
the string to find. -
m_Replace
String m_Replace
the replacement string. -
m_ReplaceContainsPlaceholder
boolean m_ReplaceContainsPlaceholder
whether the replace string contains a placeholder, which needs to be expanded first. -
m_ReplaceContainsVariable
boolean m_ReplaceContainsVariable
whether the replace string contains a variable, which needs to be expanded first. -
m_ReplaceType
StringReplace.ReplaceType m_ReplaceType
how to replace the occurrences. -
m_UseDotAll
boolean m_UseDotAll
whether to use dot all.
-
-
Class adams.flow.transformer.StringSanitizer extends AbstractStringOperation implements Serializable
- serialVersionUID:
- 1359563281659205366L
-
Class adams.flow.transformer.StringSplit extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3687113148170774846L
-
Serialized Fields
-
m_Delimiter
StringSplit.Delimiter m_Delimiter
what to do with the delimiters. -
m_Expression
BaseRegExp m_Expression
the regular expression to use for splitting the string.
-
-
Class adams.flow.transformer.StringTrim extends AbstractStringOperation implements Serializable
- serialVersionUID:
- 9030574317512531337L
-
Class adams.flow.transformer.SubStringCount extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3687113148170774846L
-
Class adams.flow.transformer.SummaryStatistics extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 453666335915022509L
-
Serialized Fields
-
m_ActualColumn
SpreadSheetColumnIndex m_ActualColumn
the column with the actual labels. -
m_ActualPrefix
String m_ActualPrefix
the optional prefix for the actual labels. -
m_ClassDistributionRange
SpreadSheetColumnRange m_ClassDistributionRange
the column with the class distribution. -
m_PredictedColumn
SpreadSheetColumnIndex m_PredictedColumn
the column with the predicted labels. -
m_PredictedPrefix
String m_PredictedPrefix
the optional prefix for the predicted labels. -
m_ProbabilityColumn
SpreadSheetColumnIndex m_ProbabilityColumn
the column with the probabilities. -
m_Statistics
SummaryStatistic[] m_Statistics
the statistics.
-
-
Class adams.flow.transformer.SwapVariables extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6441557348419921594L
-
Serialized Fields
-
m_Var1
VariableName m_Var1
the first variable. -
m_Var2
VariableName m_Var2
the second variable.
-
-
Class adams.flow.transformer.Tar extends AbstractMultiCompress implements Serializable
- serialVersionUID:
- -5229130758529233965L
-
Class adams.flow.transformer.TemplateTransformer extends AbstractTemplate implements Serializable
- serialVersionUID:
- 2327297866200504943L
-
Class adams.flow.transformer.TesseractOCR extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5015637337437403790L
-
Serialized Fields
-
m_Configuration
TesseractConfiguration m_Configuration
the tesseract connection to use. -
m_Language
TesseractLanguage m_Language
the language to use. -
m_OutputBase
PlaceholderFile m_OutputBase
the output base. -
m_OutputHOCR
boolean m_OutputHOCR
whether to output hOCR instead of ASCII. -
m_OutputText
boolean m_OutputText
whether to output the OCRed text instead of the files. -
m_PageSegmentation
TesseractPageSegmentation m_PageSegmentation
the page segmentation to use. -
m_Separator
String m_Separator
the separator between multiple text files.
-
-
Class adams.flow.transformer.TextFileReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- -184602726110144511L
-
Serialized Fields
-
m_Reader
AbstractTextReader m_Reader
the reader to use.
-
-
Class adams.flow.transformer.TextRenderer extends AbstractTransformer implements Serializable
- serialVersionUID:
- 965553206055540848L
-
Serialized Fields
-
m_CustomRenderer
TextRenderer m_CustomRenderer
the custom renderer to use. -
m_UnlimitedRendering
boolean m_UnlimitedRendering
whether to perform unlimited rendering. -
m_UseCustomRenderer
boolean m_UseCustomRenderer
whether to use a custom renderer.
-
-
Class adams.flow.transformer.TimeseriesAdd extends AbstractDataContainerAdd<Timeseries> implements Serializable
- serialVersionUID:
- 2022407828928180169L
-
Class adams.flow.transformer.TimeseriesAppend extends AbstractDataContainerAppend<Timeseries> implements Serializable
- serialVersionUID:
- 2022407828928180169L
-
Class adams.flow.transformer.TimeseriesDbReader extends AbstractDbTransformer implements Serializable
- serialVersionUID:
- -1030024345072684197L
-
Serialized Fields
-
m_ColumnTimestamp
String m_ColumnTimestamp
the timestamp column. -
m_ColumnTimestampIndex
int m_ColumnTimestampIndex
the timestamp column type. -
m_ColumnTimestampType
int m_ColumnTimestampType
the timestamp column index. -
m_ColumnValue
String m_ColumnValue
the value column. -
m_ColumnValueIndex
int m_ColumnValueIndex
the value column index. -
m_ColumnValueType
int m_ColumnValueType
the value column type. -
m_SQL
SQLStatement m_SQL
the SQL statement to execute.
-
-
Class adams.flow.transformer.TimeseriesFeatureGenerator extends AbstractTransformer implements Serializable
- serialVersionUID:
- -7637423921443102660L
-
Serialized Fields
-
m_Algorithm
AbstractTimeseriesFeatureGenerator m_Algorithm
the feature generator to use. -
m_Queue
ArrayList m_Queue
the generated objects. -
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.transformer.TimeseriesFileReader extends AbstractDataContainerFileReader<Timeseries> implements Serializable
- serialVersionUID:
- 1429977151568224156L
-
Class adams.flow.transformer.TimeseriesFileWriter extends AbstractDataContainerFileWriter<Timeseries> implements Serializable
- serialVersionUID:
- -7990944411836957831L
-
Class adams.flow.transformer.TimeseriesFilter extends AbstractFilter implements Serializable
- serialVersionUID:
- -7637423921443102660L
-
Class adams.flow.transformer.TimeseriesInfo extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_Format
DateFormatString m_Format
the format string to use for the timestamps. -
m_Queue
ArrayList m_Queue
the tokens to output. -
m_Type
TimeseriesInfo.InfoType m_Type
the type of information to generate.
-
-
Class adams.flow.transformer.TimeseriesReportDbUpdater extends AbstractReportDbUpdater implements Serializable
- serialVersionUID:
- 1429977151568224156L
-
Class adams.flow.transformer.TimeseriesSplit extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_Splitter
AbstractTimeseriesSplitter m_Splitter
the splitter.
-
-
Class adams.flow.transformer.Timestamp extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1753400674063204204L
-
Serialized Fields
-
m_Format
DateFormatString m_Format
the format to use. -
m_TimeZone
TimeZone m_TimeZone
the timezone to use.
-
-
Class adams.flow.transformer.Tool extends AbstractTransformer implements Serializable
- serialVersionUID:
- -295054877801672294L
-
Serialized Fields
-
m_Tool
AbstractTool m_Tool
the tool to run.
-
-
Class adams.flow.transformer.Touch extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5841846014350138596L
-
Serialized Fields
-
m_CreateFile
boolean m_CreateFile
whether to create the file if not existing.
-
-
Class adams.flow.transformer.UnBzip2 extends AbstractSingleDecompress implements Serializable
- serialVersionUID:
- 1302879683785529480L
-
Class adams.flow.transformer.UniqueID extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5763179484838892202L
-
Class adams.flow.transformer.UnLzf extends AbstractSingleDecompress implements Serializable
- serialVersionUID:
- -5393442425429782028L
-
Class adams.flow.transformer.UnLzma extends AbstractSingleDecompress implements Serializable
- serialVersionUID:
- -8357597085805205924L
-
Class adams.flow.transformer.UnRAR extends AbstractMultiDecompress implements Serializable
- serialVersionUID:
- 7463671491943647599L
-
Class adams.flow.transformer.UnTar extends AbstractMultiDecompress implements Serializable
- serialVersionUID:
- -3745173426283866014L
-
Class adams.flow.transformer.UnXz extends AbstractSingleDecompress implements Serializable
- serialVersionUID:
- -8357597085805205924L
-
Class adams.flow.transformer.UnZIP extends AbstractMultiDecompress implements Serializable
- serialVersionUID:
- 7463671491943647599L
-
Class adams.flow.transformer.UnZstd extends AbstractSingleDecompress implements Serializable
- serialVersionUID:
- -8357597085805205924L
-
Class adams.flow.transformer.UpdateProperty extends AbstractPropertyUpdater implements Serializable
- serialVersionUID:
- 597361990633872666L
-
Serialized Fields
-
m_Value
String m_Value
the new value for the property.
-
-
Class adams.flow.transformer.ViaAnnotationsToReports extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 6162307113533583549L
-
Serialized Fields
-
m_DefaultLabel
String m_DefaultLabel
the default label to replace empty labels. -
m_LabelMapping
BaseKeyValuePair[] m_LabelMapping
the label mappings to use, in the format old=new\n. -
m_Mappings
Map<String,String> m_Mappings
the label mappings converted into a Map of (key,value) pairs.
-
-
Class adams.flow.transformer.WaitForFile extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3383735680425581504L
-
Serialized Fields
-
m_AttemptInterval
int m_AttemptInterval
the interval in milliseconds to wait. -
m_Check
AbstractFileUseCheck m_Check
the check scheme to use. -
m_GenerateError
boolean m_GenerateError
whether to generate an error, in case the file is still not available after the maximum wait. -
m_NumAttempts
int m_NumAttempts
the maximum number of interval to wait.
-
-
Class adams.flow.transformer.WekaAccumulatedError extends AbstractTransformer implements Serializable
- serialVersionUID:
- 43672155926689520L
-
Serialized Fields
-
m_AccumulatdError
double m_AccumulatdError
the accumulated error so far. -
m_NumPredictions
int m_NumPredictions
the number of overall predictions. -
m_PlotName
String m_PlotName
the name of the plot. -
m_Predictions
List<WekaAccumulatedError.SortablePrediction> m_Predictions
the sorted predictions.
-
-
Class adams.flow.transformer.WekaAggregateEvaluations extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3799673803958040769L
-
Serialized Fields
-
m_Evaluation
AggregateEvaluations m_Evaluation
the current evaluation state.
-
-
Class adams.flow.transformer.WekaAttributeIterator extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 7689330704841468990L
-
Serialized Fields
-
m_OutputIndices
boolean m_OutputIndices
whether to output indices instead of the strings. -
m_Range
Range m_Range
the range of attributes to work on. -
m_RegExp
BaseRegExp m_RegExp
the regular expression applied to the attribute names.
-
-
Class adams.flow.transformer.WekaAttributeSelection extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4145361817914402084L
-
Serialized Fields
-
m_Evaluator
weka.attributeSelection.ASEvaluation m_Evaluator
the evaluation. -
m_Folds
int m_Folds
the number of folds. -
m_Search
weka.attributeSelection.ASSearch m_Search
the search method. -
m_Seed
long m_Seed
the seed value.
-
-
Class adams.flow.transformer.WekaAttributeSelectionSummary extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4145361817914402084L
-
Class adams.flow.transformer.WekaBootstrapping extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2599800854948082354L
-
Serialized Fields
-
m_ClassIndex
WekaLabelIndex m_ClassIndex
the index of the class label. -
m_ErrorCalculation
WekaBootstrapping.ErrorCalculation m_ErrorCalculation
the error calculation. -
m_NumSubSamples
int m_NumSubSamples
the number of random sub-samples to generate. -
m_Percentage
double m_Percentage
the size for the sub-samples (0-1). -
m_Percentiles
BaseDouble[] m_Percentiles
the percentiles to output (0-1). -
m_Seed
long m_Seed
the random number seed. -
m_StatisticValues
EvaluationStatistic[] m_StatisticValues
the comparison fields. -
m_WithReplacement
boolean m_WithReplacement
whether to use with replacement or not.
-
-
Class adams.flow.transformer.WekaChooseAttributes extends AbstractInteractiveTransformer implements Serializable
- serialVersionUID:
- -1483735876005865608L
-
Serialized Fields
-
m_Message
String m_Message
the message to display to the user. -
m_NonInteractive
boolean m_NonInteractive
whether to automate the actor. -
m_PreSelection
BaseRegExp m_PreSelection
the regular expression for pre-selecting attributes by name. -
m_Remove
weka.filters.unsupervised.attribute.Remove m_Remove
the Remove filter in use.
-
-
Class adams.flow.transformer.WekaClassifierInfo extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_SourceCodeClass
String m_SourceCodeClass
the name of the source code class. -
m_Type
WekaClassifierInfo.InfoType m_Type
the type of information to generate.
-
-
Class adams.flow.transformer.WekaClassifierOptimizer extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3601873599767767806L
-
Serialized Fields
-
m_Optimizer
weka.classifiers.Classifier m_Optimizer
the classifier optimizer.
-
-
Class adams.flow.transformer.WekaClassifierRanker extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_ClassLabel
WekaLabelIndex m_ClassLabel
the class label (in case of class-specific measures). -
m_Folds
int m_Folds
the number of folds to use in cross-validation. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_JobRunner
JobRunner m_JobRunner
the job runner for evaluating the setups. -
m_Max
int m_Max
the maximum number of top-ranked classifiers to forward. -
m_Measure
WekaClassifierRanker.Measure m_Measure
the measure for the evaluation. -
m_NumThreads
int m_NumThreads
the number of threads to use for parallel execution. -
m_OutputBestSetup
boolean m_OutputBestSetup
whether to output the best setup in case of GridSearch/MultiSearch. -
m_Seed
long m_Seed
the random seed to use. -
m_Test
CallableActorReference m_Test
the callable actor to obtain the test dataset for train/test evaluation from. -
m_Train
CallableActorReference m_Train
the callable actor to obtain the training dataset from.
-
-
Class adams.flow.transformer.WekaClassifierRanker.RankingJob extends AbstractJob implements Serializable
- serialVersionUID:
- 6105881068149718863L
-
Serialized Fields
-
m_BestClassifier
weka.classifiers.Classifier m_BestClassifier
the best classifier. -
m_Classifier
weka.classifiers.Classifier m_Classifier
the classifier to evaluate. -
m_ClassLabel
WekaLabelIndex m_ClassLabel
the class label index. -
m_EvaluationError
String m_EvaluationError
for storing evaluating errors. -
m_Folds
int m_Folds
the number of folds to use. -
m_Index
int m_Index
the index in actor's input array. -
m_Measure
WekaClassifierRanker.Measure m_Measure
the measure to use for ranking. -
m_OutputBestSetup
boolean m_OutputBestSetup
whether to output the best classifier. -
m_Performance
weka.classifiers.meta.multisearch.Performance m_Performance
the performance. -
m_Seed
long m_Seed
the seed value to use. -
m_Test
weka.core.Instances m_Test
the test data to evaluate with (if folds less than 2). -
m_Train
weka.core.Instances m_Train
the train data to evaluate with.
-
-
Class adams.flow.transformer.WekaClassifierSetupProcessor extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_Processor
AbstractClassifierSetupProcessor m_Processor
the processor to use.
-
-
Class adams.flow.transformer.WekaClassifying extends AbstractProcessWekaInstanceWithModel<weka.classifiers.Classifier> implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_OutputInstance
boolean m_OutputInstance
whether to output weka.core.Instance objects or PredictionContainers.
-
-
Class adams.flow.transformer.WekaClassSelector extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_ClassIndex
Index m_ClassIndex
the class index. -
m_Override
boolean m_Override
whether to override any set class attribute. -
m_RegexName
BaseRegExp m_RegexName
the regular expression on the attribute for selecting the sub-set of attributes. -
m_Unset
boolean m_Unset
whether to unset the class index.
-
-
Class adams.flow.transformer.WekaClusterAssignments extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8082115424369061977L
-
Class adams.flow.transformer.WekaClustererInfo extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_Type
WekaClustererInfo.InfoType m_Type
the type of information to generate.
-
-
Class adams.flow.transformer.WekaClustererPostProcessor extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_PostProcessor
AbstractClustererPostProcessor m_PostProcessor
the post-processor.
-
-
Class adams.flow.transformer.WekaClusterEvaluationSummary extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8082115424369061977L
-
Serialized Fields
-
m_Comment
BaseText m_Comment
an optional comment to output.
-
-
Class adams.flow.transformer.WekaClustering extends AbstractProcessWekaInstanceWithModel<weka.clusterers.Clusterer> implements Serializable
- serialVersionUID:
- -4916534952409463440L
-
Class adams.flow.transformer.WekaCrossValidationClustererEvaluator extends AbstractCallableWekaClustererEvaluator implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_Folds
int m_Folds
the number of folds. -
m_Seed
long m_Seed
the seed value.
-
-
Class adams.flow.transformer.WekaCrossValidationEvaluator extends AbstractCallableWekaClassifierEvaluator implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_CrossValidation
WekaCrossValidationExecution m_CrossValidation
for performing cross-validation. -
m_FinalModel
boolean m_FinalModel
whether to create a final model. -
m_Folds
int m_Folds
the number of folds. -
m_Generator
CrossValidationFoldGenerator m_Generator
the fold generator. -
m_NumThreads
int m_NumThreads
the number of threads to use for parallel execution. -
m_Seed
long m_Seed
the seed value. -
m_UseViews
boolean m_UseViews
whether to use views.
-
-
Class adams.flow.transformer.WekaCrossValidationSplit extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4026105903223741240L
-
Serialized Fields
-
m_CreateView
boolean m_CreateView
whether to create a view only. -
m_Folds
int m_Folds
the number of folds to generate. -
m_Generator
CrossValidationFoldGenerator m_Generator
the fold generator. -
m_RelationName
String m_RelationName
the format of the relation names of the generated datasets. -
m_Seed
long m_Seed
the seed value.
-
-
Class adams.flow.transformer.WekaDatasetsMerge extends AbstractTransformer implements Serializable
- serialVersionUID:
- 433833069085059906L
-
Serialized Fields
-
m_MergeMethod
AbstractMerge m_MergeMethod
The method to use to perform the merge.
-
-
Class adams.flow.transformer.WekaDatasetSplit extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2718426142990052207L
-
Serialized Fields
-
m_Splitter
AbstractSplitter m_Splitter
The splitter to use.
-
-
Class adams.flow.transformer.WekaEnsembleGenerator extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6016827763901994488L
-
Serialized Fields
-
m_Generator
AbstractWekaEnsembleGenerator m_Generator
the generator to use.
-
-
Class adams.flow.transformer.WekaEvaluationInfo extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4898802545222942458L
-
Serialized Fields
-
m_Type
WekaEvaluationInfo.InfoType m_Type
the type of information to generate.
-
-
Class adams.flow.transformer.WekaEvaluationPostProcessor extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -8135722038751549524L
-
Serialized Fields
-
m_PostProcessor
AbstractWekaEvaluationPostProcessor m_PostProcessor
the post-processor to use.
-
-
Class adams.flow.transformer.WekaEvaluationSummary extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8082115424369061977L
-
Serialized Fields
-
m_ClassDetails
boolean m_ClassDetails
whether to print the class details as well. -
m_Comment
BaseText m_Comment
an optional comment to output. -
m_ComplexityStatistics
boolean m_ComplexityStatistics
whether to print the complexity statistics as well. -
m_ConfusionMatrix
boolean m_ConfusionMatrix
whether to print the confusion matrix as well. -
m_OutputRelationName
boolean m_OutputRelationName
whether to print the relation name of the dataset a well. -
m_TitleClassDetails
String m_TitleClassDetails
the title to use for the summary. -
m_TitleMatrix
String m_TitleMatrix
the title to use for the matrix. -
m_TitleSummary
String m_TitleSummary
the title to use for the summary.
-
-
Class adams.flow.transformer.WekaEvaluationValuePicker extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3113058781746945626L
-
Serialized Fields
-
m_ClassIndex
WekaLabelIndex m_ClassIndex
the index of the class label. -
m_StatisticValue
EvaluationStatistic m_StatisticValue
the comparison field.
-
-
Class adams.flow.transformer.WekaEvaluationValues extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1977976026411517458L
-
Serialized Fields
-
m_ClassIndex
WekaLabelRange m_ClassIndex
the range of the class labels. -
m_StatisticValues
EvaluationStatistic[] m_StatisticValues
the comparison fields.
-
-
Class adams.flow.transformer.WekaExperiment extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1127504846960163422L
-
Serialized Fields
-
m_ExperimentFile
WekaExperimentFile m_ExperimentFile
the experiment file. -
m_NoCheck
boolean m_NoCheck
whether not to check for experiment file to exist (e.g., when it generated on the fly).
-
-
Class adams.flow.transformer.WekaExperimentEvaluation extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8186675646383734197L
-
Serialized Fields
-
m_Column
BaseString[] m_Column
the column (= classifiers). -
m_ComparisonField
ExperimentStatistic m_ComparisonField
the comparison field. -
m_OutputFormat
weka.experiment.ResultMatrix m_OutputFormat
the output format. -
m_OutputHeader
boolean m_OutputHeader
whether to output the header. -
m_Row
BaseString[] m_Row
the row (= datasets). -
m_Significance
double m_Significance
the significance. -
m_SwapRowsAndColumns
boolean m_SwapRowsAndColumns
whether to swap rows and columns. -
m_TestBase
int m_TestBase
the test base. -
m_Tester
weka.experiment.Tester m_Tester
the tester class to use.
-
-
Class adams.flow.transformer.WekaExperimentExecution extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5060803438523115907L
-
Serialized Fields
-
m_JobRunner
JobRunner m_JobRunner
the JobRunner template. -
m_OverrideJobRunner
boolean m_OverrideJobRunner
whether to override the jobrunner in the experiment.
-
-
Class adams.flow.transformer.WekaExperimentFileReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4825322750521498988L
-
Serialized Fields
-
m_Handler
AbstractExperimentIO m_Handler
the IO handler.
-
-
Class adams.flow.transformer.WekaExtractArray extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3989993009528522476L
-
Serialized Fields
-
m_Index
Index m_Index
the index of the row/column to extract. -
m_Type
WekaExtractArray.ExtractionType m_Type
the type of extraction.
-
-
Class adams.flow.transformer.WekaExtractPLSMatrix extends AbstractTransformer implements Serializable
- serialVersionUID:
- -7107032132240547550L
-
Serialized Fields
-
m_MatrixType
WekaExtractPLSMatrix.MatrixType m_MatrixType
the matrix type to extract.
-
-
Class adams.flow.transformer.WekaFileReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- 9097157984356638281L
-
Serialized Fields
-
m_CustomLoader
weka.core.converters.AbstractFileLoader m_CustomLoader
the custom loader. -
m_OutputType
WekaFileReader.OutputType m_OutputType
how to output the data. -
m_Source
weka.core.converters.ConverterUtils.DataSource m_Source
the actual loader for loading the data. -
m_Structure
weka.core.Instances m_Structure
the structure. -
m_UseCustomLoader
boolean m_UseCustomLoader
whether to use a custom converter.
-
-
Class adams.flow.transformer.WekaFilter extends AbstractTransformerWithPropertiesUpdating implements Serializable
- serialVersionUID:
- 9078845385089445202L
-
Serialized Fields
-
m_ActualFilter
weka.filters.Filter m_ActualFilter
the actual filter used. -
m_Filter
weka.filters.Filter m_Filter
the filter to apply. -
m_FlowContextUpdated
boolean m_FlowContextUpdated
whether the flow context has been updated. -
m_Initialized
boolean m_Initialized
whether the filter has been initialized. -
m_InitializeOnce
boolean m_InitializeOnce
whether to initialize filter only with the first batch. -
m_KeepRelationName
boolean m_KeepRelationName
whether to keep the incoming relation name. -
m_ModelLoader
WekaFilterModelLoader m_ModelLoader
the model loader. -
m_OutputContainer
boolean m_OutputContainer
whether to output a container. -
m_PreferJobRunner
boolean m_PreferJobRunner
whether to offload filtering into a JobRunnerInstance.
-
-
Class adams.flow.transformer.WekaFilter.BatchFilterJob extends AbstractJob implements Serializable
- serialVersionUID:
- 6406892820872772446L
-
Serialized Fields
-
m_Data
weka.core.Instances m_Data
the data to use for training. -
m_Filter
weka.filters.Filter m_Filter
the filter to use. -
m_FilteredData
weka.core.Instances m_FilteredData
the filtered data.
-
-
Class adams.flow.transformer.WekaGenericPLSMatrixAccess extends AbstractTransformer implements Serializable
- serialVersionUID:
- -7107032132240547550L
-
Serialized Fields
-
m_Matrix
String m_Matrix
the name of the matrix to extract.
-
-
Class adams.flow.transformer.WekaGeneticAlgorithm extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 5071747277597147724L
-
Serialized Fields
-
m_Algorithm
AbstractClassifierBasedGeneticAlgorithm m_Algorithm
whether to check the header. -
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_CallableName
CallableActorReference m_CallableName
the callable name. -
m_Configured
boolean m_Configured
whether the callable actor has been configured. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Optional
boolean m_Optional
whether the callable actor is optional. -
m_PauseStateManager
PauseStateManager m_PauseStateManager
the pause state manager. -
m_TestData
StorageName m_TestData
the storage name of the test data.
-
-
Class adams.flow.transformer.WekaGeneticAlgorithmInitializer extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5071747277597147724L
-
Serialized Fields
-
m_Setup
String m_Setup
the property for the genetic algorithm setup. -
m_StorageName
StorageName m_StorageName
the name of the datasets in the internal storage. -
m_Weights
String m_Weights
the property for the weights (optional).
-
-
Class adams.flow.transformer.WekaGetCapabilities extends AbstractTransformer implements Serializable
- serialVersionUID:
- 120571963428969670L
-
Class adams.flow.transformer.WekaGetInstancesValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3057815118900209749L
-
Serialized Fields
-
m_Column
WekaAttributeIndex m_Column
the column index. -
m_Row
Index m_Row
the index of the row.
-
-
Class adams.flow.transformer.WekaGetInstanceValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3057815118900209749L
-
Class adams.flow.transformer.WekaInstanceBuffer extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6774529845778672623L
-
Serialized Fields
-
m_Buffer
weka.core.Instances m_Buffer
the currently buffered data. -
m_CheckHeader
boolean m_CheckHeader
whether to check the header. -
m_ClearBuffer
boolean m_ClearBuffer
whether to clear the buffer once it has been forwarded. -
m_ClearBufferRequired
boolean m_ClearBufferRequired
whether variable triggered clear of buffer. -
m_Interval
int m_Interval
the interval of when to output the Instances object. -
m_Iterator
Iterator<weka.core.Instance> m_Iterator
the iterator for broadcasting Instance objects. -
m_Operation
WekaInstanceBuffer.Operation m_Operation
the way the buffer operates. -
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.transformer.WekaInstanceDumper extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5071747277597147724L
-
Serialized Fields
-
m_Buffer
List<weka.core.Instance> m_Buffer
the buffer. -
m_BufferSize
int m_BufferSize
the size of the buffer. -
m_CheckHeader
boolean m_CheckHeader
whether to check the header. -
m_Counter
int m_Counter
the counter for the filenames. -
m_Header
weka.core.Instances m_Header
the header of the dataset. -
m_KeepExisting
boolean m_KeepExisting
whether to keep existing output files when actor is called for the first time, in order to allow appending to files from multiple locations in flow. -
m_OutputFormat
WekaInstanceDumper.OutputFormat m_OutputFormat
the output format. -
m_OutputPrefix
PlaceholderFile m_OutputPrefix
the output prefix. -
m_UseRelationNameAsFilename
boolean m_UseRelationNameAsFilename
whether to use the relation name as filename. -
m_Writing
boolean m_Writing
whether currently writing to disk.
-
-
Class adams.flow.transformer.WekaInstanceEvaluator extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8810671831368685057L
-
Serialized Fields
-
m_AttributeName
String m_AttributeName
the attribute name of the evaluation object. -
m_Evaluator
AbstractInstanceEvaluator m_Evaluator
the evaluator to use. -
m_Filter
weka.filters.unsupervised.attribute.Add m_Filter
the filter that is used for generating the new data format. -
m_GlobalSource
CallableSource m_GlobalSource
the callable actor to use. -
m_Header
weka.core.Instances m_Header
the new header. -
m_InstancesActor
CallableActorReference m_InstancesActor
the callable actor to get the Instances from in case of AbstractDatasetInstanceEvaluator.
-
-
Class adams.flow.transformer.WekaInstanceFileReader extends AbstractDataContainerFileReader<Instance> implements Serializable
- serialVersionUID:
- -8968191728988750040L
-
Class adams.flow.transformer.WekaInstancesAppend extends AbstractTransformer implements Serializable
- serialVersionUID:
- -268487303904639474L
-
Class adams.flow.transformer.WekaInstancesHistogramRanges extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -8493694755948450901L
-
Serialized Fields
-
m_BinCalculation
ArrayHistogram.BinCalculation m_BinCalculation
how to calculate the number of bins. -
m_BinWidth
double m_BinWidth
the bin width - used for some calculations. -
m_DataType
WekaInstancesStatisticDataType m_DataType
the type of data to get from the Instances object (rows or columns). -
m_Locations
BaseString[] m_Locations
the array of indices/regular expressions. -
m_ManualMax
double m_ManualMax
the manual maximum. -
m_ManualMin
double m_ManualMin
the manual minimum. -
m_Normalize
boolean m_Normalize
whether to normalize the data. -
m_NumBins
int m_NumBins
the number of bins in case of manual bin calculation. -
m_NumDecimals
int m_NumDecimals
the number of decimals to show. -
m_UseFixedMinMax
boolean m_UseFixedMinMax
whether to use fixed min/max for manual bin calculation.
-
-
Class adams.flow.transformer.WekaInstancesInfo extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_AttributeIndex
WekaAttributeIndex m_AttributeIndex
the index of the attribute to get the information for. -
m_DateFormat
DateFormat m_DateFormat
for formatting dates. -
m_LabelIndex
WekaLabelIndex m_LabelIndex
the index of the label. -
m_Type
WekaInstancesInfo.InfoType m_Type
the type of information to generate.
-
-
Class adams.flow.transformer.WekaInstancesMerge extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2923715594018710295L
-
Serialized Fields
-
m_AddIndex
boolean m_AddIndex
whether to add the index to the prefix. -
m_AttType
int m_AttType
the attribute type of the ID attribute. -
m_ExcludedAttributes
String m_ExcludedAttributes
regular expression for excluding attributes from the datasets. -
m_InvertMatchingSense
boolean m_InvertMatchingSense
whether to invert the matching sense for excluding attributes. -
m_KeepOnlySingleUniqueID
boolean m_KeepOnlySingleUniqueID
whether to keep only a single instance of the unique ID attribute. -
m_Prefix
String m_Prefix
the additional prefix name to use, apart from the index. -
m_PrefixSeparator
String m_PrefixSeparator
the separator between index and actual attribute name. -
m_Remove
boolean m_Remove
whether to remove when not all present. -
m_Strict
boolean m_Strict
whether to fail if IDs not unique. -
m_UniqueID
String m_UniqueID
the string or numeric attribute to use as unique identifier for rows. -
m_UniqueIDAtts
List<String> m_UniqueIDAtts
the unique ID attributes. -
m_UsePrefix
boolean m_UsePrefix
whether to prefix the attribute names of each dataset with an index.
-
-
Class adams.flow.transformer.WekaInstancesStatistic extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8493694755948450901L
-
Serialized Fields
-
m_DataType
WekaInstancesStatisticDataType m_DataType
the type of data to get from the Instances object (rows or columns). -
m_Locations
BaseString[] m_Locations
the array of indices/regular expressions. -
m_Statistic
AbstractArrayStatistic m_Statistic
the statistic to generate.
-
-
Class adams.flow.transformer.WekaInstanceStreamPlotGenerator extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6449128249417195569L
-
Serialized Fields
-
m_Attributes
Range m_Attributes
the range of attributes to plot. -
m_Containers
List<SequencePlotterContainer> m_Containers
the generated containers. -
m_Counter
int m_Counter
the counter for the X value of the containers.
-
-
Class adams.flow.transformer.WekaModelReader extends AbstractWekaModelReader implements Serializable
- serialVersionUID:
- -1844897560777043045L
-
Serialized Fields
-
m_MakeThreadSafe
boolean m_MakeThreadSafe
whether to wrap the model in a threadsafe wrapper.
-
-
Class adams.flow.transformer.WekaMultiLabelSplitter extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4034797930137217038L
-
Serialized Fields
-
m_AttributesToProcess
List<Integer> m_AttributesToProcess
the indices of the class attributes still to process. -
m_ClassAttributes
List<Integer> m_ClassAttributes
the indices of the class attributes. -
m_Dataset
weka.core.Instances m_Dataset
the dataset to process. -
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_MakeClassLast
boolean m_MakeClassLast
whether to move the class attribute to the end. -
m_RegExp
BaseRegExp m_RegExp
the regular expression that the class attribute names have to match. -
m_UpdateRelationName
boolean m_UpdateRelationName
whether to use the class attribute name as new relation name.
-
-
Class adams.flow.transformer.WekaNearestNeighborSearch extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5495087922726994088L
-
Serialized Fields
-
m_ActualSearch
weka.core.neighboursearch.NearestNeighbourSearch m_ActualSearch
the actual neighboorhood search in use. -
m_MaxNeighbors
int m_MaxNeighbors
the maximum number of neighbors to return. -
m_Search
weka.core.neighboursearch.NearestNeighbourSearch m_Search
the neighboorhood search to use. -
m_Storage
StorageName m_Storage
the storage item. -
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.transformer.WekaNewInstance extends AbstractTransformer implements Serializable
- serialVersionUID:
- -786486914801535807L
-
Serialized Fields
-
m_InstanceClass
BaseClassname m_InstanceClass
the class of instance to create.
-
-
Class adams.flow.transformer.WekaPackageManagerAction extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7790018933824161813L
-
Serialized Fields
-
m_Action
AbstractWekaPackageManagerAction m_Action
the action to execute.
-
-
Class adams.flow.transformer.WekaPredictionsToInstances extends AbstractWekaPredictionsTransformer implements Serializable
- serialVersionUID:
- -1552754008462778501L
-
Class adams.flow.transformer.WekaPredictionsToSpreadSheet extends AbstractWekaPredictionsTransformer implements Serializable
- serialVersionUID:
- -1552754008462778501L
-
Class adams.flow.transformer.WekaPrimeForecaster extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_Forecaster
CallableActorReference m_Forecaster
the name of the callable weka forecaster.
-
-
Class adams.flow.transformer.WekaPrincipalComponents extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3079556702775500196L
-
Serialized Fields
-
m_CoverVariance
double m_CoverVariance
the variance to cover. -
m_MaxAttributeNames
int m_MaxAttributeNames
the maximum number of attribute names to use. -
m_MaxAttributes
int m_MaxAttributes
the maximum number of attributes to keep.
-
-
Class adams.flow.transformer.WekaRandomSplit extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -6447945986570354931L
-
Serialized Fields
-
m_CreateView
boolean m_CreateView
whether to create a view only. -
m_Generator
RandomSplitGenerator m_Generator
the split generator to use. -
m_Percentage
double m_Percentage
the percentage for the split (0-1). -
m_PreserveOrder
boolean m_PreserveOrder
whether to preserve the order. -
m_Seed
long m_Seed
the seed value.
-
-
Class adams.flow.transformer.WekaRegexToRange extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2556622944506847666L
-
Serialized Fields
-
m_Invert
boolean m_Invert
invert matching? -
m_Regex
String m_Regex
regular expression used to determine attribute list.
-
-
Class adams.flow.transformer.WekaRelationName extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5428249514975625L
-
Class adams.flow.transformer.WekaRenameRelation extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5071747277597147724L
-
Class adams.flow.transformer.WekaReorderAttributesToReference extends AbstractTransformer implements Serializable
- serialVersionUID:
- 530323409335629567L
-
Serialized Fields
-
m_CustomLoader
weka.core.converters.AbstractFileLoader m_CustomLoader
the custom loader. -
m_InitializeOnce
boolean m_InitializeOnce
whether to initialize filter only with the first batch. -
m_KeepRelationName
boolean m_KeepRelationName
whether to keep the incoming relation name. -
m_Lenient
boolean m_Lenient
whether to tolerate attributes that are not present in the incoming data. -
m_OnTheFly
boolean m_OnTheFly
whether the dataset gets generated on the fly and might not be available at setUp time. -
m_Reference
weka.core.Instances m_Reference
the reference dataset. -
m_ReferenceActor
CallableActorReference m_ReferenceActor
the callable actor to get the reference data from. -
m_ReferenceFile
PlaceholderFile m_ReferenceFile
the reference dataset to load. -
m_Reorder
weka.filters.MultiFilter m_Reorder
the reorder filter to use. -
m_UseCustomLoader
boolean m_UseCustomLoader
whether to use a custom converter.
-
-
Class adams.flow.transformer.WekaRepeatedCrossValidationEvaluator extends AbstractCallableWekaClassifierEvaluator implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_CrossValidation
WekaCrossValidationExecution m_CrossValidation
for performing cross-validation. -
m_Folds
int m_Folds
the number of folds. -
m_Generator
CrossValidationFoldGenerator m_Generator
the fold generator. -
m_NumThreads
int m_NumThreads
the number of threads to use for parallel execution. -
m_Runs
int m_Runs
the number of runs to perform. -
m_UseViews
boolean m_UseViews
whether to use views.
-
-
Class adams.flow.transformer.WekaRepeatedCrossValidationOutput extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3779868299439611665L
-
Serialized Fields
-
m_Output
AbstractWekaRepeatedCrossValidationOutput m_Output
the output to generate.
-
-
Class adams.flow.transformer.WekaSetInstancesValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4710366291340930250L
-
Serialized Fields
-
m_Column
WekaAttributeIndex m_Column
the column to update. -
m_Row
Index m_Row
the index of the row. -
m_Value
String m_Value
the value to set.
-
-
Class adams.flow.transformer.WekaSetInstanceValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4710366291340930250L
-
Serialized Fields
-
m_Index
WekaAttributeIndex m_Index
the attribute index to set in the Instance. -
m_Value
String m_Value
the value to set.
-
-
Class adams.flow.transformer.WekaSplitGenerator extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -6447945986570354931L
-
Serialized Fields
-
m_Generator
SplitGenerator m_Generator
the split generator to use.
-
-
Class adams.flow.transformer.WekaSpreadSheetToPredictions extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2097531874480331676L
-
Serialized Fields
-
m_Actual
SpreadSheetColumnIndex m_Actual
the column with the actual values. -
m_ClassDistribution
SpreadSheetUnorderedColumnRange m_ClassDistribution
the columns with the class distributions. -
m_Comparator
Comparator m_Comparator
the comparator to use. -
m_Predicted
SpreadSheetColumnIndex m_Predicted
the column with the predicted values. -
m_Reverse
boolean m_Reverse
whether to reverse the sorting. -
m_SortLabels
boolean m_SortLabels
whether to sort the labels. -
m_UseColumnNamesAsClassLabels
boolean m_UseColumnNamesAsClassLabels
whether to use the column name as class labels. -
m_Weight
SpreadSheetColumnIndex m_Weight
the (optional) column with the instance weights.
-
-
Class adams.flow.transformer.WekaStoreInstance extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3077398394768688867L
-
Serialized Fields
-
m_Dataset
StorageName m_Dataset
the dataset to append to.
-
-
Class adams.flow.transformer.WekaStreamEvaluator extends AbstractCallableWekaClassifierEvaluator implements Serializable
- serialVersionUID:
- -1346633748934963999L
-
Serialized Fields
-
m_Classifier
weka.classifiers.Classifier m_Classifier
the classifier to use. -
m_Current
int m_Current
the current counter of instances. -
m_Evaluation
weka.classifiers.Evaluation m_Evaluation
the evaluation to use. -
m_Header
weka.core.Instances m_Header
the current header. -
m_Interval
int m_Interval
the interval at which to output the evaluation.
-
-
Class adams.flow.transformer.WekaStreamFilter extends AbstractTransformerWithPropertiesUpdating implements Serializable
- serialVersionUID:
- 9078845385089445202L
-
Serialized Fields
-
m_Filter
weka.filters.StreamableFilter m_Filter
the filter to apply. -
m_Initialized
boolean m_Initialized
whether the filter has been initialized. -
m_KeepRelationName
boolean m_KeepRelationName
whether to keep the incoming relation name.
-
-
Class adams.flow.transformer.WekaSubsets extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4717726637561070097L
-
Serialized Fields
-
m_Index
WekaAttributeIndex m_Index
the attribute index to split on. -
m_Queue
List<weka.core.Instances> m_Queue
the generated subsets.
-
-
Class adams.flow.transformer.WekaTestSetClustererEvaluator extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8528709957864675275L
-
Serialized Fields
-
m_OutputModel
boolean m_OutputModel
whether to output the model as well. -
m_Testset
CallableActorReference m_Testset
the name of the callable trainset provider.
-
-
Class adams.flow.transformer.WekaTestSetEvaluator extends AbstractWekaClassifierEvaluator implements Serializable
- serialVersionUID:
- -8528709957864675275L
-
Serialized Fields
-
m_DiscardPredictions
boolean m_DiscardPredictions
whether to discard predictions. -
m_PreferJobRunner
boolean m_PreferJobRunner
whether to offload training into a JobRunnerInstance. -
m_Testset
CallableActorReference m_Testset
the name of the callable trainset provider.
-
-
Class adams.flow.transformer.WekaTestSetEvaluator.EvaluateJob extends AbstractJob implements Serializable
- serialVersionUID:
- 6406892820872772446L
-
Serialized Fields
-
m_Classifier
weka.classifiers.Classifier m_Classifier
the classifier to evaluate. -
m_Evaluation
StoppableEvaluation m_Evaluation
the evaluation object to use. -
m_Output
weka.classifiers.evaluation.output.prediction.AbstractOutput m_Output
the output to use. -
m_Test
weka.core.Instances m_Test
the data to use for testing.
-
-
Class adams.flow.transformer.WekaTextDirectoryReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- 9097157984356638281L
-
Serialized Fields
-
m_CharSet
String m_CharSet
the character set. -
m_StoreFilename
boolean m_StoreFilename
whether to store the filename as extra attribute.
-
-
Class adams.flow.transformer.WekaTrainAssociator extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_ActualAssociator
weka.associations.Associator m_ActualAssociator
the actual weka associator. -
m_Associator
CallableActorReference m_Associator
the name of the callable weka associator. -
m_PreferJobRunner
boolean m_PreferJobRunner
whether to offload training into a JobRunnerInstance.
-
-
Class adams.flow.transformer.WekaTrainAssociator.TrainJob extends AbstractJob implements Serializable
- serialVersionUID:
- 6406892820872772446L
-
Serialized Fields
-
m_Associator
weka.associations.Associator m_Associator
the associator to train. -
m_Data
weka.core.Instances m_Data
the data to use for training.
-
-
Class adams.flow.transformer.WekaTrainClassifier extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_Classifier
CallableActorReference m_Classifier
the name of the callable weka classifier. -
m_IncrementalClassifier
weka.classifiers.Classifier m_IncrementalClassifier
the classifier to use when training incrementally. -
m_PreferJobRunner
boolean m_PreferJobRunner
whether to offload training into a JobRunnerInstance. -
m_SkipBuild
boolean m_SkipBuild
whether to skip the buildClassifier call for incremental classifiers.
-
-
Class adams.flow.transformer.WekaTrainClassifier.BatchTrainJob extends AbstractJob implements Serializable
- serialVersionUID:
- 6406892820872772446L
-
Serialized Fields
-
m_Classifier
weka.classifiers.Classifier m_Classifier
the classifier to train. -
m_Container
WekaModelContainer m_Container
the model container. -
m_Data
weka.core.Instances m_Data
the data to use for training.
-
-
Class adams.flow.transformer.WekaTrainClusterer extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_ActualClusterer
weka.clusterers.Clusterer m_ActualClusterer
the weka clusterer. -
m_Clusterer
CallableActorReference m_Clusterer
the name of the callable weka clusterer. -
m_IncrementalClusterer
weka.clusterers.Clusterer m_IncrementalClusterer
the clusterer used when training incrementally. -
m_PostProcessor
AbstractClustererPostProcessor m_PostProcessor
the post-processor. -
m_PreferJobRunner
boolean m_PreferJobRunner
whether to offload training into a JobRunnerInstance.
-
-
Class adams.flow.transformer.WekaTrainClusterer.BatchTrainJob extends AbstractJob implements Serializable
- serialVersionUID:
- 6406892820872772446L
-
Serialized Fields
-
m_Clusterer
weka.clusterers.Clusterer m_Clusterer
the clusterer to train. -
m_Container
WekaModelContainer m_Container
the generated model container. -
m_Data
weka.core.Instances m_Data
the data to use for training. -
m_PostProcessor
AbstractClustererPostProcessor m_PostProcessor
the postprocessor.
-
-
Class adams.flow.transformer.WekaTrainForecaster extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_Forecaster
CallableActorReference m_Forecaster
the name of the callable weka forecaster. -
m_StoreTransformed
boolean m_StoreTransformed
whether to store the transformed data as well.
-
-
Class adams.flow.transformer.WekaTrainTestSetClustererEvaluator extends AbstractCallableWekaClustererEvaluator implements Serializable
- serialVersionUID:
- -1092101024095887007L
-
Serialized Fields
-
m_OutputModel
boolean m_OutputModel
whether to output the model as well.
-
-
Class adams.flow.transformer.WekaTrainTestSetEvaluator extends AbstractCallableWekaClassifierEvaluator implements Serializable
- serialVersionUID:
- -1092101024095887007L
-
Serialized Fields
-
m_PreferJobRunner
boolean m_PreferJobRunner
whether to offload train/evaluate onto a JobRunnerInstance.
-
-
Class adams.flow.transformer.WekaTrainTestSetEvaluator.EvaluateJob extends AbstractJob implements Serializable
- serialVersionUID:
- 6406892820872772446L
-
Serialized Fields
-
m_Classifier
weka.classifiers.Classifier m_Classifier
the classifier to train. -
m_Evaluation
StoppableEvaluation m_Evaluation
the evaluation object to use. -
m_Output
weka.classifiers.evaluation.output.prediction.AbstractOutput m_Output
for collecting the output. -
m_Test
weka.core.Instances m_Test
the data to use for testing. -
m_Train
weka.core.Instances m_Train
the data to use for training.
-
-
Class adams.flow.transformer.XMLFileReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- -184602726110144511L
-
Serialized Fields
-
m_Coalescing
boolean m_Coalescing
Specifies that the parser produced by this code will convert CDATA nodes to Text nodes and append it to the adjacent (if any) text node. -
m_ExpandEntityReferences
boolean m_ExpandEntityReferences
Specifies that the parser produced by this code will expand entity reference nodes. -
m_IgnoringComments
boolean m_IgnoringComments
Specifies that the parser produced by this code will ignore comments. -
m_IgnoringWhitespace
boolean m_IgnoringWhitespace
Specifies that the parsers created by this factory must eliminate whitespace in element content. -
m_NameSpaceAware
boolean m_NameSpaceAware
whether the parser is namespace aware. -
m_Validating
boolean m_Validating
whether the parser is validating or not. -
m_XIncludeAware
boolean m_XIncludeAware
Set state of XInclude processing.
-
-
Class adams.flow.transformer.XPath extends AbstractTransformer implements Serializable
- serialVersionUID:
- -184602726110144511L
-
Serialized Fields
-
m_Expression
XPathExpression m_Expression
the XPath expression to apply. -
m_NameSpaceContext
NamespaceContext m_NameSpaceContext
the namespace context. -
m_NameSpaces
BaseString[] m_NameSpaces
the namespaces to use (key=value). -
m_ResultType
XPathResult m_ResultType
the type of output to generate.
-
-
Class adams.flow.transformer.XSLT extends AbstractTransformer implements Serializable
- serialVersionUID:
- -184602726110144511L
-
Serialized Fields
-
m_Inline
XSLTStyleSheet m_Inline
the inline stylesheet to apply. -
m_StyleSheet
PlaceholderFile m_StyleSheet
the XSLT stylesheet to apply.
-
-
Class adams.flow.transformer.Xz extends AbstractSingleCompress implements Serializable
- serialVersionUID:
- -4692431747542097656L
-
Class adams.flow.transformer.YamlFileReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- -184602726110144511L
-
Serialized Fields
-
m_Type
YamlFileReader.DataStructureType m_Type
the data structure to read the YAML file into.
-
-
Class adams.flow.transformer.ZIP extends AbstractMultiCompress implements Serializable
- serialVersionUID:
- 6718580828800815681L
-
Class adams.flow.transformer.Zstd extends AbstractSingleCompress implements Serializable
- serialVersionUID:
- -4692431747542097656L
-
-
Package adams.flow.transformer.arraysubsetgeneration
-
Class adams.flow.transformer.arraysubsetgeneration.AbstractArraySubsetGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -9189810905729858606L
-
Class adams.flow.transformer.arraysubsetgeneration.EveryNth extends AbstractArraySubsetGenerator implements Serializable
- serialVersionUID:
- 2489403745843315230L
-
Serialized Fields
-
m_Nth
int m_Nth
which elements to pick. -
m_Offset
int m_Offset
the offset.
-
-
Class adams.flow.transformer.arraysubsetgeneration.Percentage extends AbstractArraySubsetGenerator implements Serializable
- serialVersionUID:
- 2489403745843315230L
-
Serialized Fields
-
m_Offset
int m_Offset
the offset. -
m_Percentage
double m_Percentage
the percentage to pick (0-100).
-
-
Class adams.flow.transformer.arraysubsetgeneration.RangeSubset extends AbstractArraySubsetGenerator implements Serializable
- serialVersionUID:
- 5301190370847086064L
-
Serialized Fields
-
m_Elements
Range m_Elements
the elements of the subset to extract.
-
-
Class adams.flow.transformer.arraysubsetgeneration.SimplePercentage extends AbstractArraySubsetGenerator implements Serializable
- serialVersionUID:
- 2489403745843315230L
-
Serialized Fields
-
m_Percentage
double m_Percentage
the percentage to pick (0-100).
-
-
-
Package adams.flow.transformer.compareobjectlocations
-
Class adams.flow.transformer.compareobjectlocations.AbstractComparison extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1989019470451457277L
-
Class adams.flow.transformer.compareobjectlocations.AbstractComparisonPanel extends BasePanel implements Serializable
- serialVersionUID:
- 5857461459837580117L
-
Serialized Fields
-
m_AnnotationsPrefix
String m_AnnotationsPrefix
the annotations object prefix. -
m_ButtonGroup
ButtonGroup m_ButtonGroup
the button group. -
m_ButtonLabels
List<BaseToggleButton> m_ButtonLabels
the toggle buttons. -
m_LastLabel
String m_LastLabel
the last selected label. -
m_PanelLabels
JPanel m_PanelLabels
the panel with the labels. -
m_PredictionsPrefix
String m_PredictionsPrefix
the predictions object prefix.
-
-
Class adams.flow.transformer.compareobjectlocations.Combined extends AbstractComparison implements Serializable
- serialVersionUID:
- -6214679316931952392L
-
Serialized Fields
-
m_AnnotationsColor
Color m_AnnotationsColor
the color for the annotations. -
m_LabelFont
Font m_LabelFont
the label font. -
m_LabelFormat
String m_LabelFormat
the label format. -
m_ObjectOverlap
ObjectOverlap m_ObjectOverlap
the algorithm for calculating the overlapping objects. -
m_OverlapColorCorrect
Color m_OverlapColorCorrect
the color for the correct overlaps. -
m_OverlapColorIncorrect
Color m_OverlapColorIncorrect
the color for the incorrect overlaps. -
m_PredictionsColor
Color m_PredictionsColor
the color for the predictions. -
m_Zoom
double m_Zoom
the zoom level.
-
-
Class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel extends AbstractComparisonPanel implements Serializable
- serialVersionUID:
- 385817392712324238L
-
Serialized Fields
-
m_AnnotationsLabelSuffix
String m_AnnotationsLabelSuffix
the annotations label suffix. -
m_AnnotationsLocatedObjects
LocatedObjects m_AnnotationsLocatedObjects
the located objects / annotations. -
m_AnnotationsReport
Report m_AnnotationsReport
the annotations report. -
m_CombinedReport
Report m_CombinedReport
the combined report. -
m_LabelAnnotationsColorBox
JLabel m_LabelAnnotationsColorBox
the label for the annotation color. -
m_LabelOverlapColorCorrectBox
JLabel m_LabelOverlapColorCorrectBox
the label for the overlap color (matching labels). -
m_LabelOverlapColorCorrectText
JLabel m_LabelOverlapColorCorrectText
the label for the overlap color text (matching labels). -
m_LabelOverlapColorIncorrectBox
JLabel m_LabelOverlapColorIncorrectBox
the label for the overlap color (mismatching labels). -
m_LabelOverlapColorIncorrectText
JLabel m_LabelOverlapColorIncorrectText
the label for the overlap color text (mismatching labels). -
m_LabelPredictionsColorBox
JLabel m_LabelPredictionsColorBox
the label for the prediction color. -
m_ObjectOverlap
ObjectOverlap m_ObjectOverlap
the algorithm for calculating the overlapping objects. -
m_OverlapLocatedObjectsCorrect
LocatedObjects m_OverlapLocatedObjectsCorrect
the located objects / overlaps (matching labels). -
m_OverlapLocatedObjectsIncorrect
LocatedObjects m_OverlapLocatedObjectsIncorrect
the located objects / overlaps (mismatching labels). -
m_PanelColors
JPanel m_PanelColors
the panel with the colors. -
m_PanelImage
ImagePanel m_PanelImage
the image panel. -
m_PredictionsLabelSuffix
String m_PredictionsLabelSuffix
the predictions label suffix. -
m_PredictionsLocatedObjects
LocatedObjects m_PredictionsLocatedObjects
the located objects / predictions. -
m_PredictionsReport
Report m_PredictionsReport
the predictions report. -
m_Zoom
double m_Zoom
the zoom level.
-
-
Class adams.flow.transformer.compareobjectlocations.SideBySide extends AbstractComparison implements Serializable
- serialVersionUID:
- 1595413312168655696L
-
Serialized Fields
-
m_AnnotationsOverlay
ImageOverlay m_AnnotationsOverlay
the image overlays for the annotations. -
m_PredictionsOverlay
ImageOverlay m_PredictionsOverlay
the image overlays for the predictions. -
m_Zoom
double m_Zoom
the zoom level.
-
-
Class adams.flow.transformer.compareobjectlocations.SideBySide.SideBySidePanel extends AbstractComparisonPanel implements Serializable
- serialVersionUID:
- -4668850944632082746L
-
Serialized Fields
-
m_AnnotationsLabelSuffix
String m_AnnotationsLabelSuffix
the annotations label suffix. -
m_AnnotationsLocatedObjects
LocatedObjects m_AnnotationsLocatedObjects
the located objects / annotations. -
m_AnnotationsReport
Report m_AnnotationsReport
the annotations report. -
m_PanelImageAnnotations
ImagePanel m_PanelImageAnnotations
the image panel with the annotations. -
m_PanelImagePredictions
ImagePanel m_PanelImagePredictions
the image panel with the predictions. -
m_PredictionsLabelSuffix
String m_PredictionsLabelSuffix
the predictions label suffix. -
m_PredictionsLocatedObjects
LocatedObjects m_PredictionsLocatedObjects
the located objects / predictions. -
m_PredictionsReport
Report m_PredictionsReport
the predictions report. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_Zoom
double m_Zoom
the zoom level.
-
-
-
Package adams.flow.transformer.datacontainer
-
Class adams.flow.transformer.datacontainer.AbstractDataContainerPostProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4489141650668803307L
-
Serialized Fields
-
m_Owner
DataContainerDbReader m_Owner
the owning transformer of this preprocessor.
-
-
Class adams.flow.transformer.datacontainer.AbstractDataContainerPreProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4489141650668803307L
-
Serialized Fields
-
m_Owner
DataContainerDbWriter m_Owner
the owning transformer of this preprocessor.
-
-
Class adams.flow.transformer.datacontainer.NoPostProcessing extends AbstractDataContainerPostProcessor<T extends DataContainer> implements Serializable
- serialVersionUID:
- -3030813869957150389L
-
Class adams.flow.transformer.datacontainer.NoPreProcessing extends AbstractDataContainerPreProcessor<T extends DataContainer> implements Serializable
- serialVersionUID:
- -7365386643996770000L
-
-
Package adams.flow.transformer.draw
-
Class adams.flow.transformer.draw.AbstractColorDrawOperation extends AbstractDrawOperation implements Serializable
- serialVersionUID:
- -997623830925519245L
-
Serialized Fields
-
m_Color
Color m_Color
the color of the pixel.
-
-
Class adams.flow.transformer.draw.AbstractColorStrokeDrawOperation extends AbstractColorDrawOperation implements Serializable
- serialVersionUID:
- -1600303277007377749L
-
Serialized Fields
-
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_StrokeThickness
float m_StrokeThickness
the thickness of the stroke.
-
-
Class adams.flow.transformer.draw.AbstractDrawObjectsFromReport extends AbstractDrawOperation implements Serializable
- serialVersionUID:
- 6356419097401574024L
-
Serialized Fields
-
m_Overlays
ReportObjectOverlay m_Overlays
the overlay handler.
-
-
Class adams.flow.transformer.draw.AbstractDrawOperation extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 981933376964417371L
-
Serialized Fields
-
m_Owner
Actor m_Owner
the owner of the operation.
-
-
Class adams.flow.transformer.draw.AnnotationsAndPredictions extends AbstractDrawOperation implements Serializable
- serialVersionUID:
- 6356419097401574024L
-
Serialized Fields
-
m_DrawAnnotations
AbstractDrawOperation m_DrawAnnotations
the draw operation to use for the annotations. -
m_DrawPredictions
AbstractDrawOperation m_DrawPredictions
the draw operation to use for the predictions. -
m_StorageAnnotations
StorageName m_StorageAnnotations
the storage item with the annotations report. -
m_StoragePredictions
StorageName m_StoragePredictions
the storage item with the predictions report.
-
-
Class adams.flow.transformer.draw.Barcode extends AbstractDrawOperation implements Serializable
- serialVersionUID:
- 5622962107167118784L
-
Serialized Fields
-
m_Encoder
AbstractBarcodeEncoder m_Encoder
Barcode type to be drawn.
-
-
Class adams.flow.transformer.draw.FloodFill extends AbstractColorDrawOperation implements Serializable
- serialVersionUID:
- -337973956383988281L
-
Serialized Fields
-
m_X
int m_X
the X position. -
m_Y
int m_Y
the Y position.
-
-
Class adams.flow.transformer.draw.Image extends AbstractDrawOperation implements Serializable
- serialVersionUID:
- -1242368406478391978L
-
Serialized Fields
-
m_Alpha
int m_Alpha
the alpha value to use for the overlay (0: transparent, 255: opaque). -
m_ImageActor
CallableActorReference m_ImageActor
the callable actor to get the image from. -
m_X
int m_X
the X position of the image (1-based). -
m_Y
int m_Y
the Y position of the image (1-based).
-
-
Class adams.flow.transformer.draw.Line extends AbstractColorStrokeDrawOperation implements Serializable
- serialVersionUID:
- -1242368406478391978L
-
Serialized Fields
-
m_X1
int m_X1
the X position of the start of the line (1-based). -
m_X2
int m_X2
the X position of the end of the line (1-based). -
m_Y1
int m_Y1
the Y position of the start of the line (1-based). -
m_Y2
int m_Y2
the Y position of the end of the line (1-based).
-
-
Class adams.flow.transformer.draw.ObjectAnnotationsFromReport extends AbstractDrawOperation implements Serializable
- serialVersionUID:
- -3088909952142797917L
-
Serialized Fields
-
m_Cleaners
AnnotationCleaner[] m_Cleaners
the cleaners to use. -
m_LabelColors
AnnotationColors[] m_LabelColors
the colorizers for the labels. -
m_LabelPlotters
LabelPlotter[] m_LabelPlotters
the label plotters. -
m_OutlineColors
AnnotationColors[] m_OutlineColors
the colorizers for the outline. -
m_OutlinePlotters
OutlinePlotter[] m_OutlinePlotters
the outline plotters. -
m_Prefix
String m_Prefix
the prefix to use. -
m_ShapeColors
AnnotationColors[] m_ShapeColors
the colorizers for the shape. -
m_ShapePlotters
ShapePlotter[] m_ShapePlotters
the shape plotters.
-
-
Class adams.flow.transformer.draw.ObjectCentersFromReport extends AbstractDrawObjectsFromReport implements Serializable
- serialVersionUID:
- 6356419097401574024L
-
Serialized Fields
-
m_Diameter
double m_Diameter
the diameter of the circle.
-
-
Class adams.flow.transformer.draw.ObjectLocationsFromReport extends AbstractDrawObjectsFromReport implements Serializable
- serialVersionUID:
- 6356419097401574024L
-
Serialized Fields
-
m_Filled
boolean m_Filled
whether to draw the shape filled. -
m_OutlineAlpha
int m_OutlineAlpha
the alpha value to use for the outlines. -
m_PolygonBounds
boolean m_PolygonBounds
whether to draw the bounds of the polygon as well. -
m_StrokeThickness
float m_StrokeThickness
the thickness of the stroke.
-
-
Class adams.flow.transformer.draw.Oval extends AbstractColorStrokeDrawOperation implements Serializable
- serialVersionUID:
- -1242368406478391978L
-
Serialized Fields
-
m_Fill
boolean m_Fill
whether to fill the oval. -
m_Height
int m_Height
the height of the oval. -
m_Width
int m_Width
the width of the oval. -
m_X
int m_X
the X position of the oval (1-based). -
m_Y
int m_Y
the Y position of the oval (1-based).
-
-
Class adams.flow.transformer.draw.Pixel extends AbstractColorDrawOperation implements Serializable
- serialVersionUID:
- -337973956383988281L
-
Serialized Fields
-
m_RGBA
int m_RGBA
the RGBA value of the pixel. -
m_Type
Pixel.PixelValueType m_Type
what type of value to use for the pixel. -
m_X
int m_X
the X position of the pixel (1-based). -
m_Y
int m_Y
the Y position of the pixel (1-based).
-
-
Class adams.flow.transformer.draw.Rectangle extends AbstractColorStrokeDrawOperation implements Serializable
- serialVersionUID:
- -337973956383988281L
-
Serialized Fields
-
m_ArcHeight
int m_ArcHeight
the height of the arc. -
m_ArcWidth
int m_ArcWidth
the width of the arc. -
m_Fill
boolean m_Fill
whether to fill the rectangle. -
m_Height
int m_Height
the height of the rectangle. -
m_Width
int m_Width
the width of the rectangle. -
m_X
int m_X
the X position of the rectangle (1-based). -
m_Y
int m_Y
the Y position of the rectangle (1-based).
-
-
Class adams.flow.transformer.draw.Text extends AbstractColorDrawOperation implements Serializable
- serialVersionUID:
- -1242368406478391978L
-
Serialized Fields
-
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_Font
Font m_Font
the font to use. -
m_Text
String m_Text
the text to draw. -
m_X
int m_X
the X position of the text (1-based). -
m_Y
int m_Y
the Y position of the text (1-based). -
m_YIncrement
int m_YIncrement
the Y increment when outputting multiple lines.
-
-
-
Package adams.flow.transformer.exiftagoperation
-
Class adams.flow.transformer.exiftagoperation.AbstractApacheCommonsExifTagOperation extends AbstractExifTagOperation<I,O> implements Serializable
- serialVersionUID:
- 3967360712684705885L
-
Serialized Fields
-
m_Tag
ExifTagEnum.Item m_Tag
the tag to process.
-
-
Class adams.flow.transformer.exiftagoperation.AbstractExifTagOperation extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -4311927144082965123L
-
Class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagExists extends AbstractApacheCommonsExifTagOperation<Object,Boolean> implements Serializable
- serialVersionUID:
- -4257460091938302125L
-
Class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagRead extends AbstractApacheCommonsExifTagOperation<Object,Object> implements Serializable
- serialVersionUID:
- -4257460091938302125L
-
Class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagRemove extends AbstractApacheCommonsExifTagOperation<Object,Object> implements Serializable
- serialVersionUID:
- -4257460091938302125L
-
Class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagWrite extends AbstractApacheCommonsExifTagOperation<Object,Object> implements Serializable
- serialVersionUID:
- -4257460091938302125L
-
Serialized Fields
-
m_Value
String m_Value
the value to write.
-
-
-
Package adams.flow.transformer.generatefilebaseddataset
-
Class adams.flow.transformer.generatefilebaseddataset.AbstractFileBasedDatasetGeneration extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4495314537877166279L
-
Class adams.flow.transformer.generatefilebaseddataset.SimpleFileList extends AbstractFileBasedDatasetGeneration<String> implements Serializable
- serialVersionUID:
- -770254975357506229L
-
Serialized Fields
-
m_OutputFile
PlaceholderFile m_OutputFile
the output file. -
m_Value
String m_Value
the value in the container to use.
-
-
-
Package adams.flow.transformer.imagepreparation
-
Class adams.flow.transformer.imagepreparation.AbstractImagePreparation extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -4035633099365011707L
-
Class adams.flow.transformer.imagepreparation.PassThrough extends AbstractImagePreparation implements Serializable
-
-
Package adams.flow.transformer.indexedsplitsrunsevaluation
-
Class adams.flow.transformer.indexedsplitsrunsevaluation.AbstractIndexedSplitsRunsEvaluation extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7790713819190384379L
-
Serialized Fields
-
m_FlowContext
Actor m_FlowContext
the flow context. -
m_Stopped
boolean m_Stopped
whether the evaluation was stopped.
-
-
Class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation extends AbstractIndexedSplitsRunsEvaluation<weka.core.Instances,WekaEvaluationContainer[]> implements Serializable
- serialVersionUID:
- 2181874663254037648L
-
Serialized Fields
-
m_Classifier
CallableActorReference m_Classifier
the name of the callable weka classifier. -
m_DiscardPredictions
boolean m_DiscardPredictions
whether to discard predictions. -
m_ManualClassifier
weka.classifiers.Classifier m_ManualClassifier
a programmatically supplied classifier. -
m_TestSplitName
String m_TestSplitName
the split to use for testing. -
m_TrainSplitName
String m_TrainSplitName
the split to use for training.
-
-
Class adams.flow.transformer.indexedsplitsrunsevaluation.NullEvaluation extends AbstractIndexedSplitsRunsEvaluation<Object,String> implements Serializable
- serialVersionUID:
- -2999867662233949084L
-
-
Package adams.flow.transformer.indexedsplitsrunsgenerator
-
Class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractIndexedSplitsRunsGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6513142055574442720L
-
Serialized Fields
-
m_FlowContext
Actor m_FlowContext
the flow context. -
m_MetaData
BaseKeyValuePair[] m_MetaData
the meta-data to add.
-
-
Class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractInstancesIndexedSplitsRunsGenerator extends AbstractIndexedSplitsRunsGenerator implements Serializable
- serialVersionUID:
- -3421372018638798691L
-
Serialized Fields
-
m_AddAttributeInformation
boolean m_AddAttributeInformation
whether to added attribute information to the meta-data as well. -
m_AddDatasetInformation
boolean m_AddDatasetInformation
whether to added basic dataset information to the meta-data as well.
-
-
Class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractSpreadSheetIndexedSplitsRunsGenerator extends AbstractIndexedSplitsRunsGenerator implements Serializable
- serialVersionUID:
- -3421372018638798691L
-
Class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesCrossValidationFoldGenerator extends AbstractInstancesIndexedSplitsRunsGenerator implements Serializable
- serialVersionUID:
- -845552507613381226L
-
Serialized Fields
-
m_NumFolds
int m_NumFolds
the number of folds. -
m_Randomize
boolean m_Randomize
whether to randomize the data. -
m_Seed
long m_Seed
the seed value. -
m_Stratify
boolean m_Stratify
whether to stratify the data (in case of nominal class).
-
-
Class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator extends AbstractInstancesIndexedSplitsRunsGenerator implements Serializable
- serialVersionUID:
- -845552507613381226L
-
Serialized Fields
-
m_Group
String m_Group
the group expression. -
m_Index
WekaAttributeIndex m_Index
the index to use for grouping. -
m_NumFolds
int m_NumFolds
the number of folds. -
m_Randomize
boolean m_Randomize
whether to randomize the data. -
m_RegExp
BaseRegExp m_RegExp
the regular expression for the nominal/string attribute. -
m_Seed
long m_Seed
the seed value. -
m_Stratify
boolean m_Stratify
whether to stratify the data (in case of nominal class).
-
-
Class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator extends AbstractInstancesIndexedSplitsRunsGenerator implements Serializable
- serialVersionUID:
- -845552507613381226L
-
Serialized Fields
-
m_Group
String m_Group
the group expression. -
m_Index
WekaAttributeIndex m_Index
the index to use for grouping. -
m_Percentage
double m_Percentage
the percentage. -
m_PreserveOrder
boolean m_PreserveOrder
whether to preserve the order. -
m_RegExp
BaseRegExp m_RegExp
the regular expression for the nominal/string attribute. -
m_Seed
long m_Seed
the seed value.
-
-
Class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesRandomSplitGenerator extends AbstractInstancesIndexedSplitsRunsGenerator implements Serializable
- serialVersionUID:
- -845552507613381226L
-
Serialized Fields
-
m_Percentage
double m_Percentage
the percentage. -
m_PreserveOrder
boolean m_PreserveOrder
whether to preserve the order. -
m_Seed
long m_Seed
the seed value.
-
-
Class adams.flow.transformer.indexedsplitsrunsgenerator.ManualSplitGenerator extends AbstractIndexedSplitsRunsGenerator implements Serializable
- serialVersionUID:
- -8978470236154443815L
-
Serialized Fields
-
m_Randomize
boolean m_Randomize
whether to randomize the data. -
m_Seed
long m_Seed
the seed value. -
m_Splits
BaseKeyValuePair[] m_Splits
the named ranges.
-
-
Class adams.flow.transformer.indexedsplitsrunsgenerator.MultiRunGenerator extends AbstractIndexedSplitsRunsGenerator implements Serializable
- serialVersionUID:
- -4745486074603563061L
-
Serialized Fields
-
m_Generator
IndexedSplitsRunsGenerator m_Generator
the base generator. -
m_NumRuns
int m_NumRuns
the number of runs to generate.
-
-
Class adams.flow.transformer.indexedsplitsrunsgenerator.SpreadSheetRandomSplitGenerator extends AbstractSpreadSheetIndexedSplitsRunsGenerator implements Serializable
- serialVersionUID:
- -845552507613381226L
-
Serialized Fields
-
m_Percentage
double m_Percentage
the percentage. -
m_PreserveOrder
boolean m_PreserveOrder
whether to preserve the order. -
m_Seed
long m_Seed
the seed value.
-
-
-
Package adams.flow.transformer.indexedsplitsrunspredictions
-
Class adams.flow.transformer.indexedsplitsrunspredictions.AbstractIndexedSplitsRunsPredictions extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7790713819190384379L
-
Serialized Fields
-
m_FlowContext
Actor m_FlowContext
the flow context. -
m_Stopped
boolean m_Stopped
whether the evaluation was stopped.
-
-
Class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions extends AbstractIndexedSplitsRunsPredictions<weka.core.Instances> implements Serializable
- serialVersionUID:
- 2315594121849810804L
-
Serialized Fields
-
m_Classifier
CallableActorReference m_Classifier
the name of the callable weka classifier. -
m_ManualClassifier
weka.classifiers.Classifier m_ManualClassifier
a programmatically supplied classifier. -
m_TestSplitName
String m_TestSplitName
the split to use for testing. -
m_TrainSplitName
String m_TrainSplitName
the split to use for training.
-
-
Class adams.flow.transformer.indexedsplitsrunspredictions.NullPredictions extends AbstractIndexedSplitsRunsPredictions<Object> implements Serializable
- serialVersionUID:
- -2999867662233949084L
-
-
Package adams.flow.transformer.locateobjects
-
Class adams.flow.transformer.locateobjects.AbstractMetaObjectLocator extends AbstractObjectLocator implements Serializable
- serialVersionUID:
- -3309646673529069652L
-
Serialized Fields
-
m_Locator
AbstractObjectLocator m_Locator
the base locator.
-
-
Class adams.flow.transformer.locateobjects.AbstractObjectLocator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -4035633099365011707L
-
Serialized Fields
-
m_CanvasColor
Color m_CanvasColor
the canvas color. -
m_CanvasHeight
int m_CanvasHeight
the canvas height. -
m_CanvasWidth
int m_CanvasWidth
the canvas width. -
m_CenterOnCanvas
boolean m_CenterOnCanvas
whether to place the located object on a fixed size canvas. -
m_Errors
List<String> m_Errors
for storing errors. -
m_Stopped
boolean m_Stopped
whether the execution was stopped. -
m_Warnings
List<String> m_Warnings
for storing warnings.
-
-
Class adams.flow.transformer.locateobjects.AcceptAllLocatedObjectsFilter extends Object implements Serializable
- serialVersionUID:
- -4254766410476769680L
-
Class adams.flow.transformer.locateobjects.BinaryContours extends AbstractObjectLocator implements Serializable
- serialVersionUID:
- 9160763275489359825L
-
Serialized Fields
-
m_ConnectRule
boofcv.struct.ConnectRule m_ConnectRule
the connect rule. -
m_RemoveSmallBlobs
boolean m_RemoveSmallBlobs
whether to remove small blobs.
-
-
Class adams.flow.transformer.locateobjects.CannyBinary extends AbstractObjectLocator implements Serializable
- serialVersionUID:
- 9160763275489359825L
-
Serialized Fields
-
m_BlurRadius
int m_BlurRadius
the blur radius to use. -
m_ConnectRule
boofcv.struct.ConnectRule m_ConnectRule
the connect rule. -
m_ThresholdHigh
float m_ThresholdHigh
the high threshold. -
m_ThresholdLow
float m_ThresholdLow
the low threshold.
-
-
Class adams.flow.transformer.locateobjects.CannyEdges extends AbstractObjectLocator implements Serializable
- serialVersionUID:
- 9160763275489359825L
-
Serialized Fields
-
m_BlurRadius
int m_BlurRadius
the blur radius to use. -
m_ThresholdHigh
float m_ThresholdHigh
the high threshold. -
m_ThresholdLow
float m_ThresholdLow
the low threshold.
-
-
Class adams.flow.transformer.locateobjects.ChangeCanvasSize extends AbstractMetaObjectLocator implements Serializable
- serialVersionUID:
- 7548064590836834398L
-
Serialized Fields
-
m_Anchor
ImageAnchor m_Anchor
where to anchor the position on the canvas. -
m_Background
Color m_Background
the background color.
-
-
Class adams.flow.transformer.locateobjects.CroppedLocator extends AbstractMetaObjectLocator implements Serializable
- serialVersionUID:
- -3902398122751433577L
-
Serialized Fields
-
m_Crop
AbstractCropAlgorithm m_Crop
the crop algorithm to use.
-
-
Class adams.flow.transformer.locateobjects.LocatedObject extends Object implements Serializable
- serialVersionUID:
- 8662599273386642371L
-
Serialized Fields
-
m_ActualPolygon
Polygon m_ActualPolygon
the actual polygon. -
m_ActualRectangle
Rectangle m_ActualRectangle
the actual rectangle. -
m_Height
int m_Height
the height of the actual object sub-image. -
m_Image
BufferedImage m_Image
the cut-out object, if available. -
m_MetaData
Map<String,Object> m_MetaData
additional meta-data. -
m_Width
int m_Width
the width of the actual object sub-image. -
m_X
int m_X
the x of the top-left corner in the original image. -
m_Y
int m_Y
the y of the top-left corner in the original image.
-
-
Class adams.flow.transformer.locateobjects.LocatedObjects extends ArrayList<LocatedObject> implements Serializable
- serialVersionUID:
- 7784285445489902957L
-
Serialized Fields
-
m_Logger
Logger m_Logger
the logger in use.
-
-
Class adams.flow.transformer.locateobjects.PassThrough extends AbstractObjectLocator implements Serializable
- serialVersionUID:
- 9160763275489359825L
-
Class adams.flow.transformer.locateobjects.SizeFilter extends AbstractMetaObjectLocator implements Serializable
- serialVersionUID:
- 7548064590836834398L
-
Serialized Fields
-
m_MaxHeight
int m_MaxHeight
the maximum height. -
m_MaxWidth
int m_MaxWidth
the maximum width. -
m_MinHeight
int m_MinHeight
the minimum height. -
m_MinWidth
int m_MinWidth
the minimum width.
-
-
Class adams.flow.transformer.locateobjects.XScreenMaskLocator extends AbstractObjectLocator implements Serializable
- serialVersionUID:
- -8858162456921699059L
-
Serialized Fields
-
m_Color
XScreenMaskHelper.Color m_Color
Color to be masked out. -
m_Crop
AbstractCropAlgorithm m_Crop
Cropping algorithm. -
m_Down
boolean m_Down
If true, then pixels <= threshold are not masked and the others' alpha channel are set to 0 (made transparent). -
m_MaxSize
int m_MaxSize
Maximum object size. -
m_MinSize
int m_MinSize
Minimum object size. -
m_Scale
double m_Scale
Scale factor of working image (decrease scale for speed, increase for accuracy). -
m_Threshold
int m_Threshold
Threshold value used for binarization, specify -1 to automatically determine a threshold.
-
-
-
Package adams.flow.transformer.mapfilter
-
Class adams.flow.transformer.mapfilter.AbstractMapFilter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3009952990315967235L
-
Class adams.flow.transformer.mapfilter.PassThrough extends AbstractMapFilter implements Serializable
- serialVersionUID:
- 5724671899097703956L
-
Class adams.flow.transformer.mapfilter.RemoveByName extends AbstractMapFilter implements Serializable
- serialVersionUID:
- -283220118803834279L
-
Serialized Fields
-
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_RegExp
BaseRegExp m_RegExp
the regular expression that the names must match.
-
-
-
Package adams.flow.transformer.metadata
-
Class adams.flow.transformer.metadata.AbstractMetaDataExtractor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -4035633099365011707L
-
Class adams.flow.transformer.metadata.ApacheCommons extends AbstractMetaDataExtractor implements Serializable
- serialVersionUID:
- 3185245918519979059L
-
Class adams.flow.transformer.metadata.MetaDataExtractor extends AbstractMetaDataExtractor implements Serializable
- serialVersionUID:
- 3185245918519979059L
-
-
Package adams.flow.transformer.multimapoperation
-
Class adams.flow.transformer.multimapoperation.AbstractMultiMapOperation extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1185449853784824033L
-
Class adams.flow.transformer.multimapoperation.CommonKeys extends AbstractMultiMapOperation<Object[]> implements Serializable
- serialVersionUID:
- 5831884654010979232L
-
Class adams.flow.transformer.multimapoperation.Merge extends AbstractMultiMapOperation<Map> implements Serializable
- serialVersionUID:
- 5831884654010979232L
-
Serialized Fields
-
m_NoCopy
boolean m_NoCopy
whether to skip creating a copy of the map. -
m_Overwrite
boolean m_Overwrite
whether to overwrite existing keys.
-
-
Class adams.flow.transformer.multimapoperation.PassThrough extends AbstractMultiMapOperation<Map[]> implements Serializable
- serialVersionUID:
- 5831884654010979232L
-
-
Package adams.flow.transformer.multispreadsheetoperation
-
Class adams.flow.transformer.multispreadsheetoperation.AbstractIndentifiableRowOperation extends AbstractMultiSpreadSheetOperation<SpreadSheet> implements Serializable
- serialVersionUID:
- -5056170789277731638L
-
Serialized Fields
-
m_ColIndices
int[] m_ColIndices
the column indices to use. -
m_KeyColumns
SpreadSheetColumnRange m_KeyColumns
the range of column indices to use as key for identifying a row. -
m_Rows
RowIdentifier[] m_Rows
for locating the rows.
-
-
Class adams.flow.transformer.multispreadsheetoperation.AbstractMultiSpreadSheetOperation extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1185449853784824033L
-
Class adams.flow.transformer.multispreadsheetoperation.CommonIDs extends AbstractMultiSpreadSheetOperation<SpreadSheet> implements Serializable
- serialVersionUID:
- 3363405805013155845L
-
Serialized Fields
-
m_Index
SpreadSheetColumnIndex m_Index
the column in the spreadsheet. -
m_Invert
boolean m_Invert
whether to invert the matching (= return the IDs not in common).
-
-
Class adams.flow.transformer.multispreadsheetoperation.Difference extends AbstractIndentifiableRowOperation implements Serializable
- serialVersionUID:
- -5056170789277731638L
-
Class adams.flow.transformer.multispreadsheetoperation.Merge extends AbstractMultiSpreadSheetOperation<SpreadSheet> implements Serializable
- serialVersionUID:
- 3778575114133031631L
-
Serialized Fields
-
m_MergeMethod
AbstractMerge m_MergeMethod
The method to use to perform the merge.
-
-
Class adams.flow.transformer.multispreadsheetoperation.Overlay extends AbstractMultiSpreadSheetOperation<SpreadSheet> implements Serializable
- serialVersionUID:
- 5831884654010979232L
-
Class adams.flow.transformer.multispreadsheetoperation.PassThrough extends AbstractMultiSpreadSheetOperation<SpreadSheet[]> implements Serializable
- serialVersionUID:
- 5831884654010979232L
-
Class adams.flow.transformer.multispreadsheetoperation.Sum extends AbstractIndentifiableRowOperation implements Serializable
- serialVersionUID:
- -5056170789277731638L
-
-
Package adams.flow.transformer.negativeregions
-
Class adams.flow.transformer.negativeregions.AbstractMetaNegativeRegionsGenerator extends AbstractNegativeRegionsGenerator implements Serializable
- serialVersionUID:
- -5375085537634934346L
-
Serialized Fields
-
m_ActualAlgorithm
AbstractNegativeRegionsGenerator m_ActualAlgorithm
the actual algorithm in use. -
m_Algorithm
AbstractNegativeRegionsGenerator m_Algorithm
the base generator to use.
-
-
Class adams.flow.transformer.negativeregions.AbstractNegativeRegionsGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3551924872679626711L
-
Serialized Fields
-
m_Stopped
boolean m_Stopped
whether the generator was stopped.
-
-
Class adams.flow.transformer.negativeregions.LargestRegions extends AbstractMetaNegativeRegionsGenerator implements Serializable
- serialVersionUID:
- -904202231629949668L
-
Serialized Fields
-
m_MaxRegions
int m_MaxRegions
the maximum number of regions to return.
-
-
Class adams.flow.transformer.negativeregions.MaxDimensions extends AbstractMetaNegativeRegionsGenerator implements Serializable
- serialVersionUID:
- -904202231629949668L
-
Serialized Fields
-
m_MaxHeight
int m_MaxHeight
the maximum height. -
m_MaxWidth
int m_MaxWidth
the maximum width.
-
-
Class adams.flow.transformer.negativeregions.MinDimensions extends AbstractMetaNegativeRegionsGenerator implements Serializable
- serialVersionUID:
- -904202231629949668L
-
Serialized Fields
-
m_MinHeight
int m_MinHeight
the minimum height. -
m_MinWidth
int m_MinWidth
the minimum width.
-
-
Class adams.flow.transformer.negativeregions.Null extends AbstractNegativeRegionsGenerator implements Serializable
- serialVersionUID:
- -3098590558581645598L
-
Class adams.flow.transformer.negativeregions.RandomRegions extends AbstractNegativeRegionsGenerator implements Serializable
- serialVersionUID:
- -904202231629949668L
-
Serialized Fields
-
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_MaxHeight
int m_MaxHeight
the maximum height. -
m_MaxWidth
int m_MaxWidth
the maximum width. -
m_MinHeight
int m_MinHeight
the minimum height. -
m_MinWidth
int m_MinWidth
the minimum width. -
m_NumRegions
int m_NumRegions
the number of regions to generate (before removing overlapping ones). -
m_OverlapDetection
ObjectOverlap m_OverlapDetection
the object overlap calculation to use. -
m_OverlapRemoval
OverlappingObjectRemoval m_OverlapRemoval
the object removal algorithm. -
m_Seed
long m_Seed
the seed value.
-
-
Class adams.flow.transformer.negativeregions.SimpleBlockFill extends AbstractNegativeRegionsGenerator implements Serializable
- serialVersionUID:
- -3098590558581645598L
-
Serialized Fields
-
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_NumCols
int m_NumCols
the number of columns. -
m_NumRows
int m_NumRows
the number of rows. -
m_ScaleFactor
double m_ScaleFactor
the scale factor to use on the image size.
-
-
-
Package adams.flow.transformer.pdfgenerate
-
Class adams.flow.transformer.pdfgenerate.AbstractPDFGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3661670333249792042L
-
Class adams.flow.transformer.pdfgenerate.AbstractScript extends AbstractPDFGenerator implements Serializable
- serialVersionUID:
- -8283487312539061029L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.flow.transformer.pdfgenerate.AbstractScriptedPDFGenerator extends AbstractPDFGenerator implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.flow.transformer.pdfgenerate.Proclets extends AbstractPDFGenerator implements Serializable
- serialVersionUID:
- -5180261720095154102L
-
Serialized Fields
-
m_PageOrientation
PageOrientation m_PageOrientation
the page orientation. -
m_PageSize
PageSize m_PageSize
the page size. -
m_Proclets
PdfProclet[] m_Proclets
the PDF processors.
-
-
Class adams.flow.transformer.pdfgenerate.Scripted extends AbstractScriptedPDFGenerator implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
-
Package adams.flow.transformer.pdfproclet
-
Class adams.flow.transformer.pdfproclet.AbstractMetaPdfProclet extends AbstractPdfProclet implements Serializable
- serialVersionUID:
- 4506139429272953505L
-
Serialized Fields
-
m_Proclet
PdfProclet m_Proclet
the base proclet to use.
-
-
Class adams.flow.transformer.pdfproclet.AbstractPdfProclet extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -9041126884910193987L
-
Serialized Fields
-
m_RegExpFilename
BaseRegExp m_RegExpFilename
the regexp to use on the filename.
-
-
Class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithFilenameOutput extends AbstractPdfProclet implements Serializable
- serialVersionUID:
- -9041126884910193987L
-
Class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithPageBreaks extends AbstractPdfProcletWithFilenameOutput implements Serializable
- serialVersionUID:
- -9041126884910193987L
-
Serialized Fields
-
m_NumFilesPerPage
int m_NumFilesPerPage
the number of files per page. -
m_PageBreakAfter
boolean m_PageBreakAfter
whether to add a page-break after adding the file. -
m_PageBreakBefore
boolean m_PageBreakBefore
whether to add a page-break before adding the file.
-
-
Class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet extends AbstractPdfProcletWithPageBreaks implements Serializable
- serialVersionUID:
- -5894153152920062499L
-
Serialized Fields
-
m_BackgroundTableHeader
Color m_BackgroundTableHeader
the background color for the table header. -
m_ColorGeneralContent
Color m_ColorGeneralContent
the color for general content. -
m_ColorNumericContent
Color m_ColorNumericContent
the color for the numeric content. -
m_ColorTableHeader
Color m_ColorTableHeader
the color for the table header. -
m_Extensions
BaseString[] m_Extensions
the file extensions. -
m_FontGeneralContent
PdfFont m_FontGeneralContent
the font for general content. -
m_FontNumericContent
PdfFont m_FontNumericContent
the font for numeric content. -
m_FontTableHeader
PdfFont m_FontTableHeader
the font for the table header. -
m_HorizontalAlignment
AbstractSpreadSheetPdfProclet.HorizontalAlignment m_HorizontalAlignment
the horizontal alignment (if not 100% wide). -
m_NumDecimals
int m_NumDecimals
the number of decimals for numbers in tables. -
m_Reader
SpreadSheetReader m_Reader
the reader to use for loading the csv files. -
m_RelativeColumnWidths
BaseFloat[] m_RelativeColumnWidths
the relative column widths (ignored if not provided). -
m_UseAbsolutePosition
boolean m_UseAbsolutePosition
whether to use absolute position. -
m_WidthPercentage
float m_WidthPercentage
the percentage of the page width to occupy. -
m_X
float m_X
the absolute X position. -
m_Y
float m_Y
the absolute Y position.
-
-
Class adams.flow.transformer.pdfproclet.Circle extends AbstractPdfProclet implements Serializable
- serialVersionUID:
- 3962046484864891107L
-
Serialized Fields
-
m_Color
Color m_Color
the color. -
m_Extensions
BaseString[] m_Extensions
the file extensions. -
m_Fill
boolean m_Fill
whether to fill the circle. -
m_LineWidth
float m_LineWidth
the line width. -
m_Radius
float m_Radius
the radius. -
m_X
float m_X
the absolute X position. -
m_Y
float m_Y
the absolute Y position.
-
-
Class adams.flow.transformer.pdfproclet.ConfusionMatrix extends AbstractSpreadSheetPdfProclet implements Serializable
- serialVersionUID:
- -5894153152920062499L
-
Serialized Fields
-
m_BackgroundColorGenerator
ColorGradientGenerator m_BackgroundColorGenerator
the color provider to use for the background. -
m_BackgroundDiagonal
Color m_BackgroundDiagonal
the background color for the diagonal. -
m_ValueBasedBackground
boolean m_ValueBasedBackground
whether to color background based on value.
-
-
Class adams.flow.transformer.pdfproclet.DocumentState extends Object implements Serializable
- serialVersionUID:
- 4076944821318913218L
-
Serialized Fields
-
m_CurrentFiles
int m_CurrentFiles
the files added since last page break. -
m_NewPageAdded
boolean m_NewPageAdded
whether a new page got added. -
m_TotalFiles
int m_TotalFiles
the files added so far.
-
-
Class adams.flow.transformer.pdfproclet.FixedText extends AbstractPdfProclet implements Serializable
- serialVersionUID:
- 3962046484864891107L
-
Serialized Fields
-
m_ColorContent
Color m_ColorContent
the color for the content. -
m_Extensions
BaseString[] m_Extensions
the file extensions. -
m_FontContent
PdfFont m_FontContent
the font for the content. -
m_NumFilesPerPage
int m_NumFilesPerPage
the number of files per page. -
m_PageBreakAfter
boolean m_PageBreakAfter
whether to add a page-break after adding the file. -
m_PageBreakBefore
boolean m_PageBreakBefore
whether to add a page-break before adding the file. -
m_TextContent
BaseText m_TextContent
the content to add. -
m_UseAbsolutePosition
boolean m_UseAbsolutePosition
whether to use absolute position. -
m_X
float m_X
the absolute X position. -
m_Y
float m_Y
the absolute Y position.
-
-
Class adams.flow.transformer.pdfproclet.Headline extends AbstractPdfProclet implements Serializable
- serialVersionUID:
- 3962046484864891107L
-
Serialized Fields
-
m_ColorHeadline
Color m_ColorHeadline
the color for the headline. -
m_Extensions
BaseString[] m_Extensions
the file extensions. -
m_FirstPageOnly
boolean m_FirstPageOnly
whether to add it only on the first page. -
m_FontHeadline
PdfFont m_FontHeadline
the font for the headline. -
m_Headline
BaseText m_Headline
the headline to add. -
m_NumFilesPerPage
int m_NumFilesPerPage
the number of files per page. -
m_PageBreakAfter
boolean m_PageBreakAfter
whether to add a page-break after adding the file. -
m_PageBreakBefore
boolean m_PageBreakBefore
whether to add a page-break before adding the file.
-
-
Class adams.flow.transformer.pdfproclet.Image extends AbstractPdfProcletWithPageBreaks implements Serializable
- serialVersionUID:
- 3962046484864891107L
-
Serialized Fields
-
m_Rotation
int m_Rotation
the degrees to rotate images. -
m_Scale
double m_Scale
the percentage (0-1) to scale the images to. -
m_ScalingType
Image.ScalingType m_ScalingType
the type of scaling to use. -
m_UseAbsolutePosition
boolean m_UseAbsolutePosition
whether to use absolute position. -
m_X
float m_X
the absolute X position. -
m_Y
float m_Y
the absolute Y position.
-
-
Class adams.flow.transformer.pdfproclet.Line extends AbstractPdfProclet implements Serializable
- serialVersionUID:
- 3962046484864891107L
-
Serialized Fields
-
m_Color
Color m_Color
the color. -
m_Extensions
BaseString[] m_Extensions
the file extensions. -
m_LineWidth
float m_LineWidth
the line width. -
m_X1
float m_X1
the absolute X1 position. -
m_X2
float m_X2
the absolute X2 position. -
m_Y1
float m_Y1
the absolute Y1 position. -
m_Y2
float m_Y2
the absolute Y2 position.
-
-
Class adams.flow.transformer.pdfproclet.MetaHeadline extends AbstractMetaPdfProclet implements Serializable
- serialVersionUID:
- 3962046484864891107L
-
Serialized Fields
-
m_ColorHeadline
Color m_ColorHeadline
the color for the headline. -
m_Extensions
BaseString[] m_Extensions
the file extensions. -
m_FirstPageOnly
boolean m_FirstPageOnly
whether to add it only on the first page. -
m_FontHeadline
PdfFont m_FontHeadline
the font for the headline. -
m_Headline
BaseText m_Headline
the headline to add. -
m_NumFilesPerPage
int m_NumFilesPerPage
the number of files per page. -
m_PageBreakAfter
boolean m_PageBreakAfter
whether to add a page-break after adding the file. -
m_PageBreakBefore
boolean m_PageBreakBefore
whether to add a page-break before adding the file.
-
-
Class adams.flow.transformer.pdfproclet.NewPage extends AbstractPdfProclet implements Serializable
- serialVersionUID:
- 3962046484864891107L
-
Serialized Fields
-
m_Extensions
BaseString[] m_Extensions
the file extensions.
-
-
Class adams.flow.transformer.pdfproclet.PDFGenerator extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- 8778949995989733244L
-
Serialized Fields
-
m_Document
com.itextpdf.text.Document m_Document
the documentation that is being worked on. -
m_Output
PlaceholderFile m_Output
the output file. -
m_PageOrientation
PageOrientation m_PageOrientation
the page orientation. -
m_PageSize
PageSize m_PageSize
the page size. -
m_Proclets
PdfProclet[] m_Proclets
the PDF processors. -
m_State
DocumentState m_State
the document state. -
m_Writer
com.itextpdf.text.pdf.PdfWriter m_Writer
the writer.
-
-
Class adams.flow.transformer.pdfproclet.PlainText extends AbstractPdfProcletWithPageBreaks implements Serializable
- serialVersionUID:
- 3962046484864891107L
-
Serialized Fields
-
m_ColorContent
Color m_ColorContent
the color for the content. -
m_Extensions
BaseString[] m_Extensions
the file extensions. -
m_FontContent
PdfFont m_FontContent
the font for the content. -
m_UseAbsolutePosition
boolean m_UseAbsolutePosition
whether to use absolute position. -
m_X
float m_X
the absolute X position. -
m_Y
float m_Y
the absolute Y position.
-
-
Class adams.flow.transformer.pdfproclet.Rectangle extends AbstractPdfProclet implements Serializable
- serialVersionUID:
- 3962046484864891107L
-
Serialized Fields
-
m_Color
Color m_Color
the color. -
m_Extensions
BaseString[] m_Extensions
the file extensions. -
m_Fill
boolean m_Fill
whether to fill the circle. -
m_Height
float m_Height
the height. -
m_LineWidth
float m_LineWidth
the line width. -
m_Width
float m_Width
the width. -
m_X
float m_X
the absolute X position. -
m_Y
float m_Y
the absolute Y position.
-
-
Class adams.flow.transformer.pdfproclet.SpreadSheet extends AbstractSpreadSheetPdfProclet implements Serializable
- serialVersionUID:
- -5894153152920062499L
-
-
Package adams.flow.transformer.pdfstamp
-
Class adams.flow.transformer.pdfstamp.AbstractPageRangeStamper extends AbstractStamper implements Serializable
- serialVersionUID:
- -8844401168882904723L
-
Serialized Fields
-
m_Pages
Range m_Pages
the page range to work on.
-
-
Class adams.flow.transformer.pdfstamp.AbstractStamper extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1659556085362111076L
-
Class adams.flow.transformer.pdfstamp.Image extends AbstractPageRangeStamper implements Serializable
- serialVersionUID:
- -2687932798037862212L
-
Serialized Fields
-
m_Image
PlaceholderFile m_Image
the image. -
m_Rotation
float m_Rotation
the rotation. -
m_Scale
float m_Scale
the percentage (0-1) to scale the images to. -
m_X
float m_X
the x position. -
m_Y
float m_Y
the y position.
-
-
Class adams.flow.transformer.pdfstamp.PassThrough extends AbstractStamper implements Serializable
- serialVersionUID:
- -2687932798037862212L
-
Class adams.flow.transformer.pdfstamp.Text extends AbstractPageRangeStamper implements Serializable
- serialVersionUID:
- -2687932798037862212L
-
Serialized Fields
-
m_Alignment
Text.Alignment m_Alignment
the alignment. -
m_Font
PdfFont m_Font
the font. -
m_Rotation
float m_Rotation
the rotation. -
m_Template
String m_Template
the text template. -
m_X
float m_X
the x position. -
m_Y
float m_Y
the y position.
-
-
-
Package adams.flow.transformer.pixelselector
-
Class adams.flow.transformer.pixelselector.AbstractColorProviderPixelSelectorOverlay extends AbstractPixelSelectorOverlay implements Serializable
- serialVersionUID:
- -2158576853112526562L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color of the overlay.
-
-
Class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction extends AbstractBaseAction implements Serializable
- serialVersionUID:
- -6674327571331925321L
-
Serialized Fields
-
m_OptionManager
OptionManager m_OptionManager
for managing the available options.
-
-
Class adams.flow.transformer.pixelselector.AbstractPixelSelectorOverlay extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3880315824020638532L
-
Serialized Fields
-
m_Image
AbstractImageContainer m_Image
the underlying image.
-
-
Class adams.flow.transformer.pixelselector.AbstractSingleColorPixelSelectorOverlay extends AbstractPixelSelectorOverlay implements Serializable
- serialVersionUID:
- 6990484211289800474L
-
Serialized Fields
-
m_Color
Color m_Color
the color of the overlay.
-
-
Class adams.flow.transformer.pixelselector.AddClassification extends AbstractPixelSelectorAction implements Serializable
- serialVersionUID:
- 553796438710725814L
-
Serialized Fields
-
m_Labels
BaseString[] m_Labels
the classification labels to use. -
m_RememberLastSelection
boolean m_RememberLastSelection
whether to remember the last selection.
-
-
Class adams.flow.transformer.pixelselector.BottomRightCorner extends AbstractPixelSelectorAction implements Serializable
- serialVersionUID:
- 372080154716324867L
-
Class adams.flow.transformer.pixelselector.ClassificationOverlay extends AbstractSingleColorPixelSelectorOverlay implements Serializable
- serialVersionUID:
- 5524667354695674686L
-
Serialized Fields
-
m_ShowIndex
boolean m_ShowIndex
whether to display the index. -
m_ShowLabel
boolean m_ShowLabel
whether to display the label.
-
-
Class adams.flow.transformer.pixelselector.PixelSelectorPanel extends BasePanel implements Serializable
- serialVersionUID:
- 8742441848602035650L
-
Serialized Fields
-
m_ActionListeners
HashSet<ActionListener> m_ActionListeners
the action listeners. -
m_Actions
AbstractPixelSelectorAction[] m_Actions
the actions that are available from the popup menu. -
m_ButtonCancel
BaseButton m_ButtonCancel
the Cancel button. -
m_ButtonOK
BaseButton m_ButtonOK
the OK button. -
m_Image
AbstractImageContainer m_Image
the current image container. -
m_ImagePanel
ImagePanel m_ImagePanel
the image panel. -
m_LastActionResult
Hashtable<Class,Object> m_LastActionResult
the last action result for a selector action. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar. -
m_ReportTable
ReportFactory.Table m_ReportTable
the report table. -
m_Result
int m_Result
the result (ok or cancel). -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane.
-
-
Class adams.flow.transformer.pixelselector.RectangleOverlay extends AbstractSingleColorPixelSelectorOverlay implements Serializable
- serialVersionUID:
- -5646722242616870109L
-
Class adams.flow.transformer.pixelselector.SimpleOverlay extends AbstractSingleColorPixelSelectorOverlay implements Serializable
- serialVersionUID:
- -3424961839663573502L
-
Class adams.flow.transformer.pixelselector.SimpleSelect extends AbstractPixelSelectorAction implements Serializable
- serialVersionUID:
- 8827194675683943806L
-
Class adams.flow.transformer.pixelselector.TopLeftCorner extends AbstractPixelSelectorAction implements Serializable
- serialVersionUID:
- 4331513793526591543L
-
-
Package adams.flow.transformer.plotgenerator
-
Class adams.flow.transformer.plotgenerator.AbstractPlotGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7535085726098063330L
-
Serialized Fields
-
m_DefaultCellValue
double m_DefaultCellValue
the default value for missing or non-numeric cells. -
m_PlotNameRange
SpreadSheetColumnRange m_PlotNameRange
the columns that make up the plot name. -
m_PlotNameSeparator
String m_PlotNameSeparator
the separator for the plot names.
-
-
Class adams.flow.transformer.plotgenerator.AndrewsCurvesGenerator extends AbstractPlotGenerator implements Serializable
- serialVersionUID:
- 5687113015681744506L
-
Serialized Fields
-
m_MetaDataColumns
SpreadSheetColumnRange m_MetaDataColumns
the meta-data columns. -
m_NumPoints
int m_NumPoints
the number of data points. -
m_PlotColumns
SpreadSheetColumnRange m_PlotColumns
the columns to plot. -
m_Prefix
String m_Prefix
the prefix for the plots.
-
-
Class adams.flow.transformer.plotgenerator.NamedPlotGenerator extends AbstractPlotGenerator implements Serializable
- serialVersionUID:
- 114825117464139953L
-
Serialized Fields
-
m_NameColumn
SpreadSheetColumnIndex m_NameColumn
the column for the plot name. -
m_XColumn
SpreadSheetColumnIndex m_XColumn
the X column. -
m_YColumn
SpreadSheetColumnIndex m_YColumn
the Y column.
-
-
Class adams.flow.transformer.plotgenerator.RowWisePlotGenerator extends AbstractPlotGenerator implements Serializable
- serialVersionUID:
- -1679247321811941656L
-
Serialized Fields
-
m_AddColumnName
boolean m_AddColumnName
whether to add the column name as meta-data. -
m_DataColumns
SpreadSheetColumnRange m_DataColumns
the columns to plot. -
m_IDColumn
SpreadSheetColumnIndex m_IDColumn
the (optional) column that identifies a row, uses as plot name. -
m_MetaDataColumns
SpreadSheetColumnRange m_MetaDataColumns
the meta-data columns.
-
-
Class adams.flow.transformer.plotgenerator.SimplePlotGenerator extends AbstractPlotGenerator implements Serializable
- serialVersionUID:
- -1679247321811941656L
-
Serialized Fields
-
m_MetaDataColumns
SpreadSheetColumnRange m_MetaDataColumns
the meta-data columns. -
m_PlotColumns
SpreadSheetColumnRange m_PlotColumns
the columns to plot.
-
-
Class adams.flow.transformer.plotgenerator.XYPlotGenerator extends AbstractPlotGenerator implements Serializable
- serialVersionUID:
- 2881757430571628883L
-
Serialized Fields
-
m_MetaDataColumns
SpreadSheetColumnRange m_MetaDataColumns
the meta-data columns. -
m_PlotColumns
SpreadSheetColumnRange m_PlotColumns
the columns to plot. -
m_PrefixColumns
SpreadSheetColumnRange m_PrefixColumns
the columns to prefix the plot name with. -
m_Separator
String m_Separator
the separator string. -
m_XColumn
SpreadSheetColumnIndex m_XColumn
the (optional) column to use as X value.
-
-
Class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator extends AbstractPlotGenerator implements Serializable
- serialVersionUID:
- 2881757430571628883L
-
Serialized Fields
-
m_MetaDataColumns
SpreadSheetColumnRange m_MetaDataColumns
the meta-data columns. -
m_XColumn
SpreadSheetColumnIndex m_XColumn
the column to use as X value (optional). -
m_XErrorColumns
SpreadSheetColumnRange m_XErrorColumns
the columns to use as X error, 1=delta, 2=low/high (optional). -
m_YColumn
SpreadSheetColumnIndex m_YColumn
the column to use as Y value. -
m_YErrorColumns
SpreadSheetColumnRange m_YErrorColumns
the columns to use as Y error, 1=delta, 2=low/high.
-
-
-
Package adams.flow.transformer.preparefilebaseddataset
-
Class adams.flow.transformer.preparefilebaseddataset.AbstractFileBasedDatasetPreparation extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3778706669872750731L
-
Class adams.flow.transformer.preparefilebaseddataset.AbstractRandomizableFileBasedDatasetPreparation extends AbstractFileBasedDatasetPreparation<T> implements Serializable
- serialVersionUID:
- -5423856112374249044L
-
Serialized Fields
-
m_Seed
long m_Seed
the seed.
-
-
Class adams.flow.transformer.preparefilebaseddataset.CrossValidation extends AbstractRandomizableFileBasedDatasetPreparation<String[]> implements Serializable
- serialVersionUID:
- 7027794624748574933L
-
Serialized Fields
-
m_ActualNumFolds
int m_ActualNumFolds
the actual number of folds. -
m_NumFolds
int m_NumFolds
the number of folds. -
m_Randomize
boolean m_Randomize
whether to randomize the data.
-
-
Class adams.flow.transformer.preparefilebaseddataset.GroupedCrossValidation extends CrossValidation implements Serializable
- serialVersionUID:
- 7027794624748574933L
-
Serialized Fields
-
m_Group
String m_Group
the group expression. -
m_RegExp
BaseRegExp m_RegExp
the regular expression for the nominal/string attribute. -
m_RemoveExtension
boolean m_RemoveExtension
whether to remove the extension. -
m_UseOnlyName
boolean m_UseOnlyName
whether to only use the name, not the path inthe grouping.
-
-
Class adams.flow.transformer.preparefilebaseddataset.GroupedTrainTestSplit extends TrainTestSplit implements Serializable
- serialVersionUID:
- 7027794624748574933L
-
Serialized Fields
-
m_Group
String m_Group
the group expression. -
m_RegExp
BaseRegExp m_RegExp
the regular expression for the nominal/string attribute. -
m_RemoveExtension
boolean m_RemoveExtension
whether to remove the extension. -
m_UseOnlyName
boolean m_UseOnlyName
whether to only use the name, not the path inthe grouping.
-
-
Class adams.flow.transformer.preparefilebaseddataset.GroupedTrainValidateTestSplit extends TrainValidateTestSplit implements Serializable
- serialVersionUID:
- 7027794624748574933L
-
Serialized Fields
-
m_Group
String m_Group
the group expression. -
m_RegExp
BaseRegExp m_RegExp
the regular expression for the nominal/string attribute. -
m_RemoveExtension
boolean m_RemoveExtension
whether to remove the extension. -
m_UseOnlyName
boolean m_UseOnlyName
whether to only use the name, not the path inthe grouping.
-
-
Class adams.flow.transformer.preparefilebaseddataset.Selected extends AbstractFileBasedDatasetPreparation<String[][]> implements Serializable
- serialVersionUID:
- 7027794624748574933L
-
Class adams.flow.transformer.preparefilebaseddataset.TrainTestSplit extends AbstractRandomizableFileBasedDatasetPreparation<String[]> implements Serializable
- serialVersionUID:
- 7027794624748574933L
-
Serialized Fields
-
m_Percentage
double m_Percentage
the percentage. -
m_PreserveOrder
boolean m_PreserveOrder
whether to preserve the order.
-
-
Class adams.flow.transformer.preparefilebaseddataset.TrainValidateTestSplit extends AbstractRandomizableFileBasedDatasetPreparation<String[]> implements Serializable
- serialVersionUID:
- 7027794624748574933L
-
Serialized Fields
-
m_PreserveOrder
boolean m_PreserveOrder
whether to preserve the order. -
m_TrainPercentage
double m_TrainPercentage
the train percentage. -
m_ValidatePercentage
double m_ValidatePercentage
the validate percentage.
-
-
-
Package adams.flow.transformer.pyrotransformer
-
Class adams.flow.transformer.pyrotransformer.AbstractPyroTransformer extends AbstractPyroCall implements Serializable
- serialVersionUID:
- -1690927665997303089L
-
Class adams.flow.transformer.pyrotransformer.ExampleGreeting extends AbstractPyroTransformer implements Serializable
- serialVersionUID:
- -1549570432184636739L
-
Class adams.flow.transformer.pyrotransformer.Generic extends AbstractPyroTransformer implements Serializable
- serialVersionUID:
- -1549570432184636739L
-
Class adams.flow.transformer.pyrotransformer.Null extends AbstractPyroTransformer implements Serializable
- serialVersionUID:
- -1549570432184636739L
-
-
Package adams.flow.transformer.report
-
Class adams.flow.transformer.report.AbstractReportPostProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4489141650668803307L
-
Serialized Fields
-
m_Owner
Actor m_Owner
the owning actor.
-
-
Class adams.flow.transformer.report.AbstractReportPreProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4489141650668803307L
-
Serialized Fields
-
m_Owner
Actor m_Owner
the owning actor.
-
-
Class adams.flow.transformer.report.NoPostProcessing extends AbstractReportPostProcessor<T extends Report> implements Serializable
- serialVersionUID:
- -3030813869957150389L
-
Class adams.flow.transformer.report.NoPreProcessing extends AbstractReportPreProcessor<T extends Report> implements Serializable
- serialVersionUID:
- -2567606165350541861L
-
-
Package adams.flow.transformer.splitfile
-
Class adams.flow.transformer.splitfile.AbstractFileSplitter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 929718454245646770L
-
Serialized Fields
-
m_Extension
String m_Extension
the file extension to use. -
m_Generated
List<File> m_Generated
the files that were generated. -
m_NumDigits
int m_NumDigits
the number of digits to use for the index of output files. -
m_Prefix
PlaceholderFile m_Prefix
the file prefix. -
m_Stopped
boolean m_Stopped
whether the splitting has been stopped.
-
-
Class adams.flow.transformer.splitfile.SplitByLineCount extends AbstractFileSplitter implements Serializable
- serialVersionUID:
- -2726373275364150379L
-
Serialized Fields
-
m_MaxLines
int m_MaxLines
the maximum number of lines.
-
-
Class adams.flow.transformer.splitfile.SplitByNumber extends AbstractFileSplitter implements Serializable
- serialVersionUID:
- 6675923081135115020L
-
Serialized Fields
-
m_NumFiles
int m_NumFiles
the number of files.
-
-
Class adams.flow.transformer.splitfile.SplitBySize extends AbstractFileSplitter implements Serializable
- serialVersionUID:
- 6675923081135115020L
-
Serialized Fields
-
m_MaxSize
long m_MaxSize
the maximum size in bytes.
-
-
-
Package adams.flow.transformer.spreadsheetmethodmerge
-
Class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6105022032625366441L
-
Serialized Fields
-
m_ClassColumns
int[][] m_ClassColumns
The set of class columns for the given spreadsheets. -
m_ClassFinder
ColumnFinder m_ClassFinder
The column finder for selecting class columns. -
m_ColumnRenameFindRegexs
BaseRegExp[] m_ColumnRenameFindRegexs
The regexs to use to find columns that require renaming. -
m_ColumnRenameFormatStrings
BaseString[] m_ColumnRenameFormatStrings
The format strings specifying how to rename columns. -
m_EnsureEqualValues
boolean m_EnsureEqualValues
Whether to check columns with multiple sources for equal values among those sources. -
m_MergedSpreadsheetName
String m_MergedSpreadsheetName
The name to give the resulting spreadsheet. -
m_SpreadsheetNames
BaseString[] m_SpreadsheetNames
The name of each spreadsheet to use in column renaming. -
m_Spreadsheets
SpreadSheet[] m_Spreadsheets
The source spreadsheets we are merging.
-
-
Class adams.flow.transformer.spreadsheetmethodmerge.JoinOnID extends AbstractMerge implements Serializable
- serialVersionUID:
- -481246610037807743L
-
Serialized Fields
-
m_CompleteRowsOnly
boolean m_CompleteRowsOnly
Whether or not to skip IDs that don't exist in all source spreadsheets. -
m_UniqueID
String m_UniqueID
The name of the column to use as the merge key.
-
-
Class adams.flow.transformer.spreadsheetmethodmerge.Simple extends AbstractMerge implements Serializable
- serialVersionUID:
- -6094521682120542873L
-
-
Package adams.flow.transformer.summarystatistics
-
Class adams.flow.transformer.summarystatistics.AbstractCategoricalSummaryStatistic extends AbstractSummaryStatistic implements Serializable
- serialVersionUID:
- -3184846086560157381L
-
Serialized Fields
-
m_CategoricalActual
String[] m_CategoricalActual
the actual values. -
m_CategoricalClassDistributionLabels
String[] m_CategoricalClassDistributionLabels
the class distribution labels (required if distributions provided). -
m_CategoricalClassDistributions
double[][] m_CategoricalClassDistributions
the class distributions (optional). -
m_CategoricalPredicted
String[] m_CategoricalPredicted
the predicted values. -
m_CategoricalProbabilities
double[] m_CategoricalProbabilities
the probabilities (optional).
-
-
Class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic extends AbstractSummaryStatistic implements Serializable
- serialVersionUID:
- -3507256835214071742L
-
Serialized Fields
-
m_CategoricalActual
String[] m_CategoricalActual
the actual values. -
m_CategoricalClassDistributionLabels
String[] m_CategoricalClassDistributionLabels
the class distribution labels (required if distributions provided). -
m_CategoricalClassDistributions
double[][] m_CategoricalClassDistributions
the class distributions (optional). -
m_CategoricalPredicted
String[] m_CategoricalPredicted
the predicted values. -
m_CategoricalProbabilities
double[] m_CategoricalProbabilities
the probabilities (optional). -
m_NumericActual
double[] m_NumericActual
the actual values. -
m_NumericPredicted
double[] m_NumericPredicted
the predicted values.
-
-
Class adams.flow.transformer.summarystatistics.AbstractNumericSummaryStatistic extends AbstractSummaryStatistic implements Serializable
- serialVersionUID:
- -3184846086560157381L
-
Serialized Fields
-
m_NumericActual
double[] m_NumericActual
the actual values. -
m_NumericPredicted
double[] m_NumericPredicted
the predicted values.
-
-
Class adams.flow.transformer.summarystatistics.AbstractSummaryStatistic extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7599874755655659367L
-
Class adams.flow.transformer.summarystatistics.Accuracy extends AbstractCategoricalSummaryStatistic implements Serializable
- serialVersionUID:
- 9093110343302975610L
-
Class adams.flow.transformer.summarystatistics.CorrelationCoefficient extends AbstractNumericSummaryStatistic implements Serializable
- serialVersionUID:
- -8141027950994364855L
-
Class adams.flow.transformer.summarystatistics.MeanAbsoluteError extends AbstractNumericSummaryStatistic implements Serializable
- serialVersionUID:
- 96425796158048162L
-
Class adams.flow.transformer.summarystatistics.NoPrediction extends AbstractGeneralSummaryStatistic implements Serializable
- serialVersionUID:
- 96425796158048162L
-
Class adams.flow.transformer.summarystatistics.RootMeanSquaredError extends AbstractNumericSummaryStatistic implements Serializable
- serialVersionUID:
- 96425796158048162L
-
-
Package adams.flow.transformer.timeseriessplit
-
Class adams.flow.transformer.timeseriessplit.AbstractSplitOnDate extends AbstractTimeseriesSplitter implements Serializable
- serialVersionUID:
- 259240444289354690L
-
Serialized Fields
-
m_IncludeSplitDate
boolean m_IncludeSplitDate
whether to include the split date in the segments (if exact hit). -
m_Segments
AbstractSplitOnDate.Segments m_Segments
what segment to return.
-
-
Class adams.flow.transformer.timeseriessplit.AbstractTimeseriesSplitter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7657662003022052340L
-
Class adams.flow.transformer.timeseriessplit.FixedDate extends AbstractSplitOnDate implements Serializable
- serialVersionUID:
- 259240444289354690L
-
Serialized Fields
-
m_Date
BaseDateTime m_Date
the date to split on.
-
-
Class adams.flow.transformer.timeseriessplit.FixedLengthSegments extends AbstractTimeseriesSplitter implements Serializable
- serialVersionUID:
- 259240444289354690L
-
Serialized Fields
-
m_DiscardPartial
boolean m_DiscardPartial
whether to discard partial segments (ie the last one). -
m_NumPoints
int m_NumPoints
the number of data points.
-
-
Class adams.flow.transformer.timeseriessplit.FixedNumSegments extends AbstractTimeseriesSplitter implements Serializable
- serialVersionUID:
- 259240444289354690L
-
Serialized Fields
-
m_NumSegments
int m_NumSegments
the number of segments.
-
-
Class adams.flow.transformer.timeseriessplit.PassThrough extends AbstractTimeseriesSplitter implements Serializable
- serialVersionUID:
- 259240444289354690L
-
Class adams.flow.transformer.timeseriessplit.ReportDate extends AbstractSplitOnDate implements Serializable
- serialVersionUID:
- 259240444289354690L
-
-
Package adams.flow.transformer.wekaclassifiersetupprocessor
-
Class adams.flow.transformer.wekaclassifiersetupprocessor.AbstractClassifierSetupProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5938243697011035109L
-
Class adams.flow.transformer.wekaclassifiersetupprocessor.PassThrough extends AbstractClassifierSetupProcessor implements Serializable
- serialVersionUID:
- 5224698983405582618L
-
Class adams.flow.transformer.wekaclassifiersetupprocessor.VotedPairs extends AbstractClassifierSetupProcessor implements Serializable
- serialVersionUID:
- -2999477464567917216L
-
Serialized Fields
-
m_VotingType
VotedPairs.VotingType m_VotingType
the type of voting to perform .
-
-
-
Package adams.flow.transformer.wekaclusterer
-
Class adams.flow.transformer.wekaclusterer.AbstractClustererPostProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -6272798304877142955L
-
Class adams.flow.transformer.wekaclusterer.AbstractClusterMembershipPostProcessor extends AbstractClustererPostProcessor implements Serializable
- serialVersionUID:
- 1028684763791331327L
-
Class adams.flow.transformer.wekaclusterer.AddCluster extends AbstractClusterMembershipPostProcessor implements Serializable
- serialVersionUID:
- 5983792992620091051L
-
Serialized Fields
-
m_OutputDistribution
boolean m_OutputDistribution
output distribution instead of cluster index.
-
-
Class adams.flow.transformer.wekaclusterer.AverageSilhouetteCoefficient extends AbstractClustererPostProcessor implements Serializable
- serialVersionUID:
- 1326504894062853934L
-
Serialized Fields
-
m_DistanceFunction
weka.core.DistanceFunction m_DistanceFunction
the distance function to use.
-
-
Class adams.flow.transformer.wekaclusterer.ClusterCenters extends AbstractClusterMembershipPostProcessor implements Serializable
- serialVersionUID:
- 5983792992620091051L
-
Serialized Fields
-
m_UseMedian
boolean m_UseMedian
compute median instead of mean.
-
-
Class adams.flow.transformer.wekaclusterer.ClusterCounts extends AbstractClusterMembershipPostProcessor implements Serializable
- serialVersionUID:
- 5983792992620091051L
-
Class adams.flow.transformer.wekaclusterer.ClusterStatistics extends AbstractClusterMembershipPostProcessor implements Serializable
- serialVersionUID:
- 5983792992620091051L
-
Class adams.flow.transformer.wekaclusterer.MultiClustererPostProcessor extends AbstractClustererPostProcessor implements Serializable
- serialVersionUID:
- 3138007350708781436L
-
Serialized Fields
-
m_PostProcessors
AbstractClustererPostProcessor[] m_PostProcessors
the post-processors to apply.
-
-
Class adams.flow.transformer.wekaclusterer.PassThrough extends AbstractClustererPostProcessor implements Serializable
- serialVersionUID:
- 2365043034989579599L
-
-
Package adams.flow.transformer.wekadatasetsmerge
-
Class adams.flow.transformer.wekadatasetsmerge.AbstractMerge extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 87541569847452058L
-
Serialized Fields
-
m_AttributeRenameFindRegexs
BaseRegExp[] m_AttributeRenameFindRegexs
The regexs to use to find attributes that require renaming. -
m_AttributeRenameFormatStrings
BaseString[] m_AttributeRenameFormatStrings
The format strings specifying how to rename attributes. -
m_ClassAttributes
int[][] m_ClassAttributes
The set of class attributes for the given datasets. -
m_ClassFinder
ColumnFinder m_ClassFinder
The column finder for selecting class attributes. -
m_DatasetNames
BaseString[] m_DatasetNames
The name of each dataset to use in attribute renaming. -
m_Datasets
weka.core.Instances[] m_Datasets
The source datasets we are merging. -
m_EnsureEqualValues
boolean m_EnsureEqualValues
Whether to check attributes with multiple sources for equal values among those sources. -
m_MergedDatasetName
String m_MergedDatasetName
The name to give the resulting dataset.
-
-
Class adams.flow.transformer.wekadatasetsmerge.JoinOnID extends AbstractMerge implements Serializable
- serialVersionUID:
- 5764925655464274742L
-
Serialized Fields
-
m_CompleteRowsOnly
boolean m_CompleteRowsOnly
Whether or not to skip IDs that don't exist in all source datasets. -
m_UniqueID
String m_UniqueID
The name of the attribute to use as the merge key.
-
-
Class adams.flow.transformer.wekadatasetsmerge.Simple extends AbstractMerge implements Serializable
- serialVersionUID:
- 6417253231850358108L
-
-
Package adams.flow.transformer.wekaensemblegenerator
-
Class adams.flow.transformer.wekaensemblegenerator.AbstractWekaEnsembleGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5750322265718618569L
-
Class adams.flow.transformer.wekaensemblegenerator.MultiClassifiersCombinerModels extends AbstractWekaEnsembleGenerator implements Serializable
- serialVersionUID:
- -7876743086471307294L
-
Serialized Fields
-
m_Template
weka.classifiers.MultipleClassifiersCombiner m_Template
the vote template.
-
-
Class adams.flow.transformer.wekaensemblegenerator.VotedModels extends AbstractWekaEnsembleGenerator implements Serializable
- serialVersionUID:
- -7876743086471307294L
-
Serialized Fields
-
m_Template
weka.classifiers.meta.Vote m_Template
the vote template.
-
-
-
Package adams.flow.transformer.wekaevaluationpostprocessor
-
Class adams.flow.transformer.wekaevaluationpostprocessor.AbstractNumericClassPostProcessor extends AbstractWekaEvaluationPostProcessor implements Serializable
- serialVersionUID:
- -8126062783012759418L
-
Class adams.flow.transformer.wekaevaluationpostprocessor.AbstractWekaEvaluationPostProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1975307519142567955L
-
Class adams.flow.transformer.wekaevaluationpostprocessor.MultiPostProcessor extends AbstractWekaEvaluationPostProcessor implements Serializable
- serialVersionUID:
- 7981725475588023689L
-
Serialized Fields
-
m_PostProcessors
AbstractWekaEvaluationPostProcessor[] m_PostProcessors
the post-processors to combine.
-
-
Class adams.flow.transformer.wekaevaluationpostprocessor.PassThrough extends AbstractWekaEvaluationPostProcessor implements Serializable
- serialVersionUID:
- -6221671630652296700L
-
Class adams.flow.transformer.wekaevaluationpostprocessor.RemoveWorst extends AbstractNumericClassPostProcessor implements Serializable
- serialVersionUID:
- -8126062783012759418L
-
Serialized Fields
-
m_Percent
double m_Percent
the percentage of the worst predictions to remove (0-1).
-
-
Class adams.flow.transformer.wekaevaluationpostprocessor.RemoveWorstStdDev extends AbstractNumericClassPostProcessor implements Serializable
- serialVersionUID:
- -8126062783012759418L
-
Serialized Fields
-
m_Multiplier
double m_Multiplier
the multiplier for the standard deviation.
-
-
Class adams.flow.transformer.wekaevaluationpostprocessor.SimpleSubRange extends AbstractNumericClassPostProcessor implements Serializable
- serialVersionUID:
- -1598212513856588223L
-
Serialized Fields
-
m_Maximum
double m_Maximum
the maximum value. -
m_MaximumIncluded
boolean m_MaximumIncluded
whether the maximum value is included. -
m_Minimum
double m_Minimum
the minimum value. -
m_MinimumIncluded
boolean m_MinimumIncluded
whether the minimum value is included.
-
-
Class adams.flow.transformer.wekaevaluationpostprocessor.SubRange extends AbstractNumericClassPostProcessor implements Serializable
- serialVersionUID:
- -1598212513856588223L
-
Serialized Fields
-
m_Ranges
BaseInterval[] m_Ranges
the intervals.
-
-
-
Package adams.flow.transformer.wekapackagemanageraction
-
Class adams.flow.transformer.wekapackagemanageraction.AbstractWekaPackageManagerAction extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -6652797812165758692L
-
Serialized Fields
-
m_FlowContext
Actor m_FlowContext
the flow context.
-
-
Class adams.flow.transformer.wekapackagemanageraction.InstallFromFile extends AbstractWekaPackageManagerAction implements Serializable
- serialVersionUID:
- 551922326118868830L
-
Class adams.flow.transformer.wekapackagemanageraction.InstallFromURL extends AbstractWekaPackageManagerAction implements Serializable
- serialVersionUID:
- 551922326118868830L
-
Class adams.flow.transformer.wekapackagemanageraction.InstallOfficial extends AbstractWekaPackageManagerAction implements Serializable
- serialVersionUID:
- 551922326118868830L
-
Serialized Fields
-
m_ColName
SpreadSheetColumnIndex m_ColName
the column with the name. -
m_ColVersion
SpreadSheetColumnIndex m_ColVersion
the column with the version.
-
-
Class adams.flow.transformer.wekapackagemanageraction.InstallPackage extends AbstractWekaPackageManagerAction implements Serializable
- serialVersionUID:
- 551922326118868830L
-
Class adams.flow.transformer.wekapackagemanageraction.Uninstall extends AbstractWekaPackageManagerAction implements Serializable
- serialVersionUID:
- 551922326118868830L
-
Serialized Fields
-
m_ColName
SpreadSheetColumnIndex m_ColName
the column with the name.
-
-
-
Package adams.flow.transformer.wekarepeatedcrossvalidationoutput
-
Class adams.flow.transformer.wekarepeatedcrossvalidationoutput.AbstractWekaRepeatedCrossValidationOutput extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5772893067952940054L
-
Class adams.flow.transformer.wekarepeatedcrossvalidationoutput.Predictions extends AbstractWekaRepeatedCrossValidationOutput<SpreadSheet> implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Serialized Fields
-
m_Lower
LowerStatistic m_Lower
the lower value to compute. -
m_Statistic
CenterStatistic m_Statistic
the statistic to generate. -
m_Upper
UpperStatistic m_Upper
the upper value to compute.
-
-
Class adams.flow.transformer.wekarepeatedcrossvalidationoutput.SamplePlot extends AbstractWekaRepeatedCrossValidationOutput<SequencePlotterContainer[]> implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Serialized Fields
-
m_Lower
LowerStatistic m_Lower
the lower value to compute. -
m_Statistic
CenterStatistic m_Statistic
the statistic to generate. -
m_Upper
UpperStatistic m_Upper
the upper value to compute.
-
-
Class adams.flow.transformer.wekarepeatedcrossvalidationoutput.Statistics extends AbstractWekaRepeatedCrossValidationOutput<SpreadSheet> implements Serializable
- serialVersionUID:
- -3653513403897505442L
-
Serialized Fields
-
m_ClassIndex
WekaLabelIndex m_ClassIndex
the index of the class label. -
m_Statistics
EvaluationStatistic[] m_Statistics
the statistics to output.
-
-
-
Package adams.flow.websocket.client
-
Class adams.flow.websocket.client.AbstractWebSocketClientGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -4615906058085465471L
-
Serialized Fields
-
m_URL
BaseURI m_URL
the URL to connect to.
-
-
Class adams.flow.websocket.client.SimpleSendGenerator extends AbstractWebSocketClientGenerator implements Serializable
- serialVersionUID:
- -1431160448984414483L
-
Class adams.flow.websocket.client.SimpleSendWithQueueGenerator extends AbstractWebSocketClientGenerator implements Serializable
- serialVersionUID:
- -1431160448984414483L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the queue in the internal storage.
-
-
-
Package adams.flow.websocket.server
-
Class adams.flow.websocket.server.AbstractWebSocketServerGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -4615906058085465471L
-
Class adams.flow.websocket.server.EchoServerGenerator extends AbstractWebSocketServerGenerator implements Serializable
- serialVersionUID:
- -3871912816817034765L
-
Serialized Fields
-
m_Port
int m_Port
the port to bind to.
-
-
-
Package adams.gui
-
Class adams.gui.InstanceCompare extends AbstractFrameWithOptionHandling implements Serializable
- serialVersionUID:
- -8575580776969822903L
-
Serialized Fields
-
m_FirstAttributeRange
Range m_FirstAttributeRange
the first attribute range to use. -
m_FirstFile
PlaceholderFile m_FirstFile
the first file to compare. -
m_FirstRowIndex
Index m_FirstRowIndex
the index of the first attribute to use for matching rows. -
m_PanelCompare
InstanceComparePanel m_PanelCompare
the panel for comparing the datasets. -
m_SecondAttributeRange
Range m_SecondAttributeRange
the second attribute range to use. -
m_SecondFile
PlaceholderFile m_SecondFile
the second file to compare. -
m_SecondRowIndex
Index m_SecondRowIndex
the index of the second attribute to use for matching rows.
-
-
Class adams.gui.Main extends AbstractApplicationFrame implements Serializable
- serialVersionUID:
- -5800519559483605870L
-
-
Package adams.gui.action
-
Class adams.gui.action.AbstractActionWithDialog extends AbstractBaseAction implements Serializable
- serialVersionUID:
- 1688747085207787478L
-
Class adams.gui.action.AbstractBaseAction extends AbstractAction implements Serializable
- serialVersionUID:
- -7695092075151409689L
-
Class adams.gui.action.AbstractBaseActionWithGroup extends AbstractBaseAction implements Serializable
- serialVersionUID:
- 8317879939178154300L
-
Class adams.gui.action.AbstractPropertiesAction extends AbstractActionWithDialog<D extends Dialog> implements Serializable
- serialVersionUID:
- 9209507880496036402L
-
Serialized Fields
-
m_State
T m_State
the state.
-
-
Class adams.gui.action.AbstractPropertiesCheckBoxMenuItemAction extends AbstractPropertiesAction<T,D extends Dialog> implements Serializable
- serialVersionUID:
- -6842831257705457783L
-
Class adams.gui.action.AbstractPropertiesMenuItemAction extends AbstractPropertiesAction<T,D extends Dialog> implements Serializable
- serialVersionUID:
- -6842831257705457783L
-
Class adams.gui.action.AbstractPropertiesSubMenuAction extends AbstractPropertiesAction<T,D extends Dialog> implements Serializable
- serialVersionUID:
- 1168747259624542350L
-
Class adams.gui.action.ToggleAction extends AbstractBaseAction implements Serializable
- serialVersionUID:
- 5065335824297443067L
-
-
Package adams.gui.application
-
Class adams.gui.application.AboutBoxPanel extends BasePanel implements Serializable
- serialVersionUID:
- -5180917605195603000L
-
Serialized Fields
-
m_LabelImage
JLabel m_LabelImage
the label displaying the image. -
m_PanelImage
JPanel m_PanelImage
the panel for the image. -
m_PanelSearch
SearchPanel m_PanelSearch
the search panel. -
m_PanelTitle
JPanel m_PanelTitle
the panel for the title, copyright, etc. -
m_TableModules
SortableAndSearchableTable m_TableModules
the table with the modules.
-
-
Class adams.gui.application.AboutBoxPanel.ModulesTableModel extends AbstractTableModel implements Serializable
- serialVersionUID:
- 3688398640745033949L
-
Class adams.gui.application.AbstractApplicationFrame extends AbstractFrameWithOptionHandling implements Serializable
- serialVersionUID:
- -5800519559483605870L
-
Serialized Fields
-
m_ApplicationTitle
String m_ApplicationTitle
the title of the application. -
m_AppMenu
ApplicationMenu m_AppMenu
the application menu in use. -
m_Children
HashSet<Child> m_Children
contains the child frames/windows (title <-> object). -
m_DbConn
AbstractDatabaseConnection m_DbConn
the global database connection. -
m_DocumentationDirectories
PlaceholderDirectory[] m_DocumentationDirectories
the directories containing PDF documentation. -
m_EnableRestart
boolean m_EnableRestart
whether the application can be restarted (through Launcher class). -
m_InitFinished
boolean m_InitFinished
whether initialization has finished. -
m_Logger
Logger m_Logger
the logger to use. -
m_LoggingLevel
LoggingLevel m_LoggingLevel
the logging level. -
m_MenuWindows
JMenu m_MenuWindows
the "windows" menu. -
m_MinimalWindow
boolean m_MinimalWindow
whether to not maximize the main window. -
m_RemoteScriptingEngine
RemoteScriptingEngine m_RemoteScriptingEngine
the remote command scripting engine. -
m_RemoteScriptingEngineCmdLine
String m_RemoteScriptingEngineCmdLine
the commandline of the remote scripting engine to use at startup time. -
m_RemoteScriptingEngineUpdateListeners
Set<RemoteScriptingEngineUpdateListener> m_RemoteScriptingEngineUpdateListeners
the listeners for changes to the remote scripting engine. -
m_ScriptingLogPanel
ScriptingLogPanel m_ScriptingLogPanel
the scripting log panel. -
m_Self
AbstractApplicationFrame m_Self
the frame itself. -
m_StartUps
BaseString[] m_StartUps
the menu items (classnames with further parameters) to start up immediately. -
m_UserMode
UserMode m_UserMode
the user mode - determines what menu entries to display.
-
-
Class adams.gui.application.AbstractBasicMenuItemDefinition extends AbstractMenuItemDefinition implements Serializable
- serialVersionUID:
- -2406133385745656034L
-
Class adams.gui.application.AbstractInitialization extends Object implements Serializable
- serialVersionUID:
- -2596434986976571342L
-
Class adams.gui.application.AbstractMenuItemDefinition extends Object implements Serializable
- serialVersionUID:
- -2406133385745656034L
-
Serialized Fields
-
m_Owner
AbstractApplicationFrame m_Owner
the owning application.
-
-
Class adams.gui.application.AbstractPreferencesPanel extends BasePanel implements Serializable
- serialVersionUID:
- -7234105748710063237L
-
Class adams.gui.application.AbstractPropertiesPreferencesPanel extends AbstractPreferencesPanel implements Serializable
- serialVersionUID:
- -822178750857036833L
-
Serialized Fields
-
m_PanelPreferences
PropertiesParameterPanel m_PanelPreferences
the panel with the preferences.
-
-
Class adams.gui.application.AbstractSubMenuDefinition extends AbstractMenuItemDefinition implements Serializable
- serialVersionUID:
- 8078220243183072493L
-
Class adams.gui.application.ApplicationMenu extends LoggingObject implements Serializable
- serialVersionUID:
- 7821913342345552227L
-
Serialized Fields
-
m_MenuWindows
JMenu m_MenuWindows
the "windows" menu. -
m_Owner
AbstractApplicationFrame m_Owner
the parent application frame. -
m_Properties
Properties m_Properties
the properties read from the setup file. -
m_Setup
String m_Setup
the file with the layout, shortcuts and blacklisted menu items. -
m_UserMode
UserMode m_UserMode
the user mode.
-
-
Class adams.gui.application.CharsetSettingsPanel extends AbstractPreferencesPanel implements Serializable
- serialVersionUID:
- -5325521437739323748L
-
Serialized Fields
-
m_ComboBoxCharsets
BaseComboBox<String> m_ComboBoxCharsets
the combobox with all the charsets. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel for the parameters.
-
-
Class adams.gui.application.ChildFrame extends BaseFrame implements Serializable
- serialVersionUID:
- 8588293938686425618L
-
Serialized Fields
-
m_DisposeCalled
boolean m_DisposeCalled
whether the dispose method has been called already manually. -
m_DisposeWindowListenerAdded
boolean m_DisposeWindowListenerAdded
whether a window listener to dispose the frame was added. -
m_IconName
String m_IconName
the name of the icon to use. -
m_InitialTitle
String m_InitialTitle
the initial title. -
m_Parent
AbstractApplicationFrame m_Parent
the parent frame. -
m_Self
ChildFrame m_Self
the frame itself.
-
-
Class adams.gui.application.DatabaseConnections extends AbstractInitialization implements Serializable
- serialVersionUID:
- 8918944463363086116L
-
Class adams.gui.application.EmailSetupPanel extends AbstractPreferencesPanel implements Serializable
- serialVersionUID:
- -7937644706618374284L
-
Serialized Fields
-
m_CheckBoxEnabled
BaseCheckBox m_CheckBoxEnabled
Whether to enable email support. -
m_CheckBoxSmtpRequiresAuthentication
BaseCheckBox m_CheckBoxSmtpRequiresAuthentication
Whether the SMTP server requires authentication. -
m_CheckBoxSmtpStartTLS
BaseCheckBox m_CheckBoxSmtpStartTLS
Whether to start TLS. -
m_CheckBoxSmtpUseSSL
BaseCheckBox m_CheckBoxSmtpUseSSL
Whether to use SSL. -
m_PanelParameters
ParameterPanel m_PanelParameters
the parameters. -
m_SpinnerSmtpPort
JSpinner m_SpinnerSmtpPort
the SMTP port. -
m_SpinnerSmtpTimeout
JSpinner m_SpinnerSmtpTimeout
the SMTP timeout. -
m_TextDefaultFromAddress
BaseTextField m_TextDefaultFromAddress
the default FROM address. -
m_TextDefaultSignature
BaseTextChooserPanel m_TextDefaultSignature
the default signature. -
m_TextSmtpPassword
BasePasswordFieldWithButton m_TextSmtpPassword
the SMTP password. -
m_TextSmtpProtocols
BaseTextField m_TextSmtpProtocols
The protocols to use. -
m_TextSmtpServer
BaseTextField m_TextSmtpServer
the SMTP host. -
m_TextSmtpUser
BaseTextField m_TextSmtpUser
the SMTP user. -
m_TextSupportEmailAddress
BaseTextField m_TextSupportEmailAddress
the support email addres.
-
-
Class adams.gui.application.FlowPreferencesPanel extends AbstractPropertiesPreferencesPanel implements Serializable
- serialVersionUID:
- 3895159356677639564L
-
Class adams.gui.application.Fonts extends AbstractInitialization implements Serializable
- serialVersionUID:
- 7158433567303372491L
-
Class adams.gui.application.FontsPreferencesPanel extends AbstractPropertiesPreferencesPanel implements Serializable
- serialVersionUID:
- 3895159356677639564L
-
Class adams.gui.application.JVisualVMPanel extends AbstractPropertiesPreferencesPanel implements Serializable
- serialVersionUID:
- -5325521437739323748L
-
Serialized Fields
-
m_PanelParameters
ParameterPanel m_PanelParameters
the panel for the parameters.
-
-
Class adams.gui.application.LocaleHelper extends AbstractInitialization implements Serializable
- serialVersionUID:
- -380898549266760244L
-
Class adams.gui.application.LocaleSettingsPanel extends AbstractPreferencesPanel implements Serializable
- serialVersionUID:
- -5325521437739323748L
-
Serialized Fields
-
m_ComboBoxLocales
BaseComboBox<String> m_ComboBoxLocales
the combobox with all the locales. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel for the parameters.
-
-
Class adams.gui.application.PreferencesManagerPanel extends BasePanel implements Serializable
- serialVersionUID:
- 8245611221697036772L
-
Serialized Fields
-
m_MultiPagePanel
MultiPagePane m_MultiPagePanel
the multi-page pane with all the setups. -
m_Panels
ArrayList<PreferencesPanel> m_Panels
the setup panels.
-
-
Class adams.gui.application.ProxyHelper extends AbstractInitialization implements Serializable
- serialVersionUID:
- 4143706004167949694L
-
Class adams.gui.application.ProxySettingsPanel extends AbstractPreferencesPanel implements Serializable
- serialVersionUID:
- -8502296969739181339L
-
Serialized Fields
-
m_CheckBoxHttpFtpAuthentication
BaseCheckBox m_CheckBoxHttpFtpAuthentication
whether authentication is necessary. -
m_CheckBoxSocksAuthentication
BaseCheckBox m_CheckBoxSocksAuthentication
whether authentication is necessary. -
m_ComboBoxType
BaseComboBox m_ComboBoxType
the combobox for the proxy type. -
m_PanelHttpFtp
ParameterPanel m_PanelHttpFtp
the panel for the http parameters. -
m_PanelSocks
ParameterPanel m_PanelSocks
the panel for the socks parameters. -
m_PanelType
BasePanel m_PanelType
the panel for the type. -
m_SpinnerHttpFtpPort
JSpinner m_SpinnerHttpFtpPort
the http proxy port. -
m_SpinnerSocksPort
JSpinner m_SpinnerSocksPort
the socks proxy port. -
m_TextHttpFtpHost
BaseTextField m_TextHttpFtpHost
the http proxy host. -
m_TextHttpFtpNoProxy
BaseTextField m_TextHttpFtpNoProxy
the hosts that bypass the http proxy . -
m_TextHttpFtpPassword
BasePasswordFieldWithButton m_TextHttpFtpPassword
the http proxy password. -
m_TextHttpFtpUser
BaseTextField m_TextHttpFtpUser
the http proxy user. -
m_TextSocksHost
BaseTextField m_TextSocksHost
the socks proxy host. -
m_TextSocksPassword
BasePasswordFieldWithButton m_TextSocksPassword
the socks proxy password. -
m_TextSocksUser
BaseTextField m_TextSocksUser
the socks proxy user.
-
-
Class adams.gui.application.RegisterEditors extends AbstractInitialization implements Serializable
- serialVersionUID:
- 7158433567303372491L
-
Class adams.gui.application.SMBHelper extends AbstractInitialization implements Serializable
- serialVersionUID:
- 4143706004167949694L
-
Class adams.gui.application.SMBSetupPanel extends AbstractPreferencesPanel implements Serializable
- serialVersionUID:
- -7937644706618374284L
-
Serialized Fields
-
m_PanelParameters
ParameterPanel m_PanelParameters
the parameters. -
m_TextWinsHost
BaseObjectTextField<BaseHostname> m_TextWinsHost
the wins host.
-
-
Class adams.gui.application.SSLHelper extends AbstractInitialization implements Serializable
- serialVersionUID:
- 4143706004167949694L
-
Class adams.gui.application.SSLSetupPanel extends AbstractPreferencesPanel implements Serializable
- serialVersionUID:
- -7937644706618374284L
-
Serialized Fields
-
m_GOEHostnameVerifier
GenericObjectEditorPanel m_GOEHostnameVerifier
the hostname verifier. -
m_GOETrustManager
GenericObjectEditorPanel m_GOETrustManager
the trust manager. -
m_PanelParameters
ParameterPanel m_PanelParameters
the parameters.
-
-
Class adams.gui.application.TerminalSettingsPanel extends AbstractPropertiesPreferencesPanel implements Serializable
- serialVersionUID:
- -5325521437739323748L
-
Class adams.gui.application.TesseractSettingsPanel extends AbstractPreferencesPanel implements Serializable
- serialVersionUID:
- -5325521437739323748L
-
Serialized Fields
-
m_ComboBoxLanguages
BaseComboBox m_ComboBoxLanguages
the combobox with all the languages. -
m_PanelExecutable
FileChooserPanel m_PanelExecutable
the chooser for the executable. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel for the parameters.
-
-
Class adams.gui.application.TimeZoneHelper extends AbstractInitialization implements Serializable
- serialVersionUID:
- 4143706004167949694L
-
Class adams.gui.application.TimeZoneSettingsPanel extends AbstractPreferencesPanel implements Serializable
- serialVersionUID:
- -5325521437739323748L
-
Serialized Fields
-
m_ComboBoxTimeZones
BaseComboBox<String> m_ComboBoxTimeZones
the combobox with all the timezones. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel for the parameters.
-
-
Class adams.gui.application.WekaExperimenterPreferencesPanel extends AbstractPropertiesPreferencesPanel implements Serializable
- serialVersionUID:
- 3895159356677639564L
-
Class adams.gui.application.WekaExplorerPreferencesPanel extends AbstractPropertiesPreferencesPanel implements Serializable
- serialVersionUID:
- 3895159356677639564L
-
Class adams.gui.application.WekaInvestigatorPreferencesPanel extends AbstractPropertiesPreferencesPanel implements Serializable
- serialVersionUID:
- 3895159356677639564L
-
Class adams.gui.application.WekaPluginManagerExtensions extends AbstractInitialization implements Serializable
- serialVersionUID:
- -4846777150024246805L
-
Class adams.gui.application.WekaSystemProperties extends AbstractInitialization implements Serializable
- serialVersionUID:
- -4846777150024246805L
-
-
Package adams.gui.chooser
-
Class adams.gui.chooser.AbstractChooserPanel extends BasePanel implements Serializable
- serialVersionUID:
- -824479551072915989L
-
Serialized Fields
-
m_ButtonFavorites
BaseButton m_ButtonFavorites
the button for the favorites. -
m_ButtonSelection
BaseButton m_ButtonSelection
the button for bringing up the chooser dialog. -
m_ChangeListeners
Set<ChangeListener> m_ChangeListeners
listeners that listen to changes of the selected value. -
m_ChooseListeners
Set<AbstractChooserPanel.ChooseListener> m_ChooseListeners
the listeners for choose events. -
m_ColorInvalid
Color m_ColorInvalid
the color for invalid input. -
m_ColorValid
Color m_ColorValid
the color for valid input. -
m_Editable
boolean m_Editable
whether the chooser is editable. -
m_InlineEditingEnabled
boolean m_InlineEditingEnabled
whether inline editing is enabled. -
m_LabelPrefix
JLabel m_LabelPrefix
the prefix label. -
m_LabelPrefixSpacer
JLabel m_LabelPrefixSpacer
a spacer for the prefix label. -
m_NoChooseYet
boolean m_NoChooseYet
whether this is the first choose action ever. -
m_PanelButtons
JPanel m_PanelButtons
the panel for the button(s). -
m_PanelPrefix
JPanel m_PanelPrefix
the panel for the prefix. -
m_PopupMenuCustomizer
AbstractChooserPanel.PopupMenuCustomizer m_PopupMenuCustomizer
optional customizer of the popup. -
m_Self
AbstractChooserPanel m_Self
the panel itself. -
m_TextSelection
BaseTextField m_TextSelection
the text field. -
m_ToolTip
String m_ToolTip
the tool tip (ignore if null).
-
-
Class adams.gui.chooser.AbstractChooserPanelWithIOSupport extends AbstractChooserPanel<T> implements Serializable
- serialVersionUID:
- 5317183406919541169L
-
Class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser extends AbstractExtensionFileFilterFileChooser<ExtensionFileFilterWithClass> implements Serializable
- serialVersionUID:
- 6245115901277297175L
-
Serialized Fields
-
m_CheckBoxOptions
BaseCheckBox m_CheckBoxOptions
the checkbox for bringing up the GenericObjectEditor.
-
-
Class adams.gui.chooser.AbstractDataContainerFileChooser extends AbstractConfigurableExtensionFileFilterFileChooser<R extends AbstractDataContainerReader,W extends AbstractDataContainerWriter> implements Serializable
- serialVersionUID:
- -5373058011025481738L
-
Class adams.gui.chooser.AbstractDateBasedChooserPanel extends AbstractChooserPanel<T extends Date> implements Serializable
- serialVersionUID:
- -1310837169790165724L
-
Class adams.gui.chooser.AbstractExtensionFileFilterFileChooser extends BaseFileChooser implements Serializable
- serialVersionUID:
- -1607568357690603421L
-
Serialized Fields
-
m_CurrentHandler
Object m_CurrentHandler
the converter that was chosen by the user. -
m_DialogType
int m_DialogType
the type of dialog to display. -
m_FileMustExist
boolean m_FileMustExist
whether the file to be opened must exist (only open dialog). -
m_LastFilter
ExtensionFileFilter m_LastFilter
the last filter that was used for opening/saving. -
m_Listener
PropertyChangeListener m_Listener
the propertychangelistener.
-
-
Class adams.gui.chooser.AbstractReportFileChooser extends AbstractConfigurableExtensionFileFilterFileChooser<R extends AbstractReportReader,W extends AbstractReportWriter> implements Serializable
- serialVersionUID:
- -5373058011025481738L
-
Class adams.gui.chooser.AdamsExperimentFileChooser extends AbstractConfigurableExtensionFileFilterFileChooser<AbstractAdamsExperimentReader,AbstractAdamsExperimentWriter> implements Serializable
- serialVersionUID:
- -6341967475735162796L
-
Class adams.gui.chooser.BaseColorChooser extends ApprovalDialog implements Serializable
- serialVersionUID:
- -3614758629231416689L
-
Serialized Fields
-
m_PanelColorChooser
JColorChooser m_PanelColorChooser
the color chooser panel.
-
-
Class adams.gui.chooser.BaseFileChooser extends JFileChooser implements Serializable
- serialVersionUID:
- -5712455182900852653L
-
Serialized Fields
-
m_AllowGlobFilters
boolean m_AllowGlobFilters
whether glob filters (eg "*.txt") are allowed. -
m_AutoAppendExtension
boolean m_AutoAppendExtension
whether to automatically append extension. -
m_DefaultExtension
String m_DefaultExtension
the default extension. -
m_PanelBookmarks
FileChooserBookmarksPanel m_PanelBookmarks
the bookmarks. -
m_PanelBookmarksAndFilter
JPanel m_PanelBookmarksAndFilter
the panel with the bookmarks and filter. -
m_PanelFilter
FilterPanel m_PanelFilter
the panel for the filter. -
m_PromptOverwriteFile
boolean m_PromptOverwriteFile
whether to ask to overwrite an existing file (using the save dialog).
-
-
Class adams.gui.chooser.BaseTextChooserPanel extends AbstractChooserPanel<BaseText> implements Serializable
- serialVersionUID:
- -8755020252465094120L
-
Class adams.gui.chooser.ColorChooserPanel extends AbstractChooserPanel<Color> implements Serializable
- serialVersionUID:
- -8755020252465094120L
-
Class adams.gui.chooser.DatasetFileChooserPanel extends FileChooserPanel implements Serializable
- serialVersionUID:
- -8755020252465094120L
-
Serialized Fields
-
m_FileChooser
WekaFileChooser m_FileChooser
the filechooser for selecting the dataset. -
m_Loader
weka.core.converters.AbstractFileLoader m_Loader
the current loader. -
m_Saver
weka.core.converters.AbstractFileSaver m_Saver
the current saver.
-
-
Class adams.gui.chooser.DateChooserPanel extends AbstractDateBasedChooserPanel<Date> implements Serializable
- serialVersionUID:
- 7053822955518874219L
-
Class adams.gui.chooser.DatePanel extends BasePanel implements Serializable
- serialVersionUID:
- -2299249311312882915L
-
Serialized Fields
-
actionListeners
HashSet<ActionListener> actionListeners
-
doubleClickAction
boolean doubleClickAction
-
i18nStrings
Properties i18nStrings
-
internalController
DatePanel.InternalController internalController
-
internalModel
DatePanel.InternalCalendarModel internalModel
-
internalView
DatePanel.InternalView internalView
-
showYearButtons
boolean showYearButtons
-
-
Class adams.gui.chooser.DatePanel.InternalTableCellRenderer extends DefaultTableCellRenderer implements Serializable
- serialVersionUID:
- -2341614459632756921L
-
Class adams.gui.chooser.DatePanel.InternalView extends JPanel implements Serializable
- serialVersionUID:
- -6844493839307157682L
-
Serialized Fields
-
centerPanel
JPanel centerPanel
-
dayTable
JTable dayTable
-
dayTableCellRenderer
DatePanel.InternalTableCellRenderer dayTableCellRenderer
-
dayTableHeader
JTableHeader dayTableHeader
-
monthLabel
JLabel monthLabel
-
monthPopupMenu
JPopupMenu monthPopupMenu
-
monthPopupMenuItems
JMenuItem[] monthPopupMenuItems
-
nextButtonPanel
JPanel nextButtonPanel
-
nextMonthButton
BaseButton nextMonthButton
-
nextYearButton
BaseButton nextYearButton
-
noneLabel
JLabel noneLabel
-
northCenterPanel
JPanel northCenterPanel
-
northPanel
JPanel northPanel
-
previousButtonPanel
JPanel previousButtonPanel
-
previousMonthButton
BaseButton previousMonthButton
-
previousYearButton
BaseButton previousYearButton
-
southPanel
JPanel southPanel
-
todayLabel
JLabel todayLabel
-
yearSpinner
JSpinner yearSpinner
-
-
Class adams.gui.chooser.DateTimeChooserPanel extends AbstractDateBasedChooserPanel<DateTime> implements Serializable
- serialVersionUID:
- 7053822955518874219L
-
Class adams.gui.chooser.DateTimePanel extends BasePanel implements Serializable
- serialVersionUID:
- 6960393229067593340L
-
Class adams.gui.chooser.DefaultReportFileChooser extends AbstractReportFileChooser<Report,AbstractReportReader,AbstractReportWriter> implements Serializable
- serialVersionUID:
- -53374407938356183L
-
Class adams.gui.chooser.DirectoryChooserPanel extends AbstractChooserPanelWithIOSupport<File> implements Serializable
- serialVersionUID:
- 6235369491956122980L
-
Serialized Fields
-
m_DirectoryChooser
FileChooser m_DirectoryChooser
the JFileChooser for selecting a file. -
m_DirectoryChooserTitle
String m_DirectoryChooserTitle
the title to use for the dirchooser. -
m_DirectoryChooserTitleDefault
String m_DirectoryChooserTitleDefault
the default dirchooser title. -
m_History
Map<Class,PlaceholderDirectoryHistory> m_History
the history of dirs. -
m_UseAbsolutePath
boolean m_UseAbsolutePath
whether to use absolute path rather than placeholders.
-
-
Class adams.gui.chooser.EmailFileChooser extends AbstractConfigurableExtensionFileFilterFileChooser<EmailFileReader,EmailFileWriter> implements Serializable
- serialVersionUID:
- -6341967475735162796L
-
Class adams.gui.chooser.ExtensionFileFilterWithClass extends ExtensionFileFilter implements Serializable
- serialVersionUID:
- 5863117558505811134L
-
Serialized Fields
-
m_Classname
String m_Classname
the classname.
-
-
Class adams.gui.chooser.FieldChooserPanel extends AbstractChooserPanel<AbstractField> implements Serializable
- serialVersionUID:
- -7800388925398386462L
-
Serialized Fields
-
m_Dialog
SelectFieldDialog m_Dialog
the dialog for selecting a field.
-
-
Class adams.gui.chooser.FileChooserBookmarksPanel extends com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel implements Serializable
- serialVersionUID:
- -1969362821325599909L
-
Class adams.gui.chooser.FileChooserBookmarksPanel.FileChooserBookmarksFactory extends com.googlecode.jfilechooserbookmarks.DefaultFactory implements Serializable
- serialVersionUID:
- -8327179027505887784L
-
Class adams.gui.chooser.FileChooserBookmarksPanel.FileChooserBookmarksIconLoader extends com.googlecode.jfilechooserbookmarks.AbstractIconLoader implements Serializable
- serialVersionUID:
- 6580294780671707612L
-
Class adams.gui.chooser.FileChooserBookmarksPanel.FileChooserBookmarksPropertiesHandler extends com.googlecode.jfilechooserbookmarks.AbstractPropertiesHandler implements Serializable
- serialVersionUID:
- 396276849965032378L
-
Class adams.gui.chooser.FileChooserPanel extends AbstractChooserPanel<File> implements Serializable
- serialVersionUID:
- -8755020252465094120L
-
Serialized Fields
-
m_FileChooser
BaseFileChooser m_FileChooser
the JFileChooser for selecting a file. -
m_FileChooserTitle
String m_FileChooserTitle
the title to use for the filechooser. -
m_FileChooserTitleDefault
String m_FileChooserTitleDefault
the default filechooser title. -
m_UseAbsolutePath
boolean m_UseAbsolutePath
whether to use absolute path rather than placeholders. -
m_UseSaveDialog
boolean m_UseSaveDialog
whether to use the open or save dialog.
-
-
Class adams.gui.chooser.FlowFileChooser extends AbstractConfigurableExtensionFileFilterFileChooser<FlowReader,FlowWriter> implements Serializable
- serialVersionUID:
- -6341967475735162796L
-
Class adams.gui.chooser.FontChooser extends DialogWithButtons implements Serializable
- serialVersionUID:
- 4228582248866956387L
-
Serialized Fields
-
m_ButtonCancel
BaseButton m_ButtonCancel
the Cancel button. -
m_ButtonOK
BaseButton m_ButtonOK
the OK button. -
m_Current
Font m_Current
The font the user has chosen. -
m_FontPanel
FontChooserPanelWithPreview m_FontPanel
the panel for selecting the font.
-
-
Class adams.gui.chooser.FontChooserPanel extends AbstractChooserPanel<Font> implements Serializable
- serialVersionUID:
- -8755020252465094120L
-
Serialized Fields
-
m_FontChooser
FontChooser m_FontChooser
the dialog to use.
-
-
Class adams.gui.chooser.FontChooserPanelWithPreview extends BasePanel implements Serializable
- serialVersionUID:
- 4228582248866956387L
-
Serialized Fields
-
m_CheckBoxBold
BaseCheckBox m_CheckBoxBold
The bold chooser. -
m_CheckBoxItalic
BaseCheckBox m_CheckBoxItalic
The italic chooser. -
m_Current
Font m_Current
The font the user has chosen. -
m_IgnoreUpdates
boolean m_IgnoreUpdates
whether to ignore updates in the GUI temporarily. -
m_ListFontName
JList m_ListFontName
The font name chooser. -
m_ListFontSize
JList m_ListFontSize
The font size chooser. -
m_ModelFontName
DefaultListModel m_ModelFontName
The font name chooser model. -
m_TextSample
BaseTextArea m_TextSample
The display area.
-
-
Class adams.gui.chooser.FtpDirectoryChooserPanel extends AbstractChooserPanelWithIOSupport<FtpRemoteDirectorySetup> implements Serializable
- serialVersionUID:
- 6235369491956122980L
-
Serialized Fields
-
m_Client
org.apache.commons.net.ftp.FTPClient m_Client
the current client.
-
-
Class adams.gui.chooser.FtpRemoteDirectorySetup extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8429471751146663032L
-
Serialized Fields
-
m_Client
org.apache.commons.net.ftp.FTPClient m_Client
the FTP client object. -
m_Host
String m_Host
the FTP host. -
m_Password
BasePassword m_Password
the FTP password to use. -
m_RemoteDir
String m_RemoteDir
the directory to list. -
m_UseBinaryMode
boolean m_UseBinaryMode
whether to use binary file transfer mode. -
m_UsePassiveMode
boolean m_UsePassiveMode
whether to use passive mode. -
m_User
String m_User
the FTP user to use.
-
-
Class adams.gui.chooser.ImageFileChooser extends AbstractConfigurableExtensionFileFilterFileChooser<ImageReader,ImageWriter> implements Serializable
- serialVersionUID:
- -4519042048473978377L
-
Serialized Fields
-
m_CheckBoxPreview
BaseCheckBox m_CheckBoxPreview
the checkbox for bringing up the GenericObjectEditor. -
m_ImagePreview
ImagePreview m_ImagePreview
the image preview.
-
-
Class adams.gui.chooser.ImagePreview extends JComponent implements Serializable
- serialVersionUID:
- -2018506061088072140L
-
Serialized Fields
-
m_File
File m_File
the thumbnail. -
m_Owner
JFileChooser m_Owner
the owning filechooser. -
m_PreviewHeight
int m_PreviewHeight
the height of the preview. -
m_PreviewWidth
int m_PreviewWidth
the width of the preview. -
m_Thumbnail
ImageIcon m_Thumbnail
the thumbnail.
-
-
Class adams.gui.chooser.JavaDirectoryChooser extends BaseFileChooser implements Serializable
-
Class adams.gui.chooser.ObjectExporterFileChooser extends AbstractConfigurableExtensionFileFilterFileChooser<Object,AbstractObjectExporter> implements Serializable
- serialVersionUID:
- -8442453722350177493L
-
Serialized Fields
-
m_CurrentClass
Class m_CurrentClass
the current class to export (null for all).
-
-
Class adams.gui.chooser.ObjectFileChooser extends AbstractConfigurableExtensionFileFilterFileChooser<AbstractObjectReader,AbstractObjectWriter> implements Serializable
- serialVersionUID:
- -4519042048473978377L
-
Class adams.gui.chooser.ParameterMapFileChooser extends AbstractConfigurableExtensionFileFilterFileChooser<AbstractParameterMapReader,AbstractParameterMapWriter> implements Serializable
- serialVersionUID:
- -6341967475735162796L
-
Class adams.gui.chooser.PdfFontChooser extends DialogWithButtons implements Serializable
- serialVersionUID:
- 4228582248866956387L
-
Serialized Fields
-
m_ButtonCancel
BaseButton m_ButtonCancel
the Cancel button. -
m_ButtonOK
BaseButton m_ButtonOK
the OK button. -
m_Current
PdfFont m_Current
The font the user has chosen. -
m_FontPanel
PdfFontChooserPanel m_FontPanel
the panel for selecting the font.
-
-
Class adams.gui.chooser.PdfFontChooserPanel extends BasePanel implements Serializable
- serialVersionUID:
- 4228582248866956387L
-
Serialized Fields
-
m_Current
PdfFont m_Current
The font the user has chosen. -
m_IgnoreUpdates
boolean m_IgnoreUpdates
whether to ignore updates in the GUI temporarily. -
m_ListFontFace
JList m_ListFontFace
The face chooser. -
m_ListFontName
JList m_ListFontName
The font name chooser. -
m_ListFontSize
JList m_ListFontSize
The font size chooser. -
m_TextSample
BaseTextArea m_TextSample
The display area.
-
-
Class adams.gui.chooser.SelectOptionPanel extends AbstractChooserPanel<String[]> implements Serializable
- serialVersionUID:
- -4122866764098538057L
-
Class adams.gui.chooser.SerializationFileChooser extends AbstractConfigurableExtensionFileFilterFileChooser<AbstractObjectReader,AbstractObjectWriter> implements Serializable
- serialVersionUID:
- -4519042048473978377L
-
Class adams.gui.chooser.SftpDirectoryChooserPanel extends AbstractChooserPanelWithIOSupport<SftpRemoteDirectorySetup> implements Serializable
- serialVersionUID:
- 6235369491956122980L
-
Serialized Fields
-
m_Provider
SSHSessionProvider m_Provider
the session provider.
-
-
Class adams.gui.chooser.SftpRemoteDirectorySetup extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8429471751146663032L
-
Serialized Fields
-
m_AuthenticationType
SSHAuthenticationType m_AuthenticationType
the type of authentication to use. -
m_Host
String m_Host
the SSH host. -
m_KnownHosts
PlaceholderFile m_KnownHosts
the file with known hosts. -
m_Password
BasePassword m_Password
the SSH password to use. -
m_Port
int m_Port
the SSH port. -
m_PrivateKeyFile
PlaceholderFile m_PrivateKeyFile
the location of the private key. -
m_PrivateKeyPassphrase
BasePassword m_PrivateKeyPassphrase
the passphrase for the private key. -
m_RemoteDir
String m_RemoteDir
the directory to list. -
m_StrictHostKeyChecking
boolean m_StrictHostKeyChecking
whether to perform strict host key checking (only disable for testing!! insecure!!). -
m_User
String m_User
the SSH user to use.
-
-
Class adams.gui.chooser.SimpleDirectoryChooser extends nz.ac.waikato.cms.adams.simpledirectorychooser.SimpleDirectoryChooser implements Serializable
-
Serialized Fields
-
m_PanelBookmarks
FileChooserBookmarksPanel m_PanelBookmarks
the panel with the bookmarks.
-
-
-
Class adams.gui.chooser.SmbDirectoryChooserPanel extends AbstractChooserPanelWithIOSupport<SmbRemoteDirectorySetup> implements Serializable
- serialVersionUID:
- 6235369491956122980L
-
Serialized Fields
-
m_Provider
SMBAuthenticationProvider m_Provider
the session provider.
-
-
Class adams.gui.chooser.SmbRemoteDirectorySetup extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8429471751146663032L
-
Serialized Fields
-
m_Domain
String m_Domain
the domain. -
m_Host
String m_Host
the host. -
m_Password
BasePassword m_Password
the SMB password to use. -
m_RemoteDir
String m_RemoteDir
the directory to list. -
m_User
String m_User
the SMB user to use.
-
-
Class adams.gui.chooser.SpreadSheetFileChooser extends AbstractConfigurableExtensionFileFilterFileChooser<SpreadSheetReader,SpreadSheetWriter> implements Serializable
- serialVersionUID:
- -6341967475735162796L
-
Class adams.gui.chooser.SpreadSheetFileChooserPanel extends FileChooserPanel implements Serializable
- serialVersionUID:
- -8755020252465094120L
-
Serialized Fields
-
m_FileChooser
SpreadSheetFileChooser m_FileChooser
the filechooser for selecting the dataset. -
m_Reader
SpreadSheetReader m_Reader
the current reader. -
m_Writer
SpreadSheetWriter m_Writer
the current writer.
-
-
Class adams.gui.chooser.SpreadSheetQueryChooserPanel extends AbstractChooserPanel<SpreadSheetQueryText> implements Serializable
- serialVersionUID:
- -8755020252465094120L
-
Serialized Fields
-
m_DialogSpreadSheetQuery
SpreadSheetQueryDialog m_DialogSpreadSheetQuery
the dialog for editing the query.
-
-
Class adams.gui.chooser.SQLStatementChooserPanel extends AbstractChooserPanel<SQLStatement> implements Serializable
- serialVersionUID:
- -8755020252465094120L
-
Serialized Fields
-
m_DialogSQL
SQLStatementDialog m_DialogSQL
the dialog for editing the SQL statement.
-
-
Class adams.gui.chooser.TextFileChooser extends BaseFileChooser implements Serializable
- serialVersionUID:
- -810326731112492794L
-
Serialized Fields
-
m_FileFilters
List<FileFilter> m_FileFilters
the file filters. -
m_PanelEncoding
TextFileChooser.FileEncodingPanel m_PanelEncoding
the accessory panel.
-
-
Class adams.gui.chooser.TextFileChooser.FileEncodingPanel extends BasePanel implements Serializable
- serialVersionUID:
- -2064293687093129577L
-
Serialized Fields
-
m_ComboBoxEncoding
BaseComboBox m_ComboBoxEncoding
the text field for the encoding. -
m_DefaultBackground
Color m_DefaultBackground
the default background color of the panel. -
m_LabelEncoding
JLabel m_LabelEncoding
the label for the text field. -
m_PanelBookmarks
FileChooserBookmarksPanel m_PanelBookmarks
the bookmarks panel. -
m_PanelEncoding
JPanel m_PanelEncoding
the panel for the encoding.
-
-
Class adams.gui.chooser.TimeChooserPanel extends AbstractDateBasedChooserPanel<Time> implements Serializable
- serialVersionUID:
- 7053822955518874219L
-
Class adams.gui.chooser.TimePanel extends BasePanel implements Serializable
- serialVersionUID:
- -4509241746496910365L
-
Serialized Fields
-
m_ChangeListeners
HashSet<ChangeListener> m_ChangeListeners
the change listeners. -
m_SpinnerHour
JSpinner m_SpinnerHour
the spinner for the hours. -
m_SpinnerMinute
JSpinner m_SpinnerMinute
the spinner for the minutes. -
m_SpinnerSecond
JSpinner m_SpinnerSecond
the spinner for the seconds.
-
-
Class adams.gui.chooser.TimeseriesFileChooser extends AbstractDataContainerFileChooser<Timeseries,AbstractDataContainerReader<Timeseries>,AbstractDataContainerWriter<Timeseries>> implements Serializable
- serialVersionUID:
- -5373058011025481738L
-
Class adams.gui.chooser.WekaFileChooser extends AbstractConfigurableExtensionFileFilterFileChooser<weka.core.converters.AbstractFileLoader,weka.core.converters.AbstractFileSaver> implements Serializable
- serialVersionUID:
- -6341967475735162796L
-
-
Package adams.gui.clipboard
-
Class adams.gui.clipboard.AbstractClipboardData extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3530762672690723313L
-
Class adams.gui.clipboard.BufferedImage extends AbstractClipboardData<BufferedImage> implements Serializable
- serialVersionUID:
- 3264721542935946632L
-
Class adams.gui.clipboard.String extends AbstractClipboardData<String> implements Serializable
- serialVersionUID:
- -3438585893626588114L
-
-
Package adams.gui.core
-
Class adams.gui.core.AbstractAdvancedScript extends AbstractBaseString implements Serializable
- serialVersionUID:
- 4309078655122480376L
-
Class adams.gui.core.AbstractBaseTableModel extends AbstractTableModel implements Serializable
- serialVersionUID:
- 1379439060928152100L
-
Serialized Fields
-
m_LoggingLevel
LoggingLevel m_LoggingLevel
the logging level.
-
-
Class adams.gui.core.AbstractComponentWithButtons extends BasePanelWithButtons implements Serializable
- serialVersionUID:
- 2480939317042703826L
-
Serialized Fields
-
m_Component
T extends Component m_Component
the component. -
m_LabelInfo
JLabel m_LabelInfo
the label for selection information, etc. -
m_PanelAll
JPanel m_PanelAll
the panel encompassing the component and the information. -
m_PanelInfo
JPanel m_PanelInfo
the panel for the information JLabel. -
m_ScrollPane
BaseScrollPane m_ScrollPane
the scroll pane, if in use.
-
-
Class adams.gui.core.AbstractDoubleClickableComponentWithButtons extends AbstractComponentWithButtons<T extends Component> implements Serializable
- serialVersionUID:
- 5421965370098048279L
-
Serialized Fields
-
m_DoubleClickAction
BaseAction m_DoubleClickAction
action that gets executed when double-clicking list element. -
m_DoubleClickButton
BaseButton m_DoubleClickButton
button that gets clicked when double-clicking list element.
-
-
Class adams.gui.core.AbstractFrameWithOptionHandling extends BaseFrame implements Serializable
- serialVersionUID:
- -5800519559483605870L
-
Serialized Fields
-
m_Home
String m_Home
the directory to use as the project's home directory. -
m_OptionManager
OptionManager m_OptionManager
for managing the available options.
-
-
Class adams.gui.core.AbstractMoveableTableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- -6087402226242041322L
-
Class adams.gui.core.AbstractNamedHistoryPanel extends BasePanel implements Serializable
- serialVersionUID:
- -6028207793460507677L
-
Serialized Fields
-
m_AllowRemove
boolean m_AllowRemove
whether to allow removing of entries. -
m_AllowRename
boolean m_AllowRename
whether to allow renaming of entries. -
m_ButtonDown
BaseFlatButton m_ButtonDown
the move down button. -
m_ButtonRemove
BaseFlatButton m_ButtonRemove
the remove button. -
m_ButtonRemoveAll
BaseFlatButton m_ButtonRemoveAll
the remove all button. -
m_ButtonUp
BaseFlatButton m_ButtonUp
the move up button. -
m_Entries
Hashtable<String,T> m_Entries
stores the actual objects (name <-> object relation). -
m_HistoryEntrySelectionListeners
HashSet<AbstractNamedHistoryPanel.HistoryEntrySelectionListener> m_HistoryEntrySelectionListeners
the history entry selection listeners. -
m_HistoryEntryToolTipProvider
AbstractNamedHistoryPanel.HistoryEntryToolTipProvider<T> m_HistoryEntryToolTipProvider
the tool tip generator. -
m_List
BaseList m_List
the JList listing the history entries. -
m_ListModel
DefaultListModel m_ListModel
the underlying list model. -
m_ListModelFiltered
DefaultListModel m_ListModelFiltered
the filtered model. -
m_PanelList
BasePanel m_PanelList
the panel for the list. -
m_PanelListButtons
BasePanel m_PanelListButtons
the panel for the list buttons. -
m_PanelSearch
SearchPanel m_PanelSearch
the panel for searching the entry names. -
m_Payloads
Hashtable<String,Object> m_Payloads
stores the optional payloads (name <-> object relation). -
m_PopupCustomizer
AbstractNamedHistoryPanel.PopupCustomizer m_PopupCustomizer
an optional customizer for the popup on the JList. -
m_SearchRegexp
boolean m_SearchRegexp
whether the current search is using regular expressions. -
m_SearchString
String m_SearchString
the current search term.
-
-
Class adams.gui.core.AbstractNamedHistoryPanel.AbstractHistoryEntryFrame extends BaseFrame implements Serializable
- serialVersionUID:
- 2552148773749071235L
-
Serialized Fields
-
m_EntryName
String m_EntryName
the history entry name . -
m_EntryOwner
AbstractNamedHistoryPanel<T> m_EntryOwner
the history panel that opened this frame.
-
-
Class adams.gui.core.AbstractNamedHistoryPanel.HistoryEntrySelectionEvent extends EventObject implements Serializable
- serialVersionUID:
- 6402304240357916438L
-
Serialized Fields
-
m_Names
String[] m_Names
the names of the entries.
-
-
Class adams.gui.core.AbstractQuickSearchPanel extends BasePanel implements Serializable
- serialVersionUID:
- -9124265315754284681L
-
Serialized Fields
-
m_CancelListeners
Set<ChangeListener> m_CancelListeners
the cancel listeners (hitting ESC). -
m_ChangeListeners
Set<ChangeListener> m_ChangeListeners
the change listeners. -
m_DelayedAction
DelayedActionRunnable m_DelayedAction
for updating the search etc. -
m_ItemFilter
AbstractItemFilter m_ItemFilter
the filter to use. -
m_ListItems
SearchableBaseList m_ListItems
the flow editor for displaying the items. -
m_SelectionListeners
Set<ListSelectionListener> m_SelectionListeners
the selection listeners (double click or enter). -
m_TextSearch
BaseTextField m_TextSearch
the search panel.
-
-
Class adams.gui.core.AbstractRecentItemsHandler extends LoggingObject implements Serializable
- serialVersionUID:
- 7532226757387619342L
-
Serialized Fields
-
m_AddShortcuts
boolean m_AddShortcuts
whether to add keyboard shortcuts. -
m_IgnoreChanges
boolean m_IgnoreChanges
whether to ignore changes temporarily. -
m_Listeners
HashSet<RecentItemListener<M,T>> m_Listeners
the event listeners. -
m_MaxCount
int m_MaxCount
the maximum number of items to keep. -
m_Menu
M m_Menu
the menu to add the items as sub-items to. -
m_PropertiesFile
String m_PropertiesFile
the props file to use. -
m_PropertyPrefix
String m_PropertyPrefix
the prefix for the properties. -
m_RecentItems
List<T> m_RecentItems
the items.
-
-
Class adams.gui.core.AbstractSimpleScript extends AbstractBaseString implements Serializable
- serialVersionUID:
- 4309078655122480376L
-
Class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting extends BasePanel implements Serializable
- serialVersionUID:
- -6446220610454192959L
-
Serialized Fields
-
m_ChangeListeners
HashSet<ChangeListener> m_ChangeListeners
the listeners for modification events. -
m_CurrentFile
File m_CurrentFile
the current file. -
m_IgnoreChanges
boolean m_IgnoreChanges
whether to ignore changes. -
m_LastFind
String m_LastFind
the last search string used. -
m_Modified
boolean m_Modified
whether the content was modified. -
m_ScrollPane
org.fife.ui.rtextarea.RTextScrollPane m_ScrollPane
the scroll pane. -
m_TextArea
org.fife.ui.rsyntaxtextarea.RSyntaxTextArea m_TextArea
the text area.
-
-
Class adams.gui.core.AbstractTextEditorPanelWithSimpleSyntaxHighlighting extends StyledTextEditorPanel implements Serializable
- serialVersionUID:
- 7416099580088156868L
-
Class adams.gui.core.AdjustableGridPanel extends BasePanel implements Serializable
- serialVersionUID:
- -4160391815317620105L
-
Serialized Fields
-
m_ButtonApply
BaseButton m_ButtonApply
the button for applying the dimensions. -
m_Columns
int m_Columns
the columns. -
m_Items
List<Component> m_Items
the items to display. -
m_PanelContent
JPanel m_PanelContent
the panel for the actual content. -
m_PanelControl
JPanel m_PanelControl
the panel with the dimensions. -
m_Rows
int m_Rows
the rows. -
m_SpinnerColumns
JSpinner m_SpinnerColumns
the spinner for the columns. -
m_SpinnerRows
JSpinner m_SpinnerRows
the spinner for the rows.
-
-
Class adams.gui.core.BaseButton extends JButton implements Serializable
- serialVersionUID:
- 443538647764642995L
-
Class adams.gui.core.BaseButtonWithDropDownMenu extends BaseButton implements Serializable
- serialVersionUID:
- 6616758688778479716L
-
Serialized Fields
-
m_Menu
JPopupMenu m_Menu
the menu to display (if not to generate automatically). -
m_MenuItems
List<JMenuItem> m_MenuItems
the menu items.
-
-
Class adams.gui.core.BaseCheckBox extends JCheckBox implements Serializable
- serialVersionUID:
- -9127780163796872854L
-
Class adams.gui.core.BaseColorTextField extends BasePanel implements Serializable
- serialVersionUID:
- -6624338080908941975L
-
Serialized Fields
-
m_Button
BaseFlatButton m_Button
the button for displaying the color and popping up the color picker dialog. -
m_TextField
BaseColorTextField.CustomColorTextField m_TextField
the actual text field.
-
-
Class adams.gui.core.BaseColorTextField.CustomColorTextField extends BaseObjectTextField<BaseColor> implements Serializable
- serialVersionUID:
- 2620268109385119824L
-
Class adams.gui.core.BaseComboBox extends JComboBox<E> implements Serializable
- serialVersionUID:
- -4382196370744637495L
-
Class adams.gui.core.BaseComboBoxModel extends DefaultComboBoxModel<E> implements Serializable
- serialVersionUID:
- -2804568752240468248L
-
Class adams.gui.core.BaseDialog extends JDialog implements Serializable
- serialVersionUID:
- 6155286585412623451L
-
Serialized Fields
-
m_AfterHideActions
Set<Runnable> m_AfterHideActions
the actions to execute after the dialog has been hidden. -
m_AfterShowActions
Set<Runnable> m_AfterShowActions
the actions to execute after the dialog has been made visible. -
m_BeforeHideActions
Set<Runnable> m_BeforeHideActions
the actions to execute before the dialog is hidden. -
m_BeforeShowActions
Set<Runnable> m_BeforeShowActions
the actions to execute before the dialog is made visible. -
m_DisposeCalled
boolean m_DisposeCalled
whether the dispose method has been called already manually. -
m_UISettingsApplied
boolean m_UISettingsApplied
whether UI settings were applied. -
m_UISettingsPrefix
String m_UISettingsPrefix
the UI settings prefix to use. -
m_UISettingsStored
boolean m_UISettingsStored
whether the UI settings got stored.
-
-
Class adams.gui.core.BaseEditorPane extends JEditorPane implements Serializable
- serialVersionUID:
- -468246726891443535L
-
Class adams.gui.core.BaseFlatButton extends BaseButton implements Serializable
- serialVersionUID:
- 443538647764642995L
-
Class adams.gui.core.BaseFlatButtonWithDropDownMenu extends BaseFlatButton implements Serializable
- serialVersionUID:
- 6616758688778479716L
-
Serialized Fields
-
m_Menu
JPopupMenu m_Menu
the menu to display (if not to generate automatically). -
m_MenuItems
List<JMenuItem> m_MenuItems
the menu items.
-
-
Class adams.gui.core.BaseFlatSplitButton extends BasePanel implements Serializable
-
Serialized Fields
-
m_ButtonMain
BaseFlatButton m_ButtonMain
the main button. -
m_ButtonMenu
BaseFlatButtonWithDropDownMenu m_ButtonMenu
the menu button.
-
-
-
Class adams.gui.core.BaseFrame extends JFrame implements Serializable
- serialVersionUID:
- -4853427519044621963L
-
Serialized Fields
-
m_MaximizationFixWindowListener
MaximizationFixWindowListener m_MaximizationFixWindowListener
the maximization fix listener. -
m_UISettingsApplied
boolean m_UISettingsApplied
whether UI settings were applied. -
m_UISettingsPrefix
String m_UISettingsPrefix
the UI settings prefix to use. -
m_UISettingsStored
boolean m_UISettingsStored
whether the UI settings got stored.
-
-
Class adams.gui.core.BaseHtmlEditorPane extends BaseEditorPane implements Serializable
- serialVersionUID:
- -468246726891443535L
-
Serialized Fields
-
m_DefaultHyperlinkListener
BrowserHelper.DefaultHyperlinkListener m_DefaultHyperlinkListener
the default hyperlink listener.
-
-
Class adams.gui.core.BaseList extends JList implements Serializable
- serialVersionUID:
- -3859605644790923061L
-
Serialized Fields
-
m_RemoveItemsListeners
HashSet<RemoveItemsListener> m_RemoveItemsListeners
the listeners for items to be removed.
-
-
Class adams.gui.core.BaseListWithButtons extends AbstractDoubleClickableComponentWithButtons<BaseList> implements Serializable
- serialVersionUID:
- 1935542795448084154L
-
Serialized Fields
-
m_CountModelListener
ListDataListener m_CountModelListener
the model listener for updating the counts.
-
-
Class adams.gui.core.BaseLogPanel extends BasePanel implements Serializable
-
Serialized Fields
-
m_ButtonClearLog
BaseButton m_ButtonClearLog
the button for clearing the log. -
m_ButtonCopyLog
BaseButton m_ButtonCopyLog
the button for copy the log. -
m_ButtonSaveLog
BaseButton m_ButtonSaveLog
the button for saving the log. -
m_FileChooser
BaseFileChooser m_FileChooser
the file chooser for saving the log. -
m_TextLog
BaseTextArea m_TextLog
the text area for the log.
-
-
-
Class adams.gui.core.BaseMenu extends JMenu implements Serializable
- serialVersionUID:
- -4652341738136722664L
-
Class adams.gui.core.BaseObjectTextField extends CheckedTextField implements Serializable
- serialVersionUID:
- -6624338080908941975L
-
Class adams.gui.core.BaseObjectTextField.BaseObjectCheckModel extends CheckedTextField.AbstractCheckModel implements Serializable
- serialVersionUID:
- -2579549735806129821L
-
Serialized Fields
-
m_Check
T extends BaseObject m_Check
the object used for the checks.
-
-
Class adams.gui.core.BasePanel extends JPanel implements Serializable
- serialVersionUID:
- -6780889707840400801L
-
Class adams.gui.core.BasePanelWithButtons extends BasePanel implements Serializable
- serialVersionUID:
- 2480939317042703826L
-
Serialized Fields
-
m_LayoutButtons
GridLayout m_LayoutButtons
the layout for the buttons. -
m_PanelButtons
JPanel m_PanelButtons
the panel containing the buttons.
-
-
Class adams.gui.core.BasePanelWithDatabaseConnection extends BasePanel implements Serializable
- serialVersionUID:
- 399941129570919254L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.gui.core.BasePasswordField extends JPasswordField implements Serializable
-
Serialized Fields
-
m_AnyChangeListeners
Set<ChangeListener> m_AnyChangeListeners
the listeners for any changes to the text. -
m_EchoChar
char m_EchoChar
the echo character in use. -
m_EchoCharChangeListeners
Set<ChangeListener> m_EchoCharChangeListeners
the listener for any changes to the echo char. -
m_ShowPopupMenu
boolean m_ShowPopupMenu
whether to show the popup menu.
-
-
-
Class adams.gui.core.BasePasswordFieldWithButton extends BasePanel implements Serializable
-
Serialized Fields
-
m_Button
BaseButton m_Button
the button for showing/hiding the password. -
m_Field
BasePasswordField m_Field
the password field.
-
-
-
Class adams.gui.core.BasePopupMenu extends JPopupMenu implements Serializable
- serialVersionUID:
- -2475983585897650618L
-
Class adams.gui.core.BaseScrollPane extends JScrollPane implements Serializable
- serialVersionUID:
- 256425097215624088L
-
Class adams.gui.core.BaseShortcut extends AbstractBaseString implements Serializable
- serialVersionUID:
- 1589904769256830344L
-
Class adams.gui.core.BaseSizeSequence extends SizeSequence implements Serializable
- serialVersionUID:
- 4086903170875698686L
-
Class adams.gui.core.BaseSplitButton extends BasePanel implements Serializable
-
Serialized Fields
-
m_ButtonMain
BaseButton m_ButtonMain
the main button. -
m_ButtonMenu
BaseButtonWithDropDownMenu m_ButtonMenu
the menu button.
-
-
-
Class adams.gui.core.BaseSplitPane extends JSplitPane implements Serializable
- serialVersionUID:
- -1785298915994980413L
-
Serialized Fields
-
m_DividerLocationBeforeHiding
Integer m_DividerLocationBeforeHiding
the divider location before hiding a component. -
m_HiddenBottomComponent
Component m_HiddenBottomComponent
the hidden bottom/right component. -
m_HiddenTopComponent
Component m_HiddenTopComponent
the hidden top/left component. -
m_SettingsClass
Class m_SettingsClass
the settings class for storing the divider location. -
m_SettingsProperty
String m_SettingsProperty
the settings property for storing the divider location.
-
-
Class adams.gui.core.BaseStatusBar extends BasePanel implements Serializable
- serialVersionUID:
- 4700122818727471957L
-
Serialized Fields
-
m_ClearTaskLeft
TimerTask m_ClearTaskLeft
the current timer for the left message. -
m_ClearTaskRight
TimerTask m_ClearTaskRight
the current timer for the right message. -
m_DialogSize
Dimension m_DialogSize
the default dimension for displaying the status. -
m_ExpiryTimeLeft
int m_ExpiryTimeLeft
the expiry time in seconds for clearing the left status automatically. -
m_ExpiryTimeRight
int m_ExpiryTimeRight
the expiry time in seconds for clearing the right status automatically. -
m_LabelStatusLeft
JLabel m_LabelStatusLeft
a label for displaying a status. -
m_LabelStatusRight
JLabel m_LabelStatusRight
the label for the right status. -
m_MouseListener
MouseListener m_MouseListener
a mouse listener for displaying the message in a dialog. -
m_PopupMenuCustomizer
BaseStatusBar.PopupMenuCustomizer m_PopupMenuCustomizer
the popup menu customizer to use. -
m_StatusDialogTitle
String m_StatusDialogTitle
the title for the status dialog. -
m_StatusLeft
String m_StatusLeft
the current status (left). -
m_StatusProcessor
BaseStatusBar.StatusProcessor m_StatusProcessor
for custom processing the status message before displaying it. -
m_StatusRight
String m_StatusRight
the current status (right). -
m_TimerLeft
Timer m_TimerLeft
the timer for the left message. -
m_TimerRight
Timer m_TimerRight
the timer for the right message.
-
-
Class adams.gui.core.BaseTabbedPane extends JTabbedPane implements Serializable
- serialVersionUID:
- 3893515959380608202L
-
Serialized Fields
-
m_CloseTabsWithMiddleMouseButton
boolean m_CloseTabsWithMiddleMouseButton
Allows the user to close tabs with the middle mouse button. -
m_DetachableTabs
boolean m_DetachableTabs
whether to make tabs detachable. -
m_MaxTabCloseUndo
int m_MaxTabCloseUndo
the maximum number of tabs to keep for undo. -
m_MaxTitleLength
int m_MaxTitleLength
the maximum length in chars for titles before getting shortened. -
m_MiddleMouseButtonCloseApprover
BaseTabbedPane.MiddleMouseButtonCloseApprover m_MiddleMouseButtonCloseApprover
the approver for the middle mouse button. -
m_PromptUserWhenClosingTab
boolean m_PromptUserWhenClosingTab
whether to prompt user when closing a tab. -
m_ShowCloseTabButton
boolean m_ShowCloseTabButton
whether to show a "close tab" button. -
m_SkipTabUndo
boolean m_SkipTabUndo
whether to skip tab undo. -
m_TabChangeListeners
Set<ChangeListener> m_TabChangeListeners
the listeners for tab changes. -
m_TabClosedListeners
Set<TabClosedListener> m_TabClosedListeners
the listeners for tabs being closed.
-
-
Class adams.gui.core.BaseTabbedPane.TabUndoList extends ArrayList<BaseTabbedPane.TabUndo> implements Serializable
- serialVersionUID:
- 5710141119325238633L
-
Class adams.gui.core.BaseTabbedPaneWithTabHiding extends BaseTabbedPane implements Serializable
- serialVersionUID:
- 3893515959380608202L
-
Serialized Fields
-
m_HiddenPages
Hashtable<Component,BaseTabbedPaneWithTabHiding.PageBackup<Component>> m_HiddenPages
for storing the hidden tabs. -
m_TabVisibilityChangeListeners
HashSet<TabVisibilityChangeListener> m_TabVisibilityChangeListeners
the listeners for tab visibility changes.
-
-
Class adams.gui.core.BaseTabbedPaneWithTabHiding.PageBackup extends Object implements Serializable
- serialVersionUID:
- -8446679315630104192L
-
Class adams.gui.core.BaseTable extends JTable implements Serializable
- serialVersionUID:
- -2360462659067336490L
-
Serialized Fields
-
m_CellPopupMenuListeners
HashSet<PopupMenuListener> m_CellPopupMenuListeners
the popup menu listeners for the cells. -
m_ColumnWidthApproach
BaseTable.ColumnWidthApproach m_ColumnWidthApproach
whether to automatically set optimal column widths. -
m_FileChooser
SpreadSheetFileChooser m_FileChooser
the file chooser for saving the spreadsheet. -
m_HeaderPopupMenuListeners
HashSet<PopupMenuListener> m_HeaderPopupMenuListeners
the popup menu listeners for the header row. -
m_MaxColumnOptimalColumnWidthCalc
int m_MaxColumnOptimalColumnWidthCalc
the maximum number of columns for optimal column width calculation. -
m_MaxColumnOptimalHeaderWidthCalc
int m_MaxColumnOptimalHeaderWidthCalc
the maximum number of columns for optimal header width calculation. -
m_RemoveItemsListeners
HashSet<RemoveItemsListener> m_RemoveItemsListeners
the listeners for items to be removed. -
m_ShowSimpleCellPopupMenu
boolean m_ShowSimpleCellPopupMenu
whether to show a simple cell popup menu. -
m_ShowSimpleHeaderPopupMenu
boolean m_ShowSimpleHeaderPopupMenu
whether to show a simple header popup menu. -
m_SimpleCellPopupMenuListener
PopupMenuListener m_SimpleCellPopupMenuListener
the simple cell popup menu listener. -
m_SimpleHeaderPopupMenuListener
PopupMenuListener m_SimpleHeaderPopupMenuListener
the simple header popup menu listener. -
m_TableHelper
JTableHelper m_TableHelper
for setting the optimal column width. -
m_TooManyColumnsDefaultWidth
int m_TooManyColumnsDefaultWidth
the column width to use when too many columns present.
-
-
Class adams.gui.core.BaseTableWithButtons extends AbstractDoubleClickableComponentWithButtons<BaseTable> implements Serializable
- serialVersionUID:
- 1935542795448084154L
-
Serialized Fields
-
m_CountModelListener
TableModelListener m_CountModelListener
the model listener for updating the counts.
-
-
Class adams.gui.core.BaseTextArea extends JTextArea implements Serializable
- serialVersionUID:
- 7970608693979989912L
-
Serialized Fields
-
m_AnyChangeListeners
Set<ChangeListener> m_AnyChangeListeners
the listeners for any changes to the text.
-
-
Class adams.gui.core.BaseTextAreaWithButtons extends AbstractComponentWithButtons<BaseTextArea> implements Serializable
- serialVersionUID:
- 1935542795448084154L
-
Class adams.gui.core.BaseTextField extends JTextField implements Serializable
- serialVersionUID:
- 1849599255714467739L
-
Serialized Fields
-
m_AnyChangeListeners
Set<ChangeListener> m_AnyChangeListeners
the listeners for any changes to the text.
-
-
Class adams.gui.core.BaseTextPane extends JTextPane implements Serializable
- serialVersionUID:
- 5053144101104728014L
-
Serialized Fields
-
m_AnyChangeListeners
Set<ChangeListener> m_AnyChangeListeners
the listeners for any changes to the text.
-
-
Class adams.gui.core.BaseTextPaneWithButtons extends AbstractComponentWithButtons<BaseTextPaneWithWordWrap> implements Serializable
- serialVersionUID:
- -8562372761976614736L
-
Class adams.gui.core.BaseTextPaneWithWordWrap extends BasePanel implements Serializable
- serialVersionUID:
- 1382187615423454310L
-
Serialized Fields
-
m_PanelWrapper
JPanel m_PanelWrapper
the wrapper panel. -
m_ScrollPane
BaseScrollPane m_ScrollPane
the scroll pane. -
m_TextPane
BaseTextPane m_TextPane
the wrapped text pane. -
m_WordWrap
boolean m_WordWrap
whether wordwrap is on.
-
-
Class adams.gui.core.BaseToggleButton extends JToggleButton implements Serializable
- serialVersionUID:
- 443538647764642995L
-
Class adams.gui.core.BaseTree extends JTree implements Serializable
- serialVersionUID:
- 7574481276254738172L
-
Class adams.gui.core.BaseTreeNode extends DefaultMutableTreeNode implements Serializable
- serialVersionUID:
- 4553408733581911316L
-
Class adams.gui.core.BaseWindow extends JWindow implements Serializable
- serialVersionUID:
- 6176039693692479862L
-
Serialized Fields
-
m_Logger
Logger m_Logger
the logger.
-
-
Class adams.gui.core.BooleanExpressionEditorPanel extends AbstractTextEditorPanelWithSimpleSyntaxHighlighting implements Serializable
- serialVersionUID:
- -6311158717675828816L
-
Class adams.gui.core.BufferHistoryPanel extends AbstractNamedHistoryPanel<StringBuilder> implements Serializable
- serialVersionUID:
- 1704390033157269580L
-
Serialized Fields
-
m_CaretAtStart
boolean m_CaretAtStart
whether to position the caret at beginning instead of end. -
m_Frames
Hashtable<String,BufferHistoryPanel.BufferFrame> m_Frames
the frames that are being displayed. -
m_LineWrap
boolean m_LineWrap
use line wrap. -
m_TextArea
BaseTextArea m_TextArea
the text area to display the result in. -
m_WrapStyleWord
boolean m_WrapStyleWord
use word wrap style.
-
-
Class adams.gui.core.BufferHistoryPanel.BufferFrame extends AbstractNamedHistoryPanel.AbstractHistoryEntryFrame<StringBuilder> implements Serializable
- serialVersionUID:
- 2552148773749071235L
-
Serialized Fields
-
m_TextArea
BaseTextArea m_TextArea
the text area to display the StringBuilder in.
-
-
Class adams.gui.core.ButtonTabComponent extends JPanel implements Serializable
- serialVersionUID:
- -6719514041129909013L
-
Serialized Fields
-
m_Button
BaseButton m_Button
-
m_Label
JLabel m_Label
-
m_ShowIcon
boolean m_ShowIcon
whether to show the icon. -
pane
JTabbedPane pane
-
-
Class adams.gui.core.ButtonTabComponent.TabButton extends BaseButton implements Serializable
- serialVersionUID:
- 1628783933894855989L
-
Class adams.gui.core.CheckableTableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- -9169425499326950832L
-
Serialized Fields
-
m_CheckColName
String m_CheckColName
the name for the "check" column. -
m_Model
T extends TableModel m_Model
the wrapped table model. -
m_Selected
boolean[] m_Selected
whether a row got checked.
-
-
Class adams.gui.core.CheckedTextField extends BaseTextField implements Serializable
- serialVersionUID:
- -1011286612484850433L
-
Serialized Fields
-
m_CheckModel
CheckedTextField.AbstractCheckModel m_CheckModel
the checkmodel in use. -
m_DefaultForeground
Color m_DefaultForeground
the default foreground color. -
m_IgnoreUpdates
boolean m_IgnoreUpdates
whether to ignore updates to the text.
-
-
Class adams.gui.core.CheckedTextField.AbstractCheckModel extends Object implements Serializable
- serialVersionUID:
- -8150917807970079198L
-
Serialized Fields
-
m_DefaultValue
String m_DefaultValue
the default text.
-
-
Class adams.gui.core.CheckedTextField.StringCheckModel extends CheckedTextField.AbstractCheckModel implements Serializable
- serialVersionUID:
- 451762705522167701L
-
Class adams.gui.core.ClassQuickSearchPanel extends AbstractQuickSearchPanel implements Serializable
- serialVersionUID:
- -8297241550756579552L
-
Class adams.gui.core.ConsolePanel extends BasePanel implements Serializable
- serialVersionUID:
- -2339480199106797838L
-
Serialized Fields
-
m_Listeners
HashSet<ConsolePanelListener> m_Listeners
the listeners. -
m_Log
PlaceholderFile m_Log
the name of the log file. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar. -
m_MenuItemClear
JMenuItem m_MenuItemClear
the clear item. -
m_MenuItemClearAll
JMenuItem m_MenuItemClearAll
the clear all item. -
m_MenuItemCopy
JMenuItem m_MenuItemCopy
the copy item. -
m_MenuItemExit
JMenuItem m_MenuItemExit
the close item. -
m_MenuItemFind
JMenuItem m_MenuItemFind
the find item. -
m_MenuItemFindNext
JMenuItem m_MenuItemFindNext
the find next item. -
m_MenuItemSaveAs
JMenuItem m_MenuItemSaveAs
the save as item. -
m_PanelAll
ConsolePanel.OutputPanel m_PanelAll
the ALL panel. -
m_PanelError
ConsolePanel.OutputPanel m_PanelError
the error panel. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane for the various outputs.
-
-
Class adams.gui.core.ConsolePanel.OutputPanel extends BasePanel implements Serializable
- serialVersionUID:
- 8547336176163250862L
-
Serialized Fields
-
m_ButtonClear
BaseButton m_ButtonClear
the button for clearing the output. -
m_ButtonEnabledDisable
BaseButton m_ButtonEnabledDisable
the button for enabling/disabling the output. -
m_LevelAttributeSets
HashMap<LoggingLevel,AttributeSet> m_LevelAttributeSets
the level/color association. -
m_OutputEnabled
boolean m_OutputEnabled
whether output is enabled. -
m_SpinnerMaxLines
JSpinner m_SpinnerMaxLines
the spinner for the maximum number of lines. -
m_TextArea
StyledTextEditorPanel m_TextArea
the text area for the output. -
m_Title
String m_Title
the title of the panel.
-
-
Class adams.gui.core.CustomColorImageIcon extends ImageIcon implements Serializable
-
Class adams.gui.core.DateTextField extends CheckedTextField implements Serializable
- serialVersionUID:
- 662410175911423633L
-
Class adams.gui.core.DateTextField.DateCheckModel extends CheckedTextField.AbstractCheckModel implements Serializable
- serialVersionUID:
- -2579549735806129821L
-
Serialized Fields
-
m_Format
String m_Format
the format in use.
-
-
Class adams.gui.core.DefaultTextAreaPanelWithAdvancedSyntaxHighlighting extends AbstractTextAreaPanelWithAdvancedSyntaxHighlighting implements Serializable
- serialVersionUID:
- -7436330527814666077L
-
Class adams.gui.core.DelayedActionRunnable extends RunnableWithLogging implements Serializable
- serialVersionUID:
- 7479660819444650932L
-
Serialized Fields
-
m_Action
DelayedActionRunnable.AbstractAction m_Action
the action to execute. -
m_Decrement
int m_Decrement
the increment for counting down. -
m_Delay
int m_Delay
the delay in msec. -
m_Remaining
int m_Remaining
the remaining delay.
-
-
Class adams.gui.core.DescriptionPanel extends BasePanel implements Serializable
- serialVersionUID:
- -8706194264102837649L
-
Serialized Fields
-
m_ScrollPaneDescription
BaseScrollPane m_ScrollPaneDescription
the scroll pane for the description. -
m_TextDescription
BaseTextPane m_TextDescription
the description of the page.
-
-
Class adams.gui.core.DetachablePanel extends BasePanel implements Serializable
- serialVersionUID:
- -2818808520522758309L
-
Serialized Fields
-
m_ButtonReattach
BaseButton m_ButtonReattach
the button for reattaching. -
m_ContentPanel
BasePanel m_ContentPanel
the content panel. -
m_DetachedFrame
BaseFrame m_DetachedFrame
the frame for detaching the component. -
m_DetachListeners
Set<ChangeListener> m_DetachListeners
the detach listeners. -
m_FrameTitle
String m_FrameTitle
the frame title to use. -
m_LastFramePosition
Point m_LastFramePosition
the last position of the frame. -
m_LastFrameSize
Dimension m_LastFrameSize
the last size of the frame. -
m_PanelReattach
BasePanel m_PanelReattach
the panel with a "reattach" frame. -
m_PopupMenuCustomizer
PopupMenuCustomizer<DetachablePanel> m_PopupMenuCustomizer
the optional popup menu customizer. -
m_ReattachListeners
Set<ChangeListener> m_ReattachListeners
the reattach listeners.
-
-
Class adams.gui.core.DragAndDropTabbedPane extends BaseTabbedPane implements Serializable
- serialVersionUID:
- 4341372770299945895L
-
Serialized Fields
-
m_DragTabIndex
int m_DragTabIndex
-
m_GlassPane
DragAndDropTabbedPane.GhostGlassPane m_GlassPane
-
m_HasGhost
boolean m_HasGhost
-
m_IsPaintScrollArea
boolean m_IsPaintScrollArea
-
m_LineColor
Color m_LineColor
-
m_LineRect
Rectangle m_LineRect
-
m_MovingTab
boolean m_MovingTab
whether the tab is being moved.
-
-
Class adams.gui.core.DragAndDropTabbedPane.GhostGlassPane extends JPanel implements Serializable
- serialVersionUID:
- -1731274272252890281L
-
Serialized Fields
-
m_Composite
AlphaComposite m_Composite
-
m_DraggingGhost
BufferedImage m_DraggingGhost
-
m_Location
Point m_Location
-
-
Class adams.gui.core.DragAndDropTree extends BaseTree implements Serializable
- serialVersionUID:
- 9095408256996103054L
-
Serialized Fields
-
m_ColorCueLine
Color m_ColorCueLine
The color of the line hinting whether the node is dropped. -
m_CueLineExtension
int m_CueLineExtension
the amount of pixels for the cue line to extend further out. -
m_DragSource
DragSource m_DragSource
manages the drag source. -
m_DropTarget
DropTarget m_DropTarget
manages the drop target. -
m_ExpansionDelay
int m_ExpansionDelay
the time in msecs before expanding a node during drag'n'drop. -
m_ExpansionExecutor
ScheduledExecutorService m_ExpansionExecutor
used for expanding nodes during drag'n'drop. -
m_NodeDroppedListeners
HashSet<NodeDroppedListener> m_NodeDroppedListeners
the listeners for node-drop events. -
m_Offset
Point m_Offset
the offset for the "ghost" image. -
m_RectCueLine
Rectangle2D m_RectCueLine
The rectangle for the line hinting where to drop the node. -
m_SourceNode
BaseTreeNode[] m_SourceNode
the source node of the d'n'd.
-
-
Class adams.gui.core.DragAndDropTreeNodeCollection extends Object implements Serializable
- serialVersionUID:
- -7713547721629308103L
-
Serialized Fields
-
m_Nodes
ArrayList<N extends BaseTreeNode> m_Nodes
the nodes.
-
-
Class adams.gui.core.ErrorMessagePanel extends BasePanel implements Serializable
- serialVersionUID:
- -5725086584842991503L
-
Serialized Fields
-
m_CheckBoxConsole
BaseCheckBox m_CheckBoxConsole
the checkbox for including the console output. -
m_ErrorMessage
String m_ErrorMessage
the error message itself. -
m_PanelBottom
BasePanel m_PanelBottom
the bottom panel withBorderLayout
. -
m_TextPanel
TextPanel m_TextPanel
the text panel for displaying the error.
-
-
Class adams.gui.core.ExtensionFileFilter extends FileFilter implements Serializable
- serialVersionUID:
- -2053536869521888824L
-
Class adams.gui.core.FileListWithButtons extends BaseListWithButtons implements Serializable
- serialVersionUID:
- 4722609868753213745L
-
Serialized Fields
-
m_ButtonAdd
BaseButton m_ButtonAdd
the button for adding a file. -
m_ButtonMoveDown
BaseButton m_ButtonMoveDown
the button for moving an entry down. -
m_ButtonMoveUp
BaseButton m_ButtonMoveUp
the button for moving an entry up. -
m_ButtonRemove
BaseButton m_ButtonRemove
the button for removing file(s). -
m_ButtonRemoveAll
BaseButton m_ButtonRemoveAll
the button for removing all files. -
m_FileChooser
BaseFileChooser m_FileChooser
the file chooser for selecting files.
-
-
Class adams.gui.core.FilePanel extends BasePanel implements Serializable
- serialVersionUID:
- -3704016792074293012L
-
Serialized Fields
-
m_Comparator
FileObjectComparator m_Comparator
the comparator. -
m_DirectoryChangeListeners
Set<ChangeListener> m_DirectoryChangeListeners
the listeners for when the directory gets updated. -
m_FileDoubleClickListeners
Set<FilePanel.FileDoubleClickListener> m_FileDoubleClickListeners
the double click listener for a file. -
m_Files
List<FileObject> m_Files
the currently listed files. -
m_FilesChangeListeners
Set<ChangeListener> m_FilesChangeListeners
the listeners for when the files get updated. -
m_FocusAdapter
FocusAdapter m_FocusAdapter
the focus adapter. -
m_IgnoreChanges
boolean m_IgnoreChanges
whether to ignore changes. -
m_KeyAdapter
KeyAdapter m_KeyAdapter
the key adapter. -
m_List
SearchableBaseList m_List
the List for the non-detailed view. -
m_Lister
DirectoryLister m_Lister
for listing the content of the directory. -
m_MouseAdapter
MouseAdapter m_MouseAdapter
the mouse adapter. -
m_MultiSelection
boolean m_MultiSelection
whether to allow multiple files to be selected. -
m_PanelSearch
SearchPanel m_PanelSearch
the search panel. -
m_SelectionChangeListeners
Set<ChangeListener> m_SelectionChangeListeners
the listeners for when the selection changes. -
m_ShowDetails
Boolean m_ShowDetails
whether to show details on the files. -
m_ShowHidden
boolean m_ShowHidden
whether to show hidden files. -
m_Table
SortableAndSearchableTable m_Table
the table for the detailed view. -
m_Worker
SwingWorker m_Worker
the currently running swingworker.
-
-
Class adams.gui.core.FilePanel.FileDoubleClickEvent extends EventObject implements Serializable
- serialVersionUID:
- 6602862166542558303L
-
Serialized Fields
-
m_File
FileObject m_File
the file that got double clicked.
-
-
Class adams.gui.core.FileWrapperListModel extends AbstractListModel<String> implements Serializable
- serialVersionUID:
- -5631974196097641601L
-
Serialized Fields
-
m_Files
List<FileObject> m_Files
the files. -
m_ShowParentDirs
boolean m_ShowParentDirs
whether to show parent dirs.
-
-
Class adams.gui.core.FileWrapperTableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- -4874766549376555318L
-
Serialized Fields
-
m_DateFormat
DateFormat m_DateFormat
the date formatter. -
m_Files
List<FileObject> m_Files
the files. -
m_ShowParentDirs
boolean m_ShowParentDirs
whether to show parent dirs.
-
-
Class adams.gui.core.FilterPanel extends BasePanel implements Serializable
- serialVersionUID:
- 7310268615807229210L
-
Serialized Fields
-
m_ChangeListeners
Set<ChangeListener> m_ChangeListeners
the filter listeners. -
m_LabelFilter
JLabel m_LabelFilter
the label for the filter. -
m_LabelFilterClear
JLabel m_LabelFilterClear
the icon for clearing the text field. -
m_Layout
int m_Layout
the type of layout to use. -
m_TextColumns
int m_TextColumns
the text width in columns -
m_TextFilter
BaseTextField m_TextFilter
the edit field for the filter.
-
-
Class adams.gui.core.GroovySyntaxEditorPanel extends AbstractTextAreaPanelWithAdvancedSyntaxHighlighting implements Serializable
- serialVersionUID:
- -6311158717675828816L
-
Class adams.gui.core.GUIHelper.AbstractInputPanel extends BasePanel implements Serializable
-
Serialized Fields
-
m_Icon
String m_Icon
the icon.
-
-
-
Class adams.gui.core.GUIHelper.DialogCommunication extends Object implements Serializable
- serialVersionUID:
- -7319896279709161892L
-
Serialized Fields
-
m_CloseDialogRequested
boolean m_CloseDialogRequested
whether the dialog should get closed.
-
-
Class adams.gui.core.GUIHelper.InputPanelWithButtons extends GUIHelper.AbstractInputPanel implements Serializable
-
Serialized Fields
-
m_Buttons
List<BaseButton> m_Buttons
the buttons. -
m_LabelMessage
JLabel m_LabelMessage
the label for the message. -
m_PanelButtons
JPanel m_PanelButtons
the panel with the buttons. -
m_Value
String m_Value
the selected value.
-
-
-
Class adams.gui.core.GUIHelper.InputPanelWithComboBox extends GUIHelper.AbstractInputPanel implements Serializable
-
Serialized Fields
-
m_ComboBox
BaseComboBox<String> m_ComboBox
the combobox. -
m_LabelMessage
JLabel m_LabelMessage
the label for the message.
-
-
-
Class adams.gui.core.GUIHelper.InputPanelWithTextArea extends GUIHelper.AbstractInputPanel implements Serializable
-
Serialized Fields
-
m_LabelMessage
JLabel m_LabelMessage
the label for the message. -
m_TextArea
BaseTextArea m_TextArea
the text area.
-
-
-
Class adams.gui.core.GUIPrompt extends LoggingObject implements Serializable
- serialVersionUID:
- 8900171025794575993L
-
Serialized Fields
-
m_Properties
Properties m_Properties
the properties.
-
-
Class adams.gui.core.IndexTextField extends CheckedTextField implements Serializable
- serialVersionUID:
- -6624338080908941975L
-
Class adams.gui.core.IndexTextField.IndexCheckModel extends CheckedTextField.AbstractCheckModel implements Serializable
- serialVersionUID:
- -2579549735806129821L
-
Class adams.gui.core.JComponentList extends JList implements Serializable
- serialVersionUID:
- -5162054751544750195L
-
Serialized Fields
-
m_Self
JComponentList m_Self
the list itself.
-
-
Class adams.gui.core.JComponentList.CheckBoxListItem extends BaseCheckBox implements Serializable
- serialVersionUID:
- -5615085802034434150L
-
Serialized Fields
-
m_Disabled
HashSet<JComponentList.CheckBoxListItem.Actions> m_Disabled
contains the disabled actions. -
m_Display
Hashtable<JComponentList.CheckBoxListItem.Actions,String> m_Display
contains overrides for the display string per action. -
m_List
JComponentList m_List
the list this item belongs to.
-
-
Class adams.gui.core.JComponentList.JComponentListModel extends DefaultListModel implements Serializable
- serialVersionUID:
- 962859537727414215L
-
Class adams.gui.core.JComponentList.LabelListItem extends JLabel implements Serializable
- serialVersionUID:
- -1281892849183281829L
-
Serialized Fields
-
m_Disabled
HashSet<JComponentList.LabelListItem.Actions> m_Disabled
contains the disabled actions. -
m_Display
Hashtable<JComponentList.LabelListItem.Actions,String> m_Display
contains overrides for the display string per action. -
m_List
JComponentList m_List
the list this item belongs to.
-
-
Class adams.gui.core.JComponentList.ListCellRenderer extends DefaultListCellRenderer implements Serializable
- serialVersionUID:
- -5578231619307079271L
-
Class adams.gui.core.KeyValuePairTableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- -8212085458244592181L
-
Class adams.gui.core.LazyExpansionTreeNode extends BaseTreeNode implements Serializable
- serialVersionUID:
- -3931549349098523711L
-
Serialized Fields
-
m_ExpansionOccurred
boolean m_ExpansionOccurred
whether the tree node has been expanded before.
-
-
Class adams.gui.core.LookUpUpdateEditorPanel extends AbstractTextEditorPanelWithSimpleSyntaxHighlighting implements Serializable
- serialVersionUID:
- -3179672756270528025L
-
Class adams.gui.core.MapTableModel extends KeyValuePairTableModel implements Serializable
- serialVersionUID:
- -8212085458244592181L
-
Serialized Fields
-
m_TypeValue
Class m_TypeValue
the type of the value column.
-
-
Class adams.gui.core.MathematicalExpressionEditorPanel extends AbstractTextEditorPanelWithSimpleSyntaxHighlighting implements Serializable
- serialVersionUID:
- -6311158717675828816L
-
Class adams.gui.core.MemoryMonitorPanel extends BasePanel implements Serializable
- serialVersionUID:
- 649755316726537053L
-
Serialized Fields
-
m_Counter
NamedCounter m_Counter
for keeping track of the tokens. -
m_Divisor
double m_Divisor
the divisor for the bytes. -
m_Interval
int m_Interval
the interval for refresh (in msec). -
m_Memory
MemoryMXBean m_Memory
the memory MX bean. -
m_Monitor
Runnable m_Monitor
performs the actual monitoring. -
m_PlotPanel
SequencePlotterPanel m_PlotPanel
for plotting the data. -
m_PostProcessor
AbstractSequencePostProcessor m_PostProcessor
the post-processor. -
m_Running
boolean m_Running
whether the monitoring is running.
-
-
Class adams.gui.core.MultiPagePane extends BasePanel implements Serializable
- serialVersionUID:
- -2108092957035381345L
-
Serialized Fields
-
m_ButtonAction
BaseSplitButton m_ButtonAction
the action button. -
m_ButtonDown
BaseFlatButton m_ButtonDown
the move down button. -
m_ButtonRemove
BaseFlatButton m_ButtonRemove
the remove button. -
m_ButtonRemoveAll
BaseFlatButton m_ButtonRemoveAll
the remove all button. -
m_ButtonUndo
BaseFlatButton m_ButtonUndo
the undo button. -
m_ButtonUp
BaseFlatButton m_ButtonUp
the move up button. -
m_ChangeListeners
HashSet<ChangeListener> m_ChangeListeners
the listeners when pages get selected. -
m_IgnoreUpdates
boolean m_IgnoreUpdates
whether to ignore updates. -
m_LeftPanel
BasePanel m_LeftPanel
the panel with the list and buttons. -
m_MaxPageCloseUndo
int m_MaxPageCloseUndo
the maximum number of tabs to keep for undo. -
m_PageCloseApprover
MultiPagePane.PageCloseApprover m_PageCloseApprover
for approving page closing. -
m_PageList
BaseList m_PageList
the page list. -
m_PageListModel
DefaultListModel<MultiPagePane.PageContainer> m_PageListModel
the list model. -
m_PanelContent
BasePanel m_PanelContent
the content pane for the pages. -
m_PanelListButtons
BasePanel m_PanelListButtons
the panel for the list buttons. -
m_PopupCustomizer
MultiPagePane.PopupCustomizer m_PopupCustomizer
an optional customizer for the popup on the JList. -
m_ReadOnly
boolean m_ReadOnly
whether the page list is readonly. -
m_SkipPageUndo
boolean m_SkipPageUndo
whether to skip tab undo. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_ToolTipCustomizer
MultiPagePane.ToolTipCustomizer m_ToolTipCustomizer
an optional customizer for the tooltips of the JList.
-
-
Class adams.gui.core.MultiPagePane.DetachablePage extends DetachablePanel implements Serializable
- serialVersionUID:
- 1968992223273451733L
-
Serialized Fields
-
m_Component
Component m_Component
the component to wrap.
-
-
Class adams.gui.core.MultiPagePane.PageContainer extends Object implements Serializable
- serialVersionUID:
- -7918640108273902031L
-
Serialized Fields
-
m_DetachablePage
MultiPagePane.DetachablePage m_DetachablePage
the detachable panel. -
m_Icon
ImageIcon m_Icon
the current icon (can be null). -
m_MetaData
Map<String,Object> m_MetaData
for storing meta-data. -
m_Page
Component m_Page
the page. -
m_RemovalAllowed
boolean m_RemovalAllowed
whether this page can be removed, even if readonly. -
m_Title
String m_Title
the title.
-
-
Class adams.gui.core.MultiPagePane.TitleRenderer extends DefaultListCellRenderer implements Serializable
- serialVersionUID:
- 662711521384106051L
-
Serialized Fields
-
m_BorderFocused
Border m_BorderFocused
the border for focused. -
m_BorderNoFocus
Border m_BorderNoFocus
the border for no focus. -
m_Owner
MultiPagePane m_Owner
the owner.
-
-
Class adams.gui.core.NumberTextField extends CheckedTextField implements Serializable
- serialVersionUID:
- -2752548576627240791L
-
Class adams.gui.core.NumberTextField.BoundedNumberCheckModel extends NumberTextField.NumberCheckModel implements Serializable
- serialVersionUID:
- -6009963184478082822L
-
Class adams.gui.core.NumberTextField.NumberCheckModel extends CheckedTextField.AbstractCheckModel implements Serializable
- serialVersionUID:
- -6009963184478082822L
-
Serialized Fields
-
m_Type
NumberTextField.Type m_Type
the type of numbers to handle.
-
-
Class adams.gui.core.OneTouchPanel extends BasePanel implements Serializable
- serialVersionUID:
- 1075582220201234307L
-
Serialized Fields
-
m_ButtonVisibility
BaseButton m_ButtonVisibility
the button for hiding/showing the content. -
m_IconHidden
String m_IconHidden
the icon when the content is hidden. -
m_IconVisible
String m_IconVisible
the icon when the content is visible. -
m_Location
OneTouchPanel.Location m_Location
the location of the button when hidden. -
m_PanelContent
BasePanel m_PanelContent
the panel for adding the actual content. -
m_ToolTipHidden
String m_ToolTipHidden
the tooltip when hidden. -
m_ToolTipVisible
String m_ToolTipVisible
the tooltip when open.
-
-
Class adams.gui.core.ParameterPanel extends BasePanel implements Serializable
- serialVersionUID:
- 7164103981772081436L
-
Serialized Fields
-
m_ActionListener
ActionListener m_ActionListener
the action listener. -
m_ActualParameters
List<Component> m_ActualParameters
the actual parameters. -
m_ChangeListeners
Set<ChangeListener> m_ChangeListeners
the change listeners. -
m_CheckBoxes
List<BaseCheckBox> m_CheckBoxes
the check boxes. -
m_DocumentListener
DocumentListener m_DocumentListener
the document listener. -
m_GapHorizontal
int m_GapHorizontal
the horizontal gap. -
m_GapVertical
int m_GapVertical
the vertical gap. -
m_Labels
List<JLabel> m_Labels
the labels. -
m_MinDimensionJComboBox
Dimension m_MinDimensionJComboBox
the minimum dimensions for BaseComboBox components. -
m_Parameters
List<Component> m_Parameters
the parameters. -
m_PreferredDimensionJSpinner
Dimension m_PreferredDimensionJSpinner
the preferred dimensions for JSpinner components. -
m_PropertyChangeListener
PropertyChangeListener m_PropertyChangeListener
the property change listener. -
m_UseCheckBoxes
boolean m_UseCheckBoxes
whether to use checkboxes. -
m_UseMnemonicIndicators
boolean m_UseMnemonicIndicators
whether to use mnemonic indicators (_ precedes the mnemonic letter).
-
-
Class adams.gui.core.ParameterPanelWithButtons extends BasePanelWithButtons implements Serializable
- serialVersionUID:
- 2480939317042703826L
-
Serialized Fields
-
m_PanelParameters
ParameterPanel m_PanelParameters
the parameter panel.
-
-
Class adams.gui.core.Point2DComparator extends Object implements Serializable
- serialVersionUID:
- -5536677097973106152L
-
Serialized Fields
-
m_Ascending
boolean m_Ascending
whether to compare ascending or descending. -
m_UseOnlyX
boolean m_UseOnlyX
whether to only use X for comparison.
-
-
Class adams.gui.core.PropertiesParameterPanel extends BasePanel implements Serializable
- serialVersionUID:
- -822178750857036833L
-
Serialized Fields
-
m_ActualPropertyTypes
Map<String,PropertiesParameterPanel.PropertyType> m_ActualPropertyTypes
the actual property/property type relation. -
m_ArrayClass
Map<String,Class> m_ArrayClass
the property/arrayclass relation. -
m_ArraySeparator
Map<String,String> m_ArraySeparator
the property/arrayseparator relation. -
m_ButtonLoad
BaseButton m_ButtonLoad
the load props button. -
m_ButtonSave
BaseButton m_ButtonSave
the save props button. -
m_Choosers
Map<String,AbstractChooserPanel> m_Choosers
the property/chooser relation. -
m_Component
Map<String,Component> m_Component
the property/component relation. -
m_DefaultSQLDimension
Dimension m_DefaultSQLDimension
the default size for SQL fields. -
m_Enums
Map<String,Class> m_Enums
the property/enum relation. -
m_FileChooser
BaseFileChooser m_FileChooser
the filechooser for loading/saving properties. -
m_Help
Map<String,String> m_Help
the property/help relation. -
m_Identifiers
List<String> m_Identifiers
the identifiers of the property. -
m_Label
Map<String,String> m_Label
the property/label relation. -
m_ListDefaults
Map<String,String> m_ListDefaults
the property/list default relation. -
m_Lists
Map<String,String[]> m_Lists
the property/lists relation. -
m_Order
List<String> m_Order
the custom order for the properties. -
m_PanelButtons
JPanel m_PanelButtons
the panel for the buttons. -
m_PanelProperties
ParameterPanel m_PanelProperties
the panel for the properties. -
m_PropertyHints
Map<String,Set<PropertiesParameterPanel.PropertyHint>> m_PropertyHints
the property/hints relation. -
m_PropertyTypes
Map<String,PropertiesParameterPanel.PropertyType> m_PropertyTypes
the property/property type relation. -
m_RegExp
Map<String,BaseRegExp> m_RegExp
the property/regexp relation.
-
-
Class adams.gui.core.PropertiesTableModel extends KeyValuePairTableModel implements Serializable
- serialVersionUID:
- -7651644993347866043L
-
Class adams.gui.core.RangeTextField extends CheckedTextField implements Serializable
- serialVersionUID:
- -6624338080908941975L
-
Class adams.gui.core.RangeTextField.RangeCheckModel extends CheckedTextField.AbstractCheckModel implements Serializable
- serialVersionUID:
- -2579549735806129821L
-
Class adams.gui.core.RecentFilesHandler extends AbstractRecentItemsHandler<M,File> implements Serializable
- serialVersionUID:
- 7532226757387619342L
-
Serialized Fields
-
m_MinNumParentDirs
int m_MinNumParentDirs
the minimum number of parent directories to use.
-
-
Class adams.gui.core.RecentFilesHandlerWithCommandline extends AbstractRecentItemsHandler<M,RecentFilesHandlerWithCommandline.Setup> implements Serializable
- serialVersionUID:
- -8311791192535405075L
-
Serialized Fields
-
m_MinNumParentDirs
int m_MinNumParentDirs
the minimum number of parent directories to use.
-
-
Class adams.gui.core.RecentFilesWithEncodingHandler extends AbstractRecentItemsHandler<M,String> implements Serializable
- serialVersionUID:
- 7532226757387619342L
-
Serialized Fields
-
m_MinNumParentDirs
int m_MinNumParentDirs
the minimum number of parent directories to use.
-
-
Class adams.gui.core.RecentSpreadSheetQueriesHandler extends AbstractRecentItemsHandler<M,SpreadSheetQueryText> implements Serializable
- serialVersionUID:
- 7532226757387619342L
-
Class adams.gui.core.RecentSQLStatementsHandler extends AbstractRecentItemsHandler<M,SQLStatement> implements Serializable
- serialVersionUID:
- 7532226757387619342L
-
Class adams.gui.core.RegExpConstrainedTextField extends CheckedTextField implements Serializable
- serialVersionUID:
- -6624338080908941975L
-
Class adams.gui.core.RegExpConstrainedTextField.RegExpConstraintCheckModel extends CheckedTextField.AbstractCheckModel implements Serializable
- serialVersionUID:
- -2579549735806129821L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression to use for checking.
-
-
Class adams.gui.core.RegExpTextField extends BaseObjectTextField<BaseRegExp> implements Serializable
- serialVersionUID:
- -6624338080908941975L
-
Class adams.gui.core.ResultSetTableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- 3381325114377596348L
-
Class adams.gui.core.SearchableBaseList extends BaseList implements Serializable
- serialVersionUID:
- -5870481646786200108L
-
Serialized Fields
-
m_Model
SearchableWrapperListModel m_Model
the searchable model.
-
-
Class adams.gui.core.SearchableBaseListWithButtons extends BaseListWithButtons implements Serializable
- serialVersionUID:
- 8988746409098190469L
-
Serialized Fields
-
m_PanelSearch
SearchPanel m_PanelSearch
the search panel, if search is required.
-
-
Class adams.gui.core.SearchableWrapperListModel extends AbstractListModel implements Serializable
- serialVersionUID:
- 1379439060928152100L
-
Serialized Fields
-
m_ActualToDisplayIndex
gnu.trove.map.TIntIntMap m_ActualToDisplayIndex
the relation between actual and display index. -
m_DisplayIndices
gnu.trove.list.TIntList m_DisplayIndices
the indices of the indices to display that match a search string. -
m_DisplayIndicesSet
gnu.trove.set.TIntSet m_DisplayIndicesSet
the indices of the indices to display that match a search string. -
m_Model
ListModel m_Model
the actual list model. -
m_RegExpSearch
boolean m_RegExpSearch
whether the search was a regular expression based one. -
m_SearchString
String m_SearchString
the string that was searched for.
-
-
Class adams.gui.core.SearchPanel extends BasePanel implements Serializable
- serialVersionUID:
- 984508072481111930L
-
Serialized Fields
-
m_ButtonCaption
String m_ButtonCaption
the caption (+ optional mnemonic indicator) for the search button. -
m_ButtonClear
JLabel m_ButtonClear
the button for clearing the search. -
m_ButtonSearch
JLabel m_ButtonSearch
the button for performing the search. -
m_CheckboxRegExp
BaseCheckBox m_CheckboxRegExp
whether to use regular expressions for searching or plain string comparison. -
m_Incremental
boolean m_Incremental
whether incremental search is enabled. -
m_LabelPrefix
JLabel m_LabelPrefix
the label for the text field. -
m_LastSearch
String m_LastSearch
the last search term. -
m_LayoutType
SearchPanel.LayoutType m_LayoutType
the layout. -
m_MinimumChars
int m_MinimumChars
the minimum number of characters before triggering search events. -
m_PanelButtons
JPanel m_PanelButtons
the button panel. -
m_PanelSearchText
JPanel m_PanelSearchText
the panel for the search text and clear button. -
m_PanelWidgets
JPanel m_PanelWidgets
the panel with the buttons and search box. -
m_Prefix
String m_Prefix
the prefix (caption + optional mnemonic indicator). -
m_RegExpEnabled
boolean m_RegExpEnabled
whether regular expressions are enabled. -
m_SearchListeners
Set<SearchListener> m_SearchListeners
the listeners for a search being initiated. -
m_TextSearch
BaseTextField m_TextSearch
the text field for entering the search text. -
m_Widgets
List<Component> m_Widgets
the widgets.
-
-
Class adams.gui.core.SimpleLogPanel extends BasePanel implements Serializable
- serialVersionUID:
- -3366953177421000811L
-
Serialized Fields
-
m_ButtonClear
BaseButton m_ButtonClear
the button for emptying the log. -
m_ButtonCopy
BaseButton m_ButtonCopy
the button for copying the text. -
m_ButtonSave
BaseButton m_ButtonSave
the button for saving the text. -
m_CheckBoxLineWrap
BaseCheckBox m_CheckBoxLineWrap
the checkbox for linewrap. -
m_TextLog
BaseTextAreaWithButtons m_TextLog
the text area for the log.
-
-
Class adams.gui.core.SortableAndSearchableTable extends BaseTable implements Serializable
- serialVersionUID:
- -3176811618121454828L
-
Serialized Fields
-
m_Model
SortableAndSearchableWrapperTableModel m_Model
the sortable/searchable model. -
m_SortNewTableModel
boolean m_SortNewTableModel
whether to automatically sort table models that get set via setModel.
-
-
Class adams.gui.core.SortableAndSearchableTableWithButtons extends AbstractDoubleClickableComponentWithButtons<T extends SortableAndSearchableTable> implements Serializable
- serialVersionUID:
- -773857386370817514L
-
Serialized Fields
-
m_CountModelListener
TableModelListener m_CountModelListener
the model listener for updating the counts.
-
-
Class adams.gui.core.SortableAndSearchableWrapperTableModel extends AbstractTableModel implements Serializable
- serialVersionUID:
- 1379439060928152100L
-
Serialized Fields
-
m_ColumnFilters
gnu.trove.map.hash.TIntObjectHashMap<String> m_ColumnFilters
the filter strings per column. -
m_ColumnFiltersNumeric
gnu.trove.map.hash.TIntObjectHashMap<Double> m_ColumnFiltersNumeric
the numeric filter strings per column. -
m_ColumnFiltersRegExp
gnu.trove.map.hash.TIntObjectHashMap<BaseRegExp> m_ColumnFiltersRegExp
the filter regexps per column. -
m_ColumnIsNumeric
boolean[] m_ColumnIsNumeric
whether a column is numeric. -
m_DisplayIndices
gnu.trove.list.array.TIntArrayList m_DisplayIndices
the indices of the rows to display that match a search string. -
m_IsComparableTableModel
boolean m_IsComparableTableModel
the model is a comparable one. -
m_Model
TableModel m_Model
the actual table model. -
m_MouseListener
MouseListener m_MouseListener
the mouse listener in use. -
m_RegExpSearch
boolean m_RegExpSearch
whether the search was a regular expression based one. -
m_SearchString
String m_SearchString
the string that was searched for. -
m_SortAscending
boolean m_SortAscending
whether sorting is ascending or descending. -
m_SortCaseSensitive
boolean m_SortCaseSensitive
whether sorting is case-sensitive (default). -
m_SortColumn
int m_SortColumn
the sort column. -
m_SortedIndices
int[] m_SortedIndices
the mapping between displayed and actual index.
-
-
Class adams.gui.core.SplitPanelWithOptionalComponents extends BasePanel implements Serializable
-
Serialized Fields
-
m_LeftComponent
JComponent m_LeftComponent
the left component. -
m_LeftDetachable
boolean m_LeftDetachable
whether the left component is detachable. -
m_LeftDetachableButtonVisible
boolean m_LeftDetachableButtonVisible
whether a button to detach left component is visible. -
m_LeftDetachablePanel
DetachablePanel m_LeftDetachablePanel
the detachable panel for the left component. -
m_Orientation
int m_Orientation
the orientation. -
m_RightComponent
JComponent m_RightComponent
the right component. -
m_RightDetachable
boolean m_RightDetachable
whether the right component is detachable. -
m_RightDetachableButtonVisible
boolean m_RightDetachableButtonVisible
whether a button to detach right component is visible. -
m_RightDetachablePanel
DetachablePanel m_RightDetachablePanel
the detachable panel for the right component. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane.
-
-
-
Class adams.gui.core.SpreadSheetCellRenderer extends DefaultTableCellRenderer implements Serializable
- serialVersionUID:
- -6070112998601610760L
-
Class adams.gui.core.SpreadSheetColumnComboBox extends BaseComboBox implements Serializable
- serialVersionUID:
- 5256160332596403161L
-
Serialized Fields
-
m_Table
SpreadSheetTable m_Table
the associated table.
-
-
Class adams.gui.core.SpreadSheetColumnComboBox.ColumnContainer extends Object implements Serializable
- serialVersionUID:
- 8359213625873465324L
-
Class adams.gui.core.SpreadSheetFormulaEditorPanel extends AbstractTextEditorPanelWithSimpleSyntaxHighlighting implements Serializable
- serialVersionUID:
- -3179672756270528025L
-
Class adams.gui.core.SpreadSheetQueryEditorPanel extends AbstractTextEditorPanelWithSimpleSyntaxHighlighting implements Serializable
- serialVersionUID:
- -3179672756270528025L
-
Class adams.gui.core.SpreadSheetTable extends SortableAndSearchableTable implements Serializable
- serialVersionUID:
- 1333317577811620786L
-
Serialized Fields
-
m_CellPopupMenuCustomizer
PopupMenuCustomizer m_CellPopupMenuCustomizer
the customizer for the table cells popup menu. -
m_HeaderPopupMenuCustomizer
PopupMenuCustomizer m_HeaderPopupMenuCustomizer
the customizer for the table header popup menu. -
m_LastSetup
HashMap<String,Object> m_LastSetup
for keeping track of the setups being used (classname-{plot|process}-{column|row} - setup).
-
-
Class adams.gui.core.SpreadSheetTableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- 8062515320279133441L
-
Serialized Fields
-
m_CellRenderingCustomizer
CellRenderingCustomizer m_CellRenderingCustomizer
for customizing the cell rendering. -
m_ColumnType
Cell.ContentType[] m_ColumnType
the types of the columns. -
m_Modified
boolean m_Modified
whether the model is modified. -
m_NumDecimals
int m_NumDecimals
the number of decimals to display. -
m_ReadOnly
boolean m_ReadOnly
whether the model is read-only (default). -
m_Sheet
SpreadSheet m_Sheet
the underlying spreadsheet. -
m_ShowCellTypes
boolean m_ShowCellTypes
whether to show the types instead of the values. -
m_ShowFormulas
boolean m_ShowFormulas
whether to show formulas rather than the result. -
m_ShowRowColumn
boolean m_ShowRowColumn
whether to show the row column as well. -
m_UseSimpleHeader
boolean m_UseSimpleHeader
whether to use a simple header.
-
-
Class adams.gui.core.SpreadSheetTableWithButtons extends BaseTableWithButtons implements Serializable
- serialVersionUID:
- -6412636552722254765L
-
Class adams.gui.core.SpreadSheetTableWithSearch extends SpreadSheetTableWithButtons implements Serializable
- serialVersionUID:
- -228126271855184258L
-
Serialized Fields
-
m_ComboBoxColumnsDropdown
SpreadSheetColumnComboBox m_ComboBoxColumnsDropdown
combobox with the columns. -
m_PanelColumnsDropdown
JPanel m_PanelColumnsDropdown
the panel for the columns combobox. -
m_PanelSearch
SearchPanel m_PanelSearch
for searching the spreadsheet.
-
-
Class adams.gui.core.SqlConnectionPanel extends BasePanel implements Serializable
- serialVersionUID:
- 8008764357731780782L
-
Serialized Fields
-
m_ButtonConnection
BaseButton m_ButtonConnection
the button for opening the connection dialog. -
m_ButtonHistory
BaseButton m_ButtonHistory
the button for the history. -
m_ConnectionChangeListeners
Set<ChangeListener> m_ConnectionChangeListeners
the change listeners for database connection changes. -
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the current connection. -
m_EchoChar
char m_EchoChar
the echo char to use. -
m_LabelConnection
JLabel m_LabelConnection
the label for the showing the active connection.
-
-
Class adams.gui.core.SQLSyntaxEditorPanel extends AbstractTextEditorPanelWithSimpleSyntaxHighlighting implements Serializable
- serialVersionUID:
- -6311158717675828816L
-
Class adams.gui.core.StringExpressionEditorPanel extends AbstractTextEditorPanelWithSimpleSyntaxHighlighting implements Serializable
- serialVersionUID:
- -6311158717675828816L
-
Class adams.gui.core.StringQuickSearchPanel extends AbstractQuickSearchPanel implements Serializable
- serialVersionUID:
- -8297241550756579552L
-
Class adams.gui.core.StyledTextEditorPanel extends BasePanel implements Serializable
- serialVersionUID:
- 3594108882868668611L
-
Serialized Fields
-
m_ChangeListeners
HashSet<ChangeListener> m_ChangeListeners
the listeners for modification events. -
m_CurrentFile
File m_CurrentFile
the current file. -
m_IgnoreChanges
boolean m_IgnoreChanges
whether to ignore changes. -
m_LastFind
String m_LastFind
the last search string used. -
m_Modified
boolean m_Modified
whether the content was modified. -
m_TextPane
BaseTextPaneWithWordWrap m_TextPane
for displaying the text. -
m_Undo
UndoManager m_Undo
for managing undo/redo.
-
-
Class adams.gui.core.TextEditorPanel extends BasePanel implements Serializable
- serialVersionUID:
- 3594108882868668611L
-
Serialized Fields
-
m_ChangeListeners
HashSet<ChangeListener> m_ChangeListeners
the listeners for modification events. -
m_CurrentEncoding
String m_CurrentEncoding
the current file encoding. -
m_CurrentFile
File m_CurrentFile
the current file. -
m_IgnoreChanges
boolean m_IgnoreChanges
whether to ignore changes. -
m_LastFind
String m_LastFind
the last search string used. -
m_Modified
boolean m_Modified
whether the content was modified. -
m_PopupMenuCustomizer
PopupMenuCustomizer<TextEditorPanel> m_PopupMenuCustomizer
for customizing the popup menu. -
m_TextArea
TextEditorPanel.TextEditorArea m_TextArea
for displaying the text. -
m_Undo
UndoManager m_Undo
for managing undo/redo.
-
-
Class adams.gui.core.TextEditorPanel.TextEditorArea extends BaseTextArea implements Serializable
- serialVersionUID:
- -7941638500983219814L
-
Serialized Fields
-
m_AppendListeners
HashSet<ChangeListener> m_AppendListeners
the listeners for append events. -
m_SetTextListeners
HashSet<ChangeListener> m_SetTextListeners
the listeners for setText events.
-
-
Class adams.gui.core.TitleGenerator extends Object implements Serializable
- serialVersionUID:
- 6278140781437652946L
-
Serialized Fields
-
m_Enabled
boolean m_Enabled
whether the generator is enabled. -
m_MaxChars
int m_MaxChars
the maximum chars for shortening. -
m_Shortening
ShorteningType m_Shortening
whether to shorten the file (or parent). -
m_Split
boolean m_Split
whether to split the full filename into path and filename. -
m_Title
String m_Title
the base title.
-
-
Class adams.gui.core.ToolBarPanel extends BasePanel implements Serializable
- serialVersionUID:
- -5948851044915629484L
-
Serialized Fields
-
m_ContentPanel
BasePanel m_ContentPanel
the actual content panel. -
m_Location
ToolBarPanel.ToolBarLocation m_Location
the location of the toolbar. -
m_ToolBar
JToolBar m_ToolBar
the toolbar.
-
-
Class adams.gui.core.ToolBarUndoPanel extends ToolBarPanel implements Serializable
- serialVersionUID:
- -8319815232257188840L
-
Serialized Fields
-
m_Undo
Undo m_Undo
the undo manager.
-
-
Class adams.gui.core.Undo.UndoPoint extends Object implements Serializable
- serialVersionUID:
- -8911750482537649987L
-
Class adams.gui.core.UndoPanel extends BasePanel implements Serializable
- serialVersionUID:
- -8319815232257188840L
-
Serialized Fields
-
m_Undo
Undo m_Undo
the undo manager.
-
-
Class adams.gui.core.XSLTSyntaxEditorPanel extends AbstractTextAreaPanelWithAdvancedSyntaxHighlighting implements Serializable
- serialVersionUID:
- -6311158717675828816L
-
-
Package adams.gui.core.dom
-
Class adams.gui.core.dom.DOMNode extends BaseTreeNode implements Serializable
- serialVersionUID:
- 9062259637831548370L
-
Serialized Fields
-
m_Value
Object m_Value
the value.
-
-
Class adams.gui.core.dom.DOMRenderer extends DefaultTreeCellRenderer implements Serializable
- serialVersionUID:
- -3242391430220560720L
-
Serialized Fields
-
m_Icon
Icon m_Icon
the general icon for elements.
-
-
Class adams.gui.core.dom.DOMTree extends BaseTree implements Serializable
- serialVersionUID:
- -3618290386432060103L
-
Serialized Fields
-
m_Node
Node m_Node
the underlying Node object.
-
-
Class adams.gui.core.dom.DOMTreeWithPreview extends BasePanel implements Serializable
- serialVersionUID:
- 7811577045901194135L
-
Serialized Fields
-
m_Model
KeyValuePairTableModel m_Model
the key-value pair table model. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane to use. -
m_Table
SortableAndSearchableTable m_Table
the preview table. -
m_Tree
DOMTree m_Tree
the underlying XML tree.
-
-
-
Package adams.gui.core.dotnotationtree
-
Class adams.gui.core.dotnotationtree.AbstractInfoNode extends BaseTreeNode implements Serializable
- serialVersionUID:
- 4449823274091175685L
-
Class adams.gui.core.dotnotationtree.AbstractInfoNodeGenerator extends Object implements Serializable
- serialVersionUID:
- 6568199845831230467L
-
Class adams.gui.core.dotnotationtree.DotNotationNode extends BaseTreeNode implements Serializable
- serialVersionUID:
- 9062259637831548370L
-
Serialized Fields
-
m_Item
String m_Item
the item.
-
-
Class adams.gui.core.dotnotationtree.DotNotationRenderer extends DefaultTreeCellRenderer implements Serializable
- serialVersionUID:
- -3242391430220560720L
-
Class adams.gui.core.dotnotationtree.DotNotationTree extends DragAndDropTree implements Serializable
- serialVersionUID:
- 1489354474021395304L
-
Serialized Fields
-
m_Compress
boolean m_Compress
whether to compress the tree as much as possible. -
m_Filter
AbstractItemFilter m_Filter
the item filter in use. -
m_InfoNodeGenerators
List<AbstractInfoNodeGenerator> m_InfoNodeGenerators
the info node generators to use. -
m_Items
List<String> m_Items
the underlying dot notations. -
m_PopupMenuHandler
PopupMenuHandler m_PopupMenuHandler
the right-click menu handler. -
m_Search
String m_Search
the current search string. -
m_SelectionMode
int m_SelectionMode
the selection mode to use. -
m_Sorted
boolean m_Sorted
whether the items need to be sorted.
-
-
-
Package adams.gui.core.json
-
Class adams.gui.core.json.JsonNode extends BaseTreeNode implements Serializable
- serialVersionUID:
- 9062259637831548370L
-
Serialized Fields
-
m_Value
Object m_Value
the value.
-
-
Class adams.gui.core.json.JsonRenderer extends DefaultTreeCellRenderer implements Serializable
- serialVersionUID:
- -3242391430220560720L
-
Serialized Fields
-
m_IconArray
Icon m_IconArray
the icon for JSON arrays. -
m_IconBool
Icon m_IconBool
the icon for other booleans. -
m_IconNum
Icon m_IconNum
the icon for other numbers. -
m_IconObject
Icon m_IconObject
the icon for JSON objects. -
m_IconOther
Icon m_IconOther
the icon for other objects. -
m_IconStr
Icon m_IconStr
the icon for other strings.
-
-
Class adams.gui.core.json.JsonTree extends BaseTree implements Serializable
- serialVersionUID:
- -3618290386432060103L
-
Serialized Fields
-
m_JSON
net.minidev.json.JSONAware m_JSON
the underlying JSON object. -
m_SortKeys
boolean m_SortKeys
whether to sort the keys of aJSONObject
.
-
-
Class adams.gui.core.json.JsonTreeWithPreview extends BasePanel implements Serializable
- serialVersionUID:
- 7380711856972284896L
-
Serialized Fields
-
m_ButtonCopy
BaseButton m_ButtonCopy
the button for copying. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_TextArea
BaseTextArea m_TextArea
the preview. -
m_Tree
JsonTree m_Tree
the JSON tree.
-
-
-
Package adams.gui.core.spreadsheetpreview
-
Class adams.gui.core.spreadsheetpreview.AbstractSpreadSheetPreview extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7564861110651227717L
-
Class adams.gui.core.spreadsheetpreview.AbstractSpreadSheetPreview.AbstractSpreadSheetPreviewPanel extends BasePanel implements Serializable
- serialVersionUID:
- 6219517977593904L
-
Class adams.gui.core.spreadsheetpreview.NullPreview extends AbstractSpreadSheetPreview implements Serializable
- serialVersionUID:
- 6041892781802016568L
-
Class adams.gui.core.spreadsheetpreview.SimpleHTML extends AbstractSpreadSheetPreview implements Serializable
- serialVersionUID:
- -3455538265861369251L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the column range to display. -
m_MissingValue
String m_MissingValue
the string to use for missing values.
-
-
Class adams.gui.core.spreadsheetpreview.SimpleHTML.SimpleTextPanel extends AbstractSpreadSheetPreview.AbstractSpreadSheetPreviewPanel implements Serializable
- serialVersionUID:
- -3009467848041701061L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the column range to display. -
m_MissingValue
String m_MissingValue
the string to use for missing values. -
m_PaneHTML
BaseHtmlEditorPane m_PaneHTML
the pane for displaying the HTML.
-
-
Class adams.gui.core.spreadsheetpreview.SimpleText extends AbstractSpreadSheetPreview implements Serializable
- serialVersionUID:
- -3455538265861369251L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the column range to display. -
m_Font
Font m_Font
the font to use. -
m_MissingValue
String m_MissingValue
the string to use for missing values.
-
-
Class adams.gui.core.spreadsheetpreview.SimpleText.SimpleTextPanel extends AbstractSpreadSheetPreview.AbstractSpreadSheetPreviewPanel implements Serializable
- serialVersionUID:
- -3009467848041701061L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the column range to display. -
m_MissingValue
String m_MissingValue
the string to use for missing values. -
m_TextArea
BaseTextArea m_TextArea
the text area for displaying the data.
-
-
-
Package adams.gui.core.spreadsheettable
-
Class adams.gui.core.spreadsheettable.AbstractCellRenderingCustomizer extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -4927739958774377498L
-
Class adams.gui.core.spreadsheettable.AbstractColoredCellRenderingCustomizer extends AbstractCellRenderingCustomizer implements Serializable
- serialVersionUID:
- -4927739958774377498L
-
Serialized Fields
-
m_BackgroundNegative
Color m_BackgroundNegative
the custom background color for negative values. -
m_BackgroundPositive
Color m_BackgroundPositive
the custom background color for positive values. -
m_UseBackgroundNegative
boolean m_UseBackgroundNegative
whether to use negative background. -
m_UseBackgroundPositive
boolean m_UseBackgroundPositive
whether to use positive background.
-
-
Class adams.gui.core.spreadsheettable.AbstractPlotColumn extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6555579088265005460L
-
Class adams.gui.core.spreadsheettable.AbstractPlotRow extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1128790870421132832L
-
Class adams.gui.core.spreadsheettable.AbstractPlotSelectedRows extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7979833588446267882L
-
Serialized Fields
-
m_MenuItemText
String m_MenuItemText
the menu item caption.
-
-
Class adams.gui.core.spreadsheettable.AbstractProcessCell extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1050881505327794503L
-
Class adams.gui.core.spreadsheettable.AbstractProcessColumn extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1050881505327794503L
-
Class adams.gui.core.spreadsheettable.AbstractProcessRow extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7979833588446267882L
-
Class adams.gui.core.spreadsheettable.AbstractProcessSelectedRows extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7979833588446267882L
-
Serialized Fields
-
m_MenuItemText
String m_MenuItemText
the menu item caption.
-
-
Class adams.gui.core.spreadsheettable.ArrayStatistic extends AbstractProcessSelectedRows implements Serializable
- serialVersionUID:
- 3101728458818516005L
-
Class adams.gui.core.spreadsheettable.Binning extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -2452746814708360637L
-
Class adams.gui.core.spreadsheettable.ChangeColumnType extends AbstractProcessColumn implements Serializable
- serialVersionUID:
- 3101728458818516005L
-
Class adams.gui.core.spreadsheettable.ColumnStatistic extends AbstractProcessColumn implements Serializable
- serialVersionUID:
- 3101728458818516005L
-
Class adams.gui.core.spreadsheettable.ConfusionMatrixCellRenderingCustomizer extends AbstractCellRenderingCustomizer implements Serializable
- serialVersionUID:
- -5036118898148310042L
-
Serialized Fields
-
m_BackgroundColorGenerator
ColorGradientGenerator m_BackgroundColorGenerator
the color provider to use for the background. -
m_Highlight
Color m_Highlight
the color to use for highlighting. -
m_ValueBasedBackground
boolean m_ValueBasedBackground
whether to color background based on value.
-
-
Class adams.gui.core.spreadsheettable.CopySelectedFiles extends AbstractProcessSelectedRows implements Serializable
- serialVersionUID:
- 7786133414905315983L
-
Class adams.gui.core.spreadsheettable.DataSort extends AbstractProcessColumn implements Serializable
- serialVersionUID:
- 7761583015659462758L
-
Serialized Fields
-
m_SortPanel
SortPanel m_SortPanel
the sort panel.
-
-
Class adams.gui.core.spreadsheettable.DefaultCellRenderingCustomizer extends AbstractColoredCellRenderingCustomizer implements Serializable
- serialVersionUID:
- 581759740968152666L
-
Class adams.gui.core.spreadsheettable.DistinctValueCellRenderingCustomizer extends AbstractCellRenderingCustomizer implements Serializable
- serialVersionUID:
- 5621920609459687288L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use for the background. -
m_PredefinedValues
BaseString[] m_PredefinedValues
the predefined values.
-
-
Class adams.gui.core.spreadsheettable.HeatmapCellRenderingCustomizer extends AbstractCellRenderingCustomizer implements Serializable
- serialVersionUID:
- 5621920609459687288L
-
Serialized Fields
-
m_BackgroundColorGenerator
ColorGradientGenerator m_BackgroundColorGenerator
the color provider to use for the background.
-
-
Class adams.gui.core.spreadsheettable.Histogram extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -2452746814708360637L
-
Class adams.gui.core.spreadsheettable.JFreeChart extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5624002368001818142L
-
Class adams.gui.core.spreadsheettable.MultiCellRenderingCustomizer extends AbstractCellRenderingCustomizer implements Serializable
- serialVersionUID:
- 2309521459919868974L
-
Serialized Fields
-
m_Renderers
CellRenderingCustomizer[] m_Renderers
the sub-renderers to use.
-
-
Class adams.gui.core.spreadsheettable.NumericRangeCellRenderingCustomizer extends AbstractCellRenderingCustomizer implements Serializable
- serialVersionUID:
- 9158498328244673972L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the columns to work on. -
m_Highlight
Color m_Highlight
the color to use for highlighting. -
m_Ranges
BaseInterval[] m_Ranges
the intervals.
-
-
Class adams.gui.core.spreadsheettable.PreviewSelectedFile extends AbstractProcessRow implements Serializable
- serialVersionUID:
- 7786133414905315983L
-
Class adams.gui.core.spreadsheettable.RowStatistic extends AbstractProcessRow implements Serializable
- serialVersionUID:
- 3101728458818516005L
-
Class adams.gui.core.spreadsheettable.SimplePlot extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5624002368001818142L
-
Class adams.gui.core.spreadsheettable.UniqueValues extends AbstractProcessColumn implements Serializable
- serialVersionUID:
- 3101728458818516005L
-
Class adams.gui.core.spreadsheettable.ViewCell extends AbstractProcessCell implements Serializable
- serialVersionUID:
- -6533662585721463186L
-
-
Package adams.gui.dialog
-
Class adams.gui.dialog.AbstractConfigDatabaseConnectionPanel extends AbstractDatabaseConnectionPanel implements Serializable
- serialVersionUID:
- -5065572637368668864L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection in use.
-
-
Class adams.gui.dialog.AbstractDatabaseConnectionPanel extends BasePanel implements Serializable
- serialVersionUID:
- -8207475445903090661L
-
Serialized Fields
-
m_ButtonConnect
BaseButton m_ButtonConnect
the button connecting/disconnecting the database. -
m_ButtonMakeDefault
BaseButton m_ButtonMakeDefault
the button for making a connection the default one. -
m_ButtonNew
BaseButton m_ButtonNew
the button for creating a new connection. -
m_ButtonRemove
BaseButton m_ButtonRemove
the button removing the database connection. -
m_ChangeListeners
HashSet<ChangeListener> m_ChangeListeners
the change listeners. -
m_CheckBoxAutoCommit
BaseCheckBox m_CheckBoxAutoCommit
the checkbox for auto-commit. -
m_CheckBoxConnectOnStartUp
BaseCheckBox m_CheckBoxConnectOnStartUp
the checkbox for connecting on startup. -
m_ComboBoxConnections
BaseComboBox<ConnectionParameters> m_ComboBoxConnections
the combobox with the available connections. -
m_ComboBoxLoggingLevel
BaseComboBox<LoggingLevel> m_ComboBoxLoggingLevel
the combobox for the logging level. -
m_LabelStatus
JLabel m_LabelStatus
the label for status messages. -
m_PanelParameters
ParameterPanel m_PanelParameters
for the parameters. -
m_Self
AbstractDatabaseConnectionPanel m_Self
the panel itself. -
m_TextPassword
BasePasswordFieldWithButton m_TextPassword
the edit field for the database password. -
m_TextURL
BaseTextField m_TextURL
the edit field for the database URL. -
m_TextUser
BaseTextField m_TextUser
the edit field for the database user.
-
-
Class adams.gui.dialog.AbstractDirectoryExportDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- 201725070566669323L
-
Serialized Fields
-
m_PanelDir
DirectoryChooserPanel m_PanelDir
the panel with the directory. -
m_PanelGOE
GenericObjectEditorPanel m_PanelGOE
the GOE panel for the export format. -
m_PanelParams
ParameterPanel m_PanelParams
the panel for the parameters.
-
-
Class adams.gui.dialog.AbstractFileExportDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- 201725070566669323L
-
Serialized Fields
-
m_PanelFile
FileChooserPanel m_PanelFile
the panel with the file. -
m_PanelGOE
GenericObjectEditorPanel m_PanelGOE
the GOE panel for the export format. -
m_PanelParams
ParameterPanel m_PanelParams
the panel for the parameters.
-
-
Class adams.gui.dialog.AbstractFileImportDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- 201725070566669323L
-
Serialized Fields
-
m_PanelFile
FileChooserPanel m_PanelFile
the panel with the file. -
m_PanelGOE
GenericObjectEditorPanel m_PanelGOE
the GOE panel for the import format. -
m_PanelParams
ParameterPanel m_PanelParams
the panel for the parameters.
-
-
Class adams.gui.dialog.AbstractReplaceDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- -679877900759195772L
-
Serialized Fields
-
m_CheckBoxRecursive
BaseCheckBox m_CheckBoxRecursive
the recursive checkbox. -
m_LabelRecursive
JLabel m_LabelRecursive
the recursive label.
-
-
Class adams.gui.dialog.ApprovalDialog extends DialogWithButtons implements Serializable
- serialVersionUID:
- -7382983170735594052L
-
Serialized Fields
-
m_ButtonApprove
BaseButton m_ButtonApprove
the Approve button. -
m_ButtonCancel
BaseButton m_ButtonCancel
the Cancel button. -
m_ButtonDiscard
BaseButton m_ButtonDiscard
the Discard button. -
m_Option
int m_Option
the option selected by the user (CANCEL_OPTION, APPROVE_OPTION).
-
-
Class adams.gui.dialog.ComposeEmailDialog extends BaseDialog implements Serializable
- serialVersionUID:
- 3653191762492506746L
-
Serialized Fields
-
m_CloseOnSend
boolean m_CloseOnSend
whether to close the dialog when successfully sent. -
m_DialogClosedByUser
boolean m_DialogClosedByUser
whether the user closed the dialog. -
m_Panel
ComposeEmailPanel m_Panel
the compose panel.
-
-
Class adams.gui.dialog.ComposeEmailPanel extends BasePanel implements Serializable
- serialVersionUID:
- 8667404133601287157L
-
Serialized Fields
-
m_ButtonSend
BaseButton m_ButtonSend
the button for sending. -
m_GAEPanelAttachments
GenericArrayEditorPanel m_GAEPanelAttachments
the attachments. -
m_GAEPanelBCC
GenericArrayEditorPanel m_GAEPanelBCC
the "bcc recipients". -
m_GAEPanelCC
GenericArrayEditorPanel m_GAEPanelCC
the "cc recipients". -
m_GAEPanelTO
GenericArrayEditorPanel m_GAEPanelTO
the "to recipients". -
m_LastSendResult
String m_LastSendResult
the last "send" result. -
m_Listeners
HashSet<ActionListener> m_Listeners
the send listeners. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane for recipients and attachments. -
m_TextBody
BaseTextArea m_TextBody
the body. -
m_TextFrom
BaseTextField m_TextFrom
the "from". -
m_TextSignature
BaseTextArea m_TextSignature
the signature. -
m_TextSubject
BaseTextField m_TextSubject
the subject.
-
-
Class adams.gui.dialog.DatabaseConnectionDialog extends BaseDialog implements Serializable
- serialVersionUID:
- -1846927534390634983L
-
Serialized Fields
-
m_ButtonClose
BaseButton m_ButtonClose
the Close button. -
m_Panel
DatabaseConnectionPanel m_Panel
database connection panel. -
m_Self
DatabaseConnectionDialog m_Self
the dialog itself.
-
-
Class adams.gui.dialog.DatabaseConnectionPanel extends AbstractDatabaseConnectionPanel implements Serializable
- serialVersionUID:
- -5065572637368668864L
-
Serialized Fields
-
m_ScriptingEngine
AbstractScriptingEngine m_ScriptingEngine
the scripting engine to use.
-
-
Class adams.gui.dialog.DatabaseConnectionsDialog extends BaseDialog implements Serializable
- serialVersionUID:
- 3625063329591593840L
-
Serialized Fields
-
m_ButtonClose
BaseButton m_ButtonClose
the Close button. -
m_ButtonDisconnect
BaseButton m_ButtonDisconnect
the Disconnect button. -
m_Panel
DatabaseConnectionsPanel m_Panel
database connection panel. -
m_Self
DatabaseConnectionsDialog m_Self
the dialog itself.
-
-
Class adams.gui.dialog.DatabaseConnectionsPanel extends BasePanel implements Serializable
- serialVersionUID:
- -4151139612136850913L
-
Serialized Fields
-
m_ChangeListeners
Set<ChangeListener> m_ChangeListeners
the change listeners. -
m_Panels
List<AbstractDatabaseConnectionPanel> m_Panels
the panels. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane for the connection panels.
-
-
Class adams.gui.dialog.DialogWithButtons extends BaseDialog implements Serializable
- serialVersionUID:
- -7382983170735594052L
-
Class adams.gui.dialog.DisplayEmailPanel extends BasePanel implements Serializable
- serialVersionUID:
- 8638983030175738046L
-
Serialized Fields
-
m_Email
Email m_Email
the underlying email. -
m_ModelAttachments
KeyValuePairTableModel m_ModelAttachments
the attachments model. -
m_ModelRecipients
KeyValuePairTableModel m_ModelRecipients
the recipients model. -
m_ScrollPaneAttachments
BaseScrollPane m_ScrollPaneAttachments
the attachmentss scroll pane. -
m_ScrollPaneRecipients
BaseScrollPane m_ScrollPaneRecipients
the recipients scroll pane. -
m_TableAttachments
BaseTable m_TableAttachments
the attachements. -
m_TableRecipients
BaseTable m_TableRecipients
the recipients. -
m_TextBody
BaseTextArea m_TextBody
the body. -
m_TextSender
BaseTextField m_TextSender
the sender. -
m_TextSubject
BaseTextField m_TextSubject
the subject.
-
-
Class adams.gui.dialog.MultiSpreadSheetDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- 7604505322768892726L
-
Serialized Fields
-
m_CellPopupMenuCustomizer
PopupMenuCustomizer m_CellPopupMenuCustomizer
the customizer for the table cells popup menu. -
m_CellRenderingCustomizer
CellRenderingCustomizer m_CellRenderingCustomizer
for customizing the cell rendering. -
m_MultiPagePane
MultiPagePane m_MultiPagePane
the tabbed pane for the spreadsheets. -
m_NumDecimals
int m_NumDecimals
the number of decimals to display. -
m_ShowColumnComboBox
boolean m_ShowColumnComboBox
whether to show the combobox with column names. -
m_ShowFormulas
boolean m_ShowFormulas
whether to show formulas rather than the result. -
m_ShowSearch
boolean m_ShowSearch
whether to show the search box.
-
-
Class adams.gui.dialog.PasswordDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- -2132414163522707681L
-
Serialized Fields
-
m_LabelPassword
JLabel m_LabelPassword
the password label. -
m_TextComments
BaseTextArea m_TextComments
the comments box. -
m_TextPassword
BasePasswordFieldWithButton m_TextPassword
the text field for entering the password.
-
-
Class adams.gui.dialog.PreviewBrowserDialog extends BaseDialog implements Serializable
- serialVersionUID:
- -1765490389240554880L
-
Serialized Fields
-
m_PanelPreview
PreviewBrowserPanel m_PanelPreview
the preview panel.
-
-
Class adams.gui.dialog.PropertiesParameterDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- -3557570624720397564L
-
Serialized Fields
-
m_PropertiesParameterPanel
PropertiesParameterPanel m_PropertiesParameterPanel
the properties panel in use.
-
-
Class adams.gui.dialog.ReplaceFieldDialog extends AbstractReplaceDialog<AbstractField> implements Serializable
- serialVersionUID:
- 2899497954651703559L
-
Serialized Fields
-
m_ComboBoxType
BaseComboBox m_ComboBoxType
the type combobox. -
m_LabelType
JLabel m_LabelType
the type label. -
m_PanelFind
FieldChooserPanel m_PanelFind
the field to find. -
m_PanelReplace
FieldChooserPanel m_PanelReplace
the field to replace with.
-
-
Class adams.gui.dialog.SimplePreviewBrowserDialog extends BaseDialog implements Serializable
- serialVersionUID:
- -1765490389240554880L
-
Serialized Fields
-
m_PanelDisplay
PreviewDisplay m_PanelDisplay
the preview panel. -
m_TextFilename
BaseTextField m_TextFilename
for displaying the filename.
-
-
Class adams.gui.dialog.SpreadSheetDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- 7604505322768892726L
-
Serialized Fields
-
m_Panel
SpreadSheetPanel m_Panel
the table for displaying the spreadsheet.
-
-
Class adams.gui.dialog.SpreadSheetPanel extends BasePanel implements Serializable
- serialVersionUID:
- 8089541494489119743L
-
Serialized Fields
-
m_ColumnComboBox
SpreadSheetColumnComboBox m_ColumnComboBox
the combobox for jumping to columns. -
m_FileChooser
SpreadSheetFileChooser m_FileChooser
the filedialog for saving the spreadsheet. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemFileExit
JMenuItem m_MenuItemFileExit
the "exit" menu item. -
m_MenuItemFileSaveAs
JMenuItem m_MenuItemFileSaveAs
the "save as" menu item. -
m_MenuItemViewDisplayedDecimals
JMenuItem m_MenuItemViewDisplayedDecimals
the "displayed decimals" menu item. -
m_MenuItemViewPositiveBackground
JMenuItem m_MenuItemViewPositiveBackground
the "positive background" menu item. -
m_MenuItemViewRendering
JMenuItem m_MenuItemViewRendering
the "negative background" menu item. -
m_MenuItemViewShowFormulas
JMenuItem m_MenuItemViewShowFormulas
the "show formulas" menu item. -
m_PanelColumnComboBox
JPanel m_PanelColumnComboBox
the panel for the column combobox. -
m_PanelSearch
SearchPanel m_PanelSearch
the search panel. -
m_Table
SpreadSheetTable m_Table
the table for displaying the spreadsheet. -
m_TableModel
SpreadSheetTableModel m_TableModel
the table model.
-
-
Class adams.gui.dialog.SpreadSheetQueryDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- -4162026774918001534L
-
Serialized Fields
-
m_PanelSQL
SpreadSheetQueryPanel m_PanelSQL
the panel with the SQL statement editor.
-
-
Class adams.gui.dialog.SpreadSheetQueryPanel extends BasePanel implements Serializable
- serialVersionUID:
- -4419661519749458767L
-
Serialized Fields
-
m_ButtonHelp
BaseButton m_ButtonHelp
the button for displaying the help. -
m_ButtonHistory
BaseButton m_ButtonHistory
the button for the history. -
m_ButtonOptions
BaseButton m_ButtonOptions
the button for the options. -
m_PanelBottom
JPanel m_PanelBottom
the panel for the buttons at the bottom. -
m_PanelButtonsLeft
JPanel m_PanelButtonsLeft
the panel for the buttons on the left. -
m_PanelButtonsRight
JPanel m_PanelButtonsRight
the panel for the buttons on the right. -
m_PanelQuery
SpreadSheetQueryEditorPanel m_PanelQuery
the panel with the query. -
m_PopupMenu
JPopupMenu m_PopupMenu
the popup menu for the recent items. -
m_QueryChangeListeners
Set<ChangeListener> m_QueryChangeListeners
the change listeners. -
m_RecentStatementsHandler
RecentSpreadSheetQueriesHandler<JPopupMenu> m_RecentStatementsHandler
the recent files handler.
-
-
Class adams.gui.dialog.SqlQueryDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- -2162869597803771001L
-
Serialized Fields
-
m_PanelSQL
SqlQueryPanel m_PanelSQL
the SQL panel.
-
-
Class adams.gui.dialog.SQLStatementDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- -4162026774918001534L
-
Serialized Fields
-
m_PanelSQL
SQLStatementPanel m_PanelSQL
the panel with the SQL statement editor.
-
-
Class adams.gui.dialog.SQLStatementPanel extends BasePanel implements Serializable
- serialVersionUID:
- -4419661519749458767L
-
Serialized Fields
-
m_ButtonHelp
BaseButton m_ButtonHelp
the button for displaying the help. -
m_ButtonHistory
BaseButton m_ButtonHistory
the button for the history. -
m_ButtonOptions
BaseButtonWithDropDownMenu m_ButtonOptions
the button for the options. -
m_PanelBottom
JPanel m_PanelBottom
the panel for the buttons at the bottom. -
m_PanelButtonsLeft
JPanel m_PanelButtonsLeft
the panel for the buttons on the left. -
m_PanelButtonsRight
JPanel m_PanelButtonsRight
the panel for the buttons on the right. -
m_PanelStatement
SQLSyntaxEditorPanel m_PanelStatement
the panel with the statement. -
m_PopupMenu
JPopupMenu m_PopupMenu
the popup menu for the recent items. -
m_QueryChangeListeners
Set<ChangeListener> m_QueryChangeListeners
the list of query change listeners. -
m_RecentStatementsHandler
RecentSQLStatementsHandler<JPopupMenu> m_RecentStatementsHandler
the recent files handler.
-
-
Class adams.gui.dialog.TextDialog extends BaseDialog implements Serializable
- serialVersionUID:
- -5335911070392516986L
-
Serialized Fields
-
m_TextPanel
TextPanel m_TextPanel
for displaying the text.
-
-
Class adams.gui.dialog.TextPanel extends BasePanel implements Serializable
- serialVersionUID:
- -5335911070392516986L
-
Serialized Fields
-
m_CanOpenFiles
boolean m_CanOpenFiles
whether the editor is allowed to open files as well. -
m_LabelInfo
JLabel m_LabelInfo
the label with the option info text. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar. -
m_MenuFileLoadRecent
JMenu m_MenuFileLoadRecent
the "load recent" submenu. -
m_MenuItemEditCopy
JMenuItem m_MenuItemEditCopy
the copy menu item. -
m_MenuItemEditCut
JMenuItem m_MenuItemEditCut
the cut menu item. -
m_MenuItemEditFind
JMenuItem m_MenuItemEditFind
the find menu item. -
m_MenuItemEditFindNext
JMenuItem m_MenuItemEditFindNext
the find next menu item. -
m_MenuItemEditPaste
JMenuItem m_MenuItemEditPaste
the paste menu item. -
m_MenuItemEditRedo
JMenuItem m_MenuItemEditRedo
the redo menu item. -
m_MenuItemEditSelectAll
JMenuItem m_MenuItemEditSelectAll
the select all menu item. -
m_MenuItemEditUndo
JMenuItem m_MenuItemEditUndo
the undo menu item. -
m_MenuItemFileNew
JMenuItem m_MenuItemFileNew
the new menu item. -
m_MenuItemFileOpen
JMenuItem m_MenuItemFileOpen
the open menu item. -
m_MenuItemFileSave
JMenuItem m_MenuItemFileSave
the save menu item. -
m_MenuItemFileSaveAs
JMenuItem m_MenuItemFileSaveAs
the save as menu item. -
m_MenuItemViewFont
JMenuItem m_MenuItemViewFont
the select font menu item. -
m_MenuItemViewLineWrap
JCheckBoxMenuItem m_MenuItemViewLineWrap
the line wrap menu item. -
m_MenuItemViewTabSize
JMenuItem m_MenuItemViewTabSize
the tab size menu item. -
m_PanelInfo
JPanel m_PanelInfo
the panel with optional info text. -
m_RecentFilesHandler
RecentFilesWithEncodingHandler<JMenu> m_RecentFilesHandler
the recent files handler. -
m_TextPanel
TextEditorPanel m_TextPanel
for displaying the text. -
m_TitleGenerator
TitleGenerator m_TitleGenerator
for generating the title.
-
-
-
Package adams.gui.event
-
Class adams.gui.event.ActorChangeEvent extends EventObject implements Serializable
- serialVersionUID:
- -3412999977330314107L
-
Serialized Fields
-
m_Nodes
Node[] m_Nodes
the nodes that triggered the event. -
m_Type
ActorChangeEvent.Type m_Type
the type of event.
-
-
Class adams.gui.event.ConsolePanelEvent extends EventObject implements Serializable
- serialVersionUID:
- -3065555728637944776L
-
Serialized Fields
-
m_Level
LoggingLevel m_Level
the logging level. -
m_Message
String m_Message
the message.
-
-
Class adams.gui.event.DataChangeEvent extends EventObject implements Serializable
- serialVersionUID:
- 3847803691713697508L
-
Serialized Fields
-
m_Containers
AbstractContainer[] m_Containers
the replaced containers. -
m_Indices
int[] m_Indices
the indices of the modified containers. -
m_Type
DataChangeEvent.Type m_Type
the type of event.
-
-
Class adams.gui.event.DoubleClickEvent extends EventObject implements Serializable
- serialVersionUID:
- 6504052809968807029L
-
Class adams.gui.event.FieldCacheUpdateEvent extends EventObject implements Serializable
- serialVersionUID:
- 8769821211266240856L
-
Class adams.gui.event.FilterEvent extends EventObject implements Serializable
- serialVersionUID:
- 5898322483535512283L
-
Serialized Fields
-
m_Filter
Filter<T extends DataContainer> m_Filter
the filter to use. -
m_OverlayOriginalData
boolean m_OverlayOriginalData
whether to overlay the original data.
-
-
Class adams.gui.event.HistorySelectionEvent extends EventObject implements Serializable
- serialVersionUID:
- 45824542929908105L
-
Serialized Fields
-
m_HistoryItem
Object m_HistoryItem
the selected favorite.
-
-
Class adams.gui.event.ImagePanelLeftClickEvent extends EventObject implements Serializable
- serialVersionUID:
- 722590085059939598L
-
Serialized Fields
-
m_ModifiersEx
int m_ModifiersEx
the associated modifiers. -
m_Position
Point m_Position
the position of the click.
-
-
Class adams.gui.event.ImagePanelSelectionEvent extends EventObject implements Serializable
- serialVersionUID:
- 722590085059939598L
-
Class adams.gui.event.InstancesSortSetupEvent extends EventObject implements Serializable
- serialVersionUID:
- -1322917092297786611L
-
Serialized Fields
-
m_SortDefinitionPanel
InstancesSortDefinitionPanel m_SortDefinitionPanel
the definition panel that was added/removed. -
m_Type
InstancesSortSetupEvent.EventType m_Type
what type of event occurred.
-
-
Class adams.gui.event.NodeDroppedEvent extends EventObject implements Serializable
- serialVersionUID:
- -7524242153886240526L
-
Serialized Fields
-
m_Nodes
BaseTreeNode[] m_Nodes
the nodes that got dropped. -
m_NotificationTime
NodeDroppedEvent.NotificationTime m_NotificationTime
the time of notification.
-
-
Class adams.gui.event.PaintEvent extends EventObject implements Serializable
- serialVersionUID:
- 7509294691540485379L
-
Serialized Fields
-
m_Graphics
Graphics m_Graphics
the graphics context. -
m_PaintMoment
PaintEvent.PaintMoment m_PaintMoment
the paint momment.
-
-
Class adams.gui.event.PlotPanelPanningEvent extends EventObject implements Serializable
- serialVersionUID:
- 6890099792235484607L
-
Serialized Fields
-
m_EventType
PlotPanelPanningEvent.PanningEventType m_EventType
the event type.
-
-
Class adams.gui.event.PlotPanelZoomEvent extends EventObject implements Serializable
- serialVersionUID:
- 6890099792235484607L
-
Serialized Fields
-
m_EventType
PlotPanelZoomEvent.ZoomEventType m_EventType
the event type.
-
-
Class adams.gui.event.RecentItemEvent extends EventObject implements Serializable
- serialVersionUID:
- 4812680587917660625L
-
Serialized Fields
-
m_Item
T m_Item
the affected item.
-
-
Class adams.gui.event.RemoteControlCenterEvent extends EventObject implements Serializable
- serialVersionUID:
- -8645797554948304600L
-
Serialized Fields
-
m_SubPanel
AbstractRemoteControlCenterTab m_SubPanel
the sub-panel that triggered the event (if any). -
m_Type
RemoteControlCenterEvent.EventType m_Type
the event type.
-
-
Class adams.gui.event.RemoteScriptingEngineUpdateEvent extends EventObject implements Serializable
- serialVersionUID:
- -1232191938871689448L
-
Class adams.gui.event.RemoveItemsEvent extends EventObject implements Serializable
- serialVersionUID:
- 9211592165507512950L
-
Serialized Fields
-
m_Indices
int[] m_Indices
the indices of the items that were removed.
-
-
Class adams.gui.event.ScriptingEvent extends EventObject implements Serializable
- serialVersionUID:
- 5373990735194119669L
-
Serialized Fields
-
m_Cmd
ScriptingCommand m_Cmd
the command that was run. -
m_Error
String m_Error
optional error message. -
m_Success
boolean m_Success
whether the command was successfully run.
-
-
Class adams.gui.event.ScriptingInfoEvent extends EventObject implements Serializable
- serialVersionUID:
- 5373990735194119669L
-
Serialized Fields
-
m_Cmd
String m_Cmd
the command that was run.
-
-
Class adams.gui.event.SearchEvent extends EventObject implements Serializable
- serialVersionUID:
- 1051763837438899324L
-
Serialized Fields
-
m_Parameters
SearchParameters m_Parameters
the search parameters.
-
-
Class adams.gui.event.SortSetupEvent extends EventObject implements Serializable
- serialVersionUID:
- -1322917092297786611L
-
Serialized Fields
-
m_SortDefinitionPanel
SortDefinitionPanel m_SortDefinitionPanel
the definition panel that was added/removed. -
m_Type
SortSetupEvent.EventType m_Type
what type of event occurred.
-
-
Class adams.gui.event.SpreadSheetProcessorEvent extends EventObject implements Serializable
- serialVersionUID:
- -1322917092297786611L
-
Serialized Fields
-
m_Message
String m_Message
optional message. -
m_Type
SpreadSheetProcessorEvent.EventType m_Type
what type of event occurred.
-
-
Class adams.gui.event.SqlQueryPanelEvent extends EventObject implements Serializable
- serialVersionUID:
- -1322917092297786611L
-
Serialized Fields
-
m_Type
SqlQueryPanelEvent.EventType m_Type
what type of event occurred.
-
-
Class adams.gui.event.TabClosedEvent extends EventObject implements Serializable
- serialVersionUID:
- -6446664500080231501L
-
Serialized Fields
-
m_Component
Component m_Component
the component that got removed. -
m_TabIndex
int m_TabIndex
the index of the removed tab.
-
-
Class adams.gui.event.TabVisibilityChangeEvent extends EventObject implements Serializable
- serialVersionUID:
- 2987454130978038905L
-
Serialized Fields
-
m_Component
Component m_Component
the component of the tab that was made visible or got hidden. -
m_Type
TabVisibilityChangeEvent.Type m_Type
the type of event.
-
-
Class adams.gui.event.UndoEvent extends EventObject implements Serializable
- serialVersionUID:
- 1054597438625837914L
-
Serialized Fields
-
m_Success
boolean m_Success
whether the action was successful. -
m_Type
UndoEvent.UndoType m_Type
the type of event. -
m_UndoPoint
Undo.UndoPoint m_UndoPoint
the undo point that got added, removed, etc.
-
-
Class adams.gui.event.WekaInvestigatorDataEvent extends EventObject implements Serializable
- serialVersionUID:
- 5757793515769813912L
-
Serialized Fields
-
m_Rows
int[] m_Rows
the affected rows, null for all. -
m_Type
int m_Type
the event type.
-
-
-
Package adams.gui.flow
-
Class adams.gui.flow.ActorTreePanel extends BasePanel implements Serializable
- serialVersionUID:
- 4442327828371369542L
-
Serialized Fields
-
m_ClassTree
ClassTree m_ClassTree
the tree with the actors. -
m_SearchPanel
SearchPanel m_SearchPanel
the search panel.
-
-
Class adams.gui.flow.ExportDialog extends AbstractFileExportDialog<OptionProducer> implements Serializable
- serialVersionUID:
- 201725070566669323L
-
Serialized Fields
-
m_PanelFile
FileChooserPanel m_PanelFile
the panel with the file. -
m_PanelGOE
GenericObjectEditorPanel m_PanelGOE
the GOE panel for the export format.
-
-
Class adams.gui.flow.FlowControlCenterPanel extends BasePanel implements Serializable
- serialVersionUID:
- 4732793588874582421L
-
Serialized Fields
-
m_ButtonAdd
BaseButton m_ButtonAdd
the button for adding a setup. -
m_ButtonEdit
BaseButton m_ButtonEdit
the button for editing a setup. -
m_ButtonEditFlow
BaseButton m_ButtonEditFlow
the button for editing a flow directly. -
m_ButtonMoveDown
BaseButton m_ButtonMoveDown
the button for moving the selected setups down. -
m_ButtonMoveUp
BaseButton m_ButtonMoveUp
the button for moving the selected setups up. -
m_ButtonPauseAndResume
BaseButton m_ButtonPauseAndResume
the button for pausing/resuming setups. -
m_ButtonRemove
BaseButton m_ButtonRemove
the button for removing a setup. -
m_ButtonRemoveAll
BaseButton m_ButtonRemoveAll
the button for removing all setups. -
m_ButtonStart
BaseButton m_ButtonStart
the button for starting setups. -
m_ButtonStop
BaseButton m_ButtonStop
the button for stopping setups. -
m_CurrentFile
File m_CurrentFile
the filename of the current flow. -
m_FileChooser
BaseFileChooser m_FileChooser
the filedialog for loading/saving flows. -
m_FilenameProposer
FilenameProposer m_FilenameProposer
for proposing filenames for new flows. -
m_GOEDialog
GenericObjectEditorDialog m_GOEDialog
the GOE for editing the setups. -
m_Manager
FlowSetupManager m_Manager
for managing the setups. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemFileClose
JMenuItem m_MenuItemFileClose
the "exit" menu item. -
m_MenuItemFileNew
JMenuItem m_MenuItemFileNew
the "new" menu item. -
m_MenuItemFileOpen
JMenuItem m_MenuItemFileOpen
the "open" menu item. -
m_MenuItemFileOpenRecent
JMenu m_MenuItemFileOpenRecent
the "open recent" menu. -
m_MenuItemFileRevert
JMenuItem m_MenuItemFileRevert
the "rever" menu item. -
m_MenuItemFileSave
JMenuItem m_MenuItemFileSave
the "save" menu item. -
m_MenuItemFileSaveAs
JMenuItem m_MenuItemFileSaveAs
the "save as" menu item. -
m_RecentFilesHandler
RecentFilesHandler<JMenu> m_RecentFilesHandler
the recent files handler. -
m_Self
FlowControlCenterPanel m_Self
the panel itself. -
m_StatusBar
BaseStatusBar m_StatusBar
the status. -
m_TableModelSetups
FlowSetupTableModel m_TableModelSetups
the table model for the setups. -
m_TableSetups
BaseTableWithButtons m_TableSetups
the table displaying the setups. -
m_TitleGenerator
TitleGenerator m_TitleGenerator
for generating the title.
-
-
Class adams.gui.flow.FlowEditorDialog extends BaseDialog implements Serializable
- serialVersionUID:
- 545478782839955844L
-
Serialized Fields
-
m_FlowEditorPanel
FlowEditorPanel m_FlowEditorPanel
the underlying Flow panel.
-
-
Class adams.gui.flow.FlowEditorPanel extends ToolBarPanel implements Serializable
- serialVersionUID:
- -3579084888256133873L
-
Serialized Fields
-
m_ActionActiveClearGraphicalOutput
FlowEditorAction m_ActionActiveClearGraphicalOutput
the "Clear graphical output" action. -
m_ActionActiveDebug
FlowEditorAction m_ActionActiveDebug
the "run (debug)" action. -
m_ActionActiveDisplayErrors
FlowEditorAction m_ActionActiveDisplayErrors
the "display errors" action. -
m_ActionActiveGC
FlowEditorAction m_ActionActiveGC
the "gc" action. -
m_ActionActiveHeadless
FlowEditorAction m_ActionActiveHeadless
the "headless" action. -
m_ActionActiveKill
FlowEditorAction m_ActionActiveKill
the "kill" action. -
m_ActionActivePauseAndResume
FlowEditorAction m_ActionActivePauseAndResume
the "pause" action. -
m_ActionActiveRun
FlowEditorAction m_ActionActiveRun
the "run" action. -
m_ActionActiveStop
FlowEditorAction m_ActionActiveStop
the "stop" action. -
m_ActionActiveStorage
FlowEditorAction m_ActionActiveStorage
the "storage" action. -
m_ActionActiveValidateSetup
FlowEditorAction m_ActionActiveValidateSetup
the "check setup" action. -
m_ActionActiveVariables
FlowEditorAction m_ActionActiveVariables
the "variables" action. -
m_ActionDuplicateTab
FlowEditorAction m_ActionDuplicateTab
the "duplicate tab" action. -
m_ActionDuplicateTabInNewWindow
FlowEditorAction m_ActionDuplicateTabInNewWindow
the "duplicate tab in new window" action. -
m_ActionEditCheckVariables
FlowEditorAction m_ActionEditCheckVariables
the check variables action. -
m_ActionEditCleanUpFlow
FlowEditorAction m_ActionEditCleanUpFlow
the remove disabled actors action. -
m_ActionEditClearClipboard
FlowEditorAction m_ActionEditClearClipboard
the clear clipboard action. -
m_ActionEditDiff
FlowEditorAction m_ActionEditDiff
the diff action. -
m_ActionEditEnableUndo
FlowEditorAction m_ActionEditEnableUndo
the toggle undo action. -
m_ActionEditFind
FlowEditorAction m_ActionEditFind
the find action. -
m_ActionEditIgnoreNameChanges
FlowEditorAction m_ActionEditIgnoreNameChanges
the ignore name changes action. -
m_ActionEditInteractiveActors
FlowEditorAction m_ActionEditInteractiveActors
the interactive actors action. -
m_ActionEditListTODOs
FlowEditorAction m_ActionEditListTODOs
the "list TODOs" action. -
m_ActionEditLocateActor
FlowEditorAction m_ActionEditLocateActor
the locate actor action. -
m_ActionEditLocateStorageName
FlowEditorAction m_ActionEditLocateStorageName
the locate storage name action. -
m_ActionEditLocateVariable
FlowEditorAction m_ActionEditLocateVariable
the locate variable action. -
m_ActionEditProcessActors
FlowEditorAction m_ActionEditProcessActors
the "process actors" action. -
m_ActionEditRedo
FlowEditorAction m_ActionEditRedo
the redo action. -
m_ActionEditTimedActors
FlowEditorAction m_ActionEditTimedActors
the timed actors action. -
m_ActionEditUndo
FlowEditorAction m_ActionEditUndo
the undo action. -
m_ActionFileCheckOnSave
FlowEditorAction m_ActionFileCheckOnSave
the "check on save" action. -
m_ActionFileClose
FlowEditorAction m_ActionFileClose
the "close" action. -
m_ActionFileClosePage
FlowEditorAction m_ActionFileClosePage
the "close page" action. -
m_ActionFileExport
FlowEditorAction m_ActionFileExport
the "export" action. -
m_ActionFileImport
FlowEditorAction m_ActionFileImport
the "import" action. -
m_ActionFileNew
FlowEditorAction m_ActionFileNew
the "new" action. -
m_ActionFileNewFromClipboard
FlowEditorAction m_ActionFileNewFromClipboard
the "new from clipboard" action. -
m_ActionFileOpen
FlowEditorAction m_ActionFileOpen
the "open" action. -
m_ActionFileProperties
FlowEditorAction m_ActionFileProperties
the "properties" action. -
m_ActionFileRevert
FlowEditorAction m_ActionFileRevert
the "revert" action. -
m_ActionFileSave
FlowEditorAction m_ActionFileSave
the "save" action. -
m_ActionFileSaveAs
FlowEditorAction m_ActionFileSaveAs
the "save as" action. -
m_ActionHalfHeight
FlowEditorAction m_ActionHalfHeight
the "half height" action. -
m_ActionHalfWidth
FlowEditorAction m_ActionHalfWidth
the "half width" action. -
m_ActionHelpActors
FlowEditorAction m_ActionHelpActors
the "help actors" action. -
m_ActionHelpBooleanExpression
FlowEditorAction m_ActionHelpBooleanExpression
the "help boolean expression" action. -
m_ActionHelpClasses
FlowEditorAction m_ActionHelpClasses
the "help classes" action. -
m_ActionHelpMathematicalExpression
FlowEditorAction m_ActionHelpMathematicalExpression
the "help math expression" action. -
m_ActionHelpStringExpression
FlowEditorAction m_ActionHelpStringExpression
the "help string expression" action. -
m_ActionHelpVariables
FlowEditorAction m_ActionHelpVariables
the "help variables" action. -
m_ActionMoveToNewWindow
FlowEditorAction m_ActionMoveToNewWindow
the "move to new window" action. -
m_ActionNewWindow
FlowEditorAction m_ActionNewWindow
the "new window" action. -
m_ActionRunClearGraphicalOutput
FlowEditorAction m_ActionRunClearGraphicalOutput
the "Clear graphical output" action. -
m_ActionRunDebug
FlowEditorAction m_ActionRunDebug
the "run (debug)" action. -
m_ActionRunDisableAllBreakpoints
FlowEditorAction m_ActionRunDisableAllBreakpoints
the "disable all breakpoints" action. -
m_ActionRunDisplayErrors
FlowEditorAction m_ActionRunDisplayErrors
the "display errors" action. -
m_ActionRunEnableAllBreakpoints
FlowEditorAction m_ActionRunEnableAllBreakpoints
the "enable all breakpoints" action. -
m_ActionRunGC
FlowEditorAction m_ActionRunGC
the "gc" action. -
m_ActionRunHeadless
FlowEditorAction m_ActionRunHeadless
the "headless" action. -
m_ActionRunKill
FlowEditorAction m_ActionRunKill
the "kill" action. -
m_ActionRunParseError
FlowEditorAction m_ActionRunParseError
the parse error action. -
m_ActionRunPauseAndResume
FlowEditorAction m_ActionRunPauseAndResume
the "pause" action. -
m_ActionRunRemoveAllBreakpoints
FlowEditorAction m_ActionRunRemoveAllBreakpoints
the "remove all breakpoints" action. -
m_ActionRunRun
FlowEditorAction m_ActionRunRun
the "run" action. -
m_ActionRunRunAll
FlowEditorAction m_ActionRunRunAll
the "run all" action. -
m_ActionRunStop
FlowEditorAction m_ActionRunStop
the "stop" action. -
m_ActionRunStopAll
FlowEditorAction m_ActionRunStopAll
the "stop all" action. -
m_ActionRunStorage
FlowEditorAction m_ActionRunStorage
the "storage" action. -
m_ActionRunValidateSetup
FlowEditorAction m_ActionRunValidateSetup
the "check setup" action. -
m_ActionRunVariables
FlowEditorAction m_ActionRunVariables
the "variables" action. -
m_ActionViewFullExpansion
FlowEditorAction m_ActionViewFullExpansion
the "full expansion" action. -
m_ActionViewRedraw
FlowEditorAction m_ActionViewRedraw
the "redraw" action. -
m_ActionViewShowAnnotations
FlowEditorAction m_ActionViewShowAnnotations
the "show annotations" action. -
m_ActionViewShowInputOutput
FlowEditorAction m_ActionViewShowInputOutput
the "show input/output" action. -
m_ActionViewShowQuickInfo
FlowEditorAction m_ActionViewShowQuickInfo
the "show quick info" action. -
m_ActionViewShowSource
FlowEditorAction m_ActionViewShowSource
the "show source" action. -
m_ActionViewShowToolbar
FlowEditorAction m_ActionViewShowToolbar
the "show toolbar" action. -
m_ActionViewStatistics
FlowEditorAction m_ActionViewStatistics
the "statistic" action. -
m_ActionViewZoom
FlowEditorAction m_ActionViewZoom
the "zoom" action. -
m_AdditionalMenuItems
List<AbstractFlowEditorMenuItem> m_AdditionalMenuItems
additional menu items. -
m_FileChooser
FlowFileChooser m_FileChooser
the filedialog for loading/saving flows. -
m_FilenameProposer
FilenameProposer m_FilenameProposer
for proposing filenames for new flows. -
m_FlowPanels
FlowMultiPagePane m_FlowPanels
the tabbedpane for the flow panels. -
m_MenuActive
JMenu m_MenuActive
the "active" menu. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuEditRecentActorProcessors
JMenu m_MenuEditRecentActorProcessors
recent actor processors menu. -
m_MenuFileNew
JMenu m_MenuFileNew
the "new" sub-menu. -
m_MenuFileOpenRecent
JMenu m_MenuFileOpenRecent
the "open recent" submenu. -
m_MenuItems
List<FlowEditorAction> m_MenuItems
menu items. -
m_PreferredToolBarLocation
ToolBarPanel.ToolBarLocation m_PreferredToolBarLocation
the default toolbar location to use. -
m_RecentActorProcessorHandler
RecentActorProcessorHandler<JMenu> m_RecentActorProcessorHandler
Recent file handler for actor processors -
m_RecentFilesHandler
RecentFilesHandlerWithCommandline<JMenu> m_RecentFilesHandler
the recent files handler. -
m_Self
FlowEditorPanel m_Self
the panel itself. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane for displaying flow and tabs. -
m_StatusBar
BaseStatusBar m_StatusBar
the status. -
m_Tabs
FlowTabManager m_Tabs
the tabbedpane for the tabs. -
m_ToolBarActiveButtons
List<JButton> m_ToolBarActiveButtons
the "active" buttons in the toolbar.
-
-
Class adams.gui.flow.FlowMultiPagePane extends MultiPagePane implements Serializable
- serialVersionUID:
- -1675887825433207074L
-
Serialized Fields
-
m_ActiveFlow
FlowPanel m_ActiveFlow
the active flow. -
m_FlowPanelClass
Class m_FlowPanelClass
the flowpanel class to use. -
m_MenuItems
List<AbstractMultiPageMenuItem> m_MenuItems
the menu items. -
m_Owner
FlowEditorPanel m_Owner
the owning editor.
-
-
Class adams.gui.flow.FlowMultiPagePane.FlowTitleRenderer extends MultiPagePane.TitleRenderer implements Serializable
- serialVersionUID:
- 206875248088135198L
-
Class adams.gui.flow.FlowPanel extends UndoPanel implements Serializable
- serialVersionUID:
- -3579084888256133873L
-
Serialized Fields
-
m_CheckLargeFlowsOnSave
Boolean m_CheckLargeFlowsOnSave
whether to check large flows before saving. -
m_CheckOnSave
boolean m_CheckOnSave
whether to check before saving. -
m_CurrentFile
File m_CurrentFile
the filename of the current flow. -
m_CurrentThread
Thread m_CurrentThread
the current worker thread. -
m_CurrentWorker
FlowWorker m_CurrentWorker
the current worker. -
m_DebugTree
Tree m_DebugTree
the tree displaying the debug flow structure. -
m_FlowFileMonitor
MultiMonitor m_FlowFileMonitor
for monitoring file changes. -
m_Headless
boolean m_Headless
whether to execute the flow in headless mode. -
m_LastFlow
Actor m_LastFlow
the last flow that was run. -
m_LastReader
FlowReader m_LastReader
the last flow reader used. -
m_LastVariableSearch
String m_LastVariableSearch
the last variable search performed. -
m_LastWriter
FlowWriter m_LastWriter
the last flow writer used. -
m_Logger
Logger m_Logger
the logger instance. -
m_Owner
FlowMultiPagePane m_Owner
the owner. -
m_PanelBottom
BasePanel m_PanelBottom
the bottom panel. -
m_PanelDebugTree
JPanel m_PanelDebugTree
the panel with the debug tree. -
m_PanelNotification
FlowPanelNotificationArea m_PanelNotification
the panel for showing notifications. -
m_PanelStorage
StoragePanel m_PanelStorage
the panel with the variables. -
m_PanelVariables
VariableManagementPanel m_PanelVariables
the panel with the variables. -
m_RecentFilesHandler
RecentFilesHandlerWithCommandline<JMenu> m_RecentFilesHandler
the recent files handler. -
m_RunGC
boolean m_RunGC
whether to perform a GC after the flow execution. -
m_RunningSwingWorker
boolean m_RunningSwingWorker
whether a swingworker is currently running. -
m_SplitPaneEditor
BaseSplitPane m_SplitPaneEditor
the split pane to use for tree and notification area. -
m_SplitPaneTrees
BaseSplitPane m_SplitPaneTrees
the split pane for the trees (edit/debug). -
m_Status
String m_Status
the current status. -
m_TabHandlers
List<AbstractTabHandler> m_TabHandlers
the tab handlers. -
m_Title
String m_Title
the current title. -
m_TitleGenerator
TitleGenerator m_TitleGenerator
for generating the title of the dialog/frame. -
m_Tree
Tree m_Tree
the tree displaying the flow structure.
-
-
Class adams.gui.flow.FlowPanelNotificationArea extends BasePanel implements Serializable
- serialVersionUID:
- -6807606526180616742L
-
Serialized Fields
-
m_Actions
List<AbstractNotificationAreaAction> m_Actions
the available actions. -
m_ButtonAction
BaseFlatSplitButton m_ButtonAction
the action button. -
m_ButtonClose
BaseFlatButton m_ButtonClose
the close button. -
m_CheckBoxConsole
BaseCheckBox m_CheckBoxConsole
the checkbox for including the console output. -
m_CloseListeners
HashSet<ActionListener> m_CloseListeners
the close listeners. -
m_Notification
String m_Notification
the notification string. -
m_Owner
FlowWorkerHandler m_Owner
the owner. -
m_PanelButtons
JPanel m_PanelButtons
the panel for the buttons. -
m_TextNotification
TextPanel m_TextNotification
for displaying the text. -
m_Type
FlowPanelNotificationArea.NotificationType m_Type
the type of notification.
-
-
Class adams.gui.flow.FlowRunnerPanel extends ToolBarPanel implements Serializable
- serialVersionUID:
- -4599322589770009727L
-
Serialized Fields
-
m_ActionClose
AbstractBaseAction m_ActionClose
the "close" action. -
m_ActionDuplicateWindow
AbstractBaseAction m_ActionDuplicateWindow
the "duplicate window" action. -
m_ActionExecutionDisplayErrors
AbstractBaseAction m_ActionExecutionDisplayErrors
the "display errors" action. -
m_ActionExecutionLogErrors
AbstractBaseAction m_ActionExecutionLogErrors
the "log errors" action. -
m_ActionHeadless
AbstractBaseAction m_ActionHeadless
the "headless" item. -
m_ActionLoad
AbstractBaseAction m_ActionLoad
the "load" action. -
m_ActionNewWindow
AbstractBaseAction m_ActionNewWindow
the "new window" action. -
m_ActionPauseAndResume
AbstractBaseAction m_ActionPauseAndResume
the "pause" item. -
m_ActionRun
AbstractBaseAction m_ActionRun
the "run" item. -
m_ActionStop
AbstractBaseAction m_ActionStop
the "stop" action. -
m_CurrentFile
File m_CurrentFile
the filename of the current flow. -
m_CurrentFlow
Actor m_CurrentFlow
the current flow. -
m_CurrentHelpButtons
List<BaseButton> m_CurrentHelpButtons
the buttons for the current SetVariable singletons. -
m_CurrentParameters
List<BaseTextField> m_CurrentParameters
the textfields for the current SetVariable singletons. -
m_CurrentSetVariables
List<SetVariable> m_CurrentSetVariables
the current SetVariable singletons (used for displaying the parameters). -
m_CurrentThread
Thread m_CurrentThread
the current worker thread. -
m_CurrentWorker
FlowWorker m_CurrentWorker
the current worker. -
m_FileChooser
FlowFileChooser m_FileChooser
the filedialog for loading/saving flows. -
m_LabelFlowAnnotation
JLabel m_LabelFlowAnnotation
the label for the flow annotation. -
m_LastFlow
Actor m_LastFlow
the last flow that was run. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemLoadRecent
JMenu m_MenuItemLoadRecent
the "load recent" submenu. -
m_PanelBottom
BasePanel m_PanelBottom
the panel at the bottom. -
m_PanelNotification
FlowPanelNotificationArea m_PanelNotification
the panel for showing notifications. -
m_PanelParameters
JPanel m_PanelParameters
the panel for the SetVariable singletons. -
m_ParameterScrollPane
BaseScrollPane m_ParameterScrollPane
the scroll pane for the parameters. -
m_RecentFilesHandler
RecentFilesHandler<JMenu> m_RecentFilesHandler
the recent files handler. -
m_RunningSwingWorker
boolean m_RunningSwingWorker
whether a flow is currently being loaded, etc. using a SwingWorker. -
m_Self
FlowRunnerPanel m_Self
the panel itself. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane to use for tree and notification area. -
m_StatusBar
BaseStatusBar m_StatusBar
the status. -
m_TitleGenerator
TitleGenerator m_TitleGenerator
for generating the title.
-
-
Class adams.gui.flow.FlowWorker extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- -3462535846381489083L
-
Serialized Fields
-
m_Debug
boolean m_Debug
whether to run in debug mode. -
m_File
File m_File
the current flow file. -
m_Flow
Actor m_Flow
the flow to execute. -
m_Output
String m_Output
generated output. -
m_Owner
FlowWorkerHandler m_Owner
the panel this flow belongs to. -
m_Running
boolean m_Running
whether the flow is still being executed. -
m_ShowNotification
boolean m_ShowNotification
whether to show a notification. -
m_StartTime
long m_StartTime
the start time. -
m_StopMessage
String m_StopMessage
the stop message. -
m_Stopping
boolean m_Stopping
whether the flow is being stopped.
-
-
Class adams.gui.flow.ImportDialog extends AbstractFileImportDialog<OptionConsumer> implements Serializable
- serialVersionUID:
- 201725070566669323L
-
Class adams.gui.flow.RecentActorProcessorHandler extends AbstractRecentItemsHandler<M,ActorProcessor> implements Serializable
- serialVersionUID:
- 8256752129584941151L
-
-
Package adams.gui.flow.menu
-
Class adams.gui.flow.menu.AbstractFlowEditorCheckBoxMenuItemAction extends AbstractPropertiesCheckBoxMenuItemAction<FlowEditorPanel,GenericObjectEditorDialog> implements Serializable
- serialVersionUID:
- -6842831257705457783L
-
Class adams.gui.flow.menu.AbstractFlowEditorMenuItem extends LoggingObject implements Serializable
- serialVersionUID:
- -6136183940974324177L
-
Serialized Fields
-
m_Action
AbstractBaseAction m_Action
the underlying action. -
m_MenuItem
JMenuItem m_MenuItem
the underlying menuitem. -
m_Owner
FlowEditorPanel m_Owner
the owner. -
m_SubMenu
JMenu m_SubMenu
the underlying submenu.
-
-
Class adams.gui.flow.menu.AbstractFlowEditorMenuItemAction extends AbstractPropertiesMenuItemAction<FlowEditorPanel,GenericObjectEditorDialog> implements Serializable
- serialVersionUID:
- -6842831257705457783L
-
Class adams.gui.flow.menu.AbstractFlowEditorSubMenuAction extends AbstractPropertiesSubMenuAction<FlowEditorPanel,GenericObjectEditorDialog> implements Serializable
- serialVersionUID:
- 1168747259624542350L
-
Class adams.gui.flow.menu.ActiveClearGraphicalOutput extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ActiveDebug extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ActiveDisplayErrors extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ActiveGC extends AbstractFlowEditorCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ActiveHeadless extends AbstractFlowEditorCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ActiveKill extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ActivePauseResume extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ActiveRun extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ActiveStop extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ActiveStorage extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ActiveValidateSetup extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ActiveVariables extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditCheckVariables extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditCleanUpFlow extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditClearClipboard extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditDiff extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditEnableUndo extends AbstractFlowEditorCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditFind extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditIgnoreNameChanges extends AbstractFlowEditorCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditInteractiveActors extends AbstractFlowEditorCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditListTODOs extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditLocateActor extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditLocateStorageName extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditLocateVariable extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditProcessActors extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditRedo extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditTimedActors extends AbstractFlowEditorCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditUndo extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.FileCheckOnSave extends AbstractFlowEditorCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.FileClose extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.FileClosePage extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.FileExport extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Serialized Fields
-
m_ExportDialog
ExportDialog m_ExportDialog
the dialog for exporting the flow.
-
-
Class adams.gui.flow.menu.FileImport extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Serialized Fields
-
m_ImportDialog
ImportDialog m_ImportDialog
the dialog for importing the flow.
-
-
Class adams.gui.flow.menu.FileNewFlow extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.FileNewFromClipboard extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.FileOpen extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.FileProperties extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.FileRevert extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.FileSave extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.FileSaveAs extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.HelpActors extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.HelpBooleanExpression extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.HelpClasses extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.HelpMathematicalExpression extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.HelpStringExpression extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.HelpVariables extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunClearGraphicalOutput extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunDebug extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunDisableAllBreakpoints extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunDisplayErrors extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunEnableAllBreakpoints extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunGC extends AbstractFlowEditorCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunHeadless extends AbstractFlowEditorCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunKill extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunParseError extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunPauseResume extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunRemoveAllBreakpoints extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunRun extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunRunAll extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunStop extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunStopAll extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunStorage extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunValidateSetup extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunVariables extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ShowTriggers extends AbstractFlowEditorMenuItem implements Serializable
- serialVersionUID:
- 4736251620576615831L
-
Class adams.gui.flow.menu.ViewFullExpansion extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ViewRedraw extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ViewShowAnnotations extends AbstractFlowEditorCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ViewShowInputOutput extends AbstractFlowEditorCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ViewShowQuickInfo extends AbstractFlowEditorCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ViewShowSource extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ViewShowToolbar extends AbstractFlowEditorCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ViewStatistics extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ViewZoom extends AbstractFlowEditorSubMenuAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.WindowDuplicateInTab extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.WindowDuplicateInWindow extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.WindowHalfHeight extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.WindowHalfWidth extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.WindowMoveToNewWindow extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.WindowNew extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
-
Package adams.gui.flow.multipageaction
-
Class adams.gui.flow.multipageaction.AbstractMultiPageMenuItem extends LoggingObject implements Serializable
- serialVersionUID:
- -1421960726075633479L
-
Class adams.gui.flow.multipageaction.CleanUp extends AbstractMultiPageMenuItem implements Serializable
- serialVersionUID:
- 1297273340581059101L
-
Class adams.gui.flow.multipageaction.CompareFlows extends AbstractMultiPageMenuItem implements Serializable
- serialVersionUID:
- 1297273340581059101L
-
Class adams.gui.flow.multipageaction.CopyFilename extends AbstractMultiPageMenuItem implements Serializable
- serialVersionUID:
- 1297273340581059101L
-
Class adams.gui.flow.multipageaction.OpenContainingFolder extends AbstractMultiPageMenuItem implements Serializable
- serialVersionUID:
- 1297273340581059101L
-
Class adams.gui.flow.multipageaction.RenameFlow extends AbstractMultiPageMenuItem implements Serializable
- serialVersionUID:
- 1297273340581059101L
-
Class adams.gui.flow.multipageaction.Revert extends AbstractMultiPageMenuItem implements Serializable
- serialVersionUID:
- 1297273340581059101L
-
Class adams.gui.flow.multipageaction.Windows extends AbstractMultiPageMenuItem implements Serializable
- serialVersionUID:
- 1297273340581059101L
-
-
Package adams.gui.flow.notificationareaaction
-
Class adams.gui.flow.notificationareaaction.AbstractNotificationAreaAction extends AbstractBaseAction implements Serializable
- serialVersionUID:
- -3555111594280198534L
-
Serialized Fields
-
m_Owner
FlowPanelNotificationArea m_Owner
the owner.
-
-
Class adams.gui.flow.notificationareaaction.CloseAndCleanUp extends AbstractNotificationAreaAction implements Serializable
- serialVersionUID:
- -2884370713454014768L
-
Class adams.gui.flow.notificationareaaction.Copy extends AbstractNotificationAreaAction implements Serializable
- serialVersionUID:
- -2884370713454014768L
-
Class adams.gui.flow.notificationareaaction.Print extends AbstractNotificationAreaAction implements Serializable
- serialVersionUID:
- -2884370713454014768L
-
Class adams.gui.flow.notificationareaaction.Save extends AbstractNotificationAreaAction implements Serializable
- serialVersionUID:
- -2884370713454014768L
-
Class adams.gui.flow.notificationareaaction.SendErrorReport extends AbstractNotificationAreaAction implements Serializable
- serialVersionUID:
- -2884370713454014768L
-
-
Package adams.gui.flow.setup
-
Class adams.gui.flow.setup.FlowSetupCellEditor extends DefaultCellEditor implements Serializable
- serialVersionUID:
- -6644028610827361425L
-
Serialized Fields
-
m_ComboBox
JComboBox m_ComboBox
the JCombobox used for displaying the flow setup names. -
m_TableModel
FlowSetupTableModel m_TableModel
the table model to use.
-
-
Class adams.gui.flow.setup.FlowSetupTableModel extends AbstractMoveableTableModel implements Serializable
- serialVersionUID:
- 3035229549624468704L
-
Serialized Fields
-
m_Manager
FlowSetupManager m_Manager
the underlying setups.
-
-
-
Package adams.gui.flow.tab
-
Class adams.gui.flow.tab.AbstractEditorTab extends BasePanel implements Serializable
- serialVersionUID:
- -1380932223368136260L
-
Serialized Fields
-
m_Owner
FlowTabManager m_Owner
the owning tab manager.
-
-
Class adams.gui.flow.tab.AbstractTabChangeAwareEditorTab extends AbstractEditorTab implements Serializable
- serialVersionUID:
- 1854676009541931025L
-
Class adams.gui.flow.tab.ActorHelpTab extends AbstractEditorTab implements Serializable
- serialVersionUID:
- 3860012648562358118L
-
Serialized Fields
-
m_TextArea
BaseHtmlEditorPane m_TextArea
for displaying the help text.
-
-
Class adams.gui.flow.tab.ActorParametersTab extends AbstractEditorTab implements Serializable
- serialVersionUID:
- 3860012648562358118L
-
Serialized Fields
-
m_TextArea
BaseHtmlEditorPane m_TextArea
for displaying the help text.
-
-
Class adams.gui.flow.tab.ActorTreeTab extends AbstractEditorTab implements Serializable
- serialVersionUID:
- 5660819043419968252L
-
Serialized Fields
-
m_ActorTreePanel
ActorTreePanel m_ActorTreePanel
the panel with the actors.
-
-
Class adams.gui.flow.tab.AttachedVariablesTab extends AbstractTabChangeAwareEditorTab implements Serializable
- serialVersionUID:
- 1745841596971673114L
-
Serialized Fields
-
m_ButtonRefresh
BaseButton m_ButtonRefresh
the button for refreshing the variable list. -
m_ModelVariables
DefaultTableModel m_ModelVariables
the model for the variables. -
m_TableVariables
BaseTableWithButtons m_TableVariables
for listing all the variables.
-
-
Class adams.gui.flow.tab.Clipboard extends AbstractEditorTab implements Serializable
- serialVersionUID:
- 8054086756987403832L
-
Serialized Fields
-
m_ButtonAdd
BaseButton m_ButtonAdd
the button for adding the actor to the clipboard. -
m_ButtonClear
BaseButton m_ButtonClear
the button for clearing the clipboard. -
m_ButtonCopy
BaseButton m_ButtonCopy
the button for copying the actor to the clipboard. -
m_ButtonRemove
BaseButton m_ButtonRemove
the button for removing the selected items from the clipboard. -
m_ListItems
BaseList m_ListItems
for storing the clipboard items. -
m_ListItemsModel
DefaultListModel m_ListItemsModel
the underlying list model. -
m_PanelButtons
JPanel m_PanelButtons
the panel for the buttons. -
m_PanelPreview
FlowPanel m_PanelPreview
the preview. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane for list and preview.
-
-
Class adams.gui.flow.tab.Clipboard.ClipboardItem extends Object implements Serializable
- serialVersionUID:
- 7449734120644203603L
-
Class adams.gui.flow.tab.EffectiveTagsTab extends AbstractEditorTab implements Serializable
- serialVersionUID:
- 3860012648562358118L
-
Serialized Fields
-
m_Model
KeyValuePairTableModel m_Model
the model for the tags. -
m_Table
SortableAndSearchableTable m_Table
for displaying the help text.
-
-
Class adams.gui.flow.tab.FlowTabManager extends BaseTabbedPaneWithTabHiding implements Serializable
- serialVersionUID:
- 3685631497946681192L
-
Serialized Fields
-
m_Owner
FlowEditorPanel m_Owner
the flow editor that the tab manager belongs to. -
m_TabList
List<AbstractEditorTab> m_TabList
all the available tabs.
-
-
Class adams.gui.flow.tab.GraphicalActorProcessorTab extends AbstractTabChangeAwareEditorTab implements Serializable
- serialVersionUID:
- 9136385384294940943L
-
Class adams.gui.flow.tab.GraphicalFlowExecutionListenersTab extends AbstractTabChangeAwareEditorTab implements Serializable
- serialVersionUID:
- 3636125950515045125L
-
Serialized Fields
-
m_TabbedDisplays
BaseTabbedPane m_TabbedDisplays
the tabbed pane.
-
-
Class adams.gui.flow.tab.ParsedErrorTab extends AbstractEditorTab implements Serializable
- serialVersionUID:
- 9136385384294940943L
-
Class adams.gui.flow.tab.RegisteredDisplaysTab extends AbstractTabChangeAwareEditorTab implements Serializable
- serialVersionUID:
- 3636125950515045125L
-
Serialized Fields
-
m_TabbedDisplays
BaseTabbedPane m_TabbedDisplays
the tabbed pane.
-
-
Class adams.gui.flow.tab.StorageNamesTab extends AbstractTabChangeAwareEditorTab implements Serializable
- serialVersionUID:
- 1745841596971673114L
-
Serialized Fields
-
m_ButtonRefresh
BaseButton m_ButtonRefresh
the button for refreshing the variable list. -
m_ButtonUsages
BaseButton m_ButtonUsages
the button for locating the usages. -
m_ListStorageNames
BaseListWithButtons m_ListStorageNames
for listing all the names. -
m_ModelStorageNames
DefaultListModel<String> m_ModelStorageNames
the model for the names. -
m_PanelUsages
JPanel m_PanelUsages
the panel for the usages. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane.
-
-
Class adams.gui.flow.tab.VariablesTab extends AbstractTabChangeAwareEditorTab implements Serializable
- serialVersionUID:
- 1745841596971673114L
-
Serialized Fields
-
m_ButtonRefresh
BaseButton m_ButtonRefresh
the button for refreshing the variable list. -
m_ButtonUsages
BaseButton m_ButtonUsages
the button for locating the usages. -
m_ListVariables
BaseListWithButtons m_ListVariables
for listing all the variables. -
m_ModelVariables
DefaultListModel<String> m_ModelVariables
the model for the variables. -
m_PanelUsages
JPanel m_PanelUsages
the panel for the usages. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane.
-
-
-
Package adams.gui.flow.tabhandler
-
Class adams.gui.flow.tabhandler.AbstractTabHandler extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- 5686865821382789408L
-
Serialized Fields
-
m_Owner
FlowPanel m_Owner
the owning flow panel.
-
-
Class adams.gui.flow.tabhandler.GraphicalActorProcessorHandler extends AbstractTabHandler implements Serializable
- serialVersionUID:
- -6875576523702915436L
-
Serialized Fields
-
m_Outputs
List<GraphicalActorProcessorHandler.Output> m_Outputs
the output.
-
-
Class adams.gui.flow.tabhandler.GraphicalActorProcessorHandler.Output extends Object implements Serializable
- serialVersionUID:
- -7492661828510106722L
-
Class adams.gui.flow.tabhandler.GraphicalFlowExecutionListenersHandler extends AbstractTabHandler implements Serializable
- serialVersionUID:
- -6801903616813756519L
-
Serialized Fields
-
m_Displays
Set<GraphicalFlowExecutionListener> m_Displays
the registered panels: class of panel - (name of panel - AbstractDisplay instance).
-
-
Class adams.gui.flow.tabhandler.ParsedErrorHandler extends AbstractTabHandler implements Serializable
- serialVersionUID:
- -6875576523702915436L
-
Serialized Fields
-
m_Outputs
List<ParsedErrorHandler.ParseOutput> m_Outputs
the output.
-
-
Class adams.gui.flow.tabhandler.ParsedErrorHandler.ParseOutput extends Object implements Serializable
- serialVersionUID:
- -7492661828510106722L
-
Serialized Fields
-
m_Error
String m_Error
an optional error. -
m_List
BaseListWithButtons m_List
the list with the paths. -
m_Owner
FlowPanel m_Owner
the owner. -
m_Pane
BaseSplitPane m_Pane
the panel. -
m_Paths
List<String> m_Paths
the extracted paths. -
m_Title
String m_Title
the title.
-
-
Class adams.gui.flow.tabhandler.RegisteredDisplaysHandler extends AbstractTabHandler implements Serializable
- serialVersionUID:
- -6801903616813756519L
-
Serialized Fields
-
m_Displays
Map<Class,HashMap<String,AbstractDisplay>> m_Displays
the registered panels: class of panel - (name of panel - AbstractDisplay instance).
-
-
-
Package adams.gui.flow.tree
-
Class adams.gui.flow.tree.ClipboardActorContainer extends AbstractActor implements Serializable
- serialVersionUID:
- 8826708859698352085L
-
Class adams.gui.flow.tree.Node extends LazyExpansionTreeNode implements Serializable
- serialVersionUID:
- 8994468228049539761L
-
Serialized Fields
-
m_Bookmarked
boolean m_Bookmarked
whether the node is currently bookmarked. -
m_CommandLine
String m_CommandLine
the commandline (cache for undo/redo). -
m_Editable
boolean m_Editable
whether the node is editable. -
m_ExternalFlowMonitor
AbstractFileChangeMonitor m_ExternalFlowMonitor
for monitoring external actor files. -
m_RenderString
String m_RenderString
the render string. -
m_Variables
HashSet<String> m_Variables
the variables.
-
-
Class adams.gui.flow.tree.Renderer extends DefaultTreeCellRenderer implements Serializable
- serialVersionUID:
- -2445498431457837008L
-
Class adams.gui.flow.tree.SelectionModel extends DefaultTreeSelectionModel implements Serializable
- serialVersionUID:
- 5457981531733561691L
-
Class adams.gui.flow.tree.TransferableNestedList extends Object implements Serializable
- serialVersionUID:
- -4291529156857201031L
-
Serialized Fields
-
m_Data
List[] m_Data
the nodes to transfer.
-
-
Class adams.gui.flow.tree.Tree extends DragAndDropTree implements Serializable
- serialVersionUID:
- -6052602093735801950L
-
Serialized Fields
-
m_ActorChangeListeners
HashSet<ActorChangeListener> m_ActorChangeListeners
the listeners for changes in the actors. -
m_ActorNameColor
String m_ActorNameColor
the HTML color string of the actor names (e.g., 'black' or '#000000'). -
m_ActorNameSize
String m_ActorNameSize
the HTML font tag size of the actor names (e.g., '3' or '-1'). -
m_AllowKeyboardShortcuts
boolean m_AllowKeyboardShortcuts
whether to allow keyboard shortcuts. -
m_AllowNodePopup
boolean m_AllowNodePopup
whether to allow the popup menu. -
m_AllowNodeQuickAction
boolean m_AllowNodeQuickAction
whether to allow the quick action menu. -
m_AnnotationsColor
String m_AnnotationsColor
the HTML color string of the annotations (e.g., 'blue' or '#0000FF'). -
m_AnnotationsSize
String m_AnnotationsSize
the HTML font tag size of the annotations (e.g., '3' or '-2'). -
m_BookmarkHighlightBackground
String m_BookmarkHighlightBackground
the background HTML color string of the bookmark highlights (e.g., 'orange' or '#FFDD00'). -
m_CurrentEditingNode
Node m_CurrentEditingNode
the node that is currently being edited. -
m_CurrentEditingParent
Node m_CurrentEditingParent
the parent of the currently edited node or node to be added. -
m_Debug
boolean m_Debug
whether it is a debug flow (ie copy). -
m_File
File m_File
the file this actor is based on (if at all). -
m_IgnoreNameChanges
boolean m_IgnoreNameChanges
whether to ignore name changes of actors (suppressing application of post-processors). -
m_InputOutputColor
String m_InputOutputColor
the HTML color string of the input/output info (e.g., 'green' or '#008800'). -
m_InputOutputPrefixes
String[] m_InputOutputPrefixes
the input/output class prefixes to remove. -
m_InputOutputSize
String m_InputOutputSize
the HTML font tag size of the input/output info (e.g., '3' or '-2'). -
m_KeyboardActions
List<AbstractKeyboardAction> m_KeyboardActions
the keyboard actions. -
m_LastSearchString
String m_LastSearchString
the last search string used. -
m_LastTemplate
AbstractActorTemplate m_LastTemplate
the last template that was added via 'Add template'. -
m_LastTemplateInsertPosition
TreeOperations.InsertPosition m_LastTemplateInsertPosition
the position of the last template that was added via 'Add template'. -
m_Modified
boolean m_Modified
whether the setup was modified or not. -
m_NodePopupCache
List<Object> m_NodePopupCache
the classes for the tree popup. -
m_Operations
TreeOperations m_Operations
for complex operations. -
m_Owner
FlowPanel m_Owner
the owner. -
m_PlaceholdersColor
String m_PlaceholdersColor
the HTML color string of the placeholders (e.g., 'navy' or '#0000FF'). -
m_PlaceholdersSize
String m_PlaceholdersSize
the HTML font tag size of the placeholders (e.g., '3' or '-2'). -
m_QuickInfoColor
String m_QuickInfoColor
the HTML color string of the quick info (e.g., 'green' or '#008800'). -
m_QuickInfoSize
String m_QuickInfoSize
the HTML font tag size of the quick info (e.g., '3' or '-2'). -
m_RecordAdd
boolean m_RecordAdd
whether to record the adding of actors to improve suggestions. -
m_RecordEnclose
boolean m_RecordEnclose
whether to record the enclosing of actors to improve suggestions. -
m_Self
Tree m_Self
the tree itself. -
m_Shortcuts
List<TreePopupAction> m_Shortcuts
the actions with shortcuts. -
m_ShowAnnotations
boolean m_ShowAnnotations
whether to show the annotations or not. -
m_ShowInputOutput
boolean m_ShowInputOutput
whether to display the input/output info or not. -
m_ShowQuickInfo
boolean m_ShowQuickInfo
whether to display the quick info or not. -
m_VariableHighlightBackground
String m_VariableHighlightBackground
the background HTML color string of the variable highlights (e.g., 'red' or '#FFDD88').
-
-
Class adams.gui.flow.tree.TreeModel extends DefaultTreeModel implements Serializable
- serialVersionUID:
- 5319049932782128289L
-
Class adams.gui.flow.tree.TreeNodeCollection extends DragAndDropTreeNodeCollection<Node> implements Serializable
- serialVersionUID:
- 8624532382080344377L
-
Class adams.gui.flow.tree.TreeOperations extends Object implements Serializable
- serialVersionUID:
- -7841526414048795652L
-
Serialized Fields
-
m_DialogProcessActors
GenericObjectEditorDialog m_DialogProcessActors
the dialog for processing actors. -
m_Owner
Tree m_Owner
the tree to operate on.
-
-
-
Package adams.gui.flow.tree.actorswap
-
Class adams.gui.flow.tree.actorswap.AbstractActorSwapSuggestion extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3692601200334292986L
-
Class adams.gui.flow.tree.actorswap.ActorHandlerSuggestion extends AbstractActorSwapSuggestion implements Serializable
- serialVersionUID:
- -2879844263173160775L
-
Class adams.gui.flow.tree.actorswap.SimpleSuggestion extends AbstractActorSwapSuggestion implements Serializable
- serialVersionUID:
- -2879844263173160775L
-
-
Package adams.gui.flow.tree.annotations
-
Class adams.gui.flow.tree.annotations.AbstractAnnotationProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -884528900861143801L
-
Class adams.gui.flow.tree.annotations.PlainText extends AbstractAnnotationProcessor implements Serializable
- serialVersionUID:
- 9193469949051099987L
-
-
Package adams.gui.flow.tree.enclose
-
Class adams.gui.flow.tree.enclose.AbstractEncloseActor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3692601200334292986L
-
Class adams.gui.flow.tree.enclose.ArrayDisplayEnclosure extends AbstractEncloseActor implements Serializable
- serialVersionUID:
- -2613401104529816325L
-
Class adams.gui.flow.tree.enclose.DisplayPanelManagerEnclosure extends AbstractEncloseActor implements Serializable
- serialVersionUID:
- -2613401104529816325L
-
Class adams.gui.flow.tree.enclose.TryCatchEnclosure extends AbstractEncloseActor implements Serializable
- serialVersionUID:
- -2613401104529816325L
-
-
Package adams.gui.flow.tree.keyboardaction
-
Class adams.gui.flow.tree.keyboardaction.AbstractAddActor extends AbstractKeyboardActionWithActor implements Serializable
- serialVersionUID:
- 9158512844896786075L
-
Serialized Fields
-
m_DisplayActorOptions
boolean m_DisplayActorOptions
whether to display the GOE with the actor. -
m_ShowClassTree
boolean m_ShowClassTree
whether to show the class tree in the GOE.
-
-
Class adams.gui.flow.tree.keyboardaction.AbstractAddTemplate extends AbstractKeyboardAction implements Serializable
- serialVersionUID:
- 9158512844896786075L
-
Serialized Fields
-
m_Template
AbstractActorTemplate m_Template
the template to use.
-
-
Class adams.gui.flow.tree.keyboardaction.AbstractFavoriteActor extends AbstractKeyboardAction implements Serializable
- serialVersionUID:
- 9158512844896786075L
-
Class adams.gui.flow.tree.keyboardaction.AbstractKeyboardAction extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -889725470778358596L
-
Serialized Fields
-
m_Name
String m_Name
the name of the action. -
m_Shortcut
BaseShortcut m_Shortcut
the shortcut.
-
-
Class adams.gui.flow.tree.keyboardaction.AbstractKeyboardActionWithActor extends AbstractKeyboardAction implements Serializable
- serialVersionUID:
- 9158512844896786075L
-
Serialized Fields
-
m_Actor
Actor m_Actor
the actor to use.
-
-
Class adams.gui.flow.tree.keyboardaction.AbstractQuickSearchActor extends AbstractKeyboardAction implements Serializable
- serialVersionUID:
- 9158512844896786075L
-
Serialized Fields
-
m_DisplayActorOptions
boolean m_DisplayActorOptions
whether to display the GOE with the actor. -
m_ShowClassTree
boolean m_ShowClassTree
whether to show the class tree in the GOE.
-
-
Class adams.gui.flow.tree.keyboardaction.AbstractSearchActor extends AbstractKeyboardAction implements Serializable
- serialVersionUID:
- 9158512844896786075L
-
Serialized Fields
-
m_DisplayActorOptions
boolean m_DisplayActorOptions
whether to display the GOE with the actor.
-
-
Class adams.gui.flow.tree.keyboardaction.ActionQuickSearch extends AbstractKeyboardAction implements Serializable
- serialVersionUID:
- 8171584749198453214L
-
Class adams.gui.flow.tree.keyboardaction.AddActorAfter extends AbstractAddActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.AddActorBeneath extends AbstractAddActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.AddActorHere extends AbstractAddActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.AddTemplateAfter extends AbstractAddTemplate implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.AddTemplateBeneath extends AbstractAddTemplate implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.AddTemplateHere extends AbstractAddTemplate implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.EncloseActor extends AbstractKeyboardActionWithActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.FavoriteActorAfter extends AbstractFavoriteActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.FavoriteActorBeneath extends AbstractFavoriteActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.FavoriteActorHere extends AbstractFavoriteActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.PullUpActor extends AbstractKeyboardActionWithActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.QuickAction extends AbstractKeyboardAction implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.QuickSearchActorAfter extends AbstractQuickSearchActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.QuickSearchActorBeneath extends AbstractQuickSearchActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.QuickSearchActorHere extends AbstractQuickSearchActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.SearchActorAfter extends AbstractSearchActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.SearchActorBeneath extends AbstractSearchActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.SearchActorHere extends AbstractSearchActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
-
Package adams.gui.flow.tree.menu
-
Class adams.gui.flow.tree.menu.AbstractAddBreakpointAction extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AbstractAddMostCommonActorAction extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- -4230209427910258312L
-
Class adams.gui.flow.tree.menu.AbstractCompareActors extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AbstractEncloseActor extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AbstractFromTemplateAction extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- -658661047850659634L
-
Class adams.gui.flow.tree.menu.AbstractTreePopupMenuItemAction extends AbstractPropertiesMenuItemAction<StateContainer,GenericObjectEditorDialog> implements Serializable
- serialVersionUID:
- -5921557331961517641L
-
Class adams.gui.flow.tree.menu.AbstractTreePopupSubMenuAction extends AbstractPropertiesSubMenuAction<StateContainer,GenericObjectEditorDialog> implements Serializable
- serialVersionUID:
- -5921557331961517641L
-
Class adams.gui.flow.tree.menu.AddActor extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddActorAfter extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddActorBeneath extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddActorHere extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddBookmark extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddBreakpoint extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddBreakpointAfter extends AbstractAddBreakpointAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddBreakpointBeneath extends AbstractAddBreakpointAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddBreakpointHere extends AbstractAddBreakpointAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddFromTemplate extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddFromTemplateAfter extends AbstractFromTemplateAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddFromTemplateBeneath extends AbstractFromTemplateAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddFromTemplateHere extends AbstractFromTemplateAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddMostCommonActor extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddMostCommonActorAfter extends AbstractAddMostCommonActorAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddMostCommonActorBeneath extends AbstractAddMostCommonActorAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddMostCommonActorHere extends AbstractAddMostCommonActorAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AnnotateActor extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AttachBreakpointHere extends AbstractAddBreakpointAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AttachListener extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.Bookmark extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.CleanUpActorName extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.CollapseAll extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.CompareActors extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.CompareJustActors extends AbstractCompareActors implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.CompareSubFlows extends AbstractCompareActors implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.CopyActor extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.CopyActorCommandline extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.CopyActorMore extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.CopyActorName extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.CopyActorPath extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.CopyActorPlainText extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.CopyStorageName extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- -5579105202655859516L
-
Class adams.gui.flow.tree.menu.CopyVariableName extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- -5579105202655859516L
-
Class adams.gui.flow.tree.menu.CreateCallableActor extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.CutActor extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.EditActor extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.EditExternalFlow extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.EditListeners extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.EncloseActor extends AbstractEncloseActor implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.EncloseActorAll extends AbstractEncloseActor implements Serializable
- serialVersionUID:
- 8240644179693415397L
-
Class adams.gui.flow.tree.menu.EncloseActorCommon extends AbstractEncloseActor implements Serializable
- serialVersionUID:
- 8240644179693415397L
-
Class adams.gui.flow.tree.menu.EncloseActorCompact extends AbstractEncloseActor implements Serializable
- serialVersionUID:
- 8240644179693415397L
-
Class adams.gui.flow.tree.menu.EncloseActorSpecial extends AbstractEncloseActor implements Serializable
- serialVersionUID:
- 8240644179693415397L
-
Class adams.gui.flow.tree.menu.ExpandAll extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.ExpandCollapseExternalFlow extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.ExportActor extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.ExternalFlow extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.ExternalizeActor extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.FindUsages extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.GoTo extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.Help extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.InspectMemory extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.InspectMemoryDetails extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.InspectMemorySize extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.LastTemplate extends AbstractFromTemplateAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.Listeners extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.MakeConditional extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.MakeInteractive extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.MakeTimed extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.MaterializeExternalActor extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.MenuHeader extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.PasteActor extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.PasteActorAfter extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.PasteActorBeneath extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.PasteActorHere extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.PullUpActor extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.RemoveActor extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.RemoveBookmark extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.RemoveBreakpoints extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.RemoveListeners extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.RenameActor extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.RunToHere extends AbstractAddBreakpointAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.Separator extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.SwapActor extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.ToggleState extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
-
Package adams.gui.flow.tree.postprocessor
-
Class adams.gui.flow.tree.postprocessor.AbstractEditPostProcessor extends LoggingObject implements Serializable
- serialVersionUID:
- -1710283049516306816L
-
Class adams.gui.flow.tree.postprocessor.CallableActorRenamed extends AbstractEditPostProcessor implements Serializable
- serialVersionUID:
- 4776606137570074080L
-
Class adams.gui.flow.tree.postprocessor.EventRenamed extends AbstractEditPostProcessor implements Serializable
- serialVersionUID:
- 4776606137570074080L
-
Class adams.gui.flow.tree.postprocessor.StorageValueRenamed extends AbstractEditPostProcessor implements Serializable
- serialVersionUID:
- -8661419635908219055L
-
Class adams.gui.flow.tree.postprocessor.VariableRenamed extends AbstractEditPostProcessor implements Serializable
- serialVersionUID:
- -8661419635908219055L
-
-
Package adams.gui.flow.tree.quickaction
-
Class adams.gui.flow.tree.quickaction.AbstractGOEQuickAction extends AbstractTreeQuickMenuItemAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.AbstractTreeQuickMenuItemAction extends AbstractPropertiesMenuItemAction<StateContainer,GenericObjectEditorDialog> implements Serializable
- serialVersionUID:
- -5921557331961517641L
-
Class adams.gui.flow.tree.quickaction.ChangeCallableActor extends AbstractTreeQuickMenuItemAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.ChangeExternalActorFile extends AbstractTreeQuickMenuItemAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.ChangeStorageName extends AbstractTreeQuickMenuItemAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.ChangeVariableName extends AbstractTreeQuickMenuItemAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.ChangeVariableValue extends AbstractTreeQuickMenuItemAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditBooleanCondition extends AbstractGOEQuickAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditBooleanExpressionText extends AbstractTreeQuickMenuItemAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditCombineXExpression extends AbstractTreeQuickMenuItemAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditConversion extends AbstractGOEQuickAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditMathematicalExpressionText extends AbstractTreeQuickMenuItemAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditStorageValuesArrayNames extends AbstractTreeQuickMenuItemAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditStringConstantsStrings extends AbstractTreeQuickMenuItemAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditVariablesArrayVariables extends AbstractTreeQuickMenuItemAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditWekaASEvaluator extends AbstractGOEQuickAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditWekaASSearch extends AbstractGOEQuickAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditWekaClassifier extends AbstractGOEQuickAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditWekaClusterer extends AbstractGOEQuickAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditWekaDataGenerator extends AbstractGOEQuickAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditWekaFilter extends AbstractGOEQuickAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditWekaStreamableFilter extends AbstractGOEQuickAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.RenameActor extends AbstractTreeQuickMenuItemAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
-
Package adams.gui.flow.tree.record.add
-
Class adams.gui.flow.tree.record.add.AbstractRecordActorAdded extends ConsoleLoggingObject implements Serializable
- serialVersionUID:
- 6333200461304637302L
-
Class adams.gui.flow.tree.record.add.MostCommon extends AbstractRecordActorAdded implements Serializable
- serialVersionUID:
- -546112832751723598L
-
Class adams.gui.flow.tree.record.add.SimpleLog extends AbstractRecordActorAdded implements Serializable
- serialVersionUID:
- -6799588540903263127L
-
-
Package adams.gui.flow.tree.record.enclose
-
Class adams.gui.flow.tree.record.enclose.AbstractRecordActorEnclosed extends ConsoleLoggingObject implements Serializable
- serialVersionUID:
- 6333200461304637302L
-
Class adams.gui.flow.tree.record.enclose.MostCommon extends AbstractRecordActorEnclosed implements Serializable
- serialVersionUID:
- -546112832751723598L
-
Class adams.gui.flow.tree.record.enclose.SimpleLog extends AbstractRecordActorEnclosed implements Serializable
- serialVersionUID:
- -6799588540903263127L
-
-
Package adams.gui.goe
-
Class adams.gui.goe.AbstractEditorRegistration extends Object implements Serializable
- serialVersionUID:
- 4364270584642868600L
-
Serialized Fields
-
m_Logger
Logger m_Logger
the logger in use.
-
-
Class adams.gui.goe.AbstractGenericObjectEditorHandler extends Object implements Serializable
- serialVersionUID:
- 5769901293009589319L
-
Class adams.gui.goe.AdamsEditorsRegistration extends AbstractEditorRegistration implements Serializable
- serialVersionUID:
- -2684948043146113560L
-
Class adams.gui.goe.AdamsGenericObjectEditorHandler extends AbstractGenericObjectEditorHandler implements Serializable
- serialVersionUID:
- -8738786085338970854L
-
Class adams.gui.goe.DefaultGenericObjectEditorHandler extends AbstractGenericObjectEditorHandler implements Serializable
- serialVersionUID:
- -8738786085338970854L
-
Class adams.gui.goe.Favorites extends LoggingObject implements Serializable
- serialVersionUID:
- -6275908166147814829L
-
Serialized Fields
-
m_AutoSave
boolean m_AutoSave
whether to save the properties whenever a change happened. -
m_Modified
boolean m_Modified
whether the favorites were modified. -
m_Properties
Properties m_Properties
the properties. -
m_TempProperties
Properties m_TempProperties
the temporary favorites.
-
-
Class adams.gui.goe.Favorites.Favorite extends LoggingObject implements Serializable
- serialVersionUID:
- 9155308607371430795L
-
Class adams.gui.goe.Favorites.FavoriteSelectionEvent extends EventObject implements Serializable
- serialVersionUID:
- -3355442271698515292L
-
Serialized Fields
-
m_Favorite
Favorites.Favorite m_Favorite
the selected favorite.
-
-
Class adams.gui.goe.GenericArrayEditor extends BasePanel implements Serializable
- serialVersionUID:
- 3914616975334750480L
-
Serialized Fields
-
m_ActionRestore
AbstractBaseAction m_ActionRestore
the restore action. -
m_ActionSortAsc
AbstractBaseAction m_ActionSortAsc
the sort (asc) action. -
m_ActionSortDesc
AbstractBaseAction m_ActionSortDesc
the sort (desc) action. -
m_ArrayChangeListeners
Set<ChangeListener> m_ArrayChangeListeners
the change listeners (get notified whenever items get added/removed/updated). -
m_ButtonActions
BaseButtonWithDropDownMenu m_ButtonActions
More actions. -
m_ButtonAdd
BaseButton m_ButtonAdd
Click to add the current object configuration to the array. -
m_ButtonAddMultiple
BaseButton m_ButtonAddMultiple
Click to add multiple objects to the array. -
m_ButtonCancel
BaseButton m_ButtonCancel
Click to cancel the dialog. -
m_ButtonCopy
BaseButton m_ButtonCopy
Click to copy the currently selected object in array into the edit field. -
m_ButtonDown
BaseButton m_ButtonDown
Click this to move the selected array value(s) one down. -
m_ButtonEdit
BaseButton m_ButtonEdit
Click this to edit the selected array value. -
m_ButtonOK
BaseButton m_ButtonOK
Click to OK the dialog. -
m_ButtonRemove
BaseButton m_ButtonRemove
Click this to delete the selected array values. -
m_ButtonRemoveAll
BaseButton m_ButtonRemoveAll
Click this to delete all the array values. -
m_ButtonSetFavorites
BaseButton m_ButtonSetFavorites
Click to set favorites. -
m_ButtonUp
BaseButton m_ButtonUp
Click this to move the selected array value(s) one up. -
m_CanSort
boolean m_CanSort
whether the objects implement comparable. -
m_Dialog
GenericObjectEditorDialog m_Dialog
The currently displayed property dialog, if any. -
m_ElementClass
Class m_ElementClass
The class of objects allowed in the array. -
m_ElementEditor
PropertyEditor m_ElementEditor
The property editor for the class we are editing. -
m_ElementList
BaseListWithButtons m_ElementList
The list component displaying current values. -
m_IsPrimitive
boolean m_IsPrimitive
whether the objects are wrapped with BaseObject. -
m_Label
JLabel m_Label
The label for when we can't edit that type. -
m_ListModel
DefaultListModel<Object> m_ListModel
The defaultlistmodel holding our data. -
m_ListModelBackup
DefaultListModel<Object> m_ListModelBackup
The defaultlistmodel holding the backup of our data. -
m_ModelListener
ListDataListener m_ModelListener
the listener for model updates. -
m_Modified
boolean m_Modified
whether the content got modified. -
m_OkAlwaysEnabled
boolean m_OkAlwaysEnabled
whether the OK button is always enabled. -
m_PanelDialogButtons
JPanel m_PanelDialogButtons
the panel for the buttons. -
m_Support
PropertyChangeSupport m_Support
Handles property change notification. -
m_View
Component m_View
the view in use. -
m_WindowAdapter
WindowAdapter m_WindowAdapter
to catch the event when the user is closing the dialog via the "X".
-
-
Class adams.gui.goe.GenericArrayEditorDialog extends BaseDialog implements Serializable
- serialVersionUID:
- 6595810269220104762L
-
Serialized Fields
-
m_Current
Object m_Current
the current object. -
m_Editor
GenericArrayEditor m_Editor
the underlying editor. -
m_Result
int m_Result
whether the dialog was cancelled or ok'ed.
-
-
Class adams.gui.goe.GenericArrayEditorPanel extends AbstractChooserPanel implements Serializable
- serialVersionUID:
- -2499362435055386967L
-
Serialized Fields
-
m_Current
Object m_Current
the current value. -
m_Default
Object m_Default
the default value. -
m_Dialog
GenericArrayEditorDialog m_Dialog
the dialog for displaying the editor. -
m_MaxDisplayItems
int m_MaxDisplayItems
the maximum number of array items to display via toString().
-
-
Class adams.gui.goe.GenericObjectEditor.GOEPanel extends JPanel implements Serializable
- serialVersionUID:
- 3656028520876011335L
-
Serialized Fields
-
m_ButtonCancel
BaseButton m_ButtonCancel
cancel button. -
m_ButtonCopyPaste
BaseButton m_ButtonCopyPaste
the button for copy/paste menu. -
m_ButtonLogClear
BaseButton m_ButtonLogClear
the button for clearing the log message. -
m_ButtonLogCopy
BaseButton m_ButtonLogCopy
the button for copying the log message. -
m_ButtonOK
BaseButton m_ButtonOK
ok button. -
m_ButtonOpen
BaseButton m_ButtonOpen
Open object from disk. -
m_ButtonSave
BaseButton m_ButtonSave
Save object to disk. -
m_ButtonUndo
BaseButton m_ButtonUndo
undo button. -
m_ComboBoxClassname
BaseComboBox<String> m_ComboBoxClassname
The names of the proposed classes. -
m_FirstUpdate
boolean m_FirstUpdate
whether it is the first update. -
m_IgnoreChanges
boolean m_IgnoreChanges
whether to ignore selection changes to the combobox. -
m_LabelClassname
JLabel m_LabelClassname
The name of the current class. -
m_PanelButtons
JPanel m_PanelButtons
the panel with the buttons. -
m_PanelLeft
JPanel m_PanelLeft
the left panel. -
m_PanelLog
JPanel m_PanelLog
the panel for the log messages. -
m_PanelLogAndButtons
JPanel m_PanelLogAndButtons
the panel for the log and buttons. -
m_PanelRight
JPanel m_PanelRight
the right panel. -
m_PanelTree
GenericObjectEditorClassTreePanel m_PanelTree
the class tree. -
m_PropertySheetChild
PropertySheetPanel m_PropertySheetChild
The component that performs object customization. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_TextLog
BaseTextAreaWithButtons m_TextLog
the text area for the log message. -
m_TopPanel
JPanel m_TopPanel
the top panel with the classname and choose button. -
m_Tree
ClassTree m_Tree
the tree to use. -
m_UpdateSize
boolean m_UpdateSize
whether to update the dialog size.
-
-
Class adams.gui.goe.GenericObjectEditorClassTreePanel extends BasePanel implements Serializable
- serialVersionUID:
- -3404546329655057387L
-
Serialized Fields
-
m_CheckBoxFilter
BaseCheckBox m_CheckBoxFilter
The checkbox for enabling/disabling the class tree filter. -
m_CheckBoxStrict
BaseCheckBox m_CheckBoxStrict
The checkbox for enabling/disabling strict filtering. -
m_CloseButton
BaseButton m_CloseButton
The button for closing the popup again. -
m_LabelInfo
JLabel m_LabelInfo
the info text at the top. -
m_MinimumChars
int m_MinimumChars
the minimum number of characters before triggering search events. -
m_PanelFilter
FilterPanel m_PanelFilter
the filter text box. -
m_PanelFilterArea
JPanel m_PanelFilterArea
the panel for the filter. -
m_PanelInfo
JPanel m_PanelInfo
the info panel at the top. -
m_ScrollPane
BaseScrollPane m_ScrollPane
The scroll pane. -
m_Self
GenericObjectEditorClassTreePanel m_Self
the popup itself. -
m_Tree
ClassTree m_Tree
The tree.
-
-
Class adams.gui.goe.GenericObjectEditorClassTreePopupMenu extends BasePopupMenu implements Serializable
- serialVersionUID:
- -3404546329655057387L
-
Serialized Fields
-
m_PanelTree
GenericObjectEditorClassTreePanel m_PanelTree
the tree panel.
-
-
Class adams.gui.goe.GenericObjectEditorDialog extends BaseDialog implements Serializable
- serialVersionUID:
- 450801082654308978L
-
Serialized Fields
-
m_Current
Object m_Current
the current object. -
m_Editor
PropertyEditor m_Editor
the underlying editor. -
m_Result
int m_Result
whether the dialog was cancelled or ok'ed.
-
-
Class adams.gui.goe.GenericObjectEditorPanel extends AbstractChooserPanel implements Serializable
- serialVersionUID:
- -8351558686664299781L
-
Serialized Fields
-
m_CanChangeClass
boolean m_CanChangeClass
whether the class can be changed. -
m_ClassType
Class m_ClassType
the super class to manage. -
m_Dialog
GenericObjectEditorDialog m_Dialog
the dialog for displaying the editor. -
m_History
PersistentObjectHistory m_History
the history of used setups.
-
-
Class adams.gui.goe.GenericObjectEditorPopupMenu extends BasePopupMenu implements Serializable
- serialVersionUID:
- -5216584001020734521L
-
Serialized Fields
-
m_ChangeListeners
HashSet<ChangeListener> m_ChangeListeners
listeners that get notified when the user changes the setup.
-
-
Class adams.gui.goe.InlineEditor extends BasePanel implements Serializable
- serialVersionUID:
- 2445831775173113711L
-
Serialized Fields
-
m_ButtonEditor
BaseButton m_ButtonEditor
the button for bringing up the custom editor. -
m_DefaultBackground
Color m_DefaultBackground
the default background color of the panel. -
m_Editor
PropertyEditor m_Editor
The property editor. -
m_PropertyChangeListeners
HashSet<PropertyChangeListener> m_PropertyChangeListeners
the property change listeners. -
m_PropertySheetPanel
PropertySheetPanel m_PropertySheetPanel
whether the editor is located in a PropertySheetPanel. -
m_TextField
BaseTextField m_TextField
the text field. -
m_UpdateTextAfterDisplay
boolean m_UpdateTextAfterDisplay
whether to update the text after the actual editor was displayed.
-
-
Class adams.gui.goe.MultiLineValueDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- -3749635663753848815L
-
Serialized Fields
-
m_Editor
TextEditorPanel m_Editor
the editor for entering the text. -
m_LabelCount
JLabel m_LabelCount
the label with count of items. -
m_LabelInfo
JLabel m_LabelInfo
the label with the info text. -
m_PanelAll
JPanel m_PanelAll
encloses all panels. -
m_PanelBottom
JPanel m_PanelBottom
the panel at the bottom for additional options. -
m_PanelInfo
JPanel m_PanelInfo
the panel for the info text. -
m_PrefixCount
String m_PrefixCount
the count prefix.
-
-
Class adams.gui.goe.PersistentObjectHistory extends AbstractPersistentHistory<Object> implements Serializable
- serialVersionUID:
- -1470748187005326115L
-
Class adams.gui.goe.PropertyPanel extends BasePanel implements Serializable
- serialVersionUID:
- 5370025273466728904L
-
Serialized Fields
-
m_ButtonProperties
BaseButton m_ButtonProperties
the button for bringing up the properties. -
m_Dialog
GenericObjectEditorDialog m_Dialog
The currently displayed property dialog, if any. -
m_Editor
PropertyEditor m_Editor
The property editor. -
m_HasCustomPanel
boolean m_HasCustomPanel
Whether the editor has provided its own panel. -
m_PanelCustom
JPanel m_PanelCustom
the custom panel, if any. -
m_PanelText
BasePanel m_PanelText
the panel to draw the text on. -
m_Self
PropertyPanel m_Self
the panel itself.
-
-
Class adams.gui.goe.PropertySheetPanel extends BasePanel implements Serializable
- serialVersionUID:
- -557854258929870536L
-
Serialized Fields
-
m_Editors
PropertyEditor[] m_Editors
Holds property editors of the object. -
m_GlobalInfo
String m_GlobalInfo
the text from the globalInfo method, if any. -
m_Methods
MethodDescriptor[] m_Methods
Holds the methods of the target. -
m_Options
List<AbstractOption> m_Options
Holds the options of this object, if it implements OptionHandler. -
m_PanelAbout
BaseTextAreaWithButtons m_PanelAbout
The panel holding global info and help, if provided by the object being editied. -
m_PanelHelp
BaseHtmlEditorPane m_PanelHelp
the editor pane. -
m_ParameterPanel
ParameterPanel m_ParameterPanel
the panel for the parameters. -
m_Properties
PropertyDescriptor[] m_Properties
Holds properties of the target. -
m_ShowAboutBox
boolean m_ShowAboutBox
whether to show/suppress the about box. -
m_SplitPaneContent
BaseSplitPane m_SplitPaneContent
the panel with the content. -
m_Support
PropertyChangeSupport m_Support
A support object for handling property change listeners. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane. -
m_Target
Object m_Target
The target object being edited. -
m_TipTexts
String[] m_TipTexts
The tool tip text for each property. -
m_UserMode
UserMode m_UserMode
the user mode to use. -
m_Values
Object[] m_Values
Holds current object values for each property. -
m_VarButtons
BaseFlatButton[] m_VarButtons
the buttons for the variable popup menu. -
m_Views
JComponent[] m_Views
Stores GUI components containing each editing component.
-
-
Class adams.gui.goe.PropertyText extends BaseTextField implements Serializable
- serialVersionUID:
- -3915342928825822730L
-
Serialized Fields
-
m_Editor
PropertyEditor m_Editor
The property editor.
-
-
Class adams.gui.goe.PropertyValueSelector extends BaseComboBox implements Serializable
- serialVersionUID:
- 128041237745933212L
-
Serialized Fields
-
m_Editor
PropertyEditor m_Editor
The property editor.
-
-
Class adams.gui.goe.WekaEditorsRegistration extends AbstractEditorRegistration implements Serializable
- serialVersionUID:
- -2908979337117222215L
-
Class adams.gui.goe.WekaExperimentFileEditor.SimpleSetupDialog extends JDialog implements Serializable
- serialVersionUID:
- 7551996596456389490L
-
Serialized Fields
-
m_ButtonCancel
BaseButton m_ButtonCancel
the Cancel button. -
m_ButtonOK
BaseButton m_ButtonOK
the OK button. -
m_Experiment
weka.experiment.Experiment m_Experiment
the current experiment. -
m_Panel
weka.gui.experiment.SimpleSetupPanel m_Panel
the setup panel.
-
-
Class adams.gui.goe.WekaGenericArrayEditorDialog extends BaseDialog implements Serializable
- serialVersionUID:
- 6595810269220104762L
-
Serialized Fields
-
m_Current
Object m_Current
the current object. -
m_Editor
weka.gui.GenericArrayEditor m_Editor
the underlying editor. -
m_Result
int m_Result
whether the dialog was cancelled or ok'ed.
-
-
Class adams.gui.goe.WekaGenericArrayEditorPanel extends AbstractChooserPanel implements Serializable
- serialVersionUID:
- -2499362435055386967L
-
Serialized Fields
-
m_Current
Object m_Current
the current value. -
m_Default
Object m_Default
the default value. -
m_Dialog
WekaGenericArrayEditorDialog m_Dialog
the dialog for displaying the editor. -
m_MaxDisplayItems
int m_MaxDisplayItems
the maximum number of array items to display via toString().
-
-
Class adams.gui.goe.WekaGenericObjectEditorDialog extends BaseDialog implements Serializable
- serialVersionUID:
- 450801082654308978L
-
Serialized Fields
-
m_Current
Object m_Current
the current object. -
m_Editor
PropertyEditor m_Editor
the underlying editor. -
m_Result
int m_Result
whether the dialog was cancelled or ok'ed.
-
-
Class adams.gui.goe.WekaGenericObjectEditorHandler extends AbstractGenericObjectEditorHandler implements Serializable
- serialVersionUID:
- 7963512759650622657L
-
Class adams.gui.goe.WekaGenericObjectEditorPanel extends AbstractChooserPanel implements Serializable
- serialVersionUID:
- -8351558686664299781L
-
Serialized Fields
-
m_ClassType
Class m_ClassType
the class type. -
m_Dialog
WekaGenericObjectEditorDialog m_Dialog
the dialog for displaying the editor. -
m_Editor
weka.gui.GenericObjectEditor m_Editor
the generic object editor. -
m_History
PersistentObjectHistory m_History
the history of used setups.
-
-
Class adams.gui.goe.WekaGenericObjectEditorPopupMenu extends BasePopupMenu implements Serializable
- serialVersionUID:
- -5216584001020734521L
-
Serialized Fields
-
m_ChangeListeners
HashSet<ChangeListener> m_ChangeListeners
listeners that get notified when the user changes the setup.
-
-
-
Package adams.gui.goe.actorpathtree
-
Class adams.gui.goe.actorpathtree.ActorPathNode extends DotNotationNode implements Serializable
- serialVersionUID:
- 7329048118794889190L
-
Serialized Fields
-
m_Classname
String m_Classname
the classname of the actor. -
m_IconClassname
String m_IconClassname
the classname to use for the icon (if notActorPathNode.m_Classname
available).
-
-
Class adams.gui.goe.actorpathtree.ActorPathTree extends DotNotationTree<T extends ActorPathNode> implements Serializable
- serialVersionUID:
- 6343911349519910301L
-
Serialized Fields
-
m_FlowTree
Tree m_FlowTree
the underlying flow.
-
-
Class adams.gui.goe.actorpathtree.ActorPathTreeRenderer extends DotNotationRenderer<ActorPathNode> implements Serializable
- serialVersionUID:
- -800697802084012705L
-
-
Package adams.gui.goe.callableactorstree
-
Class adams.gui.goe.callableactorstree.CallableActorsTree extends ActorPathTree<ActorPathNode> implements Serializable
- serialVersionUID:
- 1489354474021395304L
-
-
Package adams.gui.goe.classtree
-
Class adams.gui.goe.classtree.ClassNode extends DotNotationNode implements Serializable
- serialVersionUID:
- 9062259637831548370L
-
Serialized Fields
-
m_Deprecated
Boolean m_Deprecated
whether the class is deprecated.
-
-
Class adams.gui.goe.classtree.ClassTree extends DotNotationTree<ClassNode> implements Serializable
- serialVersionUID:
- 1489354474021395304L
-
Class adams.gui.goe.classtree.ClassTreeNodeCollection extends DragAndDropTreeNodeCollection<ClassNode> implements Serializable
- serialVersionUID:
- 8624532382080344377L
-
Class adams.gui.goe.classtree.ClassTreeRenderer extends DotNotationRenderer<ClassNode> implements Serializable
- serialVersionUID:
- -3242391430220560720L
-
Class adams.gui.goe.classtree.GlobalInfoNode extends AbstractInfoNode implements Serializable
- serialVersionUID:
- 8936685183758376890L
-
Serialized Fields
-
m_GlobalInfo
String m_GlobalInfo
the global info.
-
-
Class adams.gui.goe.classtree.GlobalInfoNodeGenerator extends AbstractInfoNodeGenerator implements Serializable
- serialVersionUID:
- -8530798109543087462L
-
-
Package adams.gui.goe.eventstree
-
Class adams.gui.goe.eventstree.EventsTree extends ActorPathTree<ActorPathNode> implements Serializable
- serialVersionUID:
- 6343911349519910301L
-
-
Package adams.gui.goe.popupmenu
-
Class adams.gui.goe.popupmenu.AbstractGenericObjectEditorPopupMenuCustomizer extends LoggingObject implements Serializable
- serialVersionUID:
- 8656456412857517697L
-
Class adams.gui.goe.popupmenu.Edit extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- -3815928335494719525L
-
Class adams.gui.goe.popupmenu.EncloseBooleanCondition extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 1425725787002837224L
-
Class adams.gui.goe.popupmenu.EncloseClassifier extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 7573235626494111377L
-
Class adams.gui.goe.popupmenu.EncloseClusterer extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 7573235626494111377L
-
Class adams.gui.goe.popupmenu.EncloseConversion extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 1425725787002837224L
-
Class adams.gui.goe.popupmenu.Favorites extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- -681726804679815767L
-
Class adams.gui.goe.popupmenu.History extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- -3815928335494719525L
-
Class adams.gui.goe.popupmenu.InvertInstancesColumnFinder extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 1425725787002837224L
-
Class adams.gui.goe.popupmenu.InvertInstancesRowFinder extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 1425725787002837224L
-
Class adams.gui.goe.popupmenu.InvertSpreadSheetColumnFinder extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 1425725787002837224L
-
Class adams.gui.goe.popupmenu.InvertSpreadSheetRowFinder extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 1425725787002837224L
-
Class adams.gui.goe.popupmenu.PullUpBooleanCondition extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 1425725787002837224L
-
Class adams.gui.goe.popupmenu.PullUpClassifier extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 7573235626494111377L
-
Class adams.gui.goe.popupmenu.PullUpClusterer extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 7573235626494111377L
-
Class adams.gui.goe.popupmenu.PullUpInstancesColumnFinder extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 1425725787002837224L
-
Class adams.gui.goe.popupmenu.PullUpInstancesRowFinder extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 1425725787002837224L
-
Class adams.gui.goe.popupmenu.PullUpSpreadSheetColumnFinder extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 1425725787002837224L
-
Class adams.gui.goe.popupmenu.PullUpSpreadSheetRowFinder extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 1425725787002837224L
-
Class adams.gui.goe.popupmenu.SwapActor extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- -3626038863078370162L
-
Class adams.gui.goe.popupmenu.Variables extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- -3815928335494719525L
-
-
Package adams.gui.help
-
Class adams.gui.help.HelpFrame extends BaseFrame implements Serializable
- serialVersionUID:
- -2182546218856998120L
-
Serialized Fields
-
m_MenuItemClear
JMenuItem m_MenuItemClear
the clear menu item. -
m_MenuItemClose
JMenuItem m_MenuItemClose
the close menu item. -
m_MenuItemSaveAs
JMenuItem m_MenuItemSaveAs
the save as menu item. -
m_PanelHistory
HelpHistoryPanel m_PanelHistory
for displaying the help. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_Text
BaseHtmlEditorPane m_Text
the editor pane.
-
-
Class adams.gui.help.HelpHistoryPanel extends AbstractNamedHistoryPanel<HelpContainer> implements Serializable
- serialVersionUID:
- 1704390033157269580L
-
Serialized Fields
-
m_CaretAtStart
boolean m_CaretAtStart
whether to position the caret at beginning instead of end. -
m_FilterHtml
ExtensionFileFilter m_FilterHtml
the html filter. -
m_FilterText
ExtensionFileFilter m_FilterText
the text filter. -
m_Frames
Hashtable<String,HelpHistoryPanel.SingleHelpFrame> m_Frames
the frames that are being displayed. -
m_Text
JEditorPane m_Text
the editor pane to display the help in.
-
-
Class adams.gui.help.HelpHistoryPanel.SingleHelpFrame extends AbstractNamedHistoryPanel.AbstractHistoryEntryFrame<HelpContainer> implements Serializable
- serialVersionUID:
- 2552148773749071235L
-
Serialized Fields
-
m_Text
BaseHtmlEditorPane m_Text
the text area to display the StringBuilder in.
-
-
-
Package adams.gui.laf
-
Class adams.gui.laf.AbstractFlatLaf extends AbstractLookAndFeel implements Serializable
- serialVersionUID:
- 2394913538898207432L
-
Class adams.gui.laf.AbstractLookAndFeel extends LoggingObject implements Serializable
- serialVersionUID:
- 741817667889232890L
-
Class adams.gui.laf.AbstractSimpleLookAndFeel extends AbstractLookAndFeel implements Serializable
- serialVersionUID:
- -1937345062210504141L
-
Class adams.gui.laf.CrossPlatform extends AbstractSimpleLookAndFeel implements Serializable
- serialVersionUID:
- -8114643816562107835L
-
Class adams.gui.laf.FlatLafIntelliJ extends AbstractFlatLaf implements Serializable
- serialVersionUID:
- 2394913538898207432L
-
Class adams.gui.laf.FlatLafLight extends AbstractFlatLaf implements Serializable
- serialVersionUID:
- 2394913538898207432L
-
Class adams.gui.laf.GTK extends AbstractSimpleLookAndFeel implements Serializable
- serialVersionUID:
- -8114643816562107835L
-
Class adams.gui.laf.Windows extends AbstractSimpleLookAndFeel implements Serializable
- serialVersionUID:
- -8114643816562107835L
-
-
Package adams.gui.menu
-
Class adams.gui.menu.About extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -771667287275117680L
-
Class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 7586443345167287461L
-
Serialized Fields
-
m_Current
AbstractClassifierBasedGeneticAlgorithm m_Current
the current algorithm.
-
-
Class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot extends SequencePlotterPanel implements Serializable
- serialVersionUID:
- -4899150268392572586L
-
Serialized Fields
-
m_Owner
AbstractClassifierBasedGeneticAlgorithm m_Owner
the owner.
-
-
Class adams.gui.menu.AbstractJDKMenuItemDefinition extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 5622223654165288462L
-
Class adams.gui.menu.AbstractParameterHandlingMenuItemDefinition extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 1668108539323372465L
-
Serialized Fields
-
m_Parameters
String[] m_Parameters
the additional parameters.
-
-
Class adams.gui.menu.AbstractParameterHandlingWekaMenuItemDefinition extends AbstractWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- 1668108539323372465L
-
Serialized Fields
-
m_Parameters
String[] m_Parameters
the additional parameters.
-
-
Class adams.gui.menu.AbstractSequenceViewer extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -1041273949195204507L
-
Class adams.gui.menu.AbstractURLMenuItemDefinition extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 4757574306275240997L
-
Class adams.gui.menu.AbstractWekaMenuItemDefinition extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 1668108539323372465L
-
Class adams.gui.menu.ActorUsage extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -6548349613973153076L
-
Serialized Fields
-
m_FlowEditor
FlowEditorPanel m_FlowEditor
the flow editor for displaying flows.
-
-
Class adams.gui.menu.AdamsHomeDir extends AbstractJDKMenuItemDefinition implements Serializable
- serialVersionUID:
- -1502903491659697700L
-
Class adams.gui.menu.AntiAliasing extends AbstractMenuItemDefinition implements Serializable
- serialVersionUID:
- 7586443345167287461L
-
Class adams.gui.menu.AppendDatasets extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 7586443345167287461L
-
Class adams.gui.menu.ArffViewer extends AbstractParameterHandlingWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- 1279360379007337239L
-
Class adams.gui.menu.BatchFilterDatasets extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 7586443345167287461L
-
Class adams.gui.menu.BayesNetEditor extends AbstractWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- -1041273949195204507L
-
Class adams.gui.menu.BoundaryVisualizer extends AbstractWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- -771667287275117680L
-
Serialized Fields
-
m_FileChooser
JFileChooser m_FileChooser
filechooser for BoundaryVisualizers.
-
-
Class adams.gui.menu.ClassHelp extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -6548349613973153076L
-
Class adams.gui.menu.ConfigureOptionHandler extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 1947370537357191065L
-
Serialized Fields
-
m_Panel
ConfigureOptionHandlerPanel m_Panel
the generated panel.
-
-
Class adams.gui.menu.ConnectToDatabases extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -1363910914896201632L
-
Class adams.gui.menu.ConsoleOutputAnalyzer extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- 8649421185696649308L
-
Class adams.gui.menu.ConsoleWindow extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -5771925420824138797L
-
Class adams.gui.menu.ContainerNesting extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 6149133251059325645L
-
Class adams.gui.menu.CostCurve extends AbstractParameterHandlingWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- -771667287275117680L
-
Serialized Fields
-
m_FileChooser
weka.gui.ConverterFileChooser m_FileChooser
filechooser for ROCs.
-
-
Class adams.gui.menu.DarkLord extends AbstractClassifierBasedGeneticAlgorithmWizard implements Serializable
- serialVersionUID:
- 7586443345167287461L
-
Class adams.gui.menu.DatasetCompatibility extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- 7586443345167287461L
-
Class adams.gui.menu.DateTest extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 1947370537357191065L
-
Class adams.gui.menu.Diff extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- 4141518148195553256L
-
Class adams.gui.menu.Documentation extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -6548349613973153076L
-
Class adams.gui.menu.EmailAddressBook extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 8681134168969359442L
-
Class adams.gui.menu.Experimenter extends AbstractWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- 3333253363775943976L
-
Class adams.gui.menu.Explorer extends AbstractParameterHandlingWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- 3941702242700593202L
-
Class adams.gui.menu.FavoritesManagement extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 6922396347446530139L
-
Class adams.gui.menu.FileChooserBookmarksManagement extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 7296096432573720259L
-
Class adams.gui.menu.FileCommander extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- 7907139922742800770L
-
Class adams.gui.menu.FileMonitor extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- -993239671663669946L
-
Class adams.gui.menu.FindClass extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 1947370537357191065L
-
Class adams.gui.menu.FindInFiles extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -2688798836965476377L
-
Class adams.gui.menu.FlowControlCenter extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- -7896350435136393906L
-
Class adams.gui.menu.FlowEditor extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- 7907139922742800770L
-
Serialized Fields
-
m_FlowEditorPanel
FlowEditorPanel m_FlowEditorPanel
the last editor that was launched.
-
-
Class adams.gui.menu.FlowRunner extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- -993239671663669946L
-
Class adams.gui.menu.GarbageCollector extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -2688798836965476377L
-
Class adams.gui.menu.GraphVisualizer extends AbstractParameterHandlingWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- -771667287275117680L
-
Serialized Fields
-
m_FileChooser
BaseFileChooser m_FileChooser
filechooser for GraphVisualizers.
-
-
Class adams.gui.menu.GroovyConsole extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -771667287275117680L
-
Class adams.gui.menu.HeapDump extends AbstractJDKMenuItemDefinition implements Serializable
- serialVersionUID:
- -1502903491659697700L
-
Class adams.gui.menu.Hermione extends AbstractClassifierBasedGeneticAlgorithmWizard implements Serializable
- serialVersionUID:
- 7586443345167287461L
-
Class adams.gui.menu.Homepage extends AbstractURLMenuItemDefinition implements Serializable
- serialVersionUID:
- -6548349613973153076L
-
Class adams.gui.menu.ImageProcessor extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 9146857448447940626L
-
Class adams.gui.menu.ImageViewer extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- 7586443345167287461L
-
Class adams.gui.menu.InstanceCompare extends AbstractParameterHandlingWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- 7586443345167287461L
-
Class adams.gui.menu.InstanceExplorer extends AbstractParameterHandlingWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- -1360818360099840848L
-
Class adams.gui.menu.InstancesPlot extends AbstractParameterHandlingWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- -771667287275117680L
-
Serialized Fields
-
m_FileChooser
weka.gui.ConverterFileChooser m_FileChooser
filechooser for Plots.
-
-
Class adams.gui.menu.JConsole extends AbstractJDKMenuItemDefinition implements Serializable
- serialVersionUID:
- 7557643894279210336L
-
Class adams.gui.menu.JDeps extends AbstractJDKMenuItemDefinition implements Serializable
- serialVersionUID:
- -1502903491659697700L
-
Class adams.gui.menu.JMap extends AbstractJDKMenuItemDefinition implements Serializable
- serialVersionUID:
- -1502903491659697700L
-
Class adams.gui.menu.LogEntryDatabaseViewer extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -5168636137737391649L
-
Class adams.gui.menu.MakeCompatibleDatasets extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 7586443345167287461L
-
Class adams.gui.menu.MarginCurve extends AbstractParameterHandlingWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- -771667287275117680L
-
Serialized Fields
-
m_FileChooser
weka.gui.ConverterFileChooser m_FileChooser
filechooser for ROCs.
-
-
Class adams.gui.menu.MemoryMonitor extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -771667287275117680L
-
Class adams.gui.menu.MergeDatasets extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 7586443345167287461L
-
Class adams.gui.menu.MultiExplorer extends AbstractParameterHandlingWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- 3941702242700593202L
-
Class adams.gui.menu.NestedFormatViewer extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 6209511586781848922L
-
Class adams.gui.menu.OptionsConversion extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -3102369171000332548L
-
Class adams.gui.menu.OptionTree extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 6149133251059325645L
-
Class adams.gui.menu.PackageManager extends AbstractWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- 3941702242700593202L
-
Class adams.gui.menu.PDFViewer extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- -441809889362588560L
-
Class adams.gui.menu.PlaceholderManagement extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 8649421185696649308L
-
Class adams.gui.menu.PlotAttributeVsAttribute extends AbstractParameterHandlingWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- -771667287275117680L
-
Class adams.gui.menu.PlotPanelTest extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 1947370537357191065L
-
Class adams.gui.menu.Preferences extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 3773253573560315512L
-
Class adams.gui.menu.PrettyPrintJSON extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -3102369171000332548L
-
Class adams.gui.menu.PrettyPrintXML extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -3102369171000332548L
-
Class adams.gui.menu.PreviewBrowser extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 8649421185696649308L
-
Class adams.gui.menu.ProgramExit extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 2322866186840295800L
-
Class adams.gui.menu.ProgramLookAndFeel extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 2322866186840295800L
-
Class adams.gui.menu.ProgramRestart extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 7895198900202058018L
-
Class adams.gui.menu.ProgramRestartWithMoreHeap extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 7895198900202058018L
-
Class adams.gui.menu.ProgramUserMode extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 2322866186840295800L
-
Class adams.gui.menu.PropertiesViewer extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -8413317945344400456L
-
Class adams.gui.menu.RegExpTest extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 1947370537357191065L
-
Class adams.gui.menu.RemoteCommands extends AbstractSubMenuDefinition implements Serializable
- serialVersionUID:
- -6548349613973153076L
-
Serialized Fields
-
m_LastCommand
RemoteCommand m_LastCommand
the last command sent. -
m_LastCommandProcessor
RemoteCommandProcessor m_LastCommandProcessor
the last command processor used. -
m_LastConnection
Connection m_LastConnection
the last connection used. -
m_MenuItemCC
JMenuItem m_MenuItemCC
the control center menu item. -
m_MenuItemSend
JMenuItem m_MenuItemSend
the send menu item. -
m_MenuItemStart
JMenuItem m_MenuItemStart
the start listening menu item. -
m_MenuItemStop
JMenuItem m_MenuItemStop
the stop listening menu item.
-
-
Class adams.gui.menu.ROC extends AbstractParameterHandlingWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- -771667287275117680L
-
Serialized Fields
-
m_FileChooser
weka.gui.ConverterFileChooser m_FileChooser
filechooser for ROCs.
-
-
Class adams.gui.menu.RunTool extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 4141518148195553256L
-
Class adams.gui.menu.ScriptingLog extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -2260458201891948961L
-
Class adams.gui.menu.SendErrorReport extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 4542388996174240562L
-
Class adams.gui.menu.SpreadSheetExplorer extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- -1360818360099840848L
-
Class adams.gui.menu.SpreadSheetFileViewer extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- -441809889362588560L
-
Class adams.gui.menu.SpreadSheetProcessor extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -441809889362588560L
-
Class adams.gui.menu.SqlViewer extends AbstractWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- -1041273949195204507L
-
Class adams.gui.menu.SqlWorkbench extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -441809889362588560L
-
Class adams.gui.menu.SSH extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 7877532863708882918L
-
Class adams.gui.menu.StringConversion extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -3102369171000332548L
-
Class adams.gui.menu.SystemInfo extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 8793960724995111227L
-
Class adams.gui.menu.SystemPerformance extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 7586443345167287461L
-
Class adams.gui.menu.TakeScreenshot extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -1502903491659697700L
-
Class adams.gui.menu.Terminal extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -1476004907427664251L
-
Class adams.gui.menu.TextEditor extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- -7769165939866172623L
-
Class adams.gui.menu.TimeseriesExplorer extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 1836650181993639510L
-
Class adams.gui.menu.TreeVisualizer extends AbstractParameterHandlingWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- -771667287275117680L
-
Serialized Fields
-
m_FileChooser
JFileChooser m_FileChooser
filechooser for TreeVisualizers.
-
-
Class adams.gui.menu.WekaCommandToCode extends AbstractWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- 7586443345167287461L
-
Class adams.gui.menu.WekaInvestigator extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- 3941702242700593202L
-
Class adams.gui.menu.WekaMultiExperimenter extends AbstractWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- 3941702242700593202L
-
Class adams.gui.menu.WekaSimpleCLI extends AbstractWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- 3941702242700593202L
-
Class adams.gui.menu.Workbench extends AbstractParameterHandlingWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- 3941702242700593202L
-
Class adams.gui.menu.XSLT extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -3102369171000332548L
-
-
Package adams.gui.plugin
-
Class adams.gui.plugin.AbstractToolPlugin extends LoggingObject implements Serializable
- serialVersionUID:
- -8139858776265449470L
-
-
Package adams.gui.print
-
Class adams.gui.print.BMPWriter extends BufferedImageBasedWriter implements Serializable
- serialVersionUID:
- -9088591039855846249L
-
Class adams.gui.print.BufferedImageBasedWriter extends ScalableComponentWriter implements Serializable
- serialVersionUID:
- 137689227628055443L
-
Serialized Fields
-
m_Background
Color m_Background
the background color. -
m_Type
BufferedImageBasedWriter.Type m_Type
the color format of the image.
-
-
Class adams.gui.print.JComponentWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3764183253552888494L
-
Serialized Fields
-
m_CustomHeight
int m_CustomHeight
the custom height. -
m_CustomWidth
int m_CustomWidth
the custom width. -
m_Enabled
boolean m_Enabled
whether the writer is enabled. -
m_OutputFile
PlaceholderFile m_OutputFile
the file to write the output stream to. -
m_UseCustomDimensions
boolean m_UseCustomDimensions
whether to use custom dimensions.
-
-
Class adams.gui.print.JComponentWriterFileChooser extends BaseFileChooser implements Serializable
- serialVersionUID:
- -7671035763970202570L
-
Serialized Fields
-
m_CheckBoxOptions
BaseCheckBox m_CheckBoxOptions
the checkbox for bringing up the GenericObjectEditor. -
m_CurrentConverter
Object m_CurrentConverter
the converter that was chosen by the user. -
m_DialogType
int m_DialogType
the type of dialog to display. -
m_Editor
GenericObjectEditor m_Editor
the GOE for displaying the options of a reader/writer. -
m_ImagePreview
ImagePreview m_ImagePreview
the image preview. -
m_LastFilter
FileFilter m_LastFilter
the last filter that was used for opening/saving. -
m_Listener
PropertyChangeListener m_Listener
the propertychangelistener. -
m_PreferredWriter
JComponentWriter m_PreferredWriter
the preferred filter.
-
-
Class adams.gui.print.JComponentWriterFileFilter extends ExtensionFileFilter implements Serializable
- serialVersionUID:
- -2521950307763877692L
-
Serialized Fields
-
m_Writer
JComponentWriter m_Writer
the associated writer.
-
-
Class adams.gui.print.JPEGWriter extends BufferedImageBasedWriter implements Serializable
- serialVersionUID:
- -6501256101213777499L
-
Serialized Fields
-
m_Quality
double m_Quality
the quality of the image.
-
-
Class adams.gui.print.NullWriter extends JComponentWriter implements Serializable
- serialVersionUID:
- 6067496733898037178L
-
Class adams.gui.print.PDFWriter extends BufferedImageBasedWriter implements Serializable
- serialVersionUID:
- -3177842835940277934L
-
Serialized Fields
-
m_ImageRotation
int m_ImageRotation
the degrees to rotate images. -
m_ImageScale
double m_ImageScale
the percentage (0-1) to scale the images to.
-
-
Class adams.gui.print.PNGWriter extends BufferedImageBasedWriter implements Serializable
- serialVersionUID:
- 6023849818803480377L
-
Class adams.gui.print.PostscriptWriter extends ScalableComponentWriter implements Serializable
- serialVersionUID:
- -8501713979661829063L
-
Class adams.gui.print.ScalableComponentWriter extends JComponentWriter implements Serializable
- serialVersionUID:
- -2075028313807733655L
-
Serialized Fields
-
m_ScalingEnabled
boolean m_ScalingEnabled
whether scaling is enabled. -
m_xScale
double m_xScale
the x scale factor. -
m_yScale
double m_yScale
the y scale factor.
-
-
Class adams.gui.print.TIFFWriter extends BufferedImageBasedWriter implements Serializable
- serialVersionUID:
- 3324725056211114889L
-
Serialized Fields
-
m_Compress
boolean m_Compress
whether to compress the image.
-
-
-
Package adams.gui.scripting
-
Class adams.gui.scripting.AbstractCommandProcessor extends LoggingObject implements Serializable
- serialVersionUID:
- 5363881783406430165L
-
Serialized Fields
-
m_Actions
Hashtable<String,AbstractScriptlet> m_Actions
the action <-> scriptlet relation. -
m_BasePanel
BasePanel m_BasePanel
the base panel to use. -
m_Owner
AbstractScriptingEngine m_Owner
the scripting engine this processor belongs to.
-
-
Class adams.gui.scripting.AbstractDatabaseScriptlet extends AbstractScriptlet implements Serializable
- serialVersionUID:
- -7051048031205784713L
-
Class adams.gui.scripting.AbstractDataContainerPanelScriptlet extends AbstractUndoScriptlet implements Serializable
- serialVersionUID:
- 1693024372320455031L
-
Class adams.gui.scripting.AbstractDataContainerUpdatingPostProcessor extends Object implements Serializable
- serialVersionUID:
- 2269820505356261133L
-
Serialized Fields
-
m_Owner
AbstractCommandProcessor m_Owner
the owning processor.
-
-
Class adams.gui.scripting.AbstractDataContainerUpdatingScriptlet extends AbstractDataContainerPanelScriptlet implements Serializable
- serialVersionUID:
- -623707457032656271L
-
Serialized Fields
-
m_PostProcessor
AbstractDataContainerUpdatingPostProcessor m_PostProcessor
for post-processing the containers.
-
-
Class adams.gui.scripting.AbstractFileReaderScriptlet extends AbstractDataContainerPanelScriptlet implements Serializable
- serialVersionUID:
- -1034823252709521416L
-
Class adams.gui.scripting.AbstractFilterScriptlet extends AbstractDataContainerUpdatingScriptlet implements Serializable
- serialVersionUID:
- -9200477598539423747L
-
Class adams.gui.scripting.AbstractFlowScriptlet extends AbstractDataContainerUpdatingScriptlet implements Serializable
- serialVersionUID:
- -2467186252442407554L
-
Class adams.gui.scripting.AbstractScriptingDialog extends BaseDialog implements Serializable
- serialVersionUID:
- -4712521872103092592L
-
Serialized Fields
-
m_BasePanel
BasePanel m_BasePanel
the base panel this dialog should operate on. -
m_CurrentFile
File m_CurrentFile
the currently loaded file. -
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection to use. -
m_FileChooser
BaseFileChooser m_FileChooser
for loading/saving the scripts. -
m_FilenameProposer
FilenameProposer m_FilenameProposer
for proposing filenames for new flows. -
m_Menu
JMenuBar m_Menu
the menu. -
m_MenuItemEditAppendRecorded
JMenuItem m_MenuItemEditAppendRecorded
the append recorded menu item. -
m_MenuItemEditClear
JMenuItem m_MenuItemEditClear
the clear menu item. -
m_MenuItemEditRedo
JMenuItem m_MenuItemEditRedo
the redo menu item. -
m_MenuItemEditUndo
JMenuItem m_MenuItemEditUndo
the undo menu item. -
m_MenuItemFileClose
JMenuItem m_MenuItemFileClose
the close menu item. -
m_MenuItemFileLoad
JMenuItem m_MenuItemFileLoad
the load menu item. -
m_MenuItemFileLoadRecent
JMenu m_MenuItemFileLoadRecent
the load recent submenu. -
m_MenuItemFileNew
JMenuItem m_MenuItemFileNew
the new menu item. -
m_MenuItemFilePrint
JMenuItem m_MenuItemFilePrint
the print menu item. -
m_MenuItemFileSave
JMenuItem m_MenuItemFileSave
the save menu item. -
m_MenuItemFileSaveAs
JMenuItem m_MenuItemFileSaveAs
the save as menu item. -
m_MenuItemHelp
JMenuItem m_MenuItemHelp
the help menu item. -
m_MenuItemScriptStart
JMenuItem m_MenuItemScriptStart
the execute menu item. -
m_MenuItemScriptStop
JMenuItem m_MenuItemScriptStop
the stop menu item. -
m_MenuItemViewWordWrap
JMenuItem m_MenuItemViewWordWrap
the line wrap menu item. -
m_Modified
boolean m_Modified
whether the current content was modified. -
m_Properties
Properties m_Properties
the properties for scripting. -
m_RecentFilesHandler
RecentFilesHandler<JMenu> m_RecentFilesHandler
the recent files handler. -
m_Self
AbstractScriptingDialog m_Self
the dialog itself. -
m_StatusBar
BaseStatusBar m_StatusBar
the status. -
m_TextScript
ScriptingTextEditorPanel m_TextScript
the text panel with the loaded script. -
m_TitleGenerator
TitleGenerator m_TitleGenerator
for generating the title. -
m_Undo
UndoManager m_Undo
the undo manager for the text pane.
-
-
Class adams.gui.scripting.AbstractScriptingEngine extends LoggingObject implements Serializable
- serialVersionUID:
- -532845009254256601L
-
Serialized Fields
-
m_DbConn
AbstractDatabaseConnection m_DbConn
the database connection to use. -
m_History
List<String> m_History
the history of all (successfully run) commands since instantiation. -
m_LastError
String m_LastError
the last last error that was encountered. -
m_LoggingEnabled
boolean m_LoggingEnabled
whether logging is enabled. -
m_ProcessingThread
ScriptingEngineThread m_ProcessingThread
the thread to use for executing the commands. -
m_Processor
AbstractCommandProcessor m_Processor
the command processor for executing the commands. -
m_Recorded
List<String> m_Recorded
the currently recorded commands. -
m_Recording
boolean m_Recording
whether the commands are currently being recorded. -
m_ScriptingInfoListeners
HashSet<ScriptingInfoListener> m_ScriptingInfoListeners
the listeners for changes in commands being run, etc.
-
-
Class adams.gui.scripting.AbstractScriptlet extends LoggingObject implements Serializable
- serialVersionUID:
- 8460215813832005436L
-
Serialized Fields
-
m_DataProvider
DataProvider m_DataProvider
the data provider to use. -
m_Owner
AbstractCommandProcessor m_Owner
the owner. -
m_Parameters
Hashtable<String,Object> m_Parameters
additional parameters. -
m_Stopped
boolean m_Stopped
whether the scriptlet has been stopped.
-
-
Class adams.gui.scripting.AbstractUndoScriptlet extends AbstractScriptlet implements Serializable
- serialVersionUID:
- 7823149146820368462L
-
Class adams.gui.scripting.AbstractVisibilityScriplet extends AbstractDataContainerPanelScriptlet implements Serializable
- serialVersionUID:
- 8803594650276164515L
-
Class adams.gui.scripting.AddData extends AbstractDataContainerPanelScriptlet implements Serializable
- serialVersionUID:
- 4553264683463986572L
-
Class adams.gui.scripting.AddDataFile extends AbstractFileReaderScriptlet implements Serializable
- serialVersionUID:
- -3048379013750352301L
-
Class adams.gui.scripting.AddDataFiles extends AbstractFileReaderScriptlet implements Serializable
- serialVersionUID:
- -3048379013750352301L
-
Class adams.gui.scripting.ClearData extends AbstractDataContainerPanelScriptlet implements Serializable
- serialVersionUID:
- 2693537020807299394L
-
Class adams.gui.scripting.CommandProcessor extends AbstractCommandProcessor implements Serializable
- serialVersionUID:
- -3273834981579030456L
-
Class adams.gui.scripting.Connect extends AbstractDatabaseScriptlet implements Serializable
- serialVersionUID:
- 5029475846064359798L
-
Class adams.gui.scripting.DeleteData extends AbstractScriptlet implements Serializable
- serialVersionUID:
- 1714520838655609203L
-
Class adams.gui.scripting.DisableUndo extends AbstractUndoScriptlet implements Serializable
- serialVersionUID:
- 6068266172629633766L
-
Class adams.gui.scripting.Disconnect extends AbstractDatabaseScriptlet implements Serializable
- serialVersionUID:
- 2760286358879561274L
-
Class adams.gui.scripting.EnableUndo extends AbstractUndoScriptlet implements Serializable
- serialVersionUID:
- 6068266172629633766L
-
Class adams.gui.scripting.Filter extends AbstractFilterScriptlet implements Serializable
- serialVersionUID:
- -9200477598539423747L
-
Class adams.gui.scripting.FilterOverlay extends AbstractFilterScriptlet implements Serializable
- serialVersionUID:
- -8718688474577262409L
-
Class adams.gui.scripting.Invisible extends AbstractVisibilityScriplet implements Serializable
- serialVersionUID:
- -3965165243658858219L
-
Class adams.gui.scripting.RemoveData extends AbstractDataContainerPanelScriptlet implements Serializable
- serialVersionUID:
- -4530704396431542201L
-
Class adams.gui.scripting.RunFlow extends AbstractFlowScriptlet implements Serializable
- serialVersionUID:
- -2210176790250818043L
-
Class adams.gui.scripting.RunFlowOverlay extends AbstractFlowScriptlet implements Serializable
- serialVersionUID:
- 6501404255520088400L
-
Class adams.gui.scripting.RunTool extends AbstractScriptlet implements Serializable
- serialVersionUID:
- 2954163003128167687L
-
Class adams.gui.scripting.ScriptingDialog extends AbstractScriptingDialog implements Serializable
- serialVersionUID:
- 8200417116225554201L
-
Class adams.gui.scripting.ScriptingEngine extends AbstractScriptingEngine implements Serializable
- serialVersionUID:
- -2966869686762723507L
-
Class adams.gui.scripting.ScriptingEngineManager extends Object implements Serializable
- serialVersionUID:
- 739416057351690903L
-
Serialized Fields
-
m_Engines
Hashtable<String,AbstractScriptingEngine> m_Engines
for storing the engine objects.
-
-
Class adams.gui.scripting.ScriptingLogPanel extends BasePanel implements Serializable
- serialVersionUID:
- 7316507289818697814L
-
Serialized Fields
-
m_ButtonClear
BaseButton m_ButtonClear
the button for clearing the log. -
m_ButtonClose
BaseButton m_ButtonClose
the button for closing the log. -
m_ButtonSave
BaseButton m_ButtonSave
the button for saving the log. -
m_FileChooser
BaseFileChooser m_FileChooser
the file chooser for saving the log. -
m_FilenameProposer
FilenameProposer m_FilenameProposer
for proposing filenames for new flows. -
m_TextLog
BaseTextPane m_TextLog
the text pane for displaying the commands.
-
-
Class adams.gui.scripting.ScriptingTextEditorPanel extends AbstractTextEditorPanelWithSimpleSyntaxHighlighting implements Serializable
- serialVersionUID:
- 2811465827523143114L
-
Class adams.gui.scripting.SetData extends AbstractFileReaderScriptlet implements Serializable
- serialVersionUID:
- -5936800338572570006L
-
Class adams.gui.scripting.SyntaxDocument extends DefaultStyledDocument implements Serializable
- serialVersionUID:
- -3642426465631271381L
-
Serialized Fields
-
m_AddMatchingEndBlocks
boolean m_AddMatchingEndBlocks
whether to add matching brackets. -
m_BackgroundColor
Color m_BackgroundColor
the background color. -
m_BlockEnd
String m_BlockEnd
the end of a block. -
m_BlockStart
String m_BlockStart
the start of a block. -
m_CaseSensitive
boolean m_CaseSensitive
whether keywords are case-sensitive. -
m_Delimiters
String m_Delimiters
the delimiters. -
m_FontName
String m_FontName
the font name. -
m_FontSize
int m_FontSize
the font size. -
m_Indentation
String m_Indentation
the number of spaces used for indentation. -
m_InsideMultiLineComment
boolean m_InsideMultiLineComment
whether we're currently in a multi-line comment. -
m_Keywords
HashMap<String,MutableAttributeSet> m_Keywords
the keywords. -
m_MultiLineComment
boolean m_MultiLineComment
whether multi-line comments are enabled. -
m_MultiLineCommentEnd
String m_MultiLineCommentEnd
the multi-line comment end. -
m_MultiLineCommentStart
String m_MultiLineCommentStart
the multi-line comment start. -
m_QuoteDelimiters
String m_QuoteDelimiters
the quote delimiter. -
m_QuoteEscape
String m_QuoteEscape
the quote escape. -
m_RootElement
Element m_RootElement
the root element. -
m_Self
DefaultStyledDocument m_Self
the document. -
m_SingleLineComment
boolean m_SingleLineComment
whether single-line comments are enabled. -
m_SingleLineCommentStart
String m_SingleLineCommentStart
the single-line comment start. -
m_UseBlanks
boolean m_UseBlanks
whether to use blanks instead of tabs.
-
-
Class adams.gui.scripting.TimeseriesCommandProcessor extends CommandProcessor implements Serializable
- serialVersionUID:
- -4413109517993138096L
-
Class adams.gui.scripting.Visible extends AbstractVisibilityScriplet implements Serializable
- serialVersionUID:
- -1762450264044102197L
-
-
Package adams.gui.selection
-
Class adams.gui.selection.AbstractConditionalDatabaseSelectionPanel extends AbstractDatabaseSelectionPanel<T> implements Serializable
- serialVersionUID:
- 6833350757448286729L
-
Serialized Fields
-
m_ButtonOptions
BaseButton m_ButtonOptions
the button for setting the name retrieval options. -
m_Conditions
C extends AbstractConditions m_Conditions
the conditions for retrieving the items.
-
-
Class adams.gui.selection.AbstractDatabaseSelectionDialog extends AbstractTableBasedSelectionDialog<T,P extends AbstractDatabaseSelectionPanel> implements Serializable
- serialVersionUID:
- -4600292804155253498L
-
Class adams.gui.selection.AbstractDatabaseSelectionPanel extends AbstractTableBasedSelectionPanel<T> implements Serializable
- serialVersionUID:
- 3870916380764854145L
-
Serialized Fields
-
m_ButtonRefresh
BaseButton m_ButtonRefresh
the button for refreshing the fields. -
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection in use. -
m_DataDisplayed
boolean m_DataDisplayed
whether data has been displayed already.
-
-
Class adams.gui.selection.AbstractFieldCacheItem extends Object implements Serializable
- serialVersionUID:
- 6989601817204575826L
-
Serialized Fields
-
m_CacheListeners
Hashtable<FieldType,HashSet<FieldCacheUpdateListener>> m_CacheListeners
the listeners. -
m_Provider
FieldProvider m_Provider
the field provider to use. -
m_Values
Hashtable<FieldType,List<AbstractField>> m_Values
the actual cache.
-
-
Class adams.gui.selection.AbstractFieldCacheManager extends Object implements Serializable
- serialVersionUID:
- -6836635614654765458L
-
Serialized Fields
-
m_Items
Hashtable<String,AbstractFieldCacheItem> m_Items
the cache items to manage.
-
-
Class adams.gui.selection.AbstractSelectDatabaseFieldDialog extends AbstractDatabaseSelectionDialog<T extends AbstractField,AbstractSelectDatabaseFieldPanel> implements Serializable
- serialVersionUID:
- -8270032576082341389L
-
Class adams.gui.selection.AbstractSelectDatabaseFieldPanel extends AbstractDatabaseSelectionPanel<T extends AbstractField> implements Serializable
- serialVersionUID:
- -3858687917199734023L
-
Serialized Fields
-
m_ComboBoxDataType
BaseComboBox m_ComboBoxDataType
the data types to display. -
m_FieldType
FieldType m_FieldType
the type of fields to display. -
m_LabelDataType
JLabel m_LabelDataType
the label for the data type combobox. -
m_LabelManualFields
JLabel m_LabelManualFields
the label for the manual list. -
m_TextManualFields
BaseTextField m_TextManualFields
the textfield for manually entering a list of fields (blank separated).
-
-
Class adams.gui.selection.AbstractSelectionDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- -8270032576082341389L
-
Serialized Fields
-
m_Panel
P extends AbstractSelectionPanel m_Panel
the selection panel.
-
-
Class adams.gui.selection.AbstractSelectionPanel extends BasePanel implements Serializable
- serialVersionUID:
- -132005556563237265L
-
Class adams.gui.selection.AbstractTableBasedSelectionDialog extends AbstractSelectionDialog<T,P extends AbstractTableBasedSelectionPanel> implements Serializable
- serialVersionUID:
- -5900377961538534246L
-
Serialized Fields
-
m_Current
T[] m_Current
the chosen items.
-
-
Class adams.gui.selection.AbstractTableBasedSelectionPanel extends AbstractSelectionPanel implements Serializable
- serialVersionUID:
- -2196072150751857296L
-
Serialized Fields
-
m_Current
T[] m_Current
the selected items. -
m_DoubleClickListeners
HashSet<DoubleClickListener> m_DoubleClickListeners
the double-click listeners. -
m_LabelCounts
JLabel m_LabelCounts
the label for displaying the total and selected counts. -
m_PanelAdditional
JPanel m_PanelAdditional
the panel for additional components. -
m_PanelAll
JPanel m_PanelAll
the panel that encompasses all widgets. -
m_PanelCounts
JPanel m_PanelCounts
the panel for displaying total and selected count. -
m_PopupMenuSupplier
AbstractTableBasedSelectionPanel.SelectionPopupMenuSupplier m_PopupMenuSupplier
the popup menu supplier. -
m_SearchPanel
SearchPanel m_SearchPanel
the search panel. -
m_Self
AbstractTableBasedSelectionPanel<T> m_Self
the panel itself. -
m_TableData
SortableAndSearchableTable m_TableData
the table for displaying the items. -
m_TableDataModel
AbstractTableBasedSelectionPanel.AbstractSelectionTableModel<T> m_TableDataModel
the underlying table model.
-
-
Class adams.gui.selection.AbstractTableBasedSelectionPanel.AbstractSelectionTableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- -6034857465096265433L
-
Class adams.gui.selection.FieldCacheTableModel extends AbstractTableBasedSelectionPanel.AbstractSelectionTableModel<AbstractField> implements Serializable
- serialVersionUID:
- 7823434093663335692L
-
Class adams.gui.selection.SelectEmailAddressDialog extends AbstractTableBasedSelectionDialog<EmailAddress,SelectEmailAddressPanel> implements Serializable
- serialVersionUID:
- -8270032576082341389L
-
Class adams.gui.selection.SelectEmailAddressPanel extends AbstractTableBasedSelectionPanel<EmailContact> implements Serializable
- serialVersionUID:
- 8172361673639083461L
-
Serialized Fields
-
m_ButtonAddressBook
BaseButton m_ButtonAddressBook
the button for bringing up the addressbook. -
m_LabelManualAddresses
JLabel m_LabelManualAddresses
the label for the manual list. -
m_TextManualAddresses
BaseTextField m_TextManualAddresses
the textfield for manually entering a list of addresses (blank separated).
-
-
Class adams.gui.selection.SelectEmailAddressPanel.TableModel extends AbstractTableBasedSelectionPanel.AbstractSelectionTableModel<EmailContact> implements Serializable
- serialVersionUID:
- 6097860917524908958L
-
Serialized Fields
-
m_Values
List<EmailContact> m_Values
the contacts.
-
-
Class adams.gui.selection.SelectFieldDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- -8270032576082341389L
-
Serialized Fields
-
m_Current
AbstractField[] m_Current
the chosen items. -
m_Panel
SelectFieldPanel m_Panel
the selection panel.
-
-
Class adams.gui.selection.SelectFieldPanel extends BasePanel implements Serializable
- serialVersionUID:
- -3858687917199734023L
-
Serialized Fields
-
m_ComboBoxDataType
BaseComboBox m_ComboBoxDataType
the data types to display. -
m_FieldType
FieldType m_FieldType
the type of fields to display. -
m_MultipleSelection
boolean m_MultipleSelection
whether to allow multi-selection (blank-separated list). -
m_Panel
ParameterPanel m_Panel
panel for the parameters. -
m_TextFields
BaseTextField m_TextFields
the textfield for entering a list of fields (blank separated).
-
-
-
Package adams.gui.sendto
-
Class adams.gui.sendto.AbstractSendToAction extends LoggingObject implements Serializable
- serialVersionUID:
- 4432813063252680408L
-
Serialized Fields
-
m_Owner
SendToActionSupporter m_Owner
the owner.
-
-
Class adams.gui.sendto.Clipboard extends AbstractSendToAction implements Serializable
- serialVersionUID:
- -5286281737195775697L
-
Class adams.gui.sendto.CopyTableAsImage extends AbstractSendToAction implements Serializable
- serialVersionUID:
- -5286281737195775697L
-
Class adams.gui.sendto.EmailRecipient extends AbstractSendToAction implements Serializable
- serialVersionUID:
- 5177606045614245912L
-
Class adams.gui.sendto.ExportAsImage extends AbstractSendToAction implements Serializable
- serialVersionUID:
- -5286281737195775697L
-
Class adams.gui.sendto.ExportAsSpreadsheet extends AbstractSendToAction implements Serializable
- serialVersionUID:
- -5286281737195775697L
-
Class adams.gui.sendto.ExportTableAsImage extends AbstractSendToAction implements Serializable
- serialVersionUID:
- -5286281737195775697L
-
Class adams.gui.sendto.PDFPrinter extends AbstractSendToAction implements Serializable
- serialVersionUID:
- -6357616730945070639L
-
Class adams.gui.sendto.Printer extends AbstractSendToAction implements Serializable
- serialVersionUID:
- -6357616730945070639L
-
Class adams.gui.sendto.TextFile extends AbstractSendToAction implements Serializable
- serialVersionUID:
- -6880030063760028278L
-
-
Package adams.gui.tools
-
Class adams.gui.tools.AbstractLogEntryViewerPanel extends BasePanel implements Serializable
- serialVersionUID:
- -3659016045308129874L
-
Serialized Fields
-
m_ButtonDisplay
BaseButton m_ButtonDisplay
the button for displaying a key-value pair of the message. -
m_DetailsDialog
TextDialog m_DetailsDialog
the dialog for displaying entries from the message. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane for entries/message details. -
m_TableEntries
BaseTableWithButtons m_TableEntries
the table displaying the LogEntry objects. -
m_TableMessage
BaseTableWithButtons m_TableMessage
the table for displaying the properties (message). -
m_TableModelEntries
LogEntryViewerTableModel m_TableModelEntries
the model containing the LogEntry objects.
-
-
Class adams.gui.tools.AbstractManagementPanel extends BasePanel implements Serializable
- serialVersionUID:
- 3181901882660335578L
-
Serialized Fields
-
m_ButtonAdd
BaseButton m_ButtonAdd
the button for adding an object. -
m_ButtonClear
BaseButton m_ButtonClear
the button for clearing the input. -
m_ButtonLoad
BaseButton m_ButtonLoad
the button for loading the selected object. -
m_ButtonRefresh
BaseButton m_ButtonRefresh
the button for refreshing the table. -
m_ButtonRemove
BaseButton m_ButtonRemove
the button for deleting selected objects. -
m_ButtonUpdate
BaseButton m_ButtonUpdate
the button for updating an object. -
m_FileChooser
SpreadSheetFileChooser m_FileChooser
the file chooser for saving the spreadsheet. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar. -
m_MenuItemEditAdd
JMenuItem m_MenuItemEditAdd
the menu item for adding. -
m_MenuItemEditClear
JMenuItem m_MenuItemEditClear
the menu item for clearing. -
m_MenuItemEditRemove
JMenuItem m_MenuItemEditRemove
the menu item for removing. -
m_MenuItemEditUpdate
JMenuItem m_MenuItemEditUpdate
the menu item for updating. -
m_MenuItemFileRefresh
JMenuItem m_MenuItemFileRefresh
the menu item for refreshing. -
m_ModelValues
AbstractManagementTableModel<T extends Comparable> m_ModelValues
the table model for the objects. -
m_PanelSearch
SearchPanel m_PanelSearch
the search panel. -
m_PanelTable
JPanel m_PanelTable
the panel with the currently available objects. -
m_PanelValues
ParameterPanelWithButtons m_PanelValues
the panel with the values for adding/updating objects. -
m_TableValues
SortableAndSearchableTableWithButtons m_TableValues
the table for displaying the objects.
-
-
Class adams.gui.tools.AbstractManagementPanelWithDatabase extends AbstractManagementPanel<T extends Comparable> implements Serializable
- serialVersionUID:
- 3181901882660335578L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.gui.tools.AbstractManagementPanelWithDatabaseConnectionListener extends AbstractManagementPanelWithDatabase<T extends Comparable> implements Serializable
- serialVersionUID:
- 2808242925776366132L
-
Class adams.gui.tools.AbstractManagementPanelWithProperties extends AbstractManagementPanel<T extends Comparable> implements Serializable
- serialVersionUID:
- 153385171161348941L
-
Serialized Fields
-
m_Properties
Properties m_Properties
the underlying properties.
-
-
Class adams.gui.tools.AbstractManagementPanelWithSelectableDatabase extends AbstractManagementPanelWithDatabase<T extends Comparable> implements Serializable
- serialVersionUID:
- 3181901882660335578L
-
Serialized Fields
-
m_DialogDatabase
ApprovalDialog m_DialogDatabase
the dialog for selecting a database. -
m_MenuItemFileDatabase
JMenuItem m_MenuItemFileDatabase
the menu item for selecting a database. -
m_PanelDatabaseConnection
SqlConnectionPanel m_PanelDatabaseConnection
the panel for connecting.
-
-
Class adams.gui.tools.AbstractManagementTableModel extends AbstractTableBasedSelectionPanel.AbstractSelectionTableModel<T extends Comparable> implements Serializable
- serialVersionUID:
- 7481209191067222765L
-
Serialized Fields
-
m_Sorted
boolean m_Sorted
whether the model is sorted. -
m_Values
List<T extends Comparable> m_Values
the objects to display.
-
-
Class adams.gui.tools.AbstractRunToolPanel extends BasePanel implements Serializable
- serialVersionUID:
- -7309370485661269159L
-
Serialized Fields
-
m_CurrentTool
AbstractTool m_CurrentTool
the current tool.
-
-
Class adams.gui.tools.AbstractSequenceViewerPanel extends BasePanel implements Serializable
- serialVersionUID:
- -2118371024397646256L
-
Serialized Fields
-
m_ButtonExecute
BaseButton m_ButtonExecute
the button for executing the SQL. -
m_ComboboxTemplates
BaseComboBox m_ComboboxTemplates
the combobox with the templates. -
m_PanelResults
JPanel m_PanelResults
the panel for the results. -
m_PanelSQL
JPanel m_PanelSQL
the panel for the SQL statement. -
m_TabbedPaneResults
BaseTabbedPane m_TabbedPaneResults
the tabbed pane for the results. -
m_TextSQL
BaseTextPane m_TextSQL
the text area for the SQL statement.
-
-
Class adams.gui.tools.AbstractSimpleConversionPanel extends BasePanel implements Serializable
- serialVersionUID:
- -2881786410361917678L
-
Serialized Fields
-
m_ButtonConvert
BaseButton m_ButtonConvert
the button initiating the conversion. -
m_ButtonInputCopy
BaseButton m_ButtonInputCopy
the button for copying the input. -
m_ButtonInputOpen
BaseButton m_ButtonInputOpen
the button for loading the input from file. -
m_ButtonInputPaste
BaseButton m_ButtonInputPaste
the button for pasting the input. -
m_ButtonOutputCopy
BaseButton m_ButtonOutputCopy
the button for copying the output. -
m_ButtonOutputPaste
BaseButton m_ButtonOutputPaste
the button for pasting the output. -
m_ButtonOutputSave
BaseButton m_ButtonOutputSave
the button for saving the output to a file. -
m_FileChooserInput
BaseFileChooser m_FileChooserInput
the file chooser for loading the options. -
m_FileChooserOutput
BaseFileChooser m_FileChooserOutput
the file chooser for saving the options. -
m_TextAreaInput
BaseTextAreaWithButtons m_TextAreaInput
the text area for the input. -
m_TextAreaOutput
BaseTextAreaWithButtons m_TextAreaOutput
the text area for the output.
-
-
Class adams.gui.tools.ClassHelpPanel extends BasePanel implements Serializable
- serialVersionUID:
- 1459345403620296387L
-
Serialized Fields
-
m_ChangeListeners
Set<ChangeListener> m_ChangeListeners
the change listeners. -
m_DelayedAction
DelayedActionRunnable m_DelayedAction
for updating the search etc. -
m_DoubleClickListener
DoubleClickListener m_DoubleClickListener
the double click listener. -
m_ListClasses
SearchableBaseList m_ListClasses
the flow editor for displaying flows. -
m_TextPaneHelp
BaseHtmlEditorPane m_TextPaneHelp
for displaying the help. -
m_TextSearch
BaseTextField m_TextSearch
the search panel.
-
-
Class adams.gui.tools.ConfigureOptionHandlerPanel extends BasePanel implements Serializable
- serialVersionUID:
- 1459345403620296387L
-
Serialized Fields
-
m_DelayedAction
DelayedActionRunnable m_DelayedAction
for updating the search etc. -
m_ListClasses
SearchableBaseList m_ListClasses
the flow editor for displaying flows. -
m_PanelObject
GenericObjectEditorPanel m_PanelObject
for configuring the class. -
m_TextSearch
BaseTextField m_TextSearch
the search panel.
-
-
Class adams.gui.tools.ConsoleOutputAnalyzerPanel extends BasePanel implements Serializable
- serialVersionUID:
- -9220648401733691034L
-
Serialized Fields
-
m_ButtonClearSearch
BaseButton m_ButtonClearSearch
the button for clearing the search. -
m_ButtonSearch
BaseButton m_ButtonSearch
the button for triggering the search. -
m_ComboBoxOrigin
BaseComboBox m_ComboBoxOrigin
the combobox with all origins. -
m_ComboBoxType
BaseComboBox m_ComboBoxType
the combobox with the types. -
m_CurrentEncoding
String m_CurrentEncoding
the current file encoding. -
m_CurrentFile
File m_CurrentFile
the file the console output was loaded from. -
m_Filtered
ConsoleOutputAnalyzerPanel.ConsoleOutput m_Filtered
the filtered console output. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuFileLoadRecent
JMenu m_MenuFileLoadRecent
the "load recent" submenu. -
m_MenuFileReload
JMenuItem m_MenuFileReload
the "reload" menu item. -
m_Original
ConsoleOutputAnalyzerPanel.ConsoleOutput m_Original
the original console output. -
m_PanelSearch
ParameterPanel m_PanelSearch
the panel with the search parameters. -
m_RecentFilesHandler
RecentFilesWithEncodingHandler<JMenu> m_RecentFilesHandler
the recent files handler. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane to use. -
m_Table
SpreadSheetTable m_Table
the table for displaying the output. -
m_TableModel
SpreadSheetTableModel m_TableModel
the table model. -
m_TextOrigin
BaseTextField m_TextOrigin
the regexp for the origin. -
m_TextOutput
BaseTextField m_TextOutput
the regexp for the output. -
m_TitleGenerator
TitleGenerator m_TitleGenerator
for generating the title of the dialog/frame.
-
-
Class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutput extends Object implements Serializable
- serialVersionUID:
- 4261087821410856963L
-
Class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutputEntry extends Object implements Serializable
- serialVersionUID:
- -7650152159132046191L
-
Serialized Fields
-
m_LineNo
int m_LineNo
the line number of this entry in the output. -
m_Origin
String m_Origin
the origin, e.g., path to actor. -
m_Output
String m_Output
the actual output. -
m_Raw
String m_Raw
the raw content. -
m_Timestamp
String m_Timestamp
the timestamp. -
m_Type
String m_Type
the type of output (ERR/OUT/DEBUG).
-
-
Class adams.gui.tools.DatasetCompatibilityPanel extends BasePanel implements Serializable
- serialVersionUID:
- -5581002075106885237L
-
Serialized Fields
-
m_CurrentFiles
File[] m_CurrentFiles
the selected files. -
m_CurrentLoader
weka.core.converters.AbstractFileLoader m_CurrentLoader
the current loader. -
m_FileChooser
WekaFileChooser m_FileChooser
the filechooser for selecting the datasets. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar. -
m_MenuItemReload
JMenuItem m_MenuItemReload
the reload menu item. -
m_TextArea
BaseTextArea m_TextArea
the text area to output the results in.
-
-
Class adams.gui.tools.DiffPanel extends BasePanel implements Serializable
- serialVersionUID:
- 1623023054538026169L
-
Serialized Fields
-
m_ButtonPasteLeft
BaseButton m_ButtonPasteLeft
the button for pasting the left content. -
m_ButtonPasteRight
BaseButton m_ButtonPasteRight
the button for pasting the right content. -
m_ClipboardLeft
ArrayList<String> m_ClipboardLeft
the left content from the clipboard (null if none). -
m_ClipboardRight
ArrayList<String> m_ClipboardRight
the right content from the clipboard (null if none). -
m_FileLeft
File m_FileLeft
the file with the left content. -
m_FileRight
File m_FileRight
the file with the right content. -
m_LoadDialog
DiffPanel.LoadDialog m_LoadDialog
the dialog for opening the files. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuFileLoadRecentLeft
JMenu m_MenuFileLoadRecentLeft
the "load recent (left)" submenu. -
m_MenuFileLoadRecentRight
JMenu m_MenuFileLoadRecentRight
the "load recent (right)" submenu. -
m_MenuItemEditPasteLeft
JMenuItem m_MenuItemEditPasteLeft
the "Paste (left)" submenu. -
m_MenuItemEditPasteRight
JMenuItem m_MenuItemEditPasteRight
the "Paste (right)" submenu. -
m_PanelDiff
SideBySideDiffPanel m_PanelDiff
the diff panel. -
m_RecentFilesHandlerLeft
RecentFilesHandler<JMenu> m_RecentFilesHandlerLeft
the recent files handler (left). -
m_RecentFilesHandlerRight
RecentFilesHandler<JMenu> m_RecentFilesHandlerRight
the recent files handler (right).
-
-
Class adams.gui.tools.DiffPanel.LoadDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- 4178028433029613223L
-
Serialized Fields
-
m_PanelFile1
FileChooserPanel m_PanelFile1
the first file. -
m_PanelFile2
FileChooserPanel m_PanelFile2
the second file. -
m_PanelFiles
ParameterPanel m_PanelFiles
the panel for the files.
-
-
Class adams.gui.tools.EmailAddressBookPanel extends AbstractManagementPanelWithProperties<EmailContact> implements Serializable
- serialVersionUID:
- 2870352856009767535L
-
Serialized Fields
-
m_TextAddress
BaseTextArea m_TextAddress
the address. -
m_TextEmail
BaseTextField m_TextEmail
the email address. -
m_TextFirstName
BaseTextField m_TextFirstName
the first name. -
m_TextLastName
BaseTextField m_TextLastName
the last name. -
m_TextNote
BaseTextArea m_TextNote
the note. -
m_TextPhone
BaseTextArea m_TextPhone
the phone number.
-
-
Class adams.gui.tools.EmailAddressBookPanel.TableModel extends AbstractManagementTableModel<EmailContact> implements Serializable
- serialVersionUID:
- 6097860917524908958L
-
Class adams.gui.tools.ExpressionWatchPanel extends BasePanel implements Serializable
- serialVersionUID:
- -1541211757878841209L
-
Serialized Fields
-
m_ButtonAdd
BaseButton m_ButtonAdd
the button for adding an expression. -
m_ButtonEdit
BaseButton m_ButtonEdit
the button for editing an expression. -
m_ButtonRefresh
BaseButton m_ButtonRefresh
the button for refreshing an expression. -
m_ButtonRefreshAll
BaseButton m_ButtonRefreshAll
the button for refreshing all expression. -
m_ButtonRemove
BaseButton m_ButtonRemove
the button for removing an expression. -
m_ButtonRemoveAll
BaseButton m_ButtonRemoveAll
the button for removing all expressions. -
m_DialogExpression
ExpressionWatchPanel.ExpressionDialog m_DialogExpression
the dialog for adding expressions. -
m_ExpressionsModel
ExpressionWatchPanel.TableModel m_ExpressionsModel
the table model. -
m_Table
BaseTableWithButtons m_Table
the table.
-
-
Class adams.gui.tools.ExpressionWatchPanel.ExpressionDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- -8201358257732667201L
-
Serialized Fields
-
m_ComboBoxType
BaseComboBox m_ComboBoxType
the combobox with the expression types. -
m_TextExpression
BaseTextField m_TextExpression
the text field for the expression.
-
-
Class adams.gui.tools.ExpressionWatchPanel.TableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- -7414970810033285323L
-
Class adams.gui.tools.FavoritesManagementPanel extends BasePanel implements Serializable
- serialVersionUID:
- 7641450241106552195L
-
Serialized Fields
-
m_ButtonFavoriteAdd
BaseButton m_ButtonFavoriteAdd
the button for adding a favorite. -
m_ButtonFavoriteEdit
BaseButton m_ButtonFavoriteEdit
the button for editing a favorite. -
m_ButtonFavoriteRemove
BaseButton m_ButtonFavoriteRemove
the button for removing a favorite. -
m_ButtonFavoriteRemoveAll
BaseButton m_ButtonFavoriteRemoveAll
the button for removing all favorites. -
m_ButtonFavoriteRename
BaseButton m_ButtonFavoriteRename
the button for renaming a favorite. -
m_ButtonSuperclassAdd
BaseButton m_ButtonSuperclassAdd
the button for adding a superclass. -
m_ButtonSuperclassRemove
BaseButton m_ButtonSuperclassRemove
the button for removing a superclass. -
m_ButtonSuperclassRemoveAll
BaseButton m_ButtonSuperclassRemoveAll
the button for removing all superclasses. -
m_Favorites
Favorites m_Favorites
the favorites in use. -
m_GAEDialog
GenericArrayEditorDialog m_GAEDialog
the generic array editor for manipulating the favorites. -
m_GOEDialog
GenericObjectEditorDialog m_GOEDialog
the generic object editor for manipulating the favorites. -
m_ListModelFavorites
FavoritesManagementPanel.FavoritesListModel m_ListModelFavorites
the list model for the superclasses. -
m_ListModelSuperclass
FavoritesManagementPanel.SuperclassListModel m_ListModelSuperclass
the list model for the superclasses. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemClose
JMenuItem m_MenuItemClose
the "close" menu item. -
m_MenuItemRevert
JMenuItem m_MenuItemRevert
the "revert" menu item. -
m_MenuItemSave
JMenuItem m_MenuItemSave
the "save" menu item. -
m_PanelFavorites
BaseListWithButtons m_PanelFavorites
the panel for the favorites. -
m_PanelSuperclasses
BaseListWithButtons m_PanelSuperclasses
the panel for the superclasses.
-
-
Class adams.gui.tools.FavoritesManagementPanel.AbstractFavoritesListModel extends DefaultListModel implements Serializable
- serialVersionUID:
- -4439263856723765375L
-
Serialized Fields
-
m_Favorites
Favorites m_Favorites
the underlying favorites.
-
-
Class adams.gui.tools.FavoritesManagementPanel.FavoritesListModel extends FavoritesManagementPanel.AbstractFavoritesListModel implements Serializable
- serialVersionUID:
- -4331009712660382052L
-
Serialized Fields
-
m_Array
boolean m_Array
whether we are managing arrays. -
m_Superclass
Class m_Superclass
the superclass to display.
-
-
Class adams.gui.tools.FavoritesManagementPanel.SuperclassListModel extends FavoritesManagementPanel.AbstractFavoritesListModel implements Serializable
- serialVersionUID:
- -744836869993575297L
-
Class adams.gui.tools.FileChooserBookmarksManagementPanel extends AbstractManagementPanelWithProperties<com.googlecode.jfilechooserbookmarks.Bookmark> implements Serializable
- serialVersionUID:
- 2870352856009767535L
-
Serialized Fields
-
m_ButtonDown
BaseButton m_ButtonDown
the move down button. -
m_ButtonUp
BaseButton m_ButtonUp
the move up button. -
m_Factory
FileChooserBookmarksPanel.FileChooserBookmarksFactory m_Factory
the manager. -
m_PanelDirectory
DirectoryChooserPanel m_PanelDirectory
the directory. -
m_TextName
BaseTextField m_TextName
the name.
-
-
Class adams.gui.tools.FileChooserBookmarksManagementPanel.TableModel extends AbstractManagementTableModel<com.googlecode.jfilechooserbookmarks.Bookmark> implements Serializable
- serialVersionUID:
- 6097860917524908958L
-
Class adams.gui.tools.FileCommanderPanel extends BasePanel implements Serializable
- serialVersionUID:
- 3894304347424478383L
-
Serialized Fields
-
m_Actions
List<AbstractFileCommanderAction> m_Actions
the available actions. -
m_ButtonAction
BaseSplitButton m_ButtonAction
the action button. -
m_ButtonCopy
BaseFlatButton m_ButtonCopy
the button for copying the file. -
m_ButtonDelete
BaseFlatButton m_ButtonDelete
the button for deleting. -
m_ButtonMkDir
BaseFlatButton m_ButtonMkDir
the button for creating a directory. -
m_ButtonMove
BaseFlatButton m_ButtonMove
the button for moving. -
m_ButtonQuit
BaseFlatButton m_ButtonQuit
the button for quitting. -
m_ButtonReload
BaseFlatButton m_ButtonReload
the button for reloading the files. -
m_ButtonRename
BaseFlatButton m_ButtonRename
the button for renaming. -
m_ButtonStop
BaseFlatButton m_ButtonStop
the button for stopping an operation. -
m_ButtonView
BaseFlatButton m_ButtonView
the button for viewing the file. -
m_FileOperations
FileOperations m_FileOperations
the current file operations. -
m_FilesActive
FileCommanderDirectoryPanel m_FilesActive
the active panel. -
m_FilesInactive
FileCommanderDirectoryPanel m_FilesInactive
the inactive panel. -
m_MenuBar
JMenuBar m_MenuBar
the menubar. -
m_MenuItemLeftShowHidden
JMenuItem m_MenuItemLeftShowHidden
whether left panel shows hidden files. -
m_MenuItemRightShowHidden
JMenuItem m_MenuItemRightShowHidden
whether right panel shows hidden files. -
m_PanelButtons
JPanel m_PanelButtons
the panel with the buttons. -
m_PanelLeft
FileCommanderDirectoryPanel m_PanelLeft
the left panel. -
m_PanelRight
FileCommanderDirectoryPanel m_PanelRight
the right panel. -
m_StatusBar
BaseStatusBar m_StatusBar
the statusbar. -
m_Stopped
boolean m_Stopped
whether the operation was stopped by the user. -
m_Worker
SwingWorker m_Worker
the worker thread.
-
-
Class adams.gui.tools.FileMonitorPanel extends BasePanel implements Serializable
- serialVersionUID:
- -3090959157666111892L
-
Serialized Fields
-
m_CurrentFile
File m_CurrentFile
the filename of the current file. -
m_FileChooser
BaseFileChooser m_FileChooser
the filedialog for loading files. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemClose
JMenuItem m_MenuItemClose
the "close" submenu. -
m_MenuItemOpen
JMenuItem m_MenuItemOpen
the "open" submenu. -
m_MenuItemOpenRecent
JMenu m_MenuItemOpenRecent
the "open recent" submenu. -
m_RecentFilesHandler
RecentFilesHandler<JMenu> m_RecentFilesHandler
the recent files handler. -
m_TextMonitor
BaseTextArea m_TextMonitor
for displaying the content. -
m_TitleGenerator
TitleGenerator m_TitleGenerator
for generating the title.
-
-
Class adams.gui.tools.FindInFilesPanel extends BasePanel implements Serializable
- serialVersionUID:
- -7039965284917973727L
-
Serialized Fields
-
m_Actions
List<AbstractFindInFilesAction> m_Actions
the actions. -
m_ButtonActions
BaseButtonWithDropDownMenu m_ButtonActions
the action button. -
m_ButtonStart
BaseButton m_ButtonStart
the button for starting the search. -
m_ButtonStop
BaseButton m_ButtonStop
the button for stopping the search. -
m_CheckBoxCaseSensitive
BaseCheckBox m_CheckBoxCaseSensitive
whether to search case-sensitive. -
m_CheckBoxRecursive
BaseCheckBox m_CheckBoxRecursive
whether to search recursively. -
m_ComboBoxMatching
BaseComboBox<String> m_ComboBoxMatching
the type of search to perform. -
m_CurrentHandler
FileSearchHandler m_CurrentHandler
the current search handler. -
m_ExceptionHandler
ExceptionHandler m_ExceptionHandler
the exception handler. -
m_Lister
LocalDirectoryLister m_Lister
the file lister to use. -
m_ListResults
BaseListWithButtons m_ListResults
for listing the files that matched. -
m_Logger
Logger m_Logger
for logging. -
m_ModelResults
DefaultListModel<String> m_ModelResults
the model for the results. -
m_PanelDir
DirectoryChooserPanel m_PanelDir
the directory. -
m_PanelParameters
ParameterPanel m_PanelParameters
for the parameters. -
m_Running
boolean m_Running
whether search is currently running. -
m_StatusBar
BaseStatusBar m_StatusBar
the status bar. -
m_Stopped
boolean m_Stopped
whether the search has been stopped. -
m_TextFileRegExp
RegExpTextField m_TextFileRegExp
the regexp for the files. -
m_TextSearchText
BaseTextField m_TextSearchText
the search expression.
-
-
Class adams.gui.tools.ImageProcessorMultiPagePane extends MultiPagePane implements Serializable
- serialVersionUID:
- 4949565559707097445L
-
Serialized Fields
-
m_Owner
ImageProcessorPanel m_Owner
the owner.
-
-
Class adams.gui.tools.ImageProcessorPanel extends BasePanel implements Serializable
- serialVersionUID:
- 5882173310359920644L
-
Serialized Fields
-
m_ButtonCheck
BaseButton m_ButtonCheck
the "check flow" button. -
m_ButtonLoad
BaseButton m_ButtonLoad
the "load flow" button. -
m_ButtonNew
BaseButton m_ButtonNew
the "new flow" button. -
m_ButtonRun
BaseButton m_ButtonRun
the "run flow" button. -
m_ButtonSave
BaseButton m_ButtonSave
the "save flow" button. -
m_FileChooserFlow
FlowFileChooser m_FileChooserFlow
the file chooser for the flows. -
m_FileChooserImage
ImageFileChooser m_FileChooserImage
the file chooser for the pictures. -
m_LabelProgress
JLabel m_LabelProgress
the label for the progress. -
m_LastImageOverlayOriginal
ImageOverlay m_LastImageOverlayOriginal
the last image overlay in use (original). -
m_LastImageOverlayProcessed
ImageOverlay m_LastImageOverlayProcessed
the last image overlay in use (processed). -
m_LastObjectLocatorOriginal
AbstractObjectLocator m_LastObjectLocatorOriginal
the last object locator in use (original). -
m_LastObjectLocatorProcessed
AbstractObjectLocator m_LastObjectLocatorProcessed
the last object locator in use (processed). -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemEditRedo
JMenuItem m_MenuItemEditRedo
the menu item "redo". -
m_MenuItemEditUndo
JMenuItem m_MenuItemEditUndo
the menu item "undo". -
m_MenuItemFileClose
JMenuItem m_MenuItemFileClose
the menu item "close". -
m_MenuItemFileCloseAll
JMenuItem m_MenuItemFileCloseAll
the menu item "close all". -
m_MenuItemFileLoadRecent
JMenu m_MenuItemFileLoadRecent
the "load recent" submenu. -
m_MenuItemFileOpen
JMenuItem m_MenuItemFileOpen
the menu item "open". -
m_MenuItemViewHorizontal
JMenuItem m_MenuItemViewHorizontal
the menu item "horizontal". -
m_MenuItemViewVertical
JMenuItem m_MenuItemViewVertical
the menu item "vertical". -
m_MenuViewLocateObjects
JMenuItem m_MenuViewLocateObjects
the menu "locate objects". -
m_MenuViewRemoveOverlays
JMenuItem m_MenuViewRemoveOverlays
the menu "remove overlays". -
m_MultiPagePane
ImageProcessorMultiPagePane m_MultiPagePane
the tabbed pane for the images. -
m_PanelFlow
FlowPanel m_PanelFlow
the flow panel. -
m_RecentFilesHandler
RecentFilesHandlerWithCommandline<JMenu> m_RecentFilesHandler
the recent files handler. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_TitleGenerator
TitleGenerator m_TitleGenerator
for generating the title.
-
-
Class adams.gui.tools.ImageProcessorSubPanel extends BasePanel implements Serializable
- serialVersionUID:
- -5617124372054881553L
-
Serialized Fields
-
m_LayoutType
ImageProcessorSubPanel.LayoutType m_LayoutType
the layout. -
m_Owner
ImageProcessorMultiPagePane m_Owner
the owner. -
m_PanelOriginal
ImagePanel m_PanelOriginal
the original image. -
m_PanelProcessed
ImagePanel m_PanelProcessed
the processed image. -
m_SplitImages
BaseSplitPane m_SplitImages
the splitpane for the images.
-
-
Class adams.gui.tools.LogEntryDatabaseViewerPanel extends AbstractLogEntryViewerPanel implements Serializable
- serialVersionUID:
- -5878423449289564310L
-
Serialized Fields
-
m_ButtonDelete
BaseButton m_ButtonDelete
the button for deleting the entries. -
m_ButtonOptions
BaseButton m_ButtonOptions
the button for displaying the options. -
m_ButtonRefresh
BaseButton m_ButtonRefresh
the button for refreshing the entries. -
m_Conditions
LogEntryConditions m_Conditions
the conditions currently in use. -
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection. -
m_OptionsDialog
GenericObjectEditorDialog m_OptionsDialog
the GOE dialog for the conditions.
-
-
Class adams.gui.tools.LogEntryViewerPanel extends AbstractLogEntryViewerPanel implements Serializable
- serialVersionUID:
- -6159575511977628201L
-
Class adams.gui.tools.LogEntryViewerTableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- -7031190404664584447L
-
Class adams.gui.tools.NestedFormatViewerPanel extends BasePanel implements Serializable
- serialVersionUID:
- -2759137600779907146L
-
Serialized Fields
-
m_FileChooser
BaseFileChooser m_FileChooser
the file chooser for loading the files in nested format. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_Tree
BaseTree m_Tree
the tree for displaying the nested format.
-
-
Class adams.gui.tools.NestedFormatViewerPanel.Renderer extends DefaultTreeCellRenderer implements Serializable
- serialVersionUID:
- 8669721980782126964L
-
Class adams.gui.tools.OptionsConversionPanel extends BasePanel implements Serializable
- serialVersionUID:
- -2881786410361917678L
-
Serialized Fields
-
m_ButtonCodeOutputCopy
BaseButton m_ButtonCodeOutputCopy
the button for copying the code output. -
m_ButtonCodeOutputPaste
BaseButton m_ButtonCodeOutputPaste
the button for pasting the code output. -
m_ButtonCodeOutputSave
BaseButton m_ButtonCodeOutputSave
the button for saving the code output to a file. -
m_ButtonConvert
BaseButton m_ButtonConvert
the button initiating the conversion. -
m_ButtonInputCopy
BaseButton m_ButtonInputCopy
the button for copying the input. -
m_ButtonInputOpen
BaseButton m_ButtonInputOpen
the button for loading the input from file. -
m_ButtonInputPaste
BaseButton m_ButtonInputPaste
the button for pasting the input. -
m_ButtonOutputCopy
BaseButton m_ButtonOutputCopy
the button for copying the output. -
m_ButtonOutputPaste
BaseButton m_ButtonOutputPaste
the button for pasting the output. -
m_ButtonOutputSave
BaseButton m_ButtonOutputSave
the button for saving the output to a file. -
m_FileChooserCodeOutput
BaseFileChooser m_FileChooserCodeOutput
the file chooser for saving the code options. -
m_FileChooserInput
BaseFileChooser m_FileChooserInput
the file chooser for loading the options. -
m_FileChooserOutput
BaseFileChooser m_FileChooserOutput
the file chooser for saving the options. -
m_InputFormat
GenericObjectEditorPanel m_InputFormat
the GOE panel for the input. -
m_OutputFormat
GenericObjectEditorPanel m_OutputFormat
the GOE panel for the output. -
m_TextAreaCodeOutput
BaseTextAreaWithButtons m_TextAreaCodeOutput
the text area for the code output. -
m_TextAreaInput
BaseTextAreaWithButtons m_TextAreaInput
the text area for the input. -
m_TextAreaOutput
BaseTextAreaWithButtons m_TextAreaOutput
the text area for the output.
-
-
Class adams.gui.tools.OptionTree extends BasePanel implements Serializable
- serialVersionUID:
- 8177217505366217714L
-
Serialized Fields
-
m_ButtonCopy
BaseButton m_ButtonCopy
the button to copy the partial options to clipboard. -
m_ButtonUpdate
BaseButton m_ButtonUpdate
the button to update the tree. -
m_CheckBoxPropsFile
BaseCheckBox m_CheckBoxPropsFile
the checkbox for properties file pre-processing. -
m_TextOptionsFull
BaseTextField m_TextOptionsFull
the text field for pasting the complete option string. -
m_TextOptionsSelected
BaseTextField m_TextOptionsSelected
the text field for options represented by the currently selected sub-tree. -
m_TreeOptions
JTree m_TreeOptions
the tree for displaying the options hierarchy.
-
-
Class adams.gui.tools.PlaceholderManagementPanel extends BasePanel implements Serializable
- serialVersionUID:
- -7798984060662041747L
-
Serialized Fields
-
m_ButtonAdd
BaseButton m_ButtonAdd
the button for adding a placeholder. -
m_ButtonRemove
BaseButton m_ButtonRemove
the button for removing the selected placeholders. -
m_DirChooser
FileChooser m_DirChooser
the directory chooser for choosing directories. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemClose
JMenuItem m_MenuItemClose
the "close" menu item. -
m_MenuItemRevert
JMenuItem m_MenuItemRevert
the "revert" menu item. -
m_MenuItemSave
JMenuItem m_MenuItemSave
the "save" menu item. -
m_Model
PlaceholderManagementPanel.PlaceholderTableModel m_Model
the underlying table model. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane. -
m_Table
BaseTableWithButtons m_Table
the table holding the placeholders.
-
-
Class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableCellEditor extends DefaultCellEditor implements Serializable
- serialVersionUID:
- 8824466216235970313L
-
Serialized Fields
-
m_DirChooser
FileChooser m_DirChooser
the underlying directory chooser. -
m_Table
BaseTable m_Table
the table. -
m_TableModel
PlaceholderManagementPanel.PlaceholderTableModel m_TableModel
the table model to use. -
m_TextPath
BaseTextField m_TextPath
the BaseTextField used for displaying the path.
-
-
Class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- -7703129343528534771L
-
Class adams.gui.tools.PrettyPrintJSONConversionPanel extends AbstractSimpleConversionPanel implements Serializable
- serialVersionUID:
- 4355704946007035655L
-
Class adams.gui.tools.PrettyPrintXMLConversionPanel extends AbstractSimpleConversionPanel implements Serializable
- serialVersionUID:
- 4355704946007035655L
-
Class adams.gui.tools.PreviewBrowserPanel extends BasePanel implements Serializable
- serialVersionUID:
- 5284765971012530865L
-
Serialized Fields
-
m_ArchiveHandler
AbstractArchiveHandler m_ArchiveHandler
the current archive handler. -
m_ChangeMonitor
FileChangeMonitor m_ChangeMonitor
the file change monitor. -
m_ComboBoxArchiveHandlers
BaseComboBox m_ComboBoxArchiveHandlers
the combobox with the archive handlers (if more than one available). -
m_CurrentFiles
File[] m_CurrentFiles
the currently selected files. -
m_FileChooser
BaseFileChooser m_FileChooser
the file chooser for opening files. -
m_FileChooserNotes
NotesFileChooser m_FileChooserNotes
the file chooser for the notes. -
m_IgnoreArchiveHandlerChanges
boolean m_IgnoreArchiveHandlerChanges
whether to ignore selections of the archive handler combobox temporarily. -
m_ListArchiveFiles
SearchableBaseList m_ListArchiveFiles
the list with the archive files. -
m_ListLocalFiles
SearchableBaseList m_ListLocalFiles
the list with the local files. -
m_ListLocalFilesRenderer
ListCellRenderer m_ListLocalFilesRenderer
the renderer for the local files. -
m_LocalFilesActions
List<AbstractLocalFilesAction> m_LocalFilesActions
the actions for local files. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuFileLoadRecent
JMenu m_MenuFileLoadRecent
the "load recent" submenu. -
m_MenuItemCacheViews
JMenuItem m_MenuItemCacheViews
the "cache views" menu item. -
m_MenuItemClearNotesAll
JMenuItem m_MenuItemClearNotesAll
the "clear notes (global)" menu item. -
m_MenuItemClearNotesDir
JMenuItem m_MenuItemClearNotesDir
the "clear notes (current dir)" menu item. -
m_MenuItemSaveNotes
JMenuItem m_MenuItemSaveNotes
the "save notes" menu item. -
m_MenuItemShowHiddenFiles
JMenuItem m_MenuItemShowHiddenFiles
the "show hidden files" menu item. -
m_MenuItemShowTempFiles
JMenuItem m_MenuItemShowTempFiles
the "show temp files" menu item. -
m_MenuItemUseFixedHandler
JMenuItem m_MenuItemUseFixedHandler
the "use fixed handler" menu item. -
m_MenuItemViewNotes
JMenuItem m_MenuItemViewNotes
the "show notes" menu item. -
m_ModelArchiveFiles
DefaultListModel m_ModelArchiveFiles
the model for the archive files. -
m_ModelArchiveHandlers
DefaultComboBoxModel<String> m_ModelArchiveHandlers
the model of the combobox. -
m_ModelLocalFiles
DefaultListModel<String> m_ModelLocalFiles
the model for the local files. -
m_PaneBrowsing
BaseSplitPane m_PaneBrowsing
the panel for browsing. -
m_PanelArchiveFiles
BasePanel m_PanelArchiveFiles
the panel with the archive files. -
m_PanelArchiveFilesBottom
BasePanel m_PanelArchiveFilesBottom
the panel with the archive files (bottom). -
m_PanelArchiveHandlers
BasePanel m_PanelArchiveHandlers
the panel with the archive handlers. -
m_PanelContent
PreviewDisplay m_PanelContent
the panel for the content display. -
m_PanelDir
DirectoryChooserPanel m_PanelDir
for selecting the directory to browse. -
m_PanelLocalFiles
BasePanel m_PanelLocalFiles
the panel with the local files. -
m_RecentFilesHandler
RecentFilesHandler<JMenu> m_RecentFilesHandler
the recent files handler. -
m_SearchArchiveFiles
SearchPanel m_SearchArchiveFiles
the search panel for the archive files. -
m_SearchLocalFiles
SearchPanel m_SearchLocalFiles
the search panel for the local files. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane in use. -
m_TitleGenerator
TitleGenerator m_TitleGenerator
for generating the title of the dialog/frame.
-
-
Class adams.gui.tools.PreviewBrowserPanel.LocalFilesListCellRenderer extends DefaultListCellRenderer implements Serializable
-
Serialized Fields
-
m_Owner
PreviewBrowserPanel m_Owner
the owner.
-
-
-
Class adams.gui.tools.PropertiesViewerPanel extends BasePanel implements Serializable
- serialVersionUID:
- -3421194728424946082L
-
Serialized Fields
-
m_ComboBoxKeys
BaseComboBox m_ComboBoxKeys
the combobox with the properties keys. -
m_CurrentFile
File m_CurrentFile
the current props file. -
m_FileChooser
BaseFileChooser m_FileChooser
the file chooser for loading external props files. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemClose
JMenuItem m_MenuItemClose
the "close" menu item. -
m_MenuItemOpen
JMenuItem m_MenuItemOpen
the "open" menu item. -
m_MenuItemSave
JMenuItem m_MenuItemSave
the "save" menu item. -
m_MenuLoadRecent
JMenu m_MenuLoadRecent
the "load recent" submenu. -
m_PanelSearch
SearchPanel m_PanelSearch
the search panel. -
m_RecentFilesHandler
RecentFilesHandler<JMenu> m_RecentFilesHandler
the recent files handler. -
m_Table
SortableAndSearchableTable m_Table
the table displaying the information. -
m_TableModel
PropertiesTableModel m_TableModel
the table model displaying the data.
-
-
Class adams.gui.tools.RunToolPanel extends AbstractRunToolPanel implements Serializable
- serialVersionUID:
- -2859158797113257026L
-
Class adams.gui.tools.SpreadSheetProcessorPanel extends BasePanel implements Serializable
- serialVersionUID:
- -8779070213062972306L
-
Serialized Fields
-
m_DataProcessor
SpreadSheet m_DataProcessor
the processed data. -
m_DataSource
SpreadSheet m_DataSource
the source data. -
m_FileChooserConfiguration
SerializationFileChooser m_FileChooserConfiguration
filechooser for load/save configurations. -
m_GeneratedFlows
List<Actor> m_GeneratedFlows
the generated flows (eg charts). -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_PanelProcessor
SpreadSheetProcessorPanel.WidgetPanel m_PanelProcessor
the widget panel for the processor. -
m_PanelSource
SpreadSheetProcessorPanel.WidgetPanel m_PanelSource
the widget panel for the source. -
m_PanelTarget
SpreadSheetProcessorPanel.WidgetPanel m_PanelTarget
the widget panel for the target. -
m_SplitPanelCenter
BaseSplitPane m_SplitPanelCenter
the center split pane. -
m_SplitPanelLeft
BaseSplitPane m_SplitPanelLeft
the left split pane. -
m_SplitPanelRight
BaseSplitPane m_SplitPanelRight
the right split pane. -
m_SplitPanelVert1
BaseSplitPane m_SplitPanelVert1
the 1st vertical split pane. -
m_SplitPanelVert2
BaseSplitPane m_SplitPanelVert2
the 2nd vertical split pane. -
m_StatusBar
BaseStatusBar m_StatusBar
the status bar. -
m_TableModelProcessor
SpreadSheetTableModel m_TableModelProcessor
the spreadsheet model. -
m_TableModelSource
SpreadSheetTableModel m_TableModelSource
the spreadsheet model. -
m_TableProcessor
SpreadSheetTableWithSearch m_TableProcessor
the table for displaying the processed spreadsheet. -
m_TableSource
SpreadSheetTableWithSearch m_TableSource
the table for displaying the spreadsheet.
-
-
Class adams.gui.tools.SpreadSheetProcessorPanel.WidgetPanel extends BasePanel implements Serializable
- serialVersionUID:
- -2509485998585342076L
-
Serialized Fields
-
m_ComboBoxWidgets
BaseComboBox<AbstractWidget> m_ComboBoxWidgets
the combobox with the widgets. -
m_CurrentWidget
AbstractWidget m_CurrentWidget
the current widget. -
m_DefaultWidget
AbstractWidget m_DefaultWidget
the default widget. -
m_Label
String m_Label
the label to use. -
m_Owner
SpreadSheetProcessorPanel m_Owner
the owner. -
m_PanelWidget
BasePanel m_PanelWidget
the panel for the widget. -
m_WidgetClass
Class m_WidgetClass
the widget class. -
m_Widgets
List<AbstractWidget> m_Widgets
the available widgets.
-
-
Class adams.gui.tools.SpreadSheetViewerPanel extends ToolBarPanel implements Serializable
- serialVersionUID:
- -7759194648757624838L
-
Serialized Fields
-
m_ActionDataChart
SpreadSheetViewerAction m_ActionDataChart
the "Chart" menu item. -
m_ActionDataComputeDifference
SpreadSheetViewerAction m_ActionDataComputeDifference
the "compute difference" menu item. -
m_ActionDataConvert
SpreadSheetViewerAction m_ActionDataConvert
the "Convert" menu item. -
m_ActionDataFilterColumns
SpreadSheetViewerAction m_ActionDataFilterColumns
the "filter columns" menu item. -
m_ActionDataFilterRows
SpreadSheetViewerAction m_ActionDataFilterRows
the "filter rows" menu item. -
m_ActionDataSort
SpreadSheetViewerAction m_ActionDataSort
the "Sort" menu item. -
m_ActionDataTransform
SpreadSheetViewerAction m_ActionDataTransform
the "Transform" menu item. -
m_ActionEditClearClipboard
SpreadSheetViewerAction m_ActionEditClearClipboard
the "clear clipboard" menu item. -
m_ActionEditPasteFromClipboard
SpreadSheetViewerAction m_ActionEditPasteFromClipboard
the "paste from clipboard" menu item. -
m_ActionFileClosePage
SpreadSheetViewerAction m_ActionFileClosePage
the "close" menu item. -
m_ActionFileExit
SpreadSheetViewerAction m_ActionFileExit
the "exit" menu item. -
m_ActionFileGarbageCollectionOnClose
SpreadSheetViewerAction m_ActionFileGarbageCollectionOnClose
the "use GC" menu item. -
m_ActionFileOpen
SpreadSheetViewerAction m_ActionFileOpen
the "open" menu item. -
m_ActionFileSave
SpreadSheetViewerAction m_ActionFileSave
the "save" menu item. -
m_ActionFileSaveAs
SpreadSheetViewerAction m_ActionFileSaveAs
the "save as" menu item. -
m_ActionHelpFormulas
SpreadSheetViewerAction m_ActionHelpFormulas
the "formulas" help menu item. -
m_Actions
List<SpreadSheetViewerAction> m_Actions
menu items. -
m_ActionViewApplyToAll
SpreadSheetViewerAction m_ActionViewApplyToAll
the "apply to all" menu item. -
m_ActionViewCellRenderingCustomizer
SpreadSheetViewerAction m_ActionViewCellRenderingCustomizer
the "rendering" menu item. -
m_ActionViewDisplayedDecimals
SpreadSheetViewerAction m_ActionViewDisplayedDecimals
the "displayed decimals" menu item. -
m_ActionViewOptimalColumnWidth
SpreadSheetViewerAction m_ActionViewOptimalColumnWidth
the "optimal column widths" menu item. -
m_ActionViewSetColumnWidth
SpreadSheetViewerAction m_ActionViewSetColumnWidth
the "set column widths" menu item. -
m_ActionViewShowCellTypes
SpreadSheetViewerAction m_ActionViewShowCellTypes
the "show cell types" menu item. -
m_ActionViewShowFormulas
SpreadSheetViewerAction m_ActionViewShowFormulas
the "show formulas" menu item. -
m_ApplyToAll
boolean m_ApplyToAll
whether to apply settings to all tabs or just current one. -
m_DataPlugins
List<AbstractDataPlugin> m_DataPlugins
the data plugins. -
m_FileChooser
SpreadSheetFileChooser m_FileChooser
the filedialog for loading CSV files. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuFileOpenRecent
JMenu m_MenuFileOpenRecent
the "load recent" submenu. -
m_MenuItemDataPlugins
List<JMenuItem> m_MenuItemDataPlugins
the data plugin menu items. -
m_MenuItemHelpQuery
SpreadSheetViewerAction m_MenuItemHelpQuery
the "query" help menu item. -
m_MenuItemViewPlugins
List<JMenuItem> m_MenuItemViewPlugins
the view plugin menu items. -
m_MultiPagePane
MultiPagePane m_MultiPagePane
the multi-page pane for displaying the spreadsheets. -
m_RecentFilesHandler
RecentFilesHandlerWithCommandline<JMenu> m_RecentFilesHandler
the recent files handler. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_ViewerTabs
ViewerTabManager m_ViewerTabs
the viewer tabs. -
m_ViewPlugins
List<AbstractViewPlugin> m_ViewPlugins
the view plugins.
-
-
Class adams.gui.tools.SqlWorkbenchPanel extends BasePanel implements Serializable
- serialVersionUID:
- -441129668621939313L
-
Serialized Fields
-
m_MenuBar
JMenuBar m_MenuBar
the menubar. -
m_MenuItemClose
JMenuItem m_MenuItemClose
the "close" menu item. -
m_MenuItemCloseAllQueries
JMenuItem m_MenuItemCloseAllQueries
the "close all queries" menu item. -
m_MenuItemCloseQuery
JMenuItem m_MenuItemCloseQuery
the "close query" menu item. -
m_MenuItemNewMetaData
JMenuItem m_MenuItemNewMetaData
the "new meta-data" menu item. -
m_MenuItemNewQuery
JMenuItem m_MenuItemNewQuery
the "new query" menu item. -
m_MetaDataCounter
int m_MetaDataCounter
the MetaData counter. -
m_MultiPagePane
MultiPagePane m_MultiPagePane
the multi-page pane. -
m_SQLCounter
int m_SQLCounter
the SQL counter.
-
-
Class adams.gui.tools.SSHPanel extends BasePanel implements Serializable
- serialVersionUID:
- 6647177121906710884L
-
Serialized Fields
-
m_AttributeSetCmd
SimpleAttributeSet m_AttributeSetCmd
the attributeset for commands. -
m_AttributeSetError
SimpleAttributeSet m_AttributeSetError
the attributeset for errors. -
m_AttributeSetRemote
SimpleAttributeSet m_AttributeSetRemote
the attributeset for remote output. -
m_AuthenticationPanels
HashMap<SSHAuthenticationType,JPanel> m_AuthenticationPanels
the authentication panels. -
m_ButtonClear
BaseButton m_ButtonClear
the button for clearing the output. -
m_ButtonCommand
BaseButton m_ButtonCommand
the button for executing the command. -
m_ButtonConnection
BaseButton m_ButtonConnection
for connecting/disconnecting. -
m_ButtonCopy
BaseButton m_ButtonCopy
the button for copying the selected output. -
m_Channel
com.jcraft.jsch.Channel m_Channel
the channel. -
m_ComboBoxAuthenticationType
BaseComboBox<SSHAuthenticationType> m_ComboBoxAuthenticationType
the combobox for the authentication type. -
m_CommandHistory
List<String> m_CommandHistory
the command history. -
m_CommandIndex
int m_CommandIndex
the current command index. -
m_FileChooserPanelKey
FileChooserPanel m_FileChooserPanelKey
the file panel for the key. -
m_FileChooserPanelKnownHosts
FileChooserPanel m_FileChooserPanelKnownHosts
the file panel for the known hosts. -
m_Logger
Logger m_Logger
the logger in use. -
m_PanelAuthentication
JPanel m_PanelAuthentication
the authentication panel. -
m_PortModel
SpinnerNumberModel m_PortModel
the model of the spinner. -
m_Session
com.jcraft.jsch.Session m_Session
the ssh session. -
m_SpinnerPort
JSpinner m_SpinnerPort
the port. -
m_TextCommand
BaseTextField m_TextCommand
the text field for the command to issue. -
m_TextKeyPassphrase
BasePasswordFieldWithButton m_TextKeyPassphrase
the text field for the private key passphrase. -
m_TextOutput
BaseTextPaneWithButtons m_TextOutput
text area for the output. -
m_TextPassword
BasePasswordFieldWithButton m_TextPassword
the text field for the password. -
m_TextRemote
BaseTextField m_TextRemote
the remote server. -
m_TextUser
BaseTextField m_TextUser
the text field for the user.
-
-
Class adams.gui.tools.SystemInfoPanel extends BasePanel implements Serializable
- serialVersionUID:
- 5962605234258828474L
-
Serialized Fields
-
m_FileChooser
BaseFileChooser m_FileChooser
the file chooser for saving the system info data. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar. -
m_MenuItemEditCopy
JMenuItem m_MenuItemEditCopy
the copy menu item. -
m_MenuItemEditSelectAll
JMenuItem m_MenuItemEditSelectAll
the select all menu item. -
m_MenuItemFileSaveAs
JMenuItem m_MenuItemFileSaveAs
the save as menu item. -
m_PanelSearch
SearchPanel m_PanelSearch
the search panel. -
m_SystemInfo
SystemInfo m_SystemInfo
the hashtable containing the information. -
m_Table
SortableAndSearchableTable m_Table
the table displaying the information. -
m_TableModel
MapTableModel m_TableModel
the table model displaying the data.
-
-
Class adams.gui.tools.VariableManagementPanel extends BasePanel implements Serializable
- serialVersionUID:
- 8289824326163269560L
-
Serialized Fields
-
m_ButtonCopyName
BaseButton m_ButtonCopyName
the button for copying the variable name. -
m_ButtonCopyValue
BaseButton m_ButtonCopyValue
the button for copying the variable value. -
m_ButtonShowValue
BaseButton m_ButtonShowValue
the button for showing the variable value. -
m_CheckBoxUserOnlyVars
BaseCheckBox m_CheckBoxUserOnlyVars
whether to show only user variables. -
m_FileChooser
BaseFileChooser m_FileChooser
the filechooser for choosing directories. -
m_Model
VariableManagementPanel.VariableTableModel m_Model
the underlying table model. -
m_PanelSearch
SearchPanel m_PanelSearch
for searching the variables. -
m_Table
SortableAndSearchableTableWithButtons m_Table
the table holding the variables.
-
-
Class adams.gui.tools.VariableManagementPanel.VariableTableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- 1842691685087532235L
-
Serialized Fields
-
m_DisplayUserOnly
boolean m_DisplayUserOnly
whether to display user-only vars. -
m_Names
List<String> m_Names
the sorted list of var names. -
m_NamesUserOnly
List<String> m_NamesUserOnly
the sorted list of user-only var names. -
m_ProgrammaticVars
Set<String> m_ProgrammaticVars
programmatic variables. -
m_Values
Map<String,String> m_Values
the name - actual value relation. -
m_Variables
Variables m_Variables
the underlying variables instance.
-
-
Class adams.gui.tools.WekaOptionsConversionPanel extends BasePanel implements Serializable
- serialVersionUID:
- -5846361688841154052L
-
Serialized Fields
-
m_ButtonCodeOutputCopy
BaseButton m_ButtonCodeOutputCopy
the button for copying the code output. -
m_ButtonCodeOutputPaste
BaseButton m_ButtonCodeOutputPaste
the button for pasting the code output. -
m_ButtonConvert
BaseButton m_ButtonConvert
the button initiating the conversion. -
m_ButtonInputCopy
BaseButton m_ButtonInputCopy
the button for copying the input. -
m_ButtonInputPaste
BaseButton m_ButtonInputPaste
the button for pasting the input. -
m_TextAreaCodeOutput
BaseTextAreaWithButtons m_TextAreaCodeOutput
the text area for the output. -
m_TextAreaInput
BaseTextAreaWithButtons m_TextAreaInput
the text area for the input.
-
-
Class adams.gui.tools.XSLTPanel extends BasePanel implements Serializable
- serialVersionUID:
- -5677998941035693457L
-
Serialized Fields
-
m_ButtonApply
BaseButton m_ButtonApply
the Apply button. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar. -
m_MenuItemExpandEntityReferences
JCheckBoxMenuItem m_MenuItemExpandEntityReferences
the menu item for expanding entity references. -
m_MenuItemIgnoreComments
JCheckBoxMenuItem m_MenuItemIgnoreComments
the menu item for ignoring comments. -
m_MenuItemIgnoreWhitespaces
JCheckBoxMenuItem m_MenuItemIgnoreWhitespaces
the menu item for ignoring whitespaces. -
m_MenuItemNamespaceAware
JCheckBoxMenuItem m_MenuItemNamespaceAware
the menu item for namespace aware. -
m_MenuItemValidating
JCheckBoxMenuItem m_MenuItemValidating
the menu item for validating. -
m_MenuItemXInludeAware
JCheckBoxMenuItem m_MenuItemXInludeAware
the menu item for XInclude aware. -
m_PanelButtons
JPanel m_PanelButtons
the buttons panel. -
m_PanelOutput
XSLTPanel.SubPanel m_PanelOutput
the output panel. -
m_PanelXML
XSLTPanel.SubPanel m_PanelXML
the XML panel. -
m_PanelXSL
XSLTPanel.SubPanel m_PanelXSL
the XSL panel. -
m_SplitPane1
BaseSplitPane m_SplitPane1
the first split pane. -
m_SplitPane2
BaseSplitPane m_SplitPane2
the second split pane.
-
-
Class adams.gui.tools.XSLTPanel.SubPanel extends BasePanel implements Serializable
- serialVersionUID:
- 3836566100162935753L
-
Serialized Fields
-
m_ButtonClear
BaseButton m_ButtonClear
the button for clearing the text. -
m_ButtonCopy
BaseButton m_ButtonCopy
the button for copy. -
m_ButtonOpen
BaseButton m_ButtonOpen
the button for loading a file. -
m_ButtonPaste
BaseButton m_ButtonPaste
the button for paste. -
m_ButtonSave
BaseButton m_ButtonSave
the button for saving to a file. -
m_FileChooser
BaseFileChooser m_FileChooser
the file chooser. -
m_PanelButtons
JPanel m_PanelButtons
the panel with the buttons. -
m_PanelText
TextPanel m_PanelText
the panel for the text.
-
-
-
Package adams.gui.tools.filecommander
-
Class adams.gui.tools.filecommander.AbstractFileCommanderAction extends AbstractBaseAction implements Serializable
- serialVersionUID:
- -3555111594280198534L
-
Serialized Fields
-
m_Owner
FileCommanderPanel m_Owner
the owner.
-
-
Class adams.gui.tools.filecommander.Actions extends AbstractFileCommanderAction implements Serializable
- serialVersionUID:
- 3534921592926517557L
-
Class adams.gui.tools.filecommander.Bzip2 extends AbstractFileCommanderAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Class adams.gui.tools.filecommander.FileCommanderDirectoryPanel extends BasePanel implements Serializable
- serialVersionUID:
- 8639721023952554657L
-
Serialized Fields
-
m_ChooserChangeListeners
Set<ChangeListener> m_ChooserChangeListeners
the chooser change listeners. -
m_Choosers
BaseComboBox<AbstractChooserPanelWithIOSupport> m_Choosers
the combobox with the available directory chooser panels. -
m_Dir
AbstractChooserPanelWithIOSupport m_Dir
the left dir panel. -
m_DirChangeListener
ChangeListener m_DirChangeListener
the change listener for the left dir. -
m_Files
FilePanel m_Files
the left side. -
m_IgnoreChanges
boolean m_IgnoreChanges
whether to ignore changes. -
m_Owner
FileCommanderPanel m_Owner
the owner. -
m_PanelChooser
JPanel m_PanelChooser
the panel for the combox of choosers and current chooser.
-
-
Class adams.gui.tools.filecommander.Gzip extends AbstractFileCommanderAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Class adams.gui.tools.filecommander.Lzf extends AbstractFileCommanderAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Class adams.gui.tools.filecommander.Lzma extends AbstractFileCommanderAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Class adams.gui.tools.filecommander.Tar extends AbstractFileCommanderAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Class adams.gui.tools.filecommander.Xz extends AbstractFileCommanderAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Class adams.gui.tools.filecommander.Zip extends AbstractFileCommanderAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Class adams.gui.tools.filecommander.Zstd extends AbstractFileCommanderAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
-
Package adams.gui.tools.findinfiles
-
Class adams.gui.tools.findinfiles.AbstractFindInFilesAction extends AbstractBaseAction implements Serializable
- serialVersionUID:
- -3674130494680943522L
-
Serialized Fields
-
m_Owner
FindInFilesPanel m_Owner
the owner.
-
-
Class adams.gui.tools.findinfiles.CopyDir extends AbstractFindInFilesAction implements Serializable
- serialVersionUID:
- 2602074439493570865L
-
Class adams.gui.tools.findinfiles.CopyFullPath extends AbstractFindInFilesAction implements Serializable
- serialVersionUID:
- 2602074439493570865L
-
Class adams.gui.tools.findinfiles.CopyName extends AbstractFindInFilesAction implements Serializable
- serialVersionUID:
- 2602074439493570865L
-
Class adams.gui.tools.findinfiles.CopyTo extends AbstractFindInFilesAction implements Serializable
- serialVersionUID:
- 2602074439493570865L
-
Serialized Fields
-
m_DirChooser
FileChooser m_DirChooser
the directory chooser to use.
-
-
Class adams.gui.tools.findinfiles.MoveTo extends AbstractFindInFilesAction implements Serializable
- serialVersionUID:
- 2602074439493570865L
-
Serialized Fields
-
m_DirChooser
FileChooser m_DirChooser
the directory chooser to use.
-
-
Class adams.gui.tools.findinfiles.View extends AbstractFindInFilesAction implements Serializable
- serialVersionUID:
- 2602074439493570865L
-
-
Package adams.gui.tools.previewbrowser
-
Class adams.gui.tools.previewbrowser.AbstractArchiveHandler extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3774402480647722078L
-
Serialized Fields
-
m_Archive
PlaceholderFile m_Archive
the archive to extract the files from.
-
-
Class adams.gui.tools.previewbrowser.AbstractContentHandler extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2722977281064051787L
-
Class adams.gui.tools.previewbrowser.AbstractObjectContentHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3198323865188366884L
-
Class adams.gui.tools.previewbrowser.AbstractReportHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3800895640927273805L
-
Class adams.gui.tools.previewbrowser.AbstractSerializedObjectViewer extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2722977281064051787L
-
Class adams.gui.tools.previewbrowser.AbstractSpreadSheetHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- 460332838835780629L
-
Serialized Fields
-
m_CellRenderingCustomizer
CellRenderingCustomizer m_CellRenderingCustomizer
for customizing the cell rendering.
-
-
Class adams.gui.tools.previewbrowser.ActualVsPredictedHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -5721119391424306170L
-
Serialized Fields
-
m_Actual
SpreadSheetColumnIndex m_Actual
the column with the actual values. -
m_Additional
SpreadSheetColumnRange m_Additional
the additional columns in the spreadsheet to add to the plot containers. -
m_Error
SpreadSheetColumnIndex m_Error
the column with the error values (optional). -
m_Predicted
SpreadSheetColumnIndex m_Predicted
the column with the predicted values. -
m_SwapAxes
boolean m_SwapAxes
whether to swap the axes.
-
-
Class adams.gui.tools.previewbrowser.AnnotateImage extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_AlternativeFileSuffix
String m_AlternativeFileSuffix
the alternative file suffix to use. -
m_Labels
BaseString[] m_Labels
the labels. -
m_Overlay
ImageOverlay m_Overlay
the overlay to use for highlighting the objects. -
m_Prefix
String m_Prefix
the prefix to use in the report. -
m_Reader
AbstractReportReader m_Reader
the reader to use. -
m_SelectionProcessor
SelectionProcessor m_SelectionProcessor
the selection processor to apply. -
m_SelectionShapePainter
SelectionShapePainter m_SelectionShapePainter
the painter for the selection shape. -
m_Suffix
String m_Suffix
the suffix to use for the labels. -
m_Writer
AbstractReportWriter m_Writer
the report writer for updating the file. -
m_Zoom
double m_Zoom
the zoom level.
-
-
Class adams.gui.tools.previewbrowser.AnnotateImage.CombinedPanel extends BasePanel implements Serializable
- serialVersionUID:
- -5987843428926585139L
-
Serialized Fields
-
m_ButtonSave
JButton m_ButtonSave
the save button. -
m_CurrentFile
File m_CurrentFile
the current file. -
m_PanelAnnotator
ImageAnnotator.AnnotatorPanel m_PanelAnnotator
for annotating the image. -
m_PanelButtons
JPanel m_PanelButtons
the panel for the buttons.
-
-
Class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_LabelFont
Font m_LabelFont
the label font. -
m_LabelFormat
String m_LabelFormat
the label for the rectangles. -
m_Prefix
String m_Prefix
the prefix for the objects in the report. -
m_TypeRegExp
BaseRegExp m_TypeRegExp
the regular expression for the types to draw. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type.
-
-
Class adams.gui.tools.previewbrowser.ApacheCommonsImageHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Class adams.gui.tools.previewbrowser.ApacheCommonsImageMetaDataHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Class adams.gui.tools.previewbrowser.BlueChannelImageHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for generating the colors. -
m_Reader
ImageReader m_Reader
the image reader to use.
-
-
Class adams.gui.tools.previewbrowser.BoofCVImageHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Class adams.gui.tools.previewbrowser.CocoAnnotationsHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_AlternativeLocation
PlaceholderDirectory m_AlternativeLocation
the alternative location. -
m_Color
Color m_Color
the color for the objects. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_LabelFont
Font m_LabelFont
the label font. -
m_LabelFormat
String m_LabelFormat
the label for the rectangles. -
m_TypeColorProvider
ColorProvider m_TypeColorProvider
the color provider to use. -
m_TypeRegExp
BaseRegExp m_TypeRegExp
the regular expression for the types to draw. -
m_UseAlternativeLocation
boolean m_UseAlternativeLocation
whether to use an alternative location for the reports. -
m_UseColorsPerType
boolean m_UseColorsPerType
whether to use colors per type.
-
-
Class adams.gui.tools.previewbrowser.CocoAnnotationsHandler.CombinedPanel extends BasePanel implements Serializable
- serialVersionUID:
- 236378741683380463L
-
Serialized Fields
-
m_CheckBoxAlternative
BaseCheckBox m_CheckBoxAlternative
whether to use an alternative location for reports. -
m_ChooserAlternative
DirectoryChooserPanel m_ChooserAlternative
the alternative location. -
m_FileMonitors
Map<String,FileChangeMonitor> m_FileMonitors
the file monitors (json file -> monitor). -
m_PanelImage
ImagePanel m_PanelImage
the image panel. -
m_Reports
Map<String,Report> m_Reports
the reports (image -> report).
-
-
Class adams.gui.tools.previewbrowser.ColorDistributionHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_Reader
ImageReader m_Reader
the image reader to use.
-
-
Class adams.gui.tools.previewbrowser.ConfusionMatrixHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -5721119391424306170L
-
Class adams.gui.tools.previewbrowser.ConsoleOutputHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3742792431184171044L
-
Class adams.gui.tools.previewbrowser.ContentHandlerFavorites extends LoggingObject implements Serializable
- serialVersionUID:
- 3953765628612115247L
-
Serialized Fields
-
m_AutoSave
boolean m_AutoSave
whether to save the properties whenever a change happened. -
m_Favorites
List<ContentHandlerFavorites.ContentHandlerFavorite> m_Favorites
the favorites. -
m_Modified
boolean m_Modified
whether the favorites were modified.
-
-
Class adams.gui.tools.previewbrowser.ContentHandlerFavorites.ContentHandlerFavorite extends LoggingObject implements Serializable
- serialVersionUID:
- -7917753097321799489L
-
Class adams.gui.tools.previewbrowser.CreatingPreviewPanel extends PreviewPanel implements Serializable
- serialVersionUID:
- -5340044488976755902L
-
Class adams.gui.tools.previewbrowser.CsvSpreadSheetHandler extends AbstractSpreadSheetHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_AlternativeLocation
PlaceholderDirectory m_AlternativeLocation
the alternative location. -
m_Color
Color m_Color
the color for the objects. -
m_Diameter
int m_Diameter
the diameter of the circle. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_LabelAnchor
ImageAnchor m_LabelAnchor
the label anchor. -
m_LabelFont
Font m_LabelFont
the label font. -
m_LabelFormat
String m_LabelFormat
the label for the points. -
m_LabelOffsetX
int m_LabelOffsetX
the x offset for the label. -
m_LabelOffsetY
int m_LabelOffsetY
the y offset for the label. -
m_PredefinedLabels
BaseString[] m_PredefinedLabels
the predefined labels. -
m_Prefix
String m_Prefix
the prefix for the objects in the report. -
m_ShowPointPanel
boolean m_ShowPointPanel
whether to show the located object panel. -
m_TypeColorProvider
ColorProvider m_TypeColorProvider
the color provider to use. -
m_TypeRegExp
BaseRegExp m_TypeRegExp
the regular expression for the types to draw. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type. -
m_UseAlternativeLocation
boolean m_UseAlternativeLocation
whether to use an alternative location for the reports. -
m_UseColorsPerType
boolean m_UseColorsPerType
whether to use colors per type.
-
-
Class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler.CombinedPanel extends BasePanel implements Serializable
- serialVersionUID:
- 236378741683380463L
-
Serialized Fields
-
m_CheckBoxAlternative
BaseCheckBox m_CheckBoxAlternative
whether to use an alternative location for reports. -
m_ChooserAlternative
FileChooserPanel m_ChooserAlternative
the alternative location. -
m_PanelImage
ImagePanel m_PanelImage
the image panel.
-
-
Class adams.gui.tools.previewbrowser.DefaultSerializedObjectViewer extends AbstractSerializedObjectViewer implements Serializable
- serialVersionUID:
- 491669321468347478L
-
Class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -1671414346233382229L
-
Serialized Fields
-
m_Color
Color m_Color
the color for the objects. -
m_LabelFont
Font m_LabelFont
the label font. -
m_LabelFormat
String m_LabelFormat
the label for the rectangles. -
m_Prefix
String m_Prefix
the prefix for the objects in the report. -
m_TypeColorProvider
ColorProvider m_TypeColorProvider
the color provider to use. -
m_TypeRegExp
BaseRegExp m_TypeRegExp
the regular expression for the types to draw. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type. -
m_UseColorsPerType
boolean m_UseColorsPerType
whether to use colors per type.
-
-
Class adams.gui.tools.previewbrowser.ExcelSpreadSheetHandler extends AbstractSpreadSheetHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Class adams.gui.tools.previewbrowser.FailedToCreatePreviewPanel extends MessagePanel implements Serializable
- serialVersionUID:
- 2312946141347890073L
-
Class adams.gui.tools.previewbrowser.FileInfoHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- 8930638838922218410L
-
Class adams.gui.tools.previewbrowser.FlowHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- 4859255638148506547L
-
Class adams.gui.tools.previewbrowser.FromFileHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- 4859255638148506547L
-
Serialized Fields
-
m_Configuration
PlaceholderFile m_Configuration
the file with the configuration.
-
-
Class adams.gui.tools.previewbrowser.GraphSource extends AbstractSerializedObjectViewer implements Serializable
- serialVersionUID:
- -262735238228366027L
-
Class adams.gui.tools.previewbrowser.GraphVisualizer extends AbstractSerializedObjectViewer implements Serializable
- serialVersionUID:
- -262735238228366027L
-
Class adams.gui.tools.previewbrowser.GrayOrIndexedImageHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for generating the colors. -
m_Reader
ImageReader m_Reader
the image reader to use.
-
-
Class adams.gui.tools.previewbrowser.GroovyHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -5025612089494768161L
-
Class adams.gui.tools.previewbrowser.HexaDecimalHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- 6961566580558582551L
-
Class adams.gui.tools.previewbrowser.ImageClassificationHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -6655562227841341465L
-
Serialized Fields
-
m_Color
Color m_Color
the color of the text. -
m_FieldLabel
Field m_FieldLabel
the report field to get the label from. -
m_FieldScore
Field m_FieldScore
the report file to get the score from. -
m_FileSuffix
String m_FileSuffix
the file suffix to force (incl extension). -
m_Font
Font m_Font
the label font. -
m_Format
String m_Format
the label for the label. -
m_ImageReader
ImageReader m_ImageReader
the image reader to use. -
m_OffsetX
int m_OffsetX
the x offset for the label. -
m_OffsetY
int m_OffsetY
the y offset for the label. -
m_Reader
AbstractReportReader m_Reader
the reader to use.
-
-
Class adams.gui.tools.previewbrowser.ImageHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_ImageReader
ImageReader m_ImageReader
the image reader to use.
-
-
Class adams.gui.tools.previewbrowser.ImageMetaDataExtractorHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- 3014911887476525380L
-
Serialized Fields
-
m_Alpha
float m_Alpha
the alpha value (0=transparent, 1=opaque). -
m_BestFit
boolean m_BestFit
whether to use best fit. -
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_DisplayedLabels
BaseString[] m_DisplayedLabels
displayed labels. -
m_Reader
ImageSegmentationAnnotationReader m_Reader
the annotation reader to use. -
m_UseSeparateLayers
boolean m_UseSeparateLayers
whether to use separate layers. -
m_Zoom
double m_Zoom
the zoom level.
-
-
Class adams.gui.tools.previewbrowser.IndexedPNGImageHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for generating the colors.
-
-
Class adams.gui.tools.previewbrowser.InstanceExplorerHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -1029811668794627962L
-
Class adams.gui.tools.previewbrowser.InterQuartileRangeViewer extends AbstractSerializedObjectViewer implements Serializable
- serialVersionUID:
- 1805163535974387818L
-
Class adams.gui.tools.previewbrowser.JsonPrettyPrintHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -5643331918040646266L
-
Class adams.gui.tools.previewbrowser.JsonTreeViewHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -5643331918040646266L
-
Class adams.gui.tools.previewbrowser.MessagePanel extends BasePanel implements Serializable
- serialVersionUID:
- -842675700403438848L
-
Serialized Fields
-
m_LabelMessage
JLabel m_LabelMessage
the label for displaying the message.
-
-
Class adams.gui.tools.previewbrowser.NoDataToPreviewPanel extends MessagePanel implements Serializable
- serialVersionUID:
- 2312946141347890073L
-
Class adams.gui.tools.previewbrowser.NoPreviewAvailablePanel extends PreviewPanel implements Serializable
- serialVersionUID:
- 5863705257041774410L
-
Class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -6655562227841341465L
-
Serialized Fields
-
m_Cleaners
AnnotationCleaner[] m_Cleaners
the cleaners to use. -
m_FileSuffix
String m_FileSuffix
the file suffix to force (incl extension). -
m_ImageReader
ImageReader m_ImageReader
the image reader to use. -
m_LabelColors
AnnotationColors[] m_LabelColors
the colorizers for the labels. -
m_LabelPlotters
LabelPlotter[] m_LabelPlotters
the label plotters. -
m_OutlineColors
AnnotationColors[] m_OutlineColors
the colorizers for the outline. -
m_OutlinePlotters
OutlinePlotter[] m_OutlinePlotters
the outline plotters. -
m_Prefix
String m_Prefix
the prefix to use. -
m_Reader
AbstractReportReader m_Reader
the reader to use. -
m_ShapeColors
AnnotationColors[] m_ShapeColors
the colorizers for the shape. -
m_ShapePlotters
ShapePlotter[] m_ShapePlotters
the shape plotters. -
m_ShowObjectPanel
boolean m_ShowObjectPanel
whether to show the located object panel.
-
-
Class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler extends AbstractObjectContentHandler implements Serializable
- serialVersionUID:
- -6655562227841341465L
-
Serialized Fields
-
m_Cleaners
AnnotationCleaner[] m_Cleaners
the cleaners to use. -
m_ImageBackground
Color m_ImageBackground
the background color to use. -
m_ImageHeight
int m_ImageHeight
the image height to use. -
m_ImageWidth
int m_ImageWidth
the image width to use. -
m_LabelColors
AnnotationColors[] m_LabelColors
the colorizers for the labels. -
m_LabelPlotters
LabelPlotter[] m_LabelPlotters
the label plotters. -
m_OutlineColors
AnnotationColors[] m_OutlineColors
the colorizers for the outline. -
m_OutlinePlotters
OutlinePlotter[] m_OutlinePlotters
the outline plotters. -
m_Prefix
String m_Prefix
the prefix to use. -
m_Reader
AbstractReportReader m_Reader
the reader to use. -
m_ShapeColors
AnnotationColors[] m_ShapeColors
the colorizers for the shape. -
m_ShapePlotters
ShapePlotter[] m_ShapePlotters
the shape plotters. -
m_ShowObjectPanel
boolean m_ShowObjectPanel
whether to show the located object panel.
-
-
Class adams.gui.tools.previewbrowser.ObjectCentersFromReport extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_AlternativeFileSuffix
String m_AlternativeFileSuffix
the alternative file suffix to use. -
m_AlternativeLocation
PlaceholderDirectory m_AlternativeLocation
the alternative location. -
m_Color
Color m_Color
the color for the objects. -
m_Diameter
double m_Diameter
the diameter of the circle. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_ImageReader
ImageReader m_ImageReader
the image reader to use. -
m_LabelFont
Font m_LabelFont
the label font. -
m_LabelFormat
String m_LabelFormat
the label for the rectangles. -
m_Prefix
String m_Prefix
the prefix for the objects in the report. -
m_Reader
AbstractReportReader m_Reader
the report reader to use. -
m_ShapeColorProvider
ColorProvider m_ShapeColorProvider
the color provider to use when varying the shape colors. -
m_ShowObjectPanel
boolean m_ShowObjectPanel
whether to show the located object panel. -
m_TypeColorProvider
ColorProvider m_TypeColorProvider
the color provider to use. -
m_TypeRegExp
BaseRegExp m_TypeRegExp
the regular expression for the types to draw. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type. -
m_UseAlternativeLocation
boolean m_UseAlternativeLocation
whether to use an alternative location for the reports. -
m_UseColorsPerType
boolean m_UseColorsPerType
whether to use colors per type. -
m_VaryShapeColor
boolean m_VaryShapeColor
whether to vary the shape color.
-
-
Class adams.gui.tools.previewbrowser.ObjectCentersFromReport.CombinedPanel extends BasePanel implements Serializable
- serialVersionUID:
- 236378741683380463L
-
Serialized Fields
-
m_CheckBoxAlternative
BaseCheckBox m_CheckBoxAlternative
whether to use an alternative location for reports. -
m_ChooserAlternative
DirectoryChooserPanel m_ChooserAlternative
the alternative location. -
m_PanelImage
ImagePanel m_PanelImage
the image panel.
-
-
Class adams.gui.tools.previewbrowser.ObjectInspectionViewer extends AbstractSerializedObjectViewer implements Serializable
- serialVersionUID:
- -3721237481983140889L
-
Class adams.gui.tools.previewbrowser.ObjectLocationsFromReport extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_AlternativeFileSuffix
String m_AlternativeFileSuffix
the alternative file suffix to use. -
m_AlternativeLocation
PlaceholderDirectory m_AlternativeLocation
the alternative location. -
m_BoundingBoxFallbackRatio
double m_BoundingBoxFallbackRatio
the ratio used for determining whether to fall back from polygon on bbox. -
m_Color
Color m_Color
the color for the objects. -
m_Filled
boolean m_Filled
whether to draw the shape filled. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_ImageReader
ImageReader m_ImageReader
the image reader to use. -
m_LabelAnchor
ImageAnchor m_LabelAnchor
the label anchor. -
m_LabelFont
Font m_LabelFont
the label font. -
m_LabelFormat
String m_LabelFormat
the label for the rectangles. -
m_LabelOffsetX
int m_LabelOffsetX
the x offset for the label. -
m_LabelOffsetY
int m_LabelOffsetY
the y offset for the label. -
m_OutlineAlpha
int m_OutlineAlpha
the alpha value to use for the outlines. -
m_OverlapDetection
ObjectOverlap m_OverlapDetection
the object overlap calculation to use. -
m_OverlapRemoval
OverlappingObjectRemoval m_OverlapRemoval
the object removal algorithm. -
m_PolygonBounds
boolean m_PolygonBounds
whether to draw the bounds of the polygon as well. -
m_PredefinedLabels
BaseString[] m_PredefinedLabels
the predefined labels. -
m_Prefix
String m_Prefix
the prefix for the objects in the report. -
m_Reader
AbstractReportReader m_Reader
the report reader to use. -
m_ShapeColorProvider
ColorProvider m_ShapeColorProvider
the color provider to use when varying the shape colors. -
m_ShowObjectPanel
boolean m_ShowObjectPanel
whether to show the located object panel. -
m_TypeColorProvider
ColorProvider m_TypeColorProvider
the color provider to use. -
m_TypeRegExp
BaseRegExp m_TypeRegExp
the regular expression for the types to draw. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type. -
m_UseAlternativeLocation
boolean m_UseAlternativeLocation
whether to use an alternative location for the reports. -
m_UseColorsPerType
boolean m_UseColorsPerType
whether to use colors per type. -
m_VaryShapeColor
boolean m_VaryShapeColor
whether to vary the shape color.
-
-
Class adams.gui.tools.previewbrowser.ObjectLocationsFromReport.CombinedPanel extends BasePanel implements Serializable
- serialVersionUID:
- 236378741683380463L
-
Serialized Fields
-
m_CheckBoxAlternative
BaseCheckBox m_CheckBoxAlternative
whether to use an alternative location for reports. -
m_ChooserAlternative
DirectoryChooserPanel m_ChooserAlternative
the alternative location. -
m_PanelImage
ImagePanel m_PanelImage
the image panel.
-
-
Class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_AlternativeFileSuffix
String m_AlternativeFileSuffix
the alternative file suffix to use. -
m_AlternativeLocation
PlaceholderDirectory m_AlternativeLocation
the alternative location. -
m_BoundingBoxFallbackRatio
double m_BoundingBoxFallbackRatio
the ratio used for determining whether to fall back from polygon on bbox. -
m_Color
Color m_Color
the color for the objects. -
m_Filled
boolean m_Filled
whether to draw the shape filled. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_ImageReader
ImageReader m_ImageReader
the image reader to use. -
m_LabelAnchor
ImageAnchor m_LabelAnchor
the label anchor. -
m_LabelFont
Font m_LabelFont
the label font. -
m_LabelFormat
String m_LabelFormat
the label for the rectangles. -
m_LabelOffsetX
int m_LabelOffsetX
the x offset for the label. -
m_LabelOffsetY
int m_LabelOffsetY
the y offset for the label. -
m_OutlineAlpha
int m_OutlineAlpha
the alpha value to use for the polygon bounds. -
m_OverlapDetection
ObjectOverlap m_OverlapDetection
the object overlap calculation to use. -
m_OverlapRemoval
OverlappingObjectRemoval m_OverlapRemoval
the object removal algorithm. -
m_PolygonBounds
boolean m_PolygonBounds
whether to draw the bounds of the polygon as well. -
m_PredefinedLabels
BaseString[] m_PredefinedLabels
the predefined labels. -
m_Reader
ObjectLocationsSpreadSheetReader m_Reader
the reader to use. -
m_ShapeColorProvider
ColorProvider m_ShapeColorProvider
the color provider to use when varying the shape colors. -
m_ShowObjectPanel
boolean m_ShowObjectPanel
whether to show the located object panel. -
m_TypeColorProvider
ColorProvider m_TypeColorProvider
the color provider to use. -
m_TypeRegExp
BaseRegExp m_TypeRegExp
the regular expression for the types to draw. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type. -
m_UseAlternativeLocation
boolean m_UseAlternativeLocation
whether to use an alternative location for the reports. -
m_UseColorsPerType
boolean m_UseColorsPerType
whether to use colors per type. -
m_VaryShapeColor
boolean m_VaryShapeColor
whether to vary the shape color.
-
-
Class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet.CombinedPanel extends BasePanel implements Serializable
- serialVersionUID:
- 236378741683380463L
-
Serialized Fields
-
m_CheckBoxAlternative
BaseCheckBox m_CheckBoxAlternative
whether to use an alternative location for reports. -
m_ChooserAlternative
DirectoryChooserPanel m_ChooserAlternative
the alternative location. -
m_PanelImage
ImagePanel m_PanelImage
the image panel.
-
-
Class adams.gui.tools.previewbrowser.ODFSpreadSheetHandler extends AbstractSpreadSheetHandler implements Serializable
- serialVersionUID:
- -57718234789783854L
-
Class adams.gui.tools.previewbrowser.PDFHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -1036622788944128074L
-
Serialized Fields
-
m_PDFPanel
PDFPanel m_PDFPanel
the PDF panel.
-
-
Class adams.gui.tools.previewbrowser.PDFTextHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -1036622788944128074L
-
Class adams.gui.tools.previewbrowser.PlainTextHandler extends AbstractObjectContentHandler implements Serializable
- serialVersionUID:
- 4859255638148506547L
-
Serialized Fields
-
m_LineWrap
boolean m_LineWrap
whether to perform line wrap. -
m_TabSize
int m_TabSize
the tab size. -
m_WrapStyleWord
boolean m_WrapStyleWord
whether to wrap word style.
-
-
Class adams.gui.tools.previewbrowser.PointsFromReportHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_AlternativeLocation
PlaceholderDirectory m_AlternativeLocation
the alternative location. -
m_Color
Color m_Color
the color for the objects. -
m_Diameter
int m_Diameter
the diameter of the circle. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_LabelAnchor
ImageAnchor m_LabelAnchor
the label anchor. -
m_LabelFont
Font m_LabelFont
the label font. -
m_LabelFormat
String m_LabelFormat
the label for the points. -
m_LabelOffsetX
int m_LabelOffsetX
the x offset for the label. -
m_LabelOffsetY
int m_LabelOffsetY
the y offset for the label. -
m_PredefinedLabels
BaseString[] m_PredefinedLabels
the predefined labels. -
m_Prefix
String m_Prefix
the prefix for the objects in the report. -
m_ShowPointPanel
boolean m_ShowPointPanel
whether to show the located object panel. -
m_TypeColorProvider
ColorProvider m_TypeColorProvider
the color provider to use. -
m_TypeRegExp
BaseRegExp m_TypeRegExp
the regular expression for the types to draw. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type. -
m_UseAlternativeLocation
boolean m_UseAlternativeLocation
whether to use an alternative location for the reports. -
m_UseColorsPerType
boolean m_UseColorsPerType
whether to use colors per type.
-
-
Class adams.gui.tools.previewbrowser.PointsFromReportHandler.CombinedPanel extends BasePanel implements Serializable
- serialVersionUID:
- 236378741683380463L
-
Serialized Fields
-
m_CheckBoxAlternative
BaseCheckBox m_CheckBoxAlternative
whether to use an alternative location for reports. -
m_ChooserAlternative
DirectoryChooserPanel m_ChooserAlternative
the alternative location. -
m_PanelImage
ImagePanel m_PanelImage
the image panel.
-
-
Class adams.gui.tools.previewbrowser.PreviewDisplay extends BasePanel implements Serializable
- serialVersionUID:
- -6515079548026850756L
-
Serialized Fields
-
m_ButtonContentHandler
BaseButton m_ButtonContentHandler
the button for displaying the options for the content handler. -
m_ButtonFavorites
BaseButtonWithDropDownMenu m_ButtonFavorites
the button with the favorites. -
m_ComboBoxContentHandlers
BaseComboBox m_ComboBoxContentHandlers
the combobox with the content handlers (if more than one available). -
m_CurrentExtension
String m_CurrentExtension
the current extension. -
m_CurrentFavorite
ContentHandlerFavorites.ContentHandlerFavorite m_CurrentFavorite
the currently selected favorite. -
m_CurrentFiles
File[] m_CurrentFiles
the currently selected files. -
m_DisplayInProgress
boolean m_DisplayInProgress
whether a display is currently in progress. -
m_Favorites
Map<String,ContentHandlerFavorites.ContentHandlerFavorite> m_Favorites
the favorites per extension. -
m_IgnoreContentHandlerChanges
boolean m_IgnoreContentHandlerChanges
whether to ignore selections of the content handler combobox temporarily. -
m_LastContentHandler
ContentHandler m_LastContentHandler
the last content handler. -
m_LastSearch
SearchPanel m_LastSearch
the last search panel that was encountered. -
m_ListContentHandlers
List<ContentHandler> m_ListContentHandlers
the list of content handler objects (aligned with combobox). -
m_ModelContentHandlers
DefaultComboBoxModel<String> m_ModelContentHandlers
the model of the combobox. -
m_PanelContentHandlers
BasePanel m_PanelContentHandlers
the panel with the content handlers. -
m_PanelView
BasePanel m_PanelView
the panel for the view. -
m_PreviewCache
LRUCache<String,PreviewPanel> m_PreviewCache
the cached previews (content handler -> preview). -
m_ReusePreviews
boolean m_ReusePreviews
whether to reuse previews. -
m_UseFixedContentHandler
boolean m_UseFixedContentHandler
whether to fix the handler.
-
-
Class adams.gui.tools.previewbrowser.PreviewPanel extends BasePanel implements Serializable
- serialVersionUID:
- 3358752718380986817L
-
Serialized Fields
-
m_Component
JComponent m_Component
the component. -
m_Content
JComponent m_Content
the actual content.
-
-
Class adams.gui.tools.previewbrowser.PropertiesHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- 8930638838922218410L
-
Class adams.gui.tools.previewbrowser.ReportHandler extends AbstractObjectContentHandler implements Serializable
- serialVersionUID:
- 8930638838922218410L
-
Serialized Fields
-
m_Reader
AbstractReportReader m_Reader
the reader to use.
-
-
Class adams.gui.tools.previewbrowser.ScriptHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- 4859255638148506547L
-
Class adams.gui.tools.previewbrowser.SerializedFileHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -1277627290853745369L
-
Class adams.gui.tools.previewbrowser.SerializedObjectPanel extends BasePanel implements Serializable
- serialVersionUID:
- -4489513186403584128L
-
Serialized Fields
-
m_ComboBoxViewers
BaseComboBox m_ComboBoxViewers
the combobox with the viewers. -
m_Current
Object m_Current
the currently displayed object. -
m_PanelCombobox
JPanel m_PanelCombobox
the panel for the combobox with available viewers. -
m_PanelView
JPanel m_PanelView
panel for the actual view.
-
-
Class adams.gui.tools.previewbrowser.SimpleImageSegmentationAnnotationsHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- 3014911887476525380L
-
Serialized Fields
-
m_Alpha
int m_Alpha
the alpha value to use for the overlay (0: transparent, 255: opaque). -
m_Colorizer
ImageColorizer m_Colorizer
the image colorizer to use. -
m_OverlayReader
ImageReader m_OverlayReader
the image reader to use for the overlay. -
m_Reader
ImageReader m_Reader
the image reader to use.
-
-
Class adams.gui.tools.previewbrowser.TarArchiveHandler extends AbstractArchiveHandler implements Serializable
- serialVersionUID:
- 1421258971073361083L
-
Class adams.gui.tools.previewbrowser.TreeVisualizer extends AbstractSerializedObjectViewer implements Serializable
- serialVersionUID:
- -262735238228366027L
-
Class adams.gui.tools.previewbrowser.TrimapImageHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for generating the colors. -
m_Reader
ImageReader m_Reader
the image reader to use.
-
-
Class adams.gui.tools.previewbrowser.TsvSpreadSheetHandler extends AbstractSpreadSheetHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Class adams.gui.tools.previewbrowser.VggXmlAnnotationHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -1671414346233382229L
-
Class adams.gui.tools.previewbrowser.ViaAnnotationsHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -1671414346233382229L
-
Class adams.gui.tools.previewbrowser.WekaClassifierEvaluationSummaryHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -8339099303070121780L
-
Class adams.gui.tools.previewbrowser.WekaDatasetHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -8339099303070121780L
-
Class adams.gui.tools.previewbrowser.XMLHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- 4859255638148506547L
-
Class adams.gui.tools.previewbrowser.YamlHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -5643331918040646266L
-
Class adams.gui.tools.previewbrowser.YoloAnnotationsHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -1671414346233382229L
-
Serialized Fields
-
m_Color
Color m_Color
the color for the objects. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_LabelAnchor
ImageAnchor m_LabelAnchor
the label anchor. -
m_LabelFont
Font m_LabelFont
the label font. -
m_LabelFormat
String m_LabelFormat
the label for the rectangles. -
m_LabelOffsetX
int m_LabelOffsetX
the x offset for the label. -
m_LabelOffsetY
int m_LabelOffsetY
the y offset for the label. -
m_Prefix
String m_Prefix
the prefix for the objects in the report. -
m_TypeColorProvider
ColorProvider m_TypeColorProvider
the color provider to use. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type. -
m_UseColorsPerType
boolean m_UseColorsPerType
whether to use colors per type.
-
-
Class adams.gui.tools.previewbrowser.ZipArchiveHandler extends AbstractArchiveHandler implements Serializable
- serialVersionUID:
- 1421258971073361083L
-
-
Package adams.gui.tools.previewbrowser.localfiles
-
Class adams.gui.tools.previewbrowser.localfiles.AbstractLocalFilesAction extends AbstractBaseAction implements Serializable
- serialVersionUID:
- 8392474373718743027L
-
Serialized Fields
-
m_Owner
PreviewBrowserPanel m_Owner
the owner.
-
-
Class adams.gui.tools.previewbrowser.localfiles.CopyFileTo extends AbstractLocalFilesAction implements Serializable
- serialVersionUID:
- 4099532419561897428L
-
Serialized Fields
-
m_LastDir
File m_LastDir
the last directory a file was copied to.
-
-
Class adams.gui.tools.previewbrowser.localfiles.DeleteFiles extends AbstractLocalFilesAction implements Serializable
- serialVersionUID:
- 4099532419561897428L
-
Class adams.gui.tools.previewbrowser.localfiles.DeleteStar extends AbstractLocalFilesAction implements Serializable
- serialVersionUID:
- 4099532419561897428L
-
Class adams.gui.tools.previewbrowser.localfiles.OpenFile extends AbstractLocalFilesAction implements Serializable
- serialVersionUID:
- 4099532419561897428L
-
Class adams.gui.tools.previewbrowser.localfiles.PrintFile extends AbstractLocalFilesAction implements Serializable
- serialVersionUID:
- 4099532419561897428L
-
Serialized Fields
-
m_Supported
boolean m_Supported
whether the action is supported.
-
-
-
Package adams.gui.tools.previewbrowser.notes
-
Class adams.gui.tools.previewbrowser.notes.AbstractNotesReader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1084973275401249160L
-
Class adams.gui.tools.previewbrowser.notes.AbstractNotesWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1084973275401249160L
-
Class adams.gui.tools.previewbrowser.notes.CsvNotesReader extends AbstractNotesReader implements Serializable
- serialVersionUID:
- 5325262681062607109L
-
Class adams.gui.tools.previewbrowser.notes.CsvNotesWriter extends AbstractNotesWriter implements Serializable
- serialVersionUID:
- -3776637762398687653L
-
Class adams.gui.tools.previewbrowser.notes.JsonNotesReader extends AbstractNotesReader implements Serializable
- serialVersionUID:
- 5325262681062607109L
-
Class adams.gui.tools.previewbrowser.notes.JsonNotesWriter extends AbstractNotesWriter implements Serializable
- serialVersionUID:
- -3776637762398687653L
-
Serialized Fields
-
m_PrettyPrinting
boolean m_PrettyPrinting
whether to use pretty printing.
-
-
Class adams.gui.tools.previewbrowser.notes.NotesFileChooser extends AbstractConfigurableExtensionFileFilterFileChooser<AbstractNotesReader,AbstractNotesWriter> implements Serializable
-
Class adams.gui.tools.previewbrowser.notes.PropertiesNotesReader extends AbstractNotesReader implements Serializable
- serialVersionUID:
- 5325262681062607109L
-
Class adams.gui.tools.previewbrowser.notes.PropertiesNotesWriter extends AbstractNotesWriter implements Serializable
- serialVersionUID:
- -3776637762398687653L
-
Class adams.gui.tools.previewbrowser.notes.YamlNotesReader extends AbstractNotesReader implements Serializable
- serialVersionUID:
- 5325262681062607109L
-
Class adams.gui.tools.previewbrowser.notes.YamlNotesWriter extends AbstractNotesWriter implements Serializable
- serialVersionUID:
- -3776637762398687653L
-
-
Package adams.gui.tools.remotecontrolcenter
-
Class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel extends BasePanel implements Serializable
- serialVersionUID:
- -4281172076210274495L
-
Serialized Fields
-
m_ButtonAdd
BaseButton m_ButtonAdd
the button for adding the engine. -
m_ButtonCopy
BaseButton m_ButtonCopy
the button for copying the engine. -
m_ButtonRefresh
BaseButton m_ButtonRefresh
the button for refreshing the engine list. -
m_ButtonRemove
BaseButton m_ButtonRemove
the button for removing the engine. -
m_ButtonStart
BaseButton m_ButtonStart
the button for starting engines. -
m_ButtonStop
BaseButton m_ButtonStop
the button for stopping engines. -
m_GOEEngine
GenericObjectEditorPanel m_GOEEngine
the GOE with the engine. -
m_ListEngines
BaseListWithButtons m_ListEngines
list for the scripting engines. -
m_Owner
RemoteControlCenterManagerPanel m_Owner
the owner.
-
-
Class adams.gui.tools.remotecontrolcenter.RemoteControlCenterLogPanel extends BasePanel implements Serializable
- serialVersionUID:
- 4110604734547592494L
-
Serialized Fields
-
m_LogOther
SimpleLogPanel m_LogOther
the log for other messages. -
m_LogRequest
SimpleLogPanel m_LogRequest
the request log. -
m_LogResponse
SimpleLogPanel m_LogResponse
the response log. -
m_Owner
RemoteControlCenterManagerPanel m_Owner
the owner. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane.
-
-
Class adams.gui.tools.remotecontrolcenter.RemoteControlCenterManagerPanel extends AbstractWorkspaceManagerPanel<RemoteControlCenterPanel> implements Serializable
- serialVersionUID:
- -8970736649780738899L
-
Serialized Fields
-
m_Owner
AbstractApplicationFrame m_Owner
the owning application. -
m_PanelEngines
RemoteControlCenterEnginesPanel m_PanelEngines
the panel for the engines. -
m_PanelLog
RemoteControlCenterLogPanel m_PanelLog
the log panel. -
m_TabbedPaneMain
BaseTabbedPane m_TabbedPaneMain
the tabbed pane for the engines and sessions.
-
-
Class adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel extends AbstractWorkspacePanel implements Serializable
- serialVersionUID:
- 6627987454101716937L
-
Serialized Fields
-
m_ActionFileClose
BaseAction m_ActionFileClose
the action for closing the control center. -
m_ActionTabCloseAllTabs
BaseAction m_ActionTabCloseAllTabs
the action for closing all tabs. -
m_ActionTabCloseTab
BaseAction m_ActionTabCloseTab
the action for closing a tab. -
m_MenuTabNewTab
BaseMenu m_MenuTabNewTab
the submenu for a new tab. -
m_Owner
RemoteControlCenterManagerPanel m_Owner
the owner. -
m_StatusBar
BaseStatusBar m_StatusBar
the statust bar. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane.
-
-
Class adams.gui.tools.remotecontrolcenter.RemoteControlCenterWorkspaceList extends AbstractWorkspaceListPanel<RemoteControlCenterPanel> implements Serializable
- serialVersionUID:
- -2341620264742492727L
-
-
Package adams.gui.tools.remotecontrolcenter.panels
-
Class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteControlCenterTab extends BasePanel implements Serializable
- serialVersionUID:
- 5896827287386114875L
-
Serialized Fields
-
m_Owner
RemoteControlCenterPanel m_Owner
the owning control center panel.
-
-
Class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab extends AbstractRemoteControlCenterTab implements Serializable
- serialVersionUID:
- 321058606982723480L
-
Serialized Fields
-
m_ButtonKillAdams
BaseButton m_ButtonKillAdams
the button for killing the ADAMS isntance. -
m_ButtonPauseFlow
BaseButton m_ButtonPauseFlow
the button for pausing the flow. -
m_ButtonRefresh
BaseButton m_ButtonRefresh
the button for refreshing the flows. -
m_ButtonResumeFlow
BaseButton m_ButtonResumeFlow
the button for resuming the flow. -
m_ButtonStopAdams
BaseButton m_ButtonStopAdams
the button for stopping the ADAMS instance. -
m_ButtonStopFlow
BaseButton m_ButtonStopFlow
the button for stopping the flow. -
m_CommandProcessor
RemoteCommandProcessor m_CommandProcessor
the command processor. -
m_PanelFlows
JPanel m_PanelFlows
the panel for the connection/table. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_TableFlows
BaseTableWithButtons m_TableFlows
the table with the remote flows. -
m_TextLocal
BaseObjectTextField<BaseHostname> m_TextLocal
the local machine. -
m_TextRemote
BaseObjectTextField<BaseHostname> m_TextRemote
the remote machine.
-
-
Class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab.FlowListResponseHandler extends AbstractTabResponseHandler<AbstractRemoteFlowTab> implements Serializable
- serialVersionUID:
- 6205405220037007365L
-
Class adams.gui.tools.remotecontrolcenter.panels.AbstractTabResponseHandler extends AbstractResponseHandler implements Serializable
- serialVersionUID:
- 6205405220037007365L
-
Serialized Fields
-
m_Tab
T extends AbstractRemoteControlCenterTab m_Tab
the owner.
-
-
Class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab extends AbstractRemoteControlCenterTab implements Serializable
- serialVersionUID:
- -894258879660492792L
-
Serialized Fields
-
m_ButtonSend
BaseButton m_ButtonSend
the button for sending the command. -
m_GOECommand
GenericObjectEditorPanel m_GOECommand
the panel for the command. -
m_GOECommandProcessor
GenericObjectEditorPanel m_GOECommandProcessor
the panel for the command processor. -
m_GOEConnection
GenericObjectEditorPanel m_GOEConnection
the panel for the connection. -
m_InspectionHandler
AdvancedTab.InspectionResponseHandler m_InspectionHandler
the inspection handler. -
m_Log
SimpleLogPanel m_Log
the log for the responses. -
m_PanelParams
ParameterPanel m_PanelParams
the parameter panel. -
m_ResponseConnectionUpdater
GenericObjectEditorResponseConnectionUpdater m_ResponseConnectionUpdater
the response connection updater. -
m_ResponseLogger
SimpleLogPanelResponseHandler m_ResponseLogger
the response logger. -
m_Results
InspectionPanel m_Results
for the results. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane for log/results.
-
-
Class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab.InspectionResponseHandler extends AbstractResponseHandler implements Serializable
- serialVersionUID:
- -3925270844782740556L
-
Serialized Fields
-
m_InspectionPanel
InspectionPanel m_InspectionPanel
the inspection panel to use. -
m_Tab
AbstractRemoteControlCenterTab m_Tab
the tab.
-
-
Class adams.gui.tools.remotecontrolcenter.panels.RemoteFlowCommandsTab extends AbstractRemoteFlowTab implements Serializable
- serialVersionUID:
- -1461293385281234642L
-
Serialized Fields
-
m_ButtonExecute
BaseButton m_ButtonExecute
the button for executing the command. -
m_GOECommand
GenericObjectEditorPanel m_GOECommand
the GOE for the remote flow commands. -
m_Log
SimpleLogPanel m_Log
the log for the responses. -
m_ResponseLogger
SimpleLogPanelResponseHandler m_ResponseLogger
the response logger.
-
-
Class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab extends AbstractRemoteControlCenterTab implements Serializable
- serialVersionUID:
- 6645831134460386650L
-
Serialized Fields
-
m_ButtonStartStop
BaseButton m_ButtonStartStop
the button for executing the command. -
m_CommandProcessor
RemoteCommandProcessor m_CommandProcessor
the command processor. -
m_Log
SimpleLogPanel m_Log
the log for the responses. -
m_Runnable
RemoteLoggingTab.RemoteListenerRunnableWithLog m_Runnable
the runnable. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_TextLocal
BaseObjectTextField<BaseHostname> m_TextLocal
the local machine. -
m_TextMaxFailures
NumberTextField m_TextMaxFailures
the maximum number of failures to tolerate. -
m_TextRemote
BaseObjectTextField<BaseHostname> m_TextRemote
the remote machine.
-
-
Class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab.LoggingResponseHandler extends AbstractTabResponseHandler<RemoteLoggingTab> implements Serializable
- serialVersionUID:
- -3200878133646726226L
-
Class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab.RemoteListenerRunnableWithLog extends RemoteReceiveHandler.AbstractRemoteListenerRunnable implements Serializable
- serialVersionUID:
- -1375651567275850732L
-
Serialized Fields
-
m_Tab
RemoteLoggingTab m_Tab
the tab to output the records to.
-
-
Class adams.gui.tools.remotecontrolcenter.panels.SimpleTabResponseHandler extends AbstractTabResponseHandler<AbstractRemoteControlCenterTab> implements Serializable
- serialVersionUID:
- 3360233914485812357L
-
-
Package adams.gui.tools.spreadsheetprocessor
-
Class adams.gui.tools.spreadsheetprocessor.AbstractWidget extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- 5621070732995969891L
-
Serialized Fields
-
m_Owner
SpreadSheetProcessorPanel m_Owner
the owner.
-
-
-
Package adams.gui.tools.spreadsheetprocessor.processors
-
Class adams.gui.tools.spreadsheetprocessor.processors.AbstractProcessor extends AbstractWidget implements Serializable
- serialVersionUID:
- -6213610147417060823L
-
Class adams.gui.tools.spreadsheetprocessor.processors.FlowProcessor extends AbstractProcessor implements Serializable
- serialVersionUID:
- 2926743330826433963L
-
Serialized Fields
-
m_ButtonCheck
BaseButton m_ButtonCheck
the "check flow" button. -
m_ButtonLoad
BaseButton m_ButtonLoad
the "load flow" button. -
m_ButtonNew
BaseButton m_ButtonNew
the "new flow" button. -
m_ButtonRun
BaseButton m_ButtonRun
the "run flow" button. -
m_ButtonSave
BaseButton m_ButtonSave
the "save flow" button. -
m_FileChooserFlow
FlowFileChooser m_FileChooserFlow
the file chooser for the flows. -
m_PanelFlow
FlowPanel m_PanelFlow
the flow panel. -
m_PanelWidget
BasePanel m_PanelWidget
the widget.
-
-
Class adams.gui.tools.spreadsheetprocessor.processors.PassThroughProcessor extends AbstractProcessor implements Serializable
- serialVersionUID:
- 2926743330826433963L
-
Serialized Fields
-
m_ButtonExecute
BaseButton m_ButtonExecute
the button for processing. -
m_Panel
JPanel m_Panel
the panel.
-
-
Class adams.gui.tools.spreadsheetprocessor.processors.QueryProcessor extends AbstractProcessor implements Serializable
- serialVersionUID:
- 2926743330826433963L
-
Serialized Fields
-
m_ButtonExecute
BaseButton m_ButtonExecute
the button for processing. -
m_PanelQuery
SpreadSheetQueryPanel m_PanelQuery
the query panel.
-
-
-
Package adams.gui.tools.spreadsheetprocessor.sources
-
Class adams.gui.tools.spreadsheetprocessor.sources.AbstractSource extends AbstractWidget implements Serializable
- serialVersionUID:
- 8315374668966776518L
-
Class adams.gui.tools.spreadsheetprocessor.sources.ClipboardSource extends AbstractSource implements Serializable
- serialVersionUID:
- -4475860171792209905L
-
Serialized Fields
-
m_ButtonPaste
BaseButton m_ButtonPaste
the button for pasting. -
m_Data
SpreadSheet m_Data
the data. -
m_PanelReader
GenericObjectEditorPanel m_PanelReader
the reader to use. -
m_Widget
BasePanel m_Widget
the widget.
-
-
Class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource extends AbstractSource implements Serializable
- serialVersionUID:
- -4475860171792209905L
-
Serialized Fields
-
m_ButtonExecute
BaseButton m_ButtonExecute
the button for executing the query. -
m_Data
SpreadSheet m_Data
the data. -
m_PanelConnection
SqlConnectionPanel m_PanelConnection
the connection panel. -
m_PanelDataRow
GenericObjectEditorPanel m_PanelDataRow
the panel for the row class. -
m_PanelQuery
SQLStatementPanel m_PanelQuery
the query panel. -
m_PanelTypeMapper
GenericObjectEditorPanel m_PanelTypeMapper
the panel for the type mapper. -
m_Widget
BasePanel m_Widget
the widget.
-
-
Class adams.gui.tools.spreadsheetprocessor.sources.FileBrowserSource extends AbstractSource implements Serializable
- serialVersionUID:
- -4475860171792209905L
-
Serialized Fields
-
m_ButtonLoad
BaseButton m_ButtonLoad
the button for loading. -
m_Data
SpreadSheet m_Data
the data. -
m_IgnoreDirUpdates
boolean m_IgnoreDirUpdates
whether to ignore dir updates. -
m_PanelDirectory
DirectoryChooserPanel m_PanelDirectory
the directory to browse. -
m_PanelFiles
FilePanel m_PanelFiles
the list of files. -
m_PanelReader
GenericObjectEditorPanel m_PanelReader
the reader to use. -
m_Widget
BasePanel m_Widget
the widget.
-
-
Class adams.gui.tools.spreadsheetprocessor.sources.FileSource extends AbstractSource implements Serializable
- serialVersionUID:
- -4475860171792209905L
-
Serialized Fields
-
m_ButtonLoad
BaseButton m_ButtonLoad
the button for loading. -
m_Data
SpreadSheet m_Data
the data. -
m_PanelInput
SpreadSheetFileChooserPanel m_PanelInput
the reader to use. -
m_Widget
BasePanel m_Widget
the widget.
-
-
-
Package adams.gui.tools.spreadsheetprocessor.targets
-
Class adams.gui.tools.spreadsheetprocessor.targets.AbstractTarget extends AbstractWidget implements Serializable
- serialVersionUID:
- 7821383073826175073L
-
Class adams.gui.tools.spreadsheetprocessor.targets.ChartTarget extends AbstractTarget implements Serializable
- serialVersionUID:
- 6535516712611654393L
-
Serialized Fields
-
m_ButtonGenerate
BaseButton m_ButtonGenerate
the button for generating the chart. -
m_PanelChart
GenericObjectEditorPanel m_PanelChart
the chart to use. -
m_TextTitle
BaseTextField m_TextTitle
the chart title to use. -
m_Widget
BasePanel m_Widget
the widget.
-
-
Class adams.gui.tools.spreadsheetprocessor.targets.ClipboardTarget extends AbstractTarget implements Serializable
- serialVersionUID:
- 6535516712611654393L
-
Serialized Fields
-
m_ButtonCopy
BaseButton m_ButtonCopy
the button for copying. -
m_PanelWriter
GenericObjectEditorPanel m_PanelWriter
the writer to use. -
m_Widget
BasePanel m_Widget
the widget.
-
-
Class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget extends AbstractTarget implements Serializable
- serialVersionUID:
- 6535516712611654393L
-
Serialized Fields
-
m_ButtonExecute
BaseButton m_ButtonExecute
the button for uploading the data. -
m_ComboBoxColumnNameConversion
BaseComboBox<ColumnNameConversion> m_ComboBoxColumnNameConversion
the column name conversion. -
m_PanelConnection
SqlConnectionPanel m_PanelConnection
the connection panel. -
m_PanelTypeMapper
GenericObjectEditorPanel m_PanelTypeMapper
the panel for the type mapper. -
m_TextBatchSize
BaseObjectTextField<BaseInteger> m_TextBatchSize
the batch size. -
m_TextMaxStringLength
BaseObjectTextField<BaseInteger> m_TextMaxStringLength
the max string length. -
m_TextStringColumnSQL
BaseTextField m_TextStringColumnSQL
the SQL for creating string columns. -
m_TextTable
BaseTextField m_TextTable
the table to use. -
m_Widget
BasePanel m_Widget
the widget.
-
-
Class adams.gui.tools.spreadsheetprocessor.targets.FileTarget extends AbstractTarget implements Serializable
- serialVersionUID:
- 6535516712611654393L
-
Serialized Fields
-
m_ButtonSave
BaseButton m_ButtonSave
the button for saving. -
m_PanelOutput
SpreadSheetFileChooserPanel m_PanelOutput
the writer to use. -
m_Widget
BasePanel m_Widget
the widget.
-
-
-
Package adams.gui.tools.spreadsheetviewer
-
Class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5749133065210106163L
-
Serialized Fields
-
m_CanceledByUser
boolean m_CanceledByUser
whether the user canceled the operation. -
m_CurrentPanel
SpreadSheetPanel m_CurrentPanel
the current panel.
-
-
Class adams.gui.tools.spreadsheetviewer.AbstractDataPluginWithGOE extends AbstractDataPlugin implements Serializable
- serialVersionUID:
- 6346501571908274956L
-
Class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsDataPlugin extends AbstractDataPlugin implements Serializable
- serialVersionUID:
- 7647402907873370803L
-
Serialized Fields
-
m_SelectedPanels
SpreadSheetPanel[] m_SelectedPanels
for panels to work on.
-
-
Class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsDataPluginWithGOE extends AbstractSelectedSheetsDataPlugin implements Serializable
- serialVersionUID:
- -6941808020537089931L
-
Serialized Fields
-
m_Editor
GenericObjectEditor m_Editor
the GOE editor with the transformer.
-
-
Class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsViewPlugin extends AbstractViewPlugin implements Serializable
- serialVersionUID:
- 7647402907873370803L
-
Serialized Fields
-
m_SelectedPanels
SpreadSheetPanel[] m_SelectedPanels
for panels to work on.
-
-
Class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsViewPluginWithGOE extends AbstractSelectedSheetsViewPlugin implements Serializable
- serialVersionUID:
- 3687850723919087009L
-
Serialized Fields
-
m_Editor
GenericObjectEditor m_Editor
the GOE editor with the transformer.
-
-
Class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5139934776170019552L
-
Serialized Fields
-
m_CanceledByUser
boolean m_CanceledByUser
whether the user canceled the operation. -
m_CurrentPanel
SpreadSheetPanel m_CurrentPanel
the current panel. -
m_Panel
BasePanel m_Panel
the generated panel.
-
-
Class adams.gui.tools.spreadsheetviewer.AbstractViewPluginWithGOE extends AbstractViewPlugin implements Serializable
- serialVersionUID:
- 6346501571908274956L
-
Class adams.gui.tools.spreadsheetviewer.Append extends AbstractSelectedSheetsDataPlugin implements Serializable
- serialVersionUID:
- -407256934764293407L
-
Class adams.gui.tools.spreadsheetviewer.BoxPlot extends AbstractViewPlugin implements Serializable
- serialVersionUID:
- 9089022183434856748L
-
Class adams.gui.tools.spreadsheetviewer.MatrixPlot extends AbstractViewPlugin implements Serializable
- serialVersionUID:
- 9089022183434856748L
-
Class adams.gui.tools.spreadsheetviewer.Merge extends AbstractSelectedSheetsDataPluginWithGOE implements Serializable
- serialVersionUID:
- -1680562922203169642L
-
Class adams.gui.tools.spreadsheetviewer.MultiPagePane extends MultiPagePane implements Serializable
- serialVersionUID:
- -2048229771213837710L
-
Serialized Fields
-
m_CellRenderingCustomizer
CellRenderingCustomizer m_CellRenderingCustomizer
the custom background color for negative values (null if none set). -
m_NumDecimals
int m_NumDecimals
the number of decimals to display. -
m_Owner
SpreadSheetViewerPanel m_Owner
the owning viewer.
-
-
Class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel extends BasePanel implements Serializable
- serialVersionUID:
- 8473224107052394069L
-
Serialized Fields
-
m_ButtonMoveDown
BaseButton m_ButtonMoveDown
the move down button. -
m_ButtonMoveUp
BaseButton m_ButtonMoveUp
the move up button. -
m_ButtonRemove
BaseButton m_ButtonRemove
the remove button. -
m_ComboBoxNames
BaseComboBox m_ComboBoxNames
the combobox with column names. -
m_ComboBoxSorting
BaseComboBox m_ComboBoxSorting
the type of sorting. -
m_Owner
SortPanel m_Owner
the owning sort panel.
-
-
Class adams.gui.tools.spreadsheetviewer.SortPanel extends BasePanel implements Serializable
- serialVersionUID:
- 7929780439384161250L
-
Serialized Fields
-
m_ButtonAdd
BaseButton m_ButtonAdd
the button for a new sort definition. -
m_ButtonReset
BaseButton m_ButtonReset
the button for resetting the definitions. -
m_ColumnNames
List<String> m_ColumnNames
the column names. -
m_Layout
GridLayout m_Layout
the gridlayout in use. -
m_PanelButtons
BasePanel m_PanelButtons
the panel for the buttons. -
m_PanelDefinitions
BasePanel m_PanelDefinitions
the panel holding the defintion panels. -
m_Panels
List<SortDefinitionPanel> m_Panels
the list of definitions to use. -
m_Sheet
SpreadSheet m_Sheet
the spreadsheet that forms the basis for the sorting. -
m_SortSetupListeners
HashSet<SortSetupListener> m_SortSetupListeners
the listeners for changes in the setup.
-
-
Class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel extends BasePanel implements Serializable
- serialVersionUID:
- -4251007424174062651L
-
Serialized Fields
-
m_ColumnComboBox
SpreadSheetColumnComboBox m_ColumnComboBox
for listing the column names. -
m_Filename
File m_Filename
the associated file name. -
m_GarbageCollectionOnClose
boolean m_GarbageCollectionOnClose
whether to apply GC during cleanup. -
m_GeneratedFlows
List<Flow> m_GeneratedFlows
the generated flows (eg charts). -
m_Owner
MultiPagePane m_Owner
the owning tabbed pane. -
m_PanelSearch
SearchPanel m_PanelSearch
the search panel. -
m_Reader
SpreadSheetReader m_Reader
the reader used for reading the file. -
m_Table
SpreadSheetTable m_Table
the underlying table. -
m_Writer
SpreadSheetWriter m_Writer
the writer used for writing the file.
-
-
Class adams.gui.tools.spreadsheetviewer.Statistics extends AbstractViewPlugin implements Serializable
- serialVersionUID:
- 8565680908628147610L
-
-
Package adams.gui.tools.spreadsheetviewer.chart
-
Class adams.gui.tools.spreadsheetviewer.chart.AbstractChartGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -177068671614931447L
-
Serialized Fields
-
m_Height
int m_Height
the height of the dialog. -
m_Width
int m_Width
the width of the dialog.
-
-
Class adams.gui.tools.spreadsheetviewer.chart.AbstractRowBasedChartGenerator extends AbstractChartGenerator implements Serializable
- serialVersionUID:
- -3167297287561137402L
-
Serialized Fields
-
m_RowFinder
RowFinder m_RowFinder
the row finder to use.
-
-
Class adams.gui.tools.spreadsheetviewer.chart.AbstractXYChartGenerator extends AbstractRowBasedChartGenerator implements Serializable
- serialVersionUID:
- -3167297287561137402L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_XColumn
SpreadSheetColumnIndex m_XColumn
the column to use as X value. -
m_YColumns
SpreadSheetColumnRange m_YColumns
the columns to use as Y values.
-
-
Class adams.gui.tools.spreadsheetviewer.chart.BarPlot extends AbstractXYChartGenerator implements Serializable
- serialVersionUID:
- -2088311829009151566L
-
Serialized Fields
-
m_BarWidth
int m_BarWidth
the width of the bar. -
m_Offset
int m_Offset
the offset in case of multiple plots.
-
-
Class adams.gui.tools.spreadsheetviewer.chart.ControlChart extends AbstractChartGenerator implements Serializable
- serialVersionUID:
- -2495314289911915476L
-
Serialized Fields
-
m_Chart
ControlChart m_Chart
the control chart to generate. -
m_Columns
SpreadSheetColumnRange m_Columns
the column(s) to generate the chart(s) for. -
m_ViolationFinder
ViolationFinder m_ViolationFinder
for locating violations.
-
-
Class adams.gui.tools.spreadsheetviewer.chart.GenericPlot extends AbstractRowBasedChartGenerator implements Serializable
- serialVersionUID:
- -2088311829009151566L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_Generator
AbstractPlotGenerator m_Generator
the plot generator to use. -
m_Paintlet
XYSequencePaintlet m_Paintlet
the paintlet to use for painting the XY data. -
m_XTickGenerator
TickGenerator m_XTickGenerator
the tick generator for the X axis. -
m_YTickGenerator
TickGenerator m_YTickGenerator
the tick generator for the Y axis.
-
-
Class adams.gui.tools.spreadsheetviewer.chart.Histogram extends AbstractChartGenerator implements Serializable
- serialVersionUID:
- -2088311829009151566L
-
Serialized Fields
-
m_BarWidth
int m_BarWidth
the width of the bar. -
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_Columns
SpreadSheetColumnRange m_Columns
the range of columns to use. -
m_Histogram
ArrayHistogram m_Histogram
the histogram setup. -
m_Offset
int m_Offset
the offset in case of multiple plots. -
m_Rows
Range m_Rows
the range of rows to use. -
m_Selection
Histogram.Selection m_Selection
what data to select.
-
-
Class adams.gui.tools.spreadsheetviewer.chart.JFreeChart extends AbstractChartGenerator implements Serializable
- serialVersionUID:
- 4891980788339254294L
-
Serialized Fields
-
m_Chart
AbstractChartGenerator m_Chart
the chart generator. -
m_Dataset
AbstractDatasetGenerator m_Dataset
the dataset generator. -
m_PlotColor
Color m_PlotColor
the color for the plot. -
m_Shape
AbstractShapeGenerator m_Shape
the shape generator.
-
-
Class adams.gui.tools.spreadsheetviewer.chart.LinePlot extends AbstractXYChartGenerator implements Serializable
- serialVersionUID:
- -2088311829009151566L
-
Class adams.gui.tools.spreadsheetviewer.chart.ScatterPlot extends AbstractXYChartGenerator implements Serializable
- serialVersionUID:
- -2088311829009151566L
-
Serialized Fields
-
m_Diameter
int m_Diameter
the diameter. -
m_OverlayPaintlet
XYSequencePaintlet m_OverlayPaintlet
the overlay paintlet to use for painting the overlays. -
m_PlotType
ScatterPlot.PlotType m_PlotType
the plot type.
-
-
-
Package adams.gui.tools.spreadsheetviewer.menu
-
Class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerCheckBoxMenuItemAction extends AbstractPropertiesCheckBoxMenuItemAction<SpreadSheetViewerPanel,GenericObjectEditorDialog> implements Serializable
- serialVersionUID:
- -6842831257705457783L
-
Class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerMenuItemAction extends AbstractPropertiesMenuItemAction<SpreadSheetViewerPanel,GenericObjectEditorDialog> implements Serializable
- serialVersionUID:
- -6842831257705457783L
-
Class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerSubMenuAction extends AbstractPropertiesSubMenuAction<SpreadSheetViewerPanel,GenericObjectEditorDialog> implements Serializable
- serialVersionUID:
- 1168747259624542350L
-
Class adams.gui.tools.spreadsheetviewer.menu.DataChart extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Serialized Fields
-
m_LastChart
AbstractChartGenerator m_LastChart
the last chart used.
-
-
Class adams.gui.tools.spreadsheetviewer.menu.DataComputeDifference extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.DataConvert extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Serialized Fields
-
m_LastConversion
AbstractSpreadSheetConversion m_LastConversion
the last conversion.
-
-
Class adams.gui.tools.spreadsheetviewer.menu.DataFilterColumns extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Serialized Fields
-
m_LastFinder
ColumnFinder m_LastFinder
the last finder.
-
-
Class adams.gui.tools.spreadsheetviewer.menu.DataFilterRows extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Serialized Fields
-
m_LastFinder
RowFinder m_LastFinder
the last finder.
-
-
Class adams.gui.tools.spreadsheetviewer.menu.DataSort extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Serialized Fields
-
m_SortPanel
SortPanel m_SortPanel
the sort panel.
-
-
Class adams.gui.tools.spreadsheetviewer.menu.DataTransform extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Serialized Fields
-
m_LastTransformer
AbstractSpreadSheetTransformer m_LastTransformer
the last transformer.
-
-
Class adams.gui.tools.spreadsheetviewer.menu.EditClearClipboard extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.EditPasteAsNew extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Serialized Fields
-
m_LastReader
SpreadSheetReader m_LastReader
the last spreadsheet reader used.
-
-
Class adams.gui.tools.spreadsheetviewer.menu.FileClosePage extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.FileExit extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.FileGarbageCollectionOnClose extends AbstractSpreadSheetViewerCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.FileOpen extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.FileSave extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.FileSaveAs extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.HelpFormulas extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.HelpQuery extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.ViewApplyToAll extends AbstractSpreadSheetViewerCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.ViewCellRenderingCustomizer extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.ViewDecimals extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.ViewOptimalColumnWidth extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.ViewSetColumnWidth extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.ViewShowCellTypes extends AbstractSpreadSheetViewerCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.ViewShowFormulas extends AbstractSpreadSheetViewerCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
-
Package adams.gui.tools.spreadsheetviewer.tab
-
Class adams.gui.tools.spreadsheetviewer.tab.AbstractViewerTab extends BasePanel implements Serializable
- serialVersionUID:
- -1380932223368136260L
-
Serialized Fields
-
m_Owner
ViewerTabManager m_Owner
the owning tab manager.
-
-
Class adams.gui.tools.spreadsheetviewer.tab.CellContent extends AbstractViewerTab implements Serializable
- serialVersionUID:
- -4215008790991120558L
-
Serialized Fields
-
m_TextPanel
TextPanel m_TextPanel
for displaying the text.
-
-
Class adams.gui.tools.spreadsheetviewer.tab.ColumnStatistic extends AbstractViewerTab implements Serializable
- serialVersionUID:
- -4215008790991120558L
-
Serialized Fields
-
m_PanelGOE
GenericObjectEditorPanel m_PanelGOE
the panel for defining the statistics. -
m_Table
SortableAndSearchableTable m_Table
the table with the statistics.
-
-
Class adams.gui.tools.spreadsheetviewer.tab.Information extends AbstractViewerTab implements Serializable
- serialVersionUID:
- -4215008790991120558L
-
Serialized Fields
-
m_Table
SortableAndSearchableTable m_Table
the table with the information.
-
-
Class adams.gui.tools.spreadsheetviewer.tab.Query extends AbstractViewerTab implements Serializable
- serialVersionUID:
- -4215008790991120558L
-
Serialized Fields
-
m_ButtonExecute
BaseButton m_ButtonExecute
the execute button. -
m_ButtonHelp
BaseButton m_ButtonHelp
the help button. -
m_ButtonHistory
BaseButton m_ButtonHistory
the button for the history. -
m_PanelQuery
SpreadSheetQueryEditorPanel m_PanelQuery
the table with the information. -
m_PopupMenu
JPopupMenu m_PopupMenu
the popup menu for the recent items. -
m_RecentStatementsHandler
RecentSQLStatementsHandler<JPopupMenu> m_RecentStatementsHandler
the recent files handler.
-
-
Class adams.gui.tools.spreadsheetviewer.tab.ViewerTabManager extends BaseTabbedPaneWithTabHiding implements Serializable
- serialVersionUID:
- 3685631497946681192L
-
Serialized Fields
-
m_Owner
SpreadSheetViewerPanel m_Owner
the flow editor that the tab manager belongs to. -
m_TabList
List<AbstractViewerTab> m_TabList
all the available tabs.
-
-
-
Package adams.gui.tools.sqlworkbench
-
Class adams.gui.tools.sqlworkbench.SqlMetaDataPanel extends BasePanel implements Serializable
- serialVersionUID:
- -7292928176878371096L
-
Serialized Fields
-
m_ButtonExecute
BaseButton m_ButtonExecute
the button for executing the query. -
m_ComboBoxMetaDataType
BaseComboBox<MetaDataType> m_ComboBoxMetaDataType
the combobox with the metadata types. -
m_PanelCenter
JPanel m_PanelCenter
the panel at the bottom. -
m_PanelConnection
SqlConnectionPanel m_PanelConnection
the connection panel. -
m_PanelMapper
GenericObjectEditorPanel m_PanelMapper
the GOE with the type mapper. -
m_PanelNoResult
JPanel m_PanelNoResult
the no result panel. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel with the parameters. -
m_PanelTable
JPanel m_PanelTable
the panel with the table. -
m_PanelTableSearch
SearchPanel m_PanelTableSearch
the panel for searching the result. -
m_PanelText
JPanel m_PanelText
the panel with the text. -
m_PanelTop
JPanel m_PanelTop
the panel at the top. -
m_TableResults
SpreadSheetTable m_TableResults
the select result. -
m_TextResults
BaseTextArea m_TextResults
for other results. -
m_TextTable
BaseTextField m_TextTable
the text field with the (optional) table.
-
-
Class adams.gui.tools.sqlworkbench.SqlQueryPanel extends BasePanel implements Serializable
- serialVersionUID:
- -7292928176878371096L
-
Serialized Fields
-
m_ButtonExecute
BaseButton m_ButtonExecute
the button for executing the query. -
m_PanelConnection
SqlConnectionPanel m_PanelConnection
the connection panel. -
m_PanelListeners
Set<SqlQueryPanelListener> m_PanelListeners
the listeners for changes. -
m_PanelNoResult
JPanel m_PanelNoResult
the no result panel. -
m_PanelQuery
SQLStatementPanel m_PanelQuery
the query panel. -
m_PanelTable
JPanel m_PanelTable
the panel with the table. -
m_PanelTableSearch
SearchPanel m_PanelTableSearch
the panel for searching the result. -
m_PanelText
JPanel m_PanelText
the panel with the text. -
m_SplitPane
BaseSplitPane m_SplitPane
the split panel. -
m_TableResults
SpreadSheetTable m_TableResults
the select result. -
m_TextResults
BaseTextArea m_TextResults
for other results.
-
-
-
Package adams.gui.tools.weka
-
Class adams.gui.tools.weka.AbstractPanelWithFile extends BasePanel implements Serializable
- serialVersionUID:
- 2584774228409477738L
-
Serialized Fields
-
m_PanelChooser
T extends AbstractChooserPanel m_PanelChooser
the chooser panel.
-
-
Class adams.gui.tools.weka.AppendDatasetsPanel extends BasePanel implements Serializable
- serialVersionUID:
- -1965973872146968486L
-
Serialized Fields
-
m_CloseParent
boolean m_CloseParent
whether to close parent. -
m_Wizard
WizardPane m_Wizard
the wizard pane.
-
-
Class adams.gui.tools.weka.BatchFilterDatasetsPanel extends BasePanel implements Serializable
- serialVersionUID:
- -1965973872146968486L
-
Serialized Fields
-
m_CloseParent
boolean m_CloseParent
whether to close parent. -
m_Wizard
WizardPane m_Wizard
the wizard pane.
-
-
Class adams.gui.tools.weka.CostCurvePanel extends AbstractPanelWithFile<DatasetFileChooserPanel> implements Serializable
- serialVersionUID:
- -485114976896228362L
-
Serialized Fields
-
m_PanelCurve
weka.gui.visualize.ThresholdVisualizePanel m_PanelCurve
for displaying the cost curve.
-
-
-
Package adams.gui.tools.wekainvestigator
-
Class adams.gui.tools.wekainvestigator.InvestigatorManagerPanel extends AbstractSerializableWorkspaceManagerPanel<InvestigatorPanel> implements Serializable
- serialVersionUID:
- -5959114946146695938L
-
Class adams.gui.tools.wekainvestigator.InvestigatorPanel extends AbstractWorkspacePanel implements Serializable
- serialVersionUID:
- 7442747356297265526L
-
Serialized Fields
-
m_ActionFileClassAttribute
BaseAction m_ActionFileClassAttribute
the action for selecting the class attribute heuristic. -
m_ActionFileClear
BaseAction m_ActionFileClear
the action for clearing all datasets. -
m_ActionFileClose
BaseAction m_ActionFileClose
the action for closing the investigator. -
m_ActionFileOpen
BaseAction m_ActionFileOpen
the action for loading a dataset. -
m_ActionFileRelationName
BaseAction m_ActionFileRelationName
the action for selecting the relation name heuristic. -
m_ActionFileStopJob
BaseAction m_ActionFileStopJob
the action for stopping a job. -
m_ActionTabCloseAllTabs
BaseAction m_ActionTabCloseAllTabs
the action for closing all tabs. -
m_ActionTabCloseTab
BaseAction m_ActionTabCloseTab
the action for closing a tab. -
m_ActionTabCopyTab
BaseAction m_ActionTabCopyTab
the action for copying a tab. -
m_ActionTabLoadParameters
BaseAction m_ActionTabLoadParameters
the action for loading parameters for a tab. -
m_ActionTabRenameTab
BaseAction m_ActionTabRenameTab
the action for renaming a tab. -
m_ActionTabSaveParameters
BaseAction m_ActionTabSaveParameters
the action for saving parmeters of a tab. -
m_ActionTabUndoCloseTab
BaseAction m_ActionTabUndoCloseTab
the action for undoing closed a tab. -
m_ClassAttributeHeuristic
AbstractClassAttributeHeuristic m_ClassAttributeHeuristic
the heuristic for selecting the class attribute. -
m_Data
DataContainerList m_Data
the data loaded. -
m_FileChooser
WekaFileChooser m_FileChooser
the filechooser for datasets. -
m_Job
InvestigatorJob m_Job
the title of the current job. -
m_Log
StringBuilder m_Log
the log. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar. -
m_MenuFileSources
BaseMenu m_MenuFileSources
the submenu for a sources. -
m_MenuItemOptionsCalculateModelSize
JCheckBoxMenuItem m_MenuItemOptionsCalculateModelSize
the menu item for enabling/disabling model size calculation. -
m_MenuItemOptionsSortAttributeNames
JCheckBoxMenuItem m_MenuItemOptionsSortAttributeNames
the menu item for enabling/disabling sorting of attribute names. -
m_MenuItemOptionsUndoEnabled
JCheckBoxMenuItem m_MenuItemOptionsUndoEnabled
the menu item for enabling/disabling undo. -
m_MenuTabNewTab
BaseMenu m_MenuTabNewTab
the submenu for a new tab. -
m_RecentFilesHandler
RecentFilesHandlerWithCommandline<JMenu> m_RecentFilesHandler
the recent files handler. -
m_RelationNameHeuristic
AbstractRelationNameHeuristic m_RelationNameHeuristic
the heuristic for updating the relation name. -
m_StatusBar
BaseStatusBar m_StatusBar
the status bar. -
m_StatusBarDateFormat
DateFormat m_StatusBarDateFormat
for timestamps in the statusbar. -
m_TabbedPane
InvestigatorTabbedPane m_TabbedPane
the tabbed pane for the tabs. -
m_Worker
Thread m_Worker
for executing operations (loading files etc).
-
-
Class adams.gui.tools.wekainvestigator.InvestigatorWorkspaceList extends AbstractWorkspaceListPanel<InvestigatorPanel> implements Serializable
- serialVersionUID:
- -5505181485832236326L
-
-
Package adams.gui.tools.wekainvestigator.data
-
Class adams.gui.tools.wekainvestigator.data.AbstractDataContainer extends LoggingObject implements Serializable
- serialVersionUID:
- 6267905940957451551L
-
Serialized Fields
-
m_Data
weka.core.Instances m_Data
the underlying data. -
m_ID
int m_ID
the ID of the container. -
m_LastUpdated
Date m_LastUpdated
the timestamp the data was last updated. -
m_Modified
boolean m_Modified
whether the data has been modified.
-
-
Class adams.gui.tools.wekainvestigator.data.DatabaseContainer extends AbstractDataContainer implements Serializable
- serialVersionUID:
- 6267905940957451551L
-
Class adams.gui.tools.wekainvestigator.data.DataContainerList extends ArrayList<DataContainer> implements Serializable
- serialVersionUID:
- 8763903971623553841L
-
Serialized Fields
-
m_NoCleanUp
boolean m_NoCleanUp
whether to suppress automatic cleanup. -
m_UndoEnabled
boolean m_UndoEnabled
whether undo is enabled.
-
-
Class adams.gui.tools.wekainvestigator.data.DataGeneratorContainer extends AbstractDataContainer implements Serializable
- serialVersionUID:
- 6267905940957451551L
-
Serialized Fields
-
m_Generator
weka.datagenerators.DataGenerator m_Generator
the generator used to load the data.
-
-
Class adams.gui.tools.wekainvestigator.data.FileContainer extends AbstractDataContainer implements Serializable
- serialVersionUID:
- 6267905940957451551L
-
Serialized Fields
-
m_Loader
weka.core.converters.AbstractFileLoader m_Loader
the reader used to load the data. -
m_Monitor
FileChangeMonitor m_Monitor
the file monitor to use. -
m_Source
File m_Source
the source.
-
-
Class adams.gui.tools.wekainvestigator.data.MemoryContainer extends AbstractDataContainer implements Serializable
- serialVersionUID:
- 6267905940957451551L
-
Class adams.gui.tools.wekainvestigator.data.SpreadSheetContainer extends AbstractDataContainer implements Serializable
- serialVersionUID:
- 6267905940957451551L
-
Serialized Fields
-
m_Reader
SpreadSheetReader m_Reader
the reader used to load the data. -
m_Source
File m_Source
the source.
-
-
Class adams.gui.tools.wekainvestigator.data.TextDirectoryLoaderContainer extends AbstractDataContainer implements Serializable
- serialVersionUID:
- 6267905940957451551L
-
Serialized Fields
-
m_Loader
weka.core.converters.TextDirectoryLoader m_Loader
the generator used to load the data.
-
-
-
Package adams.gui.tools.wekainvestigator.datatable
-
Class adams.gui.tools.wekainvestigator.datatable.DataTable extends BaseTable implements Serializable
- serialVersionUID:
- -2329794525513037246L
-
Serialized Fields
-
m_SortAttributes
boolean m_SortAttributes
whether to sort the attributes alphabetically.
-
-
Class adams.gui.tools.wekainvestigator.datatable.DataTableModel extends AbstractMoveableTableModel implements Serializable
- serialVersionUID:
- 8586181476263855804L
-
Serialized Fields
-
m_Data
List<DataContainer> m_Data
the underlying data. -
m_ReadOnly
boolean m_ReadOnly
whether the model is read-only.
-
-
Class adams.gui.tools.wekainvestigator.datatable.DataTableWithButtons extends BaseTableWithButtons implements Serializable
- serialVersionUID:
- -4226940020931531155L
-
-
Package adams.gui.tools.wekainvestigator.datatable.action
-
Class adams.gui.tools.wekainvestigator.datatable.action.AbstractEditableDataTableAction extends AbstractBaseAction implements Serializable
- serialVersionUID:
- -3555111594280198534L
-
Serialized Fields
-
m_Owner
AbstractInvestigatorTabWithEditableDataTable m_Owner
the owner.
-
-
Class adams.gui.tools.wekainvestigator.datatable.action.Append extends AbstractEditableDataTableAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Class adams.gui.tools.wekainvestigator.datatable.action.Compatibility extends AbstractEditableDataTableAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Class adams.gui.tools.wekainvestigator.datatable.action.Copy extends AbstractEditableDataTableAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Class adams.gui.tools.wekainvestigator.datatable.action.Merge extends AbstractEditableDataTableAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Serialized Fields
-
m_LastSetup
WekaMergeInstancesActor m_LastSetup
the last merge setup.
-
-
Class adams.gui.tools.wekainvestigator.datatable.action.Randomize extends AbstractEditableDataTableAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Serialized Fields
-
m_LastSeed
Long m_LastSeed
the last seed.
-
-
Class adams.gui.tools.wekainvestigator.datatable.action.RandomSubset extends AbstractEditableDataTableAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Serialized Fields
-
m_LastBias
Double m_LastBias
the last bias used. -
m_LastPercentage
Double m_LastPercentage
the last percentage used. -
m_LastReplacement
Boolean m_LastReplacement
whether replacement was used. -
m_LastSeed
Integer m_LastSeed
the last seed used. -
m_LastSupervised
Boolean m_LastSupervised
whether supervised version was used.
-
-
Class adams.gui.tools.wekainvestigator.datatable.action.RemoveTestSet extends AbstractEditableDataTableAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Class adams.gui.tools.wekainvestigator.datatable.action.Rename extends AbstractEditableDataTableAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Class adams.gui.tools.wekainvestigator.datatable.action.Revert extends AbstractEditableDataTableAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Class adams.gui.tools.wekainvestigator.datatable.action.Save extends AbstractEditableDataTableAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Serialized Fields
-
m_FileChooser
WekaFileChooser m_FileChooser
the file chooser for exporting.
-
-
Class adams.gui.tools.wekainvestigator.datatable.action.SaveIndexedSplitsRuns extends AbstractEditableDataTableAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Serialized Fields
-
m_Dialog
ApprovalDialog m_Dialog
the dialog for exporting. -
m_PanelGenerator
GenericObjectEditorPanel m_PanelGenerator
the GOE panel for the generator. -
m_PanelOutput
FileChooserPanel m_PanelOutput
the chooser panel for the output file. -
m_PanelWriter
GenericObjectEditorPanel m_PanelWriter
the GOE panel for the writer.
-
-
Class adams.gui.tools.wekainvestigator.datatable.action.Split extends AbstractEditableDataTableAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Serialized Fields
-
m_LastSplitter
SplitGenerator m_LastSplitter
the last splitter.
-
-
-
Package adams.gui.tools.wekainvestigator.evaluation
-
Class adams.gui.tools.wekainvestigator.evaluation.AbstractEvaluation extends LoggingObject implements Serializable
- serialVersionUID:
- -5847790432092994409L
-
Serialized Fields
-
m_Owner
T extends AbstractInvestigatorTab m_Owner
the owner. -
m_PanelOptions
JPanel m_PanelOptions
the panel with the options.
-
-
-
Package adams.gui.tools.wekainvestigator.output
-
Class adams.gui.tools.wekainvestigator.output.AbstractNestableResultItem extends AbstractResultItem implements Serializable
- serialVersionUID:
- -3409493446200539772L
-
Serialized Fields
-
m_NameSuffix
String m_NameSuffix
the name suffix to use (optional). -
m_NestedItems
Map<String,AbstractNestableResultItem> m_NestedItems
nested result items.
-
-
Class adams.gui.tools.wekainvestigator.output.AbstractOutputGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -6176955975392722176L
-
Class adams.gui.tools.wekainvestigator.output.AbstractOutputPanelWithPopupMenu extends DetachablePanel implements Serializable
- serialVersionUID:
- -2818808520522758309L
-
Class adams.gui.tools.wekainvestigator.output.AbstractResultItem extends LoggingObject implements Serializable
- serialVersionUID:
- -3409493446200539772L
-
Serialized Fields
-
m_Header
weka.core.Instances m_Header
the header. -
m_Log
StringBuilder m_Log
the log. -
m_Name
String m_Name
the name of the item. -
m_Timestamp
Date m_Timestamp
the timestamp.
-
-
Class adams.gui.tools.wekainvestigator.output.ComponentContentPanel extends AbstractOutputPanelWithPopupMenu<JComponentWriterFileChooser> implements Serializable
- serialVersionUID:
- 8183731075946484533L
-
Serialized Fields
-
m_Component
JComponent m_Component
the actual component.
-
-
Class adams.gui.tools.wekainvestigator.output.OutputTabbedPane extends DragAndDropTabbedPane implements Serializable
- serialVersionUID:
- -7694010290845155428L
-
Serialized Fields
-
m_LastExport
AbstractMultiObjectExport m_LastExport
the last export scheme.
-
-
Class adams.gui.tools.wekainvestigator.output.TableContentPanel extends AbstractOutputPanelWithPopupMenu<SpreadSheetFileChooser> implements Serializable
- serialVersionUID:
- 8183731075946484533L
-
Serialized Fields
-
m_Component
JComponent m_Component
the actual component. -
m_PanelSearch
SearchPanel m_PanelSearch
the search panel.
-
-
Class adams.gui.tools.wekainvestigator.output.TextualContentPanel extends AbstractOutputPanelWithPopupMenu<TextFileChooser> implements Serializable
- serialVersionUID:
- 8183731075946484533L
-
Serialized Fields
-
m_Component
JComponent m_Component
the actual component.
-
-
-
Package adams.gui.tools.wekainvestigator.source
-
Class adams.gui.tools.wekainvestigator.source.AbstractSource extends AbstractBaseAction implements Serializable
- serialVersionUID:
- 1860821657853747908L
-
Serialized Fields
-
m_Owner
InvestigatorPanel m_Owner
the owner.
-
-
Class adams.gui.tools.wekainvestigator.source.Clipboard extends AbstractSource implements Serializable
- serialVersionUID:
- 5646388990155938153L
-
Serialized Fields
-
m_LastReader
SpreadSheetReader m_LastReader
the last spreadsheet reader used.
-
-
Class adams.gui.tools.wekainvestigator.source.Database extends AbstractSource implements Serializable
- serialVersionUID:
- 5646388990155938153L
-
Class adams.gui.tools.wekainvestigator.source.DataGenerator extends AbstractSource implements Serializable
- serialVersionUID:
- 5646388990155938153L
-
Serialized Fields
-
m_Generator
weka.datagenerators.DataGenerator m_Generator
the last filechooser.
-
-
Class adams.gui.tools.wekainvestigator.source.SpreadSheet extends AbstractSource implements Serializable
- serialVersionUID:
- 5646388990155938153L
-
Serialized Fields
-
m_FileChooser
SpreadSheetFileChooser m_FileChooser
the filechooser.
-
-
Class adams.gui.tools.wekainvestigator.source.TextDirectory extends AbstractSource implements Serializable
- serialVersionUID:
- 5646388990155938153L
-
Serialized Fields
-
m_Loader
weka.core.converters.TextDirectoryLoader m_Loader
the last config.
-
-
-
Package adams.gui.tools.wekainvestigator.tab
-
Class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab extends DetachablePanel implements Serializable
- serialVersionUID:
- 1860821657853747908L
-
Serialized Fields
-
m_ActualTitle
String m_ActualTitle
the actual title. -
m_FileChooserParameters
ParameterMapFileChooser m_FileChooserParameters
the file chooser. -
m_Owner
InvestigatorPanel m_Owner
the owner. -
m_Worker
Thread m_Worker
whether the evaluation is currently running.
-
-
Class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable extends AbstractInvestigatorTab implements Serializable
- serialVersionUID:
- -94945456385486233L
-
Serialized Fields
-
m_DefaultDataTableHeight
int m_DefaultDataTableHeight
the default data table height. -
m_FirstAdd
boolean m_FirstAdd
whether this is the first time a dataset gets added. -
m_Model
DataTableModel m_Model
the table model. -
m_PanelData
JPanel m_PanelData
the panel with the data. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_Table
DataTableWithButtons m_Table
the table.
-
-
Class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithEditableDataTable extends AbstractInvestigatorTabWithDataTable implements Serializable
- serialVersionUID:
- -94945456385486233L
-
Serialized Fields
-
m_Actions
List<AbstractEditableDataTableAction> m_Actions
the available actions. -
m_ButtonAction
BaseFlatSplitButton m_ButtonAction
the action button. -
m_ButtonActivate
BaseFlatButton m_ButtonActivate
the button for activating a dataset. -
m_ButtonDown
BaseFlatButton m_ButtonDown
the down button. -
m_ButtonRemove
BaseFlatButton m_ButtonRemove
the button for removing a dataset. -
m_ButtonSave
BaseFlatButton m_ButtonSave
the save button. -
m_ButtonUndo
BaseFlatButton m_ButtonUndo
the button for undoing changes. -
m_ButtonUp
BaseFlatButton m_ButtonUp
the up button.
-
-
Class adams.gui.tools.wekainvestigator.tab.AssociateTab extends AbstractInvestigatorTab implements Serializable
- serialVersionUID:
- -4106630131554796889L
-
Serialized Fields
-
m_ButtonOutputGenerators
BaseButton m_ButtonOutputGenerators
the button for editing the output generators. -
m_ButtonOutputGeneratorsFavorites
BaseButton m_ButtonOutputGeneratorsFavorites
the button for the output generator favorites. -
m_ButtonStart
BaseButton m_ButtonStart
the start button. -
m_ButtonStop
BaseButton m_ButtonStop
the stop button. -
m_ComboBoxEvaluations
BaseComboBox<AbstractAssociatorEvaluation> m_ComboBoxEvaluations
the combobox with the available evaluations. -
m_CurrentAssociator
weka.associations.Associator m_CurrentAssociator
the current associator. -
m_CurrentEvaluation
AbstractAssociatorEvaluation m_CurrentEvaluation
the current evaluation. -
m_History
AssociateTab.HistoryPanel m_History
the history. -
m_ModelEvaluations
DefaultComboBoxModel<AbstractAssociatorEvaluation> m_ModelEvaluations
the model with the available evaluations. -
m_OutputGenerators
AbstractOutputGenerator[] m_OutputGenerators
the output generators to use. -
m_PanelEvaluation
JPanel m_PanelEvaluation
the panel with the evaluation. -
m_PanelEvaluationSetup
JPanel m_PanelEvaluationSetup
the panel for the evaluation setup to be embedded in. -
m_PanelExecutionButtons
JPanel m_PanelExecutionButtons
the panel with the buttons. -
m_PanelGOE
GenericObjectEditorPanel m_PanelGOE
the GOe with the associator. -
m_PanelLeft
JPanel m_PanelLeft
the panel on the left-hand side. -
m_PanelRight
JPanel m_PanelRight
the panel on the right-hand side (displays results). -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane for left/right panels. -
m_StatusBar
BaseStatusBar m_StatusBar
the status bar.
-
-
Class adams.gui.tools.wekainvestigator.tab.AssociateTab.HistoryPanel extends AbstractNamedHistoryPanel<ResultItem> implements Serializable
- serialVersionUID:
- 8740813441072965573L
-
Serialized Fields
-
m_ModelFileChooser
BaseFileChooser m_ModelFileChooser
the file chooser for models. -
m_Owner
AssociateTab m_Owner
the owner.
-
-
Class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab extends AbstractInvestigatorTab implements Serializable
- serialVersionUID:
- -4106630131554796889L
-
Serialized Fields
-
m_ButtonOutputGenerators
BaseButton m_ButtonOutputGenerators
the button for editing the output generators. -
m_ButtonOutputGeneratorsFavorites
BaseButton m_ButtonOutputGeneratorsFavorites
the button for the output generator favorites. -
m_ButtonStart
BaseButton m_ButtonStart
the start button. -
m_ButtonStop
BaseButton m_ButtonStop
the stop button. -
m_ComboBoxEvaluations
BaseComboBox<AbstractAttributeSelectionEvaluation> m_ComboBoxEvaluations
the combobox with the available evaluations. -
m_CurrentEvaluation
AbstractAttributeSelectionEvaluation m_CurrentEvaluation
the current evaluation. -
m_CurrentEvaluator
weka.attributeSelection.ASEvaluation m_CurrentEvaluator
the current evaluator. -
m_CurrentSearch
weka.attributeSelection.ASSearch m_CurrentSearch
the current search. -
m_History
AttributeSelectionTab.HistoryPanel m_History
the history. -
m_ModelEvaluations
DefaultComboBoxModel<AbstractAttributeSelectionEvaluation> m_ModelEvaluations
the model with the available evaluations. -
m_OutputGenerators
AbstractOutputGenerator[] m_OutputGenerators
the output generators to use. -
m_PanelEvaluation
JPanel m_PanelEvaluation
the panel with the evaluation. -
m_PanelEvaluationSetup
JPanel m_PanelEvaluationSetup
the panel for the evaluation setup to be embedded in. -
m_PanelEvaluator
GenericObjectEditorPanel m_PanelEvaluator
the GOe with the evaluator. -
m_PanelExecutionButtons
JPanel m_PanelExecutionButtons
the panel with the buttons. -
m_PanelLeft
JPanel m_PanelLeft
the panel on the left-hand side. -
m_PanelRight
JPanel m_PanelRight
the panel on the right-hand side (displays results). -
m_PanelSearch
GenericObjectEditorPanel m_PanelSearch
the GOe with the search. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane for left/right panels. -
m_StatusBar
BaseStatusBar m_StatusBar
the status bar.
-
-
Class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab.HistoryPanel extends AbstractNamedHistoryPanel<ResultItem> implements Serializable
- serialVersionUID:
- 8740813441072965573L
-
Serialized Fields
-
m_DatasetFileChooser
WekaFileChooser m_DatasetFileChooser
the file chooser for models. -
m_Owner
AttributeSelectionTab m_Owner
the owner.
-
-
Class adams.gui.tools.wekainvestigator.tab.BoxPlotTab extends AbstractInvestigatorTabWithDataTable implements Serializable
- serialVersionUID:
- -4106630131554796889L
-
Serialized Fields
-
m_CurrentBoxPlot
BoxPlotManager m_CurrentBoxPlot
the current boxplot. -
m_LastBoxPlot
BoxPlotManager m_LastBoxPlot
the last boxplot.
-
-
Class adams.gui.tools.wekainvestigator.tab.ClassifyTab extends AbstractInvestigatorTab implements Serializable
- serialVersionUID:
- -4106630131554796889L
-
Serialized Fields
-
m_ButtonOutputGenerators
BaseButton m_ButtonOutputGenerators
the button for editing the output generators. -
m_ButtonOutputGeneratorsFavorites
BaseButton m_ButtonOutputGeneratorsFavorites
the button for the output generator favorites. -
m_ButtonStart
BaseButton m_ButtonStart
the start button. -
m_ButtonStop
BaseButton m_ButtonStop
the stop button. -
m_ComboBoxEvaluations
BaseComboBox<AbstractClassifierEvaluation> m_ComboBoxEvaluations
the combobox with the available evaluations. -
m_CurrentClassifier
weka.classifiers.Classifier m_CurrentClassifier
the current classifier. -
m_CurrentEvaluation
AbstractClassifierEvaluation m_CurrentEvaluation
the current evaluation. -
m_History
ClassifyTab.HistoryPanel m_History
the history. -
m_ModelEvaluations
DefaultComboBoxModel<AbstractClassifierEvaluation> m_ModelEvaluations
the model with the available evaluations. -
m_OutputGenerators
AbstractOutputGenerator[] m_OutputGenerators
the output generators to use. -
m_PanelEvaluation
JPanel m_PanelEvaluation
the panel with the evaluation. -
m_PanelEvaluationSetup
JPanel m_PanelEvaluationSetup
the panel for the evaluation setup to be embedded in. -
m_PanelExecutionButtons
JPanel m_PanelExecutionButtons
the panel with the buttons. -
m_PanelGOE
GenericObjectEditorPanel m_PanelGOE
the GOe with the classifier. -
m_PanelLeft
JPanel m_PanelLeft
the panel on the left-hand side. -
m_PanelRight
JPanel m_PanelRight
the panel on the right-hand side (displays results). -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane for left/right panels. -
m_StatusBar
BaseStatusBar m_StatusBar
the status bar. -
m_Stopping
boolean m_Stopping
whether the execution is in the process of stopping.
-
-
Class adams.gui.tools.wekainvestigator.tab.ClassifyTab.HistoryPanel extends AbstractNamedHistoryPanel<ResultItem> implements Serializable
- serialVersionUID:
- 8740813441072965573L
-
Serialized Fields
-
m_ModelFileChooser
BaseFileChooser m_ModelFileChooser
the file chooser for models. -
m_Owner
ClassifyTab m_Owner
the owner.
-
-
Class adams.gui.tools.wekainvestigator.tab.ClusterTab extends AbstractInvestigatorTab implements Serializable
- serialVersionUID:
- -4106630131554796889L
-
Serialized Fields
-
m_ButtonOutputGenerators
BaseButton m_ButtonOutputGenerators
the button for editing the output generators. -
m_ButtonOutputGeneratorsFavorites
BaseButton m_ButtonOutputGeneratorsFavorites
the button for the output generator favorites. -
m_ButtonStart
BaseButton m_ButtonStart
the start button. -
m_ButtonStop
BaseButton m_ButtonStop
the stop button. -
m_ComboBoxEvaluations
BaseComboBox<AbstractClustererEvaluation> m_ComboBoxEvaluations
the combobox with the available evaluations. -
m_CurrentClusterer
weka.clusterers.Clusterer m_CurrentClusterer
the current clusterer. -
m_CurrentEvaluation
AbstractClustererEvaluation m_CurrentEvaluation
the current evaluation. -
m_History
ClusterTab.HistoryPanel m_History
the history. -
m_ModelEvaluations
DefaultComboBoxModel<AbstractClustererEvaluation> m_ModelEvaluations
the model with the available evaluations. -
m_OutputGenerators
AbstractOutputGenerator[] m_OutputGenerators
the output generators to use. -
m_PanelEvaluation
JPanel m_PanelEvaluation
the panel with the evaluation. -
m_PanelEvaluationSetup
JPanel m_PanelEvaluationSetup
the panel for the evaluation setup to be embedded in. -
m_PanelExecutionButtons
JPanel m_PanelExecutionButtons
the panel with the buttons. -
m_PanelGOE
GenericObjectEditorPanel m_PanelGOE
the GOe with the clusterer. -
m_PanelLeft
JPanel m_PanelLeft
the panel on the left-hand side. -
m_PanelRight
JPanel m_PanelRight
the panel on the right-hand side (displays results). -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane for left/right panels. -
m_StatusBar
BaseStatusBar m_StatusBar
the status bar.
-
-
Class adams.gui.tools.wekainvestigator.tab.ClusterTab.HistoryPanel extends AbstractNamedHistoryPanel<ResultItem> implements Serializable
- serialVersionUID:
- 8740813441072965573L
-
Serialized Fields
-
m_ModelFileChooser
BaseFileChooser m_ModelFileChooser
the file chooser for models. -
m_Owner
ClusterTab m_Owner
the owner.
-
-
Class adams.gui.tools.wekainvestigator.tab.CompareTab extends AbstractInvestigatorTab implements Serializable
- serialVersionUID:
- 6828735730385124766L
-
Serialized Fields
-
m_ButtonData
BaseButton m_ButtonData
the button for comparing the data. -
m_ButtonStructure
BaseButton m_ButtonStructure
the button for comparing the structure. -
m_ComboBoxFirstDataset
BaseComboBox<String> m_ComboBoxFirstDataset
the first dataset. -
m_ComboBoxFirstID
BaseComboBox<String> m_ComboBoxFirstID
the ID attribute in the first dataset to use for comparing the data. -
m_ComboBoxSecondDataset
BaseComboBox<String> m_ComboBoxSecondDataset
the second dataset. -
m_ComboBoxSecondID
BaseComboBox<String> m_ComboBoxSecondID
the ID attribute in the second dataset to use for comparing the data. -
m_FileChooserIDs
TextFileChooser m_FileChooserIDs
the file saver for storing the IDs. -
m_FirstAttributes
gnu.trove.list.TIntList m_FirstAttributes
the first set of attributes. -
m_FirstData
weka.core.Instances m_FirstData
the first dataset. -
m_ListCommonIDs
BaseList m_ListCommonIDs
the JList with the common IDs. -
m_ModelCommonIDs
DefaultListModel<String> m_ModelCommonIDs
the model with the common IDs. -
m_ModelFirstDataset
DefaultComboBoxModel<String> m_ModelFirstDataset
the first dataset model. -
m_ModelFirstID
DefaultComboBoxModel<String> m_ModelFirstID
the first ID attribute model. -
m_ModelSecondDataset
DefaultComboBoxModel<String> m_ModelSecondDataset
the second dataset model. -
m_ModelSecondID
DefaultComboBoxModel<String> m_ModelSecondID
the second ID attribute model. -
m_PanelBoth
InstancePanel m_PanelBoth
the panel for displaying the two instances. -
m_PanelComparison
JPanel m_PanelComparison
the overall panel for comparison. -
m_PanelData
JPanel m_PanelData
the panel for the data. -
m_PanelDatasets
JPanel m_PanelDatasets
the panel for the datasets. -
m_PanelDifference
InstancePanel m_PanelDifference
the panel with the difference. -
m_PanelStructure
JPanel m_PanelStructure
the panel for the structure. -
m_ReportTable
ReportFactory.Table m_ReportTable
the table with the report. -
m_SecondAttributes
gnu.trove.list.TIntList m_SecondAttributes
the second set of attributes. -
m_SecondData
weka.core.Instances m_SecondData
the second dataset. -
m_TabbedPaneData
BaseTabbedPane m_TabbedPaneData
the tabbed pane for the data. -
m_TextCommon
BaseTextArea m_TextCommon
the IDs present in both datasets. -
m_TextFirstRange
BaseTextField m_TextFirstRange
the text field for the first attribute range. -
m_TextOnlyFirst
BaseTextArea m_TextOnlyFirst
the IDs only present in the first dataset. -
m_TextOnlySecond
BaseTextArea m_TextOnlySecond
the IDs only present in the second dataset. -
m_TextSecondRange
BaseTextField m_TextSecondRange
the text field for the second attribute range. -
m_TextStructure
BaseTextArea m_TextStructure
the text area with the structure output.
-
-
Class adams.gui.tools.wekainvestigator.tab.DataQueryTab extends AbstractInvestigatorTabWithDataTable implements Serializable
- serialVersionUID:
- -4106630131554796889L
-
Serialized Fields
-
m_ButtonClear
BaseButton m_ButtonClear
the clear button. -
m_ButtonExecute
BaseButton m_ButtonExecute
the execute button. -
m_ButtonHelp
BaseButton m_ButtonHelp
the help button. -
m_ButtonHistory
BaseButton m_ButtonHistory
the button for the history. -
m_ButtonSave
BaseButton m_ButtonSave
the save button. -
m_DataGenerated
boolean m_DataGenerated
whether data was generated. -
m_PanelQuery
SpreadSheetQueryEditorPanel m_PanelQuery
the query panel. -
m_PopupMenu
JPopupMenu m_PopupMenu
the popup menu for the recent items. -
m_RecentStatementsHandler
RecentSQLStatementsHandler<JPopupMenu> m_RecentStatementsHandler
the recent files handler. -
m_TableResult
SpreadSheetTable m_TableResult
the generated spreadsheet.
-
-
Class adams.gui.tools.wekainvestigator.tab.DataTab extends AbstractInvestigatorTabWithEditableDataTable implements Serializable
- serialVersionUID:
- -94945456385486233L
-
Serialized Fields
-
m_CurrentPanel
InstancesPanel m_CurrentPanel
the currently displayed panel. -
m_MaxColWidth
Integer m_MaxColWidth
the default max column width. -
m_TableCache
Map<DataContainer,InstancesPanel> m_TableCache
the cache for the tables. -
m_TimestampCache
Map<DataContainer,Date> m_TimestampCache
the cache for the last update cache.
-
-
Class adams.gui.tools.wekainvestigator.tab.ExperimentTab extends AbstractInvestigatorTab implements Serializable
- serialVersionUID:
- -4106630131554796889L
-
Serialized Fields
-
m_ButtonOutputGenerators
BaseButton m_ButtonOutputGenerators
the button for editing the output generators. -
m_ButtonOutputGeneratorsFavorites
BaseButton m_ButtonOutputGeneratorsFavorites
the button for the output generator favorites. -
m_ButtonStart
BaseButton m_ButtonStart
the start button. -
m_ButtonStop
BaseButton m_ButtonStop
the stop button. -
m_ComboBoxSetups
BaseComboBox<AbstractExperimentSetup> m_ComboBoxSetups
the combobox with the available setups. -
m_CurrentClassifier
weka.classifiers.Classifier m_CurrentClassifier
the current classifier. -
m_CurrentSetup
AbstractExperimentSetup m_CurrentSetup
the current p. -
m_History
ExperimentTab.HistoryPanel m_History
the history. -
m_ModelSetups
DefaultComboBoxModel<AbstractExperimentSetup> m_ModelSetups
the model with the available setups. -
m_OutputGenerators
AbstractOutputGenerator[] m_OutputGenerators
the output generators to use. -
m_PanelEvaluation
JPanel m_PanelEvaluation
the panel with the evaluation. -
m_PanelExecutionButtons
JPanel m_PanelExecutionButtons
the panel with the buttons. -
m_PanelGOE
GenericObjectEditorPanel m_PanelGOE
the GOe with the classifier. -
m_PanelLeft
JPanel m_PanelLeft
the panel on the left-hand side. -
m_PanelRight
JPanel m_PanelRight
the panel on the right-hand side (displays results). -
m_PanelSetup
JPanel m_PanelSetup
the panel for the execution setup to be embedded in. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane for left/right panels. -
m_StatusBar
BaseStatusBar m_StatusBar
the status bar. -
m_Stopping
boolean m_Stopping
whether the execution is in the process of stopping.
-
-
Class adams.gui.tools.wekainvestigator.tab.ExperimentTab.HistoryPanel extends AbstractNamedHistoryPanel<ResultItem> implements Serializable
- serialVersionUID:
- 8740813441072965573L
-
Serialized Fields
-
m_Owner
ExperimentTab m_Owner
the owner. -
m_ResultsFileChooser
WekaFileChooser m_ResultsFileChooser
the file chooser for the results.
-
-
Class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab extends AbstractInvestigatorTab implements Serializable
- serialVersionUID:
- -4106630131554796889L
-
Serialized Fields
-
m_ButtonStart
BaseButton m_ButtonStart
the button to start PCA. -
m_ButtonStop
BaseButton m_ButtonStop
the button to stop PCA. -
m_ComboBoxDatasets
BaseComboBox<String> m_ComboBoxDatasets
the datasets. -
m_ModelDatasets
DefaultComboBoxModel<String> m_ModelDatasets
the datasets model. -
m_PanelComponents
ScatterPlot m_PanelComponents
the components plot. -
m_PanelICA
GenericObjectEditorPanel m_PanelICA
the ICA setup. -
m_PanelLeft
JPanel m_PanelLeft
the left panel. -
m_PanelParameters
ParameterPanel m_PanelParameters
the parameter panel. -
m_PanelRight
JPanel m_PanelRight
the right panel. -
m_PanelSources
ScatterPlot m_PanelSources
the sources plot. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_TabbedPanePlots
BaseTabbedPane m_TabbedPanePlots
the tabbed pane for the plots. -
m_TextAdditionalAttributes
BaseTextField m_TextAdditionalAttributes
the additional attribute range. -
m_TextAttributeRange
BaseTextField m_TextAttributeRange
the attribute range.
-
-
Class adams.gui.tools.wekainvestigator.tab.InstanceTab extends AbstractInvestigatorTab implements Serializable
- serialVersionUID:
- -4106630131554796889L
-
Serialized Fields
-
m_ButtonVisualize
BaseButton m_ButtonVisualize
the button for visualizing. -
m_CheckBoxAntiAliasing
BaseCheckBox m_CheckBoxAntiAliasing
whether to use anti-aliasing. -
m_CheckBoxMarkers
BaseCheckBox m_CheckBoxMarkers
whether to use markers. -
m_ComboBoxColor
BaseComboBox<String> m_ComboBoxColor
the attribute to use for color. -
m_ComboBoxDatasets
BaseComboBox<String> m_ComboBoxDatasets
the datasets. -
m_ComboBoxID
BaseComboBox<String> m_ComboBoxID
the ID. -
m_ListIDs
SearchableBaseList m_ListIDs
the list with instance IDs to display. -
m_ModelAttributesColor
DefaultComboBoxModel<String> m_ModelAttributesColor
the color attribute model. -
m_ModelAttributesID
DefaultComboBoxModel<String> m_ModelAttributesID
the attribute model. -
m_ModelDatasets
DefaultComboBoxModel<String> m_ModelDatasets
the datasets model. -
m_ModelIDs
DefaultListModel<Comparable> m_ModelIDs
the model with the IDs. -
m_PanelColorProvider
GenericObjectEditorPanel m_PanelColorProvider
the color provider. -
m_PanelInstance
InstancePanel m_PanelInstance
the plot. -
m_PanelLeft
JPanel m_PanelLeft
the left panel. -
m_PanelParameters
ParameterPanel m_PanelParameters
the parameter panel. -
m_PanelRight
JPanel m_PanelRight
the right panel. -
m_PanelSearchID
SearchPanel m_PanelSearchID
the search panel for the IDs. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_TextAttributeRange
RangeTextField m_TextAttributeRange
the attribute range.
-
-
Class adams.gui.tools.wekainvestigator.tab.InvestigatorTabbedPane extends DragAndDropTabbedPane implements Serializable
- serialVersionUID:
- -8555377473460866456L
-
Serialized Fields
-
m_Owner
InvestigatorPanel m_Owner
the owner.
-
-
Class adams.gui.tools.wekainvestigator.tab.LogTab extends AbstractInvestigatorTab implements Serializable
- serialVersionUID:
- -94945456385486233L
-
Serialized Fields
-
m_LogPanel
SimpleLogPanel m_LogPanel
the log panel.
-
-
Class adams.gui.tools.wekainvestigator.tab.MatrixTab extends AbstractInvestigatorTabWithDataTable implements Serializable
- serialVersionUID:
- -4106630131554796889L
-
Class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab extends AbstractInvestigatorTab implements Serializable
- serialVersionUID:
- -4106630131554796889L
-
Serialized Fields
-
m_ButtonStart
BaseButton m_ButtonStart
the button to start PLS. -
m_ButtonStop
BaseButton m_ButtonStop
the button to stop PLS. -
m_ComboBoxDatasets
BaseComboBox<String> m_ComboBoxDatasets
the datasets. -
m_ModelDatasets
DefaultComboBoxModel<String> m_ModelDatasets
the datasets model. -
m_PanelGOE
GenericObjectEditorPanel m_PanelGOE
the algorithm. -
m_PanelLeft
JPanel m_PanelLeft
the left panel. -
m_PanelLoadings
ScatterPlot m_PanelLoadings
the loadings plot. -
m_PanelParameters
ParameterPanel m_PanelParameters
the parameter panel. -
m_PanelRight
JPanel m_PanelRight
the right panel. -
m_PanelScores
ScatterPlot m_PanelScores
the scores plot. -
m_PanelWeights
SequencePlotterPanel m_PanelWeights
the plot of the loadings. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_TabbedPanePlots
BaseTabbedPane m_TabbedPanePlots
the tabbed pane for the plots. -
m_TextAdditionalAttributes
BaseTextField m_TextAdditionalAttributes
the additional attribute range. -
m_TextAttributeRange
BaseTextField m_TextAttributeRange
the attribute range.
-
-
Class adams.gui.tools.wekainvestigator.tab.PreprocessTab extends AbstractInvestigatorTabWithEditableDataTable implements Serializable
- serialVersionUID:
- -94945456385486233L
-
Serialized Fields
-
m_Actions
List<AbstractSelectedAttributesAction> m_Actions
the available actions. -
m_ButtonSelectedAttributes
BaseFlatButton m_ButtonSelectedAttributes
the button for copying the selected attributes range. -
m_ButtonSelectedAttributesAction
BaseSplitButton m_ButtonSelectedAttributesAction
button for removing checked attributes. -
m_ButtonStart
BaseButton m_ButtonStart
the button for starting the filtering. -
m_ButtonStop
BaseButton m_ButtonStop
the button for stop the filtering. -
m_CheckBoxBatchFilter
BaseCheckBox m_CheckBoxBatchFilter
the checkbox for batch-filtering. -
m_CheckBoxKeepName
BaseCheckBox m_CheckBoxKeepName
the whether to keep the relation name. -
m_CheckBoxReplace
BaseCheckBox m_CheckBoxReplace
the checkbox to replace the datasets. -
m_CheckBoxSerialize
BaseCheckBox m_CheckBoxSerialize
the whether to serialize the filter to a file. -
m_CurrentFilter
weka.filters.Filter m_CurrentFilter
the current filter. -
m_FileSerialize
FileChooserPanel m_FileSerialize
the file to serialize the trained filter to. -
m_LastAttributesToVisualize
int[] m_LastAttributesToVisualize
the last indices that were visualized. -
m_MaxAttributesToVisualize
int m_MaxAttributesToVisualize
the maximum number of attributes to visualize (summary table/histogram). -
m_PanelAttSelection
AttributeSelectionPanel m_PanelAttSelection
the attribute selection panel. -
m_PanelAttSummary
MultiAttributeSummaryPanel m_PanelAttSummary
the attribute summary panel. -
m_PanelAttVisualization
MultiAttributeVisualizationPanel m_PanelAttVisualization
the attribute visualization panel. -
m_PanelGOE
GenericObjectEditorPanel m_PanelGOE
the GOe with the filter. -
m_PanelInstSummary
InstancesSummaryPanel m_PanelInstSummary
the instances summary panel. -
m_PanelMain
JPanel m_PanelMain
the panel for the preprocess panels. -
m_PanelTop
JPanel m_PanelTop
the panel for the filter and the buttons. -
m_TextSelectedAttributes
BaseTextField m_TextSelectedAttributes
the currently selected attributes. -
m_Worker
Thread m_Worker
whether the evaluation is currently running.
-
-
Class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab extends AbstractInvestigatorTab implements Serializable
- serialVersionUID:
- -4106630131554796889L
-
Serialized Fields
-
m_ButtonStart
BaseButton m_ButtonStart
the button to start PCA. -
m_ButtonStop
BaseButton m_ButtonStop
the button to stop PCA. -
m_CheckBoxSkipNominal
BaseCheckBox m_CheckBoxSkipNominal
whether to skip nominal attributes. -
m_ComboBoxDatasets
BaseComboBox<String> m_ComboBoxDatasets
the datasets. -
m_ModelDatasets
DefaultComboBoxModel<String> m_ModelDatasets
the datasets model. -
m_PanelLeft
JPanel m_PanelLeft
the left panel. -
m_PanelLoadings
ScatterPlot m_PanelLoadings
the loadings plot. -
m_PanelParameters
ParameterPanel m_PanelParameters
the parameter panel. -
m_PanelRight
JPanel m_PanelRight
the right panel. -
m_PanelScores
ScatterPlot m_PanelScores
the scores plot. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_TabbedPanePlots
BaseTabbedPane m_TabbedPanePlots
the tabbed pane for the plots. -
m_TextAdditionalAttributes
BaseTextField m_TextAdditionalAttributes
the additional attribute range. -
m_TextAttributeRange
BaseTextField m_TextAttributeRange
the attribute range. -
m_TextMaxAttributeNames
NumberTextField m_TextMaxAttributeNames
the maximum number of attribute names. -
m_TextMaxAttributes
NumberTextField m_TextMaxAttributes
the maximum number of attributes. -
m_TextVariance
NumberTextField m_TextVariance
the variance.
-
-
Class adams.gui.tools.wekainvestigator.tab.ScatterPlotTab extends AbstractInvestigatorTabWithEditableDataTable implements Serializable
- serialVersionUID:
- -94945456385486233L
-
Serialized Fields
-
m_CurrentPanel
ScatterPlot m_CurrentPanel
the currently displayed panel. -
m_MaxColWidth
Integer m_MaxColWidth
the default max column width. -
m_PlotCache
Map<DataContainer,ScatterPlot> m_PlotCache
the cache for the plots. -
m_TimestampCache
Map<DataContainer,Date> m_TimestampCache
the cache for the last update cache.
-
-
-
Package adams.gui.tools.wekainvestigator.tab.associatetab
-
Class adams.gui.tools.wekainvestigator.tab.associatetab.ResultItem extends AbstractResultItem implements Serializable
- serialVersionUID:
- -3409493446200539772L
-
Serialized Fields
-
m_Evaluation
weka.associations.AssociatorEvaluation m_Evaluation
the evaluation object. -
m_Model
weka.associations.Associator m_Model
the model. -
m_RunInformation
MetaData m_RunInformation
the run information. -
m_Template
weka.associations.Associator m_Template
the template.
-
-
-
Package adams.gui.tools.wekainvestigator.tab.associatetab.evaluation
-
Class adams.gui.tools.wekainvestigator.tab.associatetab.evaluation.AbstractAssociatorEvaluation extends AbstractEvaluation<AssociateTab,ResultItem> implements Serializable
- serialVersionUID:
- -5847790432092994409L
-
Class adams.gui.tools.wekainvestigator.tab.associatetab.evaluation.Train extends AbstractAssociatorEvaluation implements Serializable
- serialVersionUID:
- 1175400993991698944L
-
Serialized Fields
-
m_ComboBoxDatasets
BaseComboBox<String> m_ComboBoxDatasets
the datasets. -
m_ModelDatasets
DefaultComboBoxModel<String> m_ModelDatasets
the datasets model. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel with the parameters.
-
-
-
Package adams.gui.tools.wekainvestigator.tab.associatetab.output
-
Class adams.gui.tools.wekainvestigator.tab.associatetab.output.AbstractOutputGenerator extends AbstractOutputGenerator<ResultItem> implements Serializable
- serialVersionUID:
- -6176955975392722176L
-
Class adams.gui.tools.wekainvestigator.tab.associatetab.output.ModelOutput extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Class adams.gui.tools.wekainvestigator.tab.associatetab.output.Rules extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Class adams.gui.tools.wekainvestigator.tab.associatetab.output.RunInformation extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
-
Package adams.gui.tools.wekainvestigator.tab.attseltab
-
Class adams.gui.tools.wekainvestigator.tab.attseltab.ResultItem extends AbstractResultItem implements Serializable
- serialVersionUID:
- -3409493446200539772L
-
Serialized Fields
-
m_AttributeSelection
weka.attributeSelection.AttributeSelection m_AttributeSelection
the attsel object. -
m_Evaluator
weka.attributeSelection.ASEvaluation m_Evaluator
the evaluation algorithm. -
m_Folds
int m_Folds
the number of folds (in case of cross-validation). -
m_Full
weka.core.Instances m_Full
the full dataset. -
m_RunInformation
MetaData m_RunInformation
the run information. -
m_Search
weka.attributeSelection.ASSearch m_Search
the search algorithm.
-
-
-
Package adams.gui.tools.wekainvestigator.tab.attseltab.evaluation
-
Class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.AbstractAttributeSelectionEvaluation extends AbstractEvaluation<AttributeSelectionTab,ResultItem> implements Serializable
- serialVersionUID:
- -5847790432092994409L
-
Class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.CrossValidation extends AbstractAttributeSelectionEvaluation implements Serializable
- serialVersionUID:
- 1175400993991698944L
-
Serialized Fields
-
m_ComboBoxDatasets
BaseComboBox<String> m_ComboBoxDatasets
the datasets. -
m_ModelDatasets
DefaultComboBoxModel<String> m_ModelDatasets
the datasets model. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel with the parameters. -
m_SpinnerFolds
JSpinner m_SpinnerFolds
the number of folds. -
m_TextSeed
NumberTextField m_TextSeed
the seed value.
-
-
Class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.Train extends AbstractAttributeSelectionEvaluation implements Serializable
- serialVersionUID:
- 1175400993991698944L
-
Serialized Fields
-
m_ComboBoxDatasets
BaseComboBox<String> m_ComboBoxDatasets
the datasets. -
m_ModelDatasets
DefaultComboBoxModel<String> m_ModelDatasets
the datasets model. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel with the parameters.
-
-
-
Package adams.gui.tools.wekainvestigator.tab.attseltab.output
-
Class adams.gui.tools.wekainvestigator.tab.attseltab.output.AbstractOutputGenerator extends AbstractOutputGenerator<ResultItem> implements Serializable
- serialVersionUID:
- -6176955975392722176L
-
Class adams.gui.tools.wekainvestigator.tab.attseltab.output.ReducedData extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Class adams.gui.tools.wekainvestigator.tab.attseltab.output.RunInformation extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Class adams.gui.tools.wekainvestigator.tab.attseltab.output.TextStatistics extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Serialized Fields
-
m_RunInformation
boolean m_RunInformation
whether to print the run information as well.
-
-
-
Package adams.gui.tools.wekainvestigator.tab.classifytab
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem extends AbstractNestableResultItem implements Serializable
- serialVersionUID:
- -3409493446200539772L
-
Serialized Fields
-
m_AdditionalAttributes
SpreadSheet m_AdditionalAttributes
additional attributes. -
m_Evaluation
weka.classifiers.Evaluation m_Evaluation
the evaluation object. -
m_FoldEvaluations
weka.classifiers.Evaluation[] m_FoldEvaluations
the evaluation objects from the folds. -
m_FoldModels
weka.classifiers.Classifier[] m_FoldModels
the fold models. -
m_Model
weka.classifiers.Classifier m_Model
the model. -
m_OriginalIndices
int[] m_OriginalIndices
the original indices. -
m_RunEvaluations
weka.classifiers.Evaluation[] m_RunEvaluations
the evaluation objects from the runs. -
m_RunInformation
MetaData m_RunInformation
the run information. -
m_RunModels
weka.classifiers.Classifier[] m_RunModels
the run models. -
m_RunOriginalIndices
int[][] m_RunOriginalIndices
the original indices (runs). -
m_Template
weka.classifiers.Classifier m_Template
the template.
-
-
-
Package adams.gui.tools.wekainvestigator.tab.classifytab.evaluation
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.AbstractClassifierEvaluation extends AbstractEvaluation<ClassifyTab,ResultItem> implements Serializable
- serialVersionUID:
- -5847790432092994409L
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.BuildModel extends AbstractClassifierEvaluation implements Serializable
- serialVersionUID:
- 1175400993991698944L
-
Serialized Fields
-
m_CheckBoxPreserveOrder
BaseCheckBox m_CheckBoxPreserveOrder
whether to preserve the order. -
m_ComboBoxDatasets
BaseComboBox<String> m_ComboBoxDatasets
the datasets. -
m_ModelDatasets
DefaultComboBoxModel<String> m_ModelDatasets
the datasets model. -
m_PanelModel
FileChooserPanel m_PanelModel
the serialized model. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel with the parameters. -
m_Stopped
boolean m_Stopped
whether the build was stopped. -
m_TextSeed
NumberTextField m_TextSeed
the seed value.
-
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation extends AbstractClassifierEvaluation implements Serializable
- serialVersionUID:
- 1175400993991698944L
-
Serialized Fields
-
m_CheckBoxDiscardPredictions
BaseCheckBox m_CheckBoxDiscardPredictions
whether to discard the predictions. -
m_CheckBoxPerFoldOutput
BaseCheckBox m_CheckBoxPerFoldOutput
whether to use separate evaluations per fold. -
m_CheckBoxUseViews
BaseCheckBox m_CheckBoxUseViews
whether to use views. -
m_ComboBoxDatasets
BaseComboBox<String> m_ComboBoxDatasets
the datasets. -
m_CrossValidation
WekaCrossValidationExecution m_CrossValidation
performs the actual evaluation. -
m_GOEFinalModel
GenericObjectEditorPanel m_GOEFinalModel
how to produce the final model. -
m_GOEGenerator
GenericObjectEditorPanel m_GOEGenerator
the fold generator. -
m_GOEJobRunner
GenericObjectEditorPanel m_GOEJobRunner
the jobrunner. -
m_ModelDatasets
DefaultComboBoxModel<String> m_ModelDatasets
the datasets model. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel with the parameters. -
m_PanelParametersAdvanced
ParameterPanel m_PanelParametersAdvanced
the panel with the advanced parameters. -
m_SelectAdditionalAttributes
SelectOptionPanel m_SelectAdditionalAttributes
the additional attributes to store. -
m_SpinnerFolds
JSpinner m_SpinnerFolds
the number of folds. -
m_TextSeed
NumberTextField m_TextSeed
the seed value.
-
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions extends AbstractClassifierEvaluation implements Serializable
- serialVersionUID:
- 1175400993991698944L
-
Serialized Fields
-
m_Model
FromPredictions m_Model
the fake model. -
m_PanelFile
SpreadSheetFileChooserPanel m_PanelFile
the preditions file. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel with the parameters. -
m_TextActual
IndexTextField m_TextActual
the text with the actual column index. -
m_TextAdditional
RangeTextField m_TextAdditional
the columns with the additional data to store. -
m_TextClassDistribution
RangeTextField m_TextClassDistribution
the columns with the class distribution columns range. -
m_TextPredicted
IndexTextField m_TextPredicted
the text with the predicted column index. -
m_TextWeight
IndexTextField m_TextWeight
the text with the weight column index.
-
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation extends AbstractClassifierEvaluation implements Serializable
- serialVersionUID:
- 1175400993991698944L
-
Serialized Fields
-
m_CheckBoxLenient
BaseCheckBox m_CheckBoxLenient
whether to be lenient with checks. -
m_ComboBoxDatasets
BaseComboBox<String> m_ComboBoxDatasets
the datasets. -
m_ModelDatasets
DefaultComboBoxModel<String> m_ModelDatasets
the datasets model. -
m_PanelFile
FileChooserPanel m_PanelFile
the chooser panel for the indexed splits file. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel with the parameters. -
m_PanelReader
GenericObjectEditorPanel m_PanelReader
the GOE panel for the indexed splits reader. -
m_SelectAdditionalAttributes
SelectOptionPanel m_SelectAdditionalAttributes
the additional attributes to store. -
m_TextTestSplitName
BaseTextField m_TextTestSplitName
the text with the name for the test split. -
m_TextTrainSplitName
BaseTextField m_TextTrainSplitName
the text with the name for the train split.
-
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.ReevaluateModel extends AbstractClassifierEvaluation implements Serializable
- serialVersionUID:
- 1175400993991698944L
-
Serialized Fields
-
m_CheckBoxDiscardPredictions
BaseCheckBox m_CheckBoxDiscardPredictions
whether to discard the predictions. -
m_ComboBoxDatasets
BaseComboBox<String> m_ComboBoxDatasets
the datasets. -
m_Header
weka.core.Instances m_Header
the training header (if any). -
m_Model
weka.classifiers.Classifier m_Model
the current model. -
m_ModelDatasets
DefaultComboBoxModel<String> m_ModelDatasets
the datasets model. -
m_PanelModel
FileChooserPanel m_PanelModel
the serialized model. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel with the parameters. -
m_SelectAdditionalAttributes
SelectOptionPanel m_SelectAdditionalAttributes
the additional attributes to store. -
m_Stopped
boolean m_Stopped
whether the build was stopped.
-
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation extends AbstractClassifierEvaluation implements Serializable
- serialVersionUID:
- 1175400993991698944L
-
Serialized Fields
-
m_ComboBoxDatasets
BaseComboBox<String> m_ComboBoxDatasets
the datasets. -
m_CrossValidation
WekaCrossValidationExecution m_CrossValidation
performs the actual evaluation. -
m_GOEGenerator
GenericObjectEditorPanel m_GOEGenerator
the fold generator. -
m_GOEJobRunner
GenericObjectEditorPanel m_GOEJobRunner
the jobrunner. -
m_ModelDatasets
DefaultComboBoxModel<String> m_ModelDatasets
the datasets model. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel with the parameters. -
m_SelectAdditionalAttributes
SelectOptionPanel m_SelectAdditionalAttributes
the additional attributes to store. -
m_SpinnerFolds
JSpinner m_SpinnerFolds
the number of folds. -
m_SpinnerRuns
JSpinner m_SpinnerRuns
the number of runs.
-
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSet extends AbstractClassifierEvaluation implements Serializable
- serialVersionUID:
- -4460266467650893551L
-
Serialized Fields
-
m_CheckBoxDiscardPredictions
BaseCheckBox m_CheckBoxDiscardPredictions
whether to discard the predictions. -
m_ComboBoxTest
BaseComboBox<String> m_ComboBoxTest
the test set. -
m_ComboBoxTrain
BaseComboBox<String> m_ComboBoxTrain
the train set. -
m_Evaluation
StoppableEvaluation m_Evaluation
the current evaluation. -
m_ModelDatasets
DefaultComboBoxModel<String> m_ModelDatasets
the datasets model. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel with the parameters. -
m_SelectAdditionalAttributes
SelectOptionPanel m_SelectAdditionalAttributes
the additional attributes to store. -
m_Stopped
boolean m_Stopped
whether the build was stopped.
-
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit extends AbstractClassifierEvaluation implements Serializable
- serialVersionUID:
- -4460266467650893551L
-
Serialized Fields
-
m_CheckBoxDiscardPredictions
BaseCheckBox m_CheckBoxDiscardPredictions
whether to discard the predictions. -
m_CheckBoxPreserveOrder
BaseCheckBox m_CheckBoxPreserveOrder
whether to preserve the order. -
m_CheckBoxUseViews
BaseCheckBox m_CheckBoxUseViews
whether to use views. -
m_ComboBoxDatasets
BaseComboBox<String> m_ComboBoxDatasets
the datasets. -
m_GOEGenerator
GenericObjectEditorPanel m_GOEGenerator
the split generator. -
m_ModelDatasets
DefaultComboBoxModel<String> m_ModelDatasets
the datasets model. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel with the parameters. -
m_SelectAdditionalAttributes
SelectOptionPanel m_SelectAdditionalAttributes
the additional attributes to store. -
m_Stopped
boolean m_Stopped
whether the build was stopped. -
m_TextPercentage
NumberTextField m_TextPercentage
the split percentage. -
m_TextSeed
NumberTextField m_TextSeed
the seed value.
-
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainValidateTestSet extends AbstractClassifierEvaluation implements Serializable
- serialVersionUID:
- -4460266467650893551L
-
Serialized Fields
-
m_CheckBoxDiscardPredictions
BaseCheckBox m_CheckBoxDiscardPredictions
whether to discard the predictions. -
m_ComboBoxTest
BaseComboBox<String> m_ComboBoxTest
the test set. -
m_ComboBoxTrain
BaseComboBox<String> m_ComboBoxTrain
the train set. -
m_ComboBoxValidate
BaseComboBox<String> m_ComboBoxValidate
the validate set. -
m_ModelDatasets
DefaultComboBoxModel<String> m_ModelDatasets
the datasets model. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel with the parameters. -
m_SelectAdditionalAttributes
SelectOptionPanel m_SelectAdditionalAttributes
the additional attributes to store. -
m_Stopped
boolean m_Stopped
whether the build was stopped.
-
-
-
Package adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel.AbstractFinalModelGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -9054424641225775914L
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel.Null extends AbstractFinalModelGenerator implements Serializable
- serialVersionUID:
- 3061850581812117899L
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel.Simple extends AbstractFinalModelGenerator implements Serializable
- serialVersionUID:
- 3061850581812117899L
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel.VotedFolds extends AbstractFinalModelGenerator implements Serializable
- serialVersionUID:
- 3061850581812117899L
-
Serialized Fields
-
m_Template
weka.classifiers.meta.Vote m_Template
the vote template.
-
-
-
Package adams.gui.tools.wekainvestigator.tab.classifytab.output
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.AbstractOutputGenerator extends AbstractOutputGenerator<ResultItem> implements Serializable
- serialVersionUID:
- -6176955975392722176L
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.AbstractOutputGeneratorWithSeparateFoldsSupport extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -1143220703202297185L
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Serialized Fields
-
m_ActualMax
double m_ActualMax
the maximum to use for the actual values (pos inf = no restriction). -
m_ActualMin
double m_ActualMin
the minimum to use for the actual values (neg inf = no restriction). -
m_AntiAliasingEnabled
AutoOnOff m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_CustomPaintlet
XYSequencePaintlet m_CustomPaintlet
the custom paintlet. -
m_Diameter
int m_Diameter
the diameter of the cross. -
m_Limit
ActualVsPredictedPlot.LimitType m_Limit
the limit type. -
m_MetaDataColor
AbstractMetaDataColor m_MetaDataColor
for obtaining the color from the meta-data. -
m_Overlays
XYSequencePaintlet[] m_Overlays
the overlays to use. -
m_PredictedMax
double m_PredictedMax
the maximum to use for the predicted values (pos inf = no restriction). -
m_PredictedMin
double m_PredictedMin
the minimum to use for the predicted values (neg inf = no restriction). -
m_SwapAxes
boolean m_SwapAxes
whether to swap the axes. -
m_UseCustomPaintlet
boolean m_UseCustomPaintlet
whether to use a custom paintlet. -
m_UseError
boolean m_UseError
whether to use the error for the cross-size.
-
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.ConfusionMatrix extends AbstractOutputGeneratorWithSeparateFoldsSupport<TableContentPanel> implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Serialized Fields
-
m_CellRenderingCustomizer
CellRenderingCustomizer m_CellRenderingCustomizer
for highlighting the cells in the table. -
m_MatrixValues
ConfusionMatrix.MatrixValues m_MatrixValues
what values to generate. -
m_NumDecimals
int m_NumDecimals
the number of decimals to use. -
m_UseProbabilities
boolean m_UseProbabilities
whether to use the probabilities rather 0 and 1.
-
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot extends AbstractOutputGeneratorWithSeparateFoldsSupport<ComponentContentPanel> implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Serialized Fields
-
m_HistogramOptions
HistogramOptions m_HistogramOptions
Options for the histogram -
m_NormalPlotOptions
NormalPlotOptions m_NormalPlotOptions
options for the normal plot -
m_UseAbsoluteError
boolean m_UseAbsoluteError
whether to use absolute errors. -
m_VersusFitOptions
VersusFitOptions m_VersusFitOptions
Options for the vs fit -
m_VersusOrderOptions
VersusOrderOptions m_VersusOrderOptions
Options for the vs order
-
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.GraphSource extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyClassifierErrors extends AbstractOutputGeneratorWithSeparateFoldsSupport<ComponentContentPanel> implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyCostBenefitAnalysis extends AbstractOutputGeneratorWithSeparateFoldsSupport<ComponentContentPanel> implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Serialized Fields
-
m_ClassIndex
WekaLabelIndex m_ClassIndex
the index of the class label.
-
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyCostCurve extends AbstractOutputGeneratorWithSeparateFoldsSupport<ComponentContentPanel> implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Serialized Fields
-
m_ClassLabelRange
WekaLabelRange m_ClassLabelRange
the class label range.
-
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyGraphVisualizer extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyMarginCurve extends AbstractOutputGeneratorWithSeparateFoldsSupport<ComponentContentPanel> implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyThresholdCurve extends AbstractOutputGeneratorWithSeparateFoldsSupport<ComponentContentPanel> implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Serialized Fields
-
m_AttributeX
WekaThresholdCurve.AttributeName m_AttributeX
the attribute on the X axis. -
m_AttributeY
WekaThresholdCurve.AttributeName m_AttributeY
the attribute on the Y axis. -
m_ClassLabelRange
WekaLabelRange m_ClassLabelRange
the class label indices.
-
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyTreeVisualizer extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.ModelOutput extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionEccentricity extends AbstractOutputGeneratorWithSeparateFoldsSupport<ComponentContentPanel> implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Serialized Fields
-
m_Grid
int m_Grid
the size of the grid. -
m_Morphologies
PredictionEccentricity.Morphology[] m_Morphologies
the morphologies to apply. -
m_NumCycles
int m_NumCycles
the number of cycles to apply.
-
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Serialized Fields
-
m_AddLabelIndex
boolean m_AddLabelIndex
whether to prefix the labels with a 1-based index (only nominal classes). -
m_ShowDistribution
boolean m_ShowDistribution
whether to output the class distribution (only nominal classes). -
m_ShowError
boolean m_ShowError
whether to add an error colunm. -
m_ShowProbability
boolean m_ShowProbability
whether to output the probability of the prediction (only nominal classes). -
m_ShowWeight
boolean m_ShowWeight
whether to output the weight as well.
-
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionTrend extends AbstractOutputGeneratorWithSeparateFoldsSupport<ComponentContentPanel> implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_Paintlet
XYSequencePaintlet m_Paintlet
the paintlet.
-
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.ResidualsVsFitted extends AbstractOutputGeneratorWithSeparateFoldsSupport<ComponentContentPanel> implements Serializable
- serialVersionUID:
- -8530631855400627283L
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.ResidualsVsPredictor extends AbstractOutputGeneratorWithSeparateFoldsSupport<ComponentContentPanel> implements Serializable
- serialVersionUID:
- -8530631855400627283L
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.RunInformation extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.SourceCode extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Serialized Fields
-
m_Classname
String m_Classname
the classname to use.
-
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.TextStatistics extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Serialized Fields
-
m_ClassDetails
boolean m_ClassDetails
whether to print the class details as well. -
m_ComplexityStatistics
boolean m_ComplexityStatistics
whether to print the complexity statistics as well. -
m_ConfusionMatrix
boolean m_ConfusionMatrix
whether to print the confusion matrix as well. -
m_RunInformation
boolean m_RunInformation
whether to print the run information as well.
-
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.TreeGraphML extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.TreeVisualizer extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
-
Package adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.PerFoldMultiPagePane extends MultiPagePane implements Serializable
- serialVersionUID:
- 1861300659454587833L
-
Serialized Fields
-
m_Item
ResultItem m_Item
the underlying result item. -
m_OutputGenerator
AbstractOutputGenerator m_OutputGenerator
the output generator used.
-
-
-
Package adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Predictions extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Serialized Fields
-
m_Lower
LowerStatistic m_Lower
the lower value to compute. -
m_NumDecimals
int m_NumDecimals
the number of decimals to round to. -
m_Statistic
CenterStatistic m_Statistic
the statistic to generate. -
m_Upper
UpperStatistic m_Upper
the upper value to compute.
-
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Serialized Fields
-
m_AxisX
AxisPanelOptions m_AxisX
the options for the X axis. -
m_AxisY
AxisPanelOptions m_AxisY
the options for the Y axis. -
m_Lower
LowerStatistic m_Lower
the lower value to compute. -
m_Paintlet
XYSequencePaintlet m_Paintlet
the paintlet to use. -
m_RangePaintlet
AbstractErrorPaintlet m_RangePaintlet
the paintlet to use for the lower/upper statistic. -
m_Statistic
CenterStatistic m_Statistic
the statistic to generate. -
m_Upper
UpperStatistic m_Upper
the upper value to compute.
-
-
Class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Statistics extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Serialized Fields
-
m_ClassIndex
WekaLabelIndex m_ClassIndex
the index of the class label. -
m_NumDecimals
int m_NumDecimals
the number of decimals to round to. -
m_Statistics
EvaluationStatistic[] m_Statistics
the statistics to output.
-
-
-
Package adams.gui.tools.wekainvestigator.tab.clustertab
-
Class adams.gui.tools.wekainvestigator.tab.clustertab.ResultItem extends AbstractResultItem implements Serializable
- serialVersionUID:
- -3409493446200539772L
-
Serialized Fields
-
m_Evaluation
weka.clusterers.ClusterEvaluation m_Evaluation
the evaluation object. -
m_Model
weka.clusterers.Clusterer m_Model
the model. -
m_RunInformation
MetaData m_RunInformation
the run information. -
m_SupplementaryData
Serializable m_SupplementaryData
supplementary data. -
m_SupplementaryName
String m_SupplementaryName
the supplementary name. -
m_Template
weka.clusterers.Clusterer m_Template
the template.
-
-
-
Package adams.gui.tools.wekainvestigator.tab.clustertab.evaluation
-
Class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.AbstractClustererEvaluation extends AbstractEvaluation<ClusterTab,ResultItem> implements Serializable
- serialVersionUID:
- -5847790432092994409L
-
Class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.BuildModel extends AbstractClustererEvaluation implements Serializable
- serialVersionUID:
- 1175400993991698944L
-
Serialized Fields
-
m_CheckBoxPreserveOrder
BaseCheckBox m_CheckBoxPreserveOrder
whether to preserve the order. -
m_ComboBoxDatasets
BaseComboBox<String> m_ComboBoxDatasets
the datasets. -
m_ModelDatasets
DefaultComboBoxModel<String> m_ModelDatasets
the datasets model. -
m_PanelModel
FileChooserPanel m_PanelModel
the serialized model. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel with the parameters. -
m_TextSeed
NumberTextField m_TextSeed
the seed value.
-
-
Class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ClassesToClusters extends AbstractClustererEvaluation implements Serializable
- serialVersionUID:
- -4460266467650893551L
-
Serialized Fields
-
m_ComboBoxClass
BaseComboBox<String> m_ComboBoxClass
the class attribute. -
m_ComboBoxTest
BaseComboBox<String> m_ComboBoxTest
the test set. -
m_ComboBoxTrain
BaseComboBox<String> m_ComboBoxTrain
the train set. -
m_ModelClass
DefaultComboBoxModel<String> m_ModelClass
the class attribute model. -
m_ModelDatasets
DefaultComboBoxModel<String> m_ModelDatasets
the datasets model. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel with the parameters.
-
-
Class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.CrossValidation extends AbstractClustererEvaluation implements Serializable
- serialVersionUID:
- 1175400993991698944L
-
Serialized Fields
-
m_CheckBoxFinalModel
BaseCheckBox m_CheckBoxFinalModel
whether to produce a final model. -
m_ComboBoxDatasets
BaseComboBox<String> m_ComboBoxDatasets
the datasets. -
m_ModelDatasets
DefaultComboBoxModel<String> m_ModelDatasets
the datasets model. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel with the parameters. -
m_SpinnerFolds
JSpinner m_SpinnerFolds
the number of folds. -
m_TextSeed
NumberTextField m_TextSeed
the seed value.
-
-
Class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ReevaluateModel extends AbstractClustererEvaluation implements Serializable
- serialVersionUID:
- 1175400993991698944L
-
Serialized Fields
-
m_ComboBoxDatasets
BaseComboBox<String> m_ComboBoxDatasets
the datasets. -
m_Header
weka.core.Instances m_Header
the training header (if any). -
m_Model
weka.clusterers.Clusterer m_Model
the current model. -
m_ModelDatasets
DefaultComboBoxModel<String> m_ModelDatasets
the datasets model. -
m_PanelModel
FileChooserPanel m_PanelModel
the serialized model. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel with the parameters.
-
-
Class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSet extends AbstractClustererEvaluation implements Serializable
- serialVersionUID:
- -4460266467650893551L
-
Serialized Fields
-
m_ComboBoxTest
BaseComboBox<String> m_ComboBoxTest
the test set. -
m_ComboBoxTrain
BaseComboBox<String> m_ComboBoxTrain
the train set. -
m_ModelDatasets
DefaultComboBoxModel<String> m_ModelDatasets
the datasets model. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel with the parameters.
-
-
Class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSplit extends AbstractClustererEvaluation implements Serializable
- serialVersionUID:
- -4460266467650893551L
-
Serialized Fields
-
m_CheckBoxPreserveOrder
BaseCheckBox m_CheckBoxPreserveOrder
whether to preserve the order. -
m_CheckBoxUseViews
BaseCheckBox m_CheckBoxUseViews
whether to use views. -
m_ComboBoxDatasets
BaseComboBox<String> m_ComboBoxDatasets
the datasets. -
m_ModelDatasets
DefaultComboBoxModel<String> m_ModelDatasets
the datasets model. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel with the parameters. -
m_TextPercentage
NumberTextField m_TextPercentage
the split percentage. -
m_TextSeed
NumberTextField m_TextSeed
the seed value.
-
-
-
Package adams.gui.tools.wekainvestigator.tab.clustertab.output
-
Class adams.gui.tools.wekainvestigator.tab.clustertab.output.AbstractOutputGenerator extends AbstractOutputGenerator<ResultItem> implements Serializable
- serialVersionUID:
- -6176955975392722176L
-
Class adams.gui.tools.wekainvestigator.tab.clustertab.output.ClusterAssignments extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Class adams.gui.tools.wekainvestigator.tab.clustertab.output.GraphSource extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Class adams.gui.tools.wekainvestigator.tab.clustertab.output.LegacyTreeVisualizer extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Class adams.gui.tools.wekainvestigator.tab.clustertab.output.ModelOutput extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Class adams.gui.tools.wekainvestigator.tab.clustertab.output.RunInformation extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Class adams.gui.tools.wekainvestigator.tab.clustertab.output.Supplementary extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Serialized Fields
-
m_Title
String m_Title
the title.
-
-
Class adams.gui.tools.wekainvestigator.tab.clustertab.output.TextStatistics extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Serialized Fields
-
m_RunInformation
boolean m_RunInformation
whether to print the run information as well.
-
-
-
Package adams.gui.tools.wekainvestigator.tab.experimenttab
-
Class adams.gui.tools.wekainvestigator.tab.experimenttab.ResultItem extends AbstractNestableResultItem implements Serializable
- serialVersionUID:
- -3409493446200539772L
-
Serialized Fields
-
m_Experiment
WekaExperimentContainer m_Experiment
the experiment container. -
m_RunInformation
MetaData m_RunInformation
the run information. -
m_Template
weka.classifiers.Classifier m_Template
the template.
-
-
-
Package adams.gui.tools.wekainvestigator.tab.experimenttab.output
-
Class adams.gui.tools.wekainvestigator.tab.experimenttab.output.AbstractOutputGenerator extends AbstractOutputGenerator<ResultItem> implements Serializable
- serialVersionUID:
- -6176955975392722176L
-
Class adams.gui.tools.wekainvestigator.tab.experimenttab.output.RunInformation extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput extends AbstractOutputGenerator implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Serialized Fields
-
m_Column
BaseString[] m_Column
the column (= classifiers). -
m_ComparisonField
ExperimentStatistic m_ComparisonField
the comparison field. -
m_OutputFormat
weka.experiment.ResultMatrix m_OutputFormat
the output format. -
m_OutputHeader
boolean m_OutputHeader
whether to output the header. -
m_Row
BaseString[] m_Row
the row (= datasets). -
m_RunInformation
boolean m_RunInformation
whether to print the run information as well. -
m_Significance
double m_Significance
the significance. -
m_SwapRowsAndColumns
boolean m_SwapRowsAndColumns
whether to swap rows and columns. -
m_TestBase
int m_TestBase
the test base. -
m_Tester
weka.experiment.Tester m_Tester
the tester class to use.
-
-
-
Package adams.gui.tools.wekainvestigator.tab.experimenttab.setup
-
Class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.AbstractExperimentSetup extends AbstractEvaluation<ExperimentTab,ResultItem> implements Serializable
- serialVersionUID:
- -5847790432092994409L
-
Serialized Fields
-
m_Stopped
boolean m_Stopped
whether the experiment got stopped.
-
-
Class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup extends AbstractExperimentSetup implements Serializable
- serialVersionUID:
- 1236141032400058323L
-
Serialized Fields
-
m_ComboBoxDatasets
BaseComboBox<String> m_ComboBoxDatasets
the datasets. -
m_Dataset
weka.core.Instances m_Dataset
the dataset in use. -
m_DatasetTmpFile
File m_DatasetTmpFile
the dataset's tmp file. -
m_Experiment
CrossValidationExperiment m_Experiment
the experiment. -
m_GOEGenerator
GenericObjectEditorPanel m_GOEGenerator
the fold generator. -
m_GOEJobRunner
GenericObjectEditorPanel m_GOEJobRunner
the jobrunner. -
m_ModelDatasets
DefaultComboBoxModel<String> m_ModelDatasets
the datasets model. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel with the parameters. -
m_SpinnerFolds
JSpinner m_SpinnerFolds
the number of folds. -
m_SpinnerRuns
JSpinner m_SpinnerRuns
the number of runs.
-
-
Class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup extends AbstractExperimentSetup implements Serializable
- serialVersionUID:
- 1236141032400058323L
-
Serialized Fields
-
m_CheckBoxPreserveOrder
BaseCheckBox m_CheckBoxPreserveOrder
whether to preserve the order. -
m_ComboBoxDatasets
BaseComboBox<String> m_ComboBoxDatasets
the datasets. -
m_Dataset
weka.core.Instances m_Dataset
the dataset in use. -
m_DatasetTmpFile
File m_DatasetTmpFile
the dataset's tmp file. -
m_Experiment
TrainTestSplitExperiment m_Experiment
the experiment. -
m_GOEGenerator
GenericObjectEditorPanel m_GOEGenerator
the split generator. -
m_GOEJobRunner
GenericObjectEditorPanel m_GOEJobRunner
the jobrunner. -
m_ModelDatasets
DefaultComboBoxModel<String> m_ModelDatasets
the datasets model. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel with the parameters. -
m_SpinnerRuns
JSpinner m_SpinnerRuns
the number of runs. -
m_TextPercentage
NumberTextField m_TextPercentage
the split percentage.
-
-
-
Package adams.gui.tools.wekainvestigator.tab.preprocesstab
-
Class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel extends BasePanel implements Serializable
- serialVersionUID:
- 627131485290359194L
-
Serialized Fields
-
m_ButtonAll
BaseButton m_ButtonAll
to select all attributes -
m_ButtonInvert
BaseButton m_ButtonInvert
to invert the current selection -
m_ButtonNone
BaseButton m_ButtonNone
to deselect all attributes -
m_ButtonPattern
BaseButton m_ButtonPattern
for entering a regular expression for selection -
m_Model
AttributeSelectionPanel.AttributeTableModel m_Model
The table model containing attribute names and selection status -
m_PanelFilter
FilterPanel m_PanelFilter
the filter panel. -
m_PatternRegEx
String m_PatternRegEx
The current regular expression. -
m_SelectionListeners
Set<ListSelectionListener> m_SelectionListeners
the listeners for changes in the selection. -
m_Table
SortableAndSearchableTableWithButtons m_Table
The table displaying attribute names and selection status
-
-
Class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel.AttributeTableModel extends AbstractTableModel implements Serializable
- serialVersionUID:
- -4152987434024338064L
-
Serialized Fields
-
m_Instances
weka.core.Instances m_Instances
The instances who's attribute structure we are reporting
-
-
Class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel extends JPanel implements Serializable
- serialVersionUID:
- -5434987925737735880L
-
Serialized Fields
-
m_allEqualWeights
boolean m_allEqualWeights
Do all instances have the same weight -
m_AttributeStats
weka.core.AttributeStats[] m_AttributeStats
Cached stats on the attributes we've summarized so far -
m_Index
int m_Index
the current attribute index. -
m_InfoPanel
AttributeSummaryPanel.AttributeInfoPanel m_InfoPanel
the info panel. -
m_Instances
weka.core.Instances m_Instances
The instances we're playing with -
m_StatsTable
AttributeSummaryPanel.StatisticsTable m_StatsTable
the statistics table.
-
-
Class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel.AttributeInfoPanel extends JPanel implements Serializable
- serialVersionUID:
- -1404314409077539072L
-
Serialized Fields
-
m_AttributeNameLab
JLabel m_AttributeNameLab
Displays the name of the relation -
m_AttributeTypeLab
JLabel m_AttributeTypeLab
Displays the type of attribute -
m_DistinctLab
JLabel m_DistinctLab
Displays the number of distinct values -
m_MissingLab
JLabel m_MissingLab
Displays the number of missing values -
m_UniqueLab
JLabel m_UniqueLab
Displays the number of unique values
-
-
Class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel.StatisticsTable extends BaseTable implements Serializable
- serialVersionUID:
- 7165142874670048578L
-
Class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel extends BasePanel implements Serializable
- serialVersionUID:
- -8650490488825371193L
-
Serialized Fields
-
m_as
weka.core.AttributeStats m_as
This holds the attribute stats of the current attribute on display. It is calculated in setAttribute(int idx) when it is called to set a new attribute index. -
m_asCache
weka.core.AttributeStats[] m_asCache
Cache of attribute stats info for the current data set -
m_attribIndex
int m_attribIndex
This holds the index of the current attribute on display and should be set through setAttribute(int idx). -
m_barRange
double m_barRange
Contains the range of each bar in a histogram. It is used to work out the range of bar the mouse pointer is on in getToolTipText(). -
m_classIndex
int m_classIndex
Contains the current class index. -
m_colorAttrib
BaseComboBox<String> m_colorAttrib
This stores and lets the user select a class attribute. It also has an entry "No Class" if the user does not want to set a class attribute for colouring. -
m_colorList
List<Color> m_colorList
Contains discrete colours for colouring of subbars of histograms and bar plots when the class attribute is set and is nominal -
m_data
weka.core.Instances m_data
This holds the current set of instances -
m_displayCurrentAttribute
boolean m_displayCurrentAttribute
-
m_doneCurrentAttribute
boolean m_doneCurrentAttribute
-
m_fm
FontMetrics m_fm
Fontmetrics used to get the font size which is required for calculating displayable area size, bar height ratio and width of strings that are displayed on top of bars indicating their count. -
m_histBarClassCounts
weka.core.SparseInstance[] m_histBarClassCounts
This array holds the per class count (or per class height) of the each of the bars in a barplot or a histogram. For nominal attributes the format is:
m_histBarClassCounts[nominalValue][classValue+1]. For numeric attributes the format is:
m_histBarClassCounts[interval][classValues+1],
where the number of intervals is calculated by the Scott's method as mentioned above. The array is initialized to have 1+numClasses to accomodate for instances with missing class value. The ones with missing class value are displayed as a black sub par in a histogram or a barplot. NOTE: The values of this array are only calculated if the class attribute is set and it is nominal. -
m_histBarCounts
double[] m_histBarCounts
This array holds the count (or height) for the each of the bars in a barplot or a histogram. In case of barplots (and current attribute being nominal) its length (and the number of bars) is equal to the number of nominal values in the current attribute, with each field of the array being equal to the count of each nominal that it represents (the count of ith nominal value of an attribute is given by m_as.nominalWeights[i]). Whereas, in case of histograms (and current attribute being numeric) the width of its intervals is calculated by Scott's(1979) method:
intervalWidth = Max(1, 3.49*Std.Dev*numInstances^(1/3)) And the number of intervals by:
intervals = max(1, Math.round(Range/intervalWidth); Then each field of this array contains the number of values of the current attribute that fall in the histogram interval that it represents.
NOTE: The values of this array are only calculated if the class attribute is not set or if it is numeric. -
m_locker
String m_locker
Lock variable to synchronize the different threads running currently in this class. There are two to three threads in this class, AWT paint thread which is handled differently in paintComponent() which checks on m_threadRun to determine if it can perform full paint or not, the second thread is the main execution thread and the third is the one represented by m_hc which we start when we want to calculate the internal fields for a bar plot or a histogram. -
m_maxValue
double m_maxValue
This holds the max value of the current attribute. In case of nominal attribute it is the highest count that a nominal value has in the attribute (given by m_as.nominalWeights[i]), otherwise in case of numeric attribute it is simply the maximum value present in the attribute (given by m_as.numericStats.max). It is used to calculate the ratio of the height of the bars with respect to the height of the display area. -
m_threadRun
boolean m_threadRun
True if the thread m_hc above is running.
-
-
Class adams.gui.tools.wekainvestigator.tab.preprocesstab.InstancesSummaryPanel extends JPanel implements Serializable
- serialVersionUID:
- -5243579535296681063L
-
Serialized Fields
-
m_Instances
weka.core.Instances m_Instances
The instances we're playing with -
m_NumAttributesLab
JLabel m_NumAttributesLab
Displays the number of attributes -
m_NumInstancesLab
JLabel m_NumInstancesLab
Displays the number of instances -
m_RelationNameLab
JLabel m_RelationNameLab
Displays the name of the relation -
m_showZeroInstancesAsUnknown
boolean m_showZeroInstancesAsUnknown
Whether to display 0 or ? for the number of instances in cases where a dataset has only structure. Depending on where this panel is used from, the user may have loaded a dataset with no instances or a Loader that can read incrementally may be being used (in which case we don't know how many instances are in the dataset... yet). -
m_sumOfWeightsLab
JLabel m_sumOfWeightsLab
Displays the sum of instance weights
-
-
Class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeSummaryPanel extends BasePanel implements Serializable
- serialVersionUID:
- 8551116598087332426L
-
Serialized Fields
-
m_Instances
weka.core.Instances m_Instances
the underlying data. -
m_Panels
List<AttributeSummaryPanel> m_Panels
the panels currently being displayed. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane in case multiple panels get displayed.
-
-
Class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeVisualizationPanel extends BasePanel implements Serializable
- serialVersionUID:
- 8551116598087332426L
-
Serialized Fields
-
m_Instances
weka.core.Instances m_Instances
the underlying data. -
m_Panels
List<AttributeVisualizationPanel> m_Panels
the panels currently being displayed. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane in case multiple panels get displayed.
-
-
-
Package adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction
-
Class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.AbstractSelectedAttributesAction extends AbstractBaseAction implements Serializable
- serialVersionUID:
- -3555111594280198534L
-
Serialized Fields
-
m_Owner
PreprocessTab m_Owner
the owner.
-
-
Class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.ConvertToDate extends AbstractSelectedAttributesAction implements Serializable
- serialVersionUID:
- -217537095007987947L
-
Class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.ConvertToNominal extends AbstractSelectedAttributesAction implements Serializable
- serialVersionUID:
- -217537095007987947L
-
Class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.ConvertToString extends AbstractSelectedAttributesAction implements Serializable
- serialVersionUID:
- -217537095007987947L
-
Class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.Remove extends AbstractSelectedAttributesAction implements Serializable
- serialVersionUID:
- -217537095007987947L
-
Class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.Rename extends AbstractSelectedAttributesAction implements Serializable
- serialVersionUID:
- -217537095007987947L
-
Class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.ReorderAttributes extends AbstractSelectedAttributesAction implements Serializable
- serialVersionUID:
- -6999154336311879167L
-
Class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.UseAsClass extends AbstractSelectedAttributesAction implements Serializable
- serialVersionUID:
- -217537095007987947L
-
-
Package adams.gui.tools.wekamultiexperimenter
-
Class adams.gui.tools.wekamultiexperimenter.AbstractExperimenterPanel extends BasePanel implements Serializable
- serialVersionUID:
- 8569236330801128393L
-
Serialized Fields
-
m_Owner
ExperimenterPanel m_Owner
the owner.
-
-
Class adams.gui.tools.wekamultiexperimenter.AnalysisPanel extends AbstractExperimenterPanel implements Serializable
- serialVersionUID:
- -7809897225003422111L
-
Serialized Fields
-
m_ComboBoxPanels
BaseComboBox<AbstractAnalysisPanel> m_ComboBoxPanels
the combobox with all available panels. -
m_PanelAnalysis
AbstractAnalysisPanel m_PanelAnalysis
the current panel.
-
-
Class adams.gui.tools.wekamultiexperimenter.ExperimenterEntryPanel extends AbstractWorkspaceListPanel<ExperimenterPanel> implements Serializable
- serialVersionUID:
- 1704390033157269580L
-
Class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel extends AbstractWorkspacePanelWithStatusBar implements Serializable
- serialVersionUID:
- 7314544066929763500L
-
Serialized Fields
-
m_CurrentFile
File m_CurrentFile
the current file. -
m_FileChooserResults
WekaFileChooser m_FileChooserResults
the filechooser for loading/saving results. -
m_MenuItemExecutionReset
JMenuItem m_MenuItemExecutionReset
the reset menu item. -
m_MenuItemExecutionStart
JMenuItem m_MenuItemExecutionStart
the start menu item. -
m_MenuItemExecutionStop
JMenuItem m_MenuItemExecutionStop
the stop menu item. -
m_MenuItemFileLoadRecent
JMenu m_MenuItemFileLoadRecent
the "load recent" submenu. -
m_MenuItemFileSave
JMenuItem m_MenuItemFileSave
the save menu item. -
m_MenuItemFileSaveAs
JMenuItem m_MenuItemFileSaveAs
the save as menu item. -
m_MenuItemPrefixDatasetsWithIndex
JMenuItem m_MenuItemPrefixDatasetsWithIndex
the prefix datasets menu item. -
m_MenuItemResultsLoadRecent
JMenu m_MenuItemResultsLoadRecent
the "load recent" submenu. -
m_MenuItemResultsSave
JMenuItem m_MenuItemResultsSave
the save results menu item. -
m_MenuItemUseFilename
JMenuItem m_MenuItemUseFilename
the use filename menu item. -
m_PanelAnalysis
AnalysisPanel m_PanelAnalysis
the analysis panel. -
m_PanelLog
LogPanel m_PanelLog
the log panel. -
m_PanelSetup
AbstractSetupPanel m_PanelSetup
the current setup panel. -
m_RecentFilesHandlerResults
RecentFilesHandlerWithCommandline<JMenu> m_RecentFilesHandlerResults
the recent files handler for results. -
m_RecentFilesHandlerSetups
RecentFilesHandler<JMenu> m_RecentFilesHandlerSetups
the recent files handler for setups. -
m_Runner
AbstractExperimentRunner m_Runner
the runner thread. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane.
-
-
Class adams.gui.tools.wekamultiexperimenter.LogPanel extends AbstractExperimenterPanel implements Serializable
- serialVersionUID:
- -7809897225003422111L
-
Serialized Fields
-
m_ButtonClear
BaseButton m_ButtonClear
the button for clearing the log. -
m_TextArea
BaseTextArea m_TextArea
the text area for outputting the log.
-
-
Class adams.gui.tools.wekamultiexperimenter.MultiExperimenter extends AbstractWorkspaceManagerPanel<ExperimenterPanel> implements Serializable
- serialVersionUID:
- -20320489406680254L
-
-
Package adams.gui.tools.wekamultiexperimenter.analysis
-
Class adams.gui.tools.wekamultiexperimenter.analysis.AbstractAnalysisPanel extends AbstractExperimenterPanel implements Serializable
- serialVersionUID:
- 5592519317307855580L
-
Serialized Fields
-
m_Results
weka.core.Instances m_Results
the raw results from the experiment.
-
-
Class adams.gui.tools.wekamultiexperimenter.analysis.AbstractResultsPanel extends BasePanel implements Serializable
- serialVersionUID:
- -2760167038696560756L
-
Serialized Fields
-
m_Matrix
weka.experiment.ResultMatrix m_Matrix
the underlying matrix.
-
-
Class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel extends AbstractAnalysisPanel implements Serializable
- serialVersionUID:
- 7850777725811230009L
-
Serialized Fields
-
m_ButtonAnalyze
BaseButton m_ButtonAnalyze
the analyze button. -
m_CheckBoxSwapRowsColumns
BaseCheckBox m_CheckBoxSwapRowsColumns
for swapping rows/columns. -
m_ComboBoxMetric
BaseComboBox<String> m_ComboBoxMetric
the combobox with the metric to evaluate. -
m_ComboBoxResults
BaseComboBox<AbstractResultsPanel> m_ComboBoxResults
the combobox with the results panels. -
m_Formatter
DateFormat m_Formatter
the formatter for the history entries. -
m_History
DefaultAnalysisPanel.HistoryPanel m_History
the history. -
m_ModelMetric
DefaultComboBoxModel<String> m_ModelMetric
the model for the metric. -
m_PanelLeft
JPanel m_PanelLeft
the panel on the left. -
m_PanelMatrix
GenericObjectEditorPanel m_PanelMatrix
the GOE for the result matrix. -
m_PanelRight
JPanel m_PanelRight
the panel on the right. -
m_PanelsResults
List<AbstractResultsPanel> m_PanelsResults
the results panels. -
m_PanelTester
GenericObjectEditorPanel m_PanelTester
the GOE for the tester. -
m_SelectColumns
SelectOptionPanel m_SelectColumns
the dataset keys. -
m_SelectComparisonBase
SelectOptionPanel m_SelectComparisonBase
the comparison base. -
m_SelectRows
SelectOptionPanel m_SelectRows
the resultset keys. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_TextSignificance
NumberTextField m_TextSignificance
the significance.
-
-
Class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel.HistoryPanel extends AbstractNamedHistoryPanel<AbstractResultsPanel> implements Serializable
- serialVersionUID:
- 8740813441072965573L
-
Serialized Fields
-
m_Owner
DefaultAnalysisPanel m_Owner
the owner.
-
-
Class adams.gui.tools.wekamultiexperimenter.analysis.PlainTextResultsPanel extends AbstractResultsPanel implements Serializable
- serialVersionUID:
- 3608852939358175057L
-
Serialized Fields
-
m_ButtonCopy
BaseButton m_ButtonCopy
the copy button. -
m_ButtonSave
BaseButton m_ButtonSave
the save button. -
m_FileChooser
BaseFileChooser m_FileChooser
the filechooser for saving the output. -
m_TextAreaResults
BaseTextAreaWithButtons m_TextAreaResults
for displaying the results.
-
-
Class adams.gui.tools.wekamultiexperimenter.analysis.TableResultsPanel extends AbstractResultsPanel implements Serializable
- serialVersionUID:
- 3608852939358175057L
-
Serialized Fields
-
m_ButtonCopy
BaseButton m_ButtonCopy
the copy button. -
m_ButtonSave
BaseButton m_ButtonSave
the save button. -
m_FileChooser
BaseFileChooser m_FileChooser
the filechooser for saving the output. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_TableResults
SpreadSheetTable m_TableResults
the table with the statistics. -
m_TextAreaKey
BaseTextAreaWithButtons m_TextAreaKey
for displaying the results.
-
-
-
Package adams.gui.tools.wekamultiexperimenter.experiment
-
Class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -345521029095304309L
-
Serialized Fields
-
m_ClassAttribute
AbstractClassAttributeHeuristic m_ClassAttribute
how to determine the class attribute. -
m_Classifiers
weka.classifiers.Classifier[] m_Classifiers
the classifiers to evaluate. -
m_ClassLabelIndex
Index m_ClassLabelIndex
the class label index for per-class stats. -
m_Datasets
PlaceholderFile[] m_Datasets
the datasets to evaluate. -
m_Generated
List<SpreadSheet> m_Generated
the results generated by the evaluations. -
m_JobCounter
int m_JobCounter
the counter for finished jobs. -
m_JobRunner
JobRunner m_JobRunner
the JobRunner template. -
m_JobTotal
int m_JobTotal
the total number of jobs. -
m_Notes
BaseText m_Notes
the notes for the experiment. -
m_PrefixDatasetsWithIndex
boolean m_PrefixDatasetsWithIndex
whether to prefix the relation names with the index. -
m_ResetResults
boolean m_ResetResults
whether to reset the results before starting the experiment. -
m_Results
SpreadSheet m_Results
the generated results. -
m_ResultsHandler
AbstractResultsHandler m_ResultsHandler
the handler for the results. -
m_Runs
int m_Runs
the number of runs. -
m_UseFilename
boolean m_UseFilename
whether to use the filename (w/o path) instead of relationname.
-
-
Class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment.AbstractExperimentJob extends AbstractJob implements Serializable
- serialVersionUID:
- -2223939382172900336L
-
Serialized Fields
-
m_Classifier
weka.classifiers.Classifier m_Classifier
the classifier. -
m_ClassLabelIndex
Index m_ClassLabelIndex
the class label index. -
m_Data
weka.core.Instances m_Data
the dataset. -
m_Owner
T extends AbstractExperiment m_Owner
the owner. -
m_Results
SpreadSheet m_Results
the generated results. -
m_Run
int m_Run
the run.
-
-
Class adams.gui.tools.wekamultiexperimenter.experiment.AbstractResultsHandler extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8012929412471749484L
-
Class adams.gui.tools.wekamultiexperimenter.experiment.CrossValidationExperiment extends AbstractExperiment implements Serializable
- serialVersionUID:
- -4147644361063132314L
-
Serialized Fields
-
m_Folds
int m_Folds
the number of folds. -
m_Generator
CrossValidationFoldGenerator m_Generator
the fold generator.
-
-
Class adams.gui.tools.wekamultiexperimenter.experiment.CrossValidationExperiment.CrossValidationExperimentJob extends AbstractExperiment.AbstractExperimentJob<CrossValidationExperiment> implements Serializable
- serialVersionUID:
- -4979824848864995696L
-
Serialized Fields
-
m_CrossValidation
WekaCrossValidationExecution m_CrossValidation
for executing the cross-validation.
-
-
Class adams.gui.tools.wekamultiexperimenter.experiment.FileResultsHandler extends AbstractResultsHandler implements Serializable
- serialVersionUID:
- 2071016272406676626L
-
Serialized Fields
-
m_OutputFile
PlaceholderFile m_OutputFile
the output file. -
m_Reader
SpreadSheetReader m_Reader
the spreadsheet reader to use. -
m_Writer
SpreadSheetWriter m_Writer
the spreadsheet writer to use.
-
-
Class adams.gui.tools.wekamultiexperimenter.experiment.TrainTestSplitExperiment extends AbstractExperiment implements Serializable
- serialVersionUID:
- -4147644361063132314L
-
Serialized Fields
-
m_Generator
RandomSplitGenerator m_Generator
the split generator to use. -
m_Percentage
double m_Percentage
the split percentage. -
m_PreserveOrder
boolean m_PreserveOrder
whether to preserve the order.
-
-
Class adams.gui.tools.wekamultiexperimenter.experiment.TrainTestSplitExperiment.TrainTestSplitExperimentJob extends AbstractExperiment.AbstractExperimentJob<TrainTestSplitExperiment> implements Serializable
- serialVersionUID:
- 4735723305880372881L
-
-
Package adams.gui.tools.wekamultiexperimenter.io
-
Class adams.gui.tools.wekamultiexperimenter.io.AbstractAdamsExperimentIO extends AbstractExperimentIO<T extends AbstractExperiment> implements Serializable
- serialVersionUID:
- -1358953690042787633L
-
Class adams.gui.tools.wekamultiexperimenter.io.AbstractExperimentIO extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1358953690042787633L
-
Serialized Fields
-
m_FileChooser
BaseFileChooser m_FileChooser
the filechooser for experiments.
-
-
Class adams.gui.tools.wekamultiexperimenter.io.AbstractWekaExperimentIO extends AbstractExperimentIO<T extends weka.experiment.Experiment> implements Serializable
- serialVersionUID:
- -1358953690042787633L
-
Class adams.gui.tools.wekamultiexperimenter.io.DefaultAdamsExperimentIO extends AbstractAdamsExperimentIO<AbstractExperiment> implements Serializable
- serialVersionUID:
- -7678768486122004558L
-
Class adams.gui.tools.wekamultiexperimenter.io.DefaultWekaExperimentIO extends AbstractWekaExperimentIO<weka.experiment.Experiment> implements Serializable
- serialVersionUID:
- -7678768486122004558L
-
Class adams.gui.tools.wekamultiexperimenter.io.RemoteWekaExperimentIO extends AbstractWekaExperimentIO<weka.experiment.RemoteExperiment> implements Serializable
- serialVersionUID:
- -7678768486122004558L
-
-
Package adams.gui.tools.wekamultiexperimenter.runner
-
Class adams.gui.tools.wekamultiexperimenter.runner.AbstractAdamsExperimentRunner extends AbstractExperimentRunner<T extends AbstractExperiment> implements Serializable
- serialVersionUID:
- -5591889874714150118L
-
Class adams.gui.tools.wekamultiexperimenter.runner.AbstractExperimentRunner extends Thread implements Serializable
- serialVersionUID:
- -5591889874714150118L
-
Serialized Fields
-
m_Aborted
boolean m_Aborted
whether the user cancelled the experiment. -
m_Exp
T m_Exp
the copy of the experiment. -
m_Owner
ExperimenterPanel m_Owner
the experimenter this runner belongs to. -
m_Running
boolean m_Running
whether the experiment is still running.
-
-
Class adams.gui.tools.wekamultiexperimenter.runner.AbstractWekaExperimentRunner extends AbstractExperimentRunner<T extends weka.experiment.Experiment> implements Serializable
- serialVersionUID:
- -5591889874714150118L
-
Class adams.gui.tools.wekamultiexperimenter.runner.AdamsExperimentRunner extends AbstractAdamsExperimentRunner<T extends AbstractExperiment> implements Serializable
- serialVersionUID:
- -5591889874714150118L
-
Class adams.gui.tools.wekamultiexperimenter.runner.DefaultWekaExperimentRunner extends AbstractWekaExperimentRunner<weka.experiment.Experiment> implements Serializable
- serialVersionUID:
- -5499408120296699079L
-
Class adams.gui.tools.wekamultiexperimenter.runner.RemoteWekaExperimentRunner extends AbstractWekaExperimentRunner<weka.experiment.Experiment> implements Serializable
- serialVersionUID:
- -5591889874714150118L
-
-
Package adams.gui.tools.wekamultiexperimenter.setup
-
Class adams.gui.tools.wekamultiexperimenter.setup.AbstractAdamsSetupPanel extends AbstractSetupPanel<AbstractExperiment> implements Serializable
- serialVersionUID:
- 8023889227903901226L
-
Class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupOptionPanel extends BasePanel implements Serializable
- serialVersionUID:
- -8401733616002637499L
-
Serialized Fields
-
m_IgnoreChanges
boolean m_IgnoreChanges
whether to ignored changes. -
m_Owner
AbstractSetupPanel m_Owner
the setup panel this option panel belongs to.
-
-
Class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel extends AbstractExperimenterPanel implements Serializable
- serialVersionUID:
- -7551590918482897687L
-
Serialized Fields
-
m_ExperimentIO
AbstractExperimentIO<T> m_ExperimentIO
the handler for loading/saving experiments. -
m_IgnoreChanges
boolean m_IgnoreChanges
whether to ignored changes. -
m_Modified
boolean m_Modified
whether the setup has been modified.
-
-
Class adams.gui.tools.wekamultiexperimenter.setup.AbstractWekaSetupPanel extends AbstractSetupPanel<weka.experiment.Experiment> implements Serializable
- serialVersionUID:
- 8023889227903901226L
-
Class adams.gui.tools.wekamultiexperimenter.setup.BasicAdamsSetupPanel extends AbstractAdamsSetupPanel implements Serializable
- serialVersionUID:
- -5412911620981798767L
-
Serialized Fields
-
m_CheckBoxCustomSplitGenerator
BaseCheckBox m_CheckBoxCustomSplitGenerator
whether to use a custom split generator. -
m_ComboBoxEvaluation
BaseComboBox<String> m_ComboBoxEvaluation
the type of evaluation. -
m_PanelClassAttribute
GenericObjectEditorPanel m_PanelClassAttribute
the panel for the class attribute heuristic. -
m_PanelClassifiers
ClassifierPanel m_PanelClassifiers
for specifying the classifiers. -
m_PanelDatasets
DatasetPanel m_PanelDatasets
for specifying the datasets. -
m_PanelGenerator
GenericObjectEditorPanel m_PanelGenerator
the fold generator. -
m_PanelJobRunner
GenericObjectEditorPanel m_PanelJobRunner
the JobRunner setup. -
m_PanelParameters
ParameterPanel m_PanelParameters
for listing all the options. -
m_PanelResultsHandler
GenericObjectEditorPanel m_PanelResultsHandler
the panel for the results handler. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane for datasets and classifiers. -
m_TextEvaluation
NumberTextField m_TextEvaluation
the evaluation parameter. -
m_TextNotes
BaseTextArea m_TextNotes
the notes. -
m_TextRepetitions
NumberTextField m_TextRepetitions
the number of repetitions.
-
-
Class adams.gui.tools.wekamultiexperimenter.setup.BasicWekaSetupPanel extends AbstractWekaSetupPanel implements Serializable
- serialVersionUID:
- -5412911620981798767L
-
Serialized Fields
-
m_ComboBoxClassificationRegression
BaseComboBox m_ComboBoxClassificationRegression
classification or regression. -
m_ComboBoxEvaluation
BaseComboBox<String> m_ComboBoxEvaluation
the type of evaluation. -
m_ComboBoxOrder
BaseComboBox<String> m_ComboBoxOrder
how to traverse. -
m_PanelClassifiers
ClassifierPanel m_PanelClassifiers
for specifying the classifiers. -
m_PanelDatasets
DatasetPanel m_PanelDatasets
for specifying the datasets. -
m_PanelOutput
OutputPanel m_PanelOutput
the panel for the output type. -
m_PanelParameters
ParameterPanel m_PanelParameters
for listing all the options. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane for datasets and classifiers. -
m_TextEvaluation
NumberTextField m_TextEvaluation
the evaluation parameter. -
m_TextRepetitions
NumberTextField m_TextRepetitions
the number of repetitions.
-
-
Class adams.gui.tools.wekamultiexperimenter.setup.ClassifierPanel extends AbstractSetupOptionPanel implements Serializable
- serialVersionUID:
- -832431512063524253L
-
Serialized Fields
-
m_ButtonAdd
BaseButton m_ButtonAdd
the button for adding classifiers. -
m_ButtonDown
BaseButton m_ButtonDown
the button for moving classifiers down. -
m_ButtonEdit
BaseButton m_ButtonEdit
the button for editing a classifier. -
m_ButtonRemove
BaseButton m_ButtonRemove
the button for removing classifiers. -
m_ButtonRemoveAll
BaseButton m_ButtonRemoveAll
the button for removing all classifiers. -
m_ButtonUp
BaseButton m_ButtonUp
the button for moving classifiers up. -
m_List
BaseListWithButtons m_List
for listing the classifiers. -
m_Model
DefaultListModel<String> m_Model
the model. -
m_PanelGOE
GenericObjectEditorPanel m_PanelGOE
the GOE for setting up classifiers.
-
-
Class adams.gui.tools.wekamultiexperimenter.setup.DatasetPanel extends AbstractSetupOptionPanel implements Serializable
- serialVersionUID:
- -832431512063524253L
-
Serialized Fields
-
m_ButtonAdd
BaseButton m_ButtonAdd
the button for adding files. -
m_ButtonDown
BaseButton m_ButtonDown
the button for moving files down. -
m_ButtonEdit
BaseButton m_ButtonEdit
the button for changing files. -
m_ButtonRemove
BaseButton m_ButtonRemove
the button for removing files. -
m_ButtonRemoveAll
BaseButton m_ButtonRemoveAll
the button for removing all files. -
m_ButtonUp
BaseButton m_ButtonUp
the button for moving files up. -
m_FileChooser
WekaFileChooser m_FileChooser
the file chooser for selecting files. -
m_List
BaseListWithButtons m_List
for listing the files. -
m_Model
DefaultListModel<File> m_Model
the model.
-
-
-
Package adams.gui.tools.wekamultiexperimenter.setup.weka
-
Class adams.gui.tools.wekamultiexperimenter.setup.weka.AbstractOutputPanel extends AbstractSetupOptionPanel implements Serializable
- serialVersionUID:
- 8147207337709278922L
-
Class adams.gui.tools.wekamultiexperimenter.setup.weka.ArffOutputPanel extends AbstractOutputPanel implements Serializable
- serialVersionUID:
- 3142999120128854278L
-
Serialized Fields
-
m_PanelFile
FileChooserPanel m_PanelFile
the file chooser panel.
-
-
Class adams.gui.tools.wekamultiexperimenter.setup.weka.CsvOutputPanel extends AbstractOutputPanel implements Serializable
- serialVersionUID:
- -221969681088761768L
-
Serialized Fields
-
m_PanelFile
FileChooserPanel m_PanelFile
the file chooser panel.
-
-
Class adams.gui.tools.wekamultiexperimenter.setup.weka.CustomOutputPanel extends AbstractOutputPanel implements Serializable
- serialVersionUID:
- 6294601080342288801L
-
Serialized Fields
-
m_PanelGOE
GenericObjectEditorPanel m_PanelGOE
the GOE panel.
-
-
Class adams.gui.tools.wekamultiexperimenter.setup.weka.JdbcOutputPanel extends AbstractOutputPanel implements Serializable
- serialVersionUID:
- 3142999120128854278L
-
Serialized Fields
-
m_ButtonCredentials
BaseButton m_ButtonCredentials
the button for bringing up the dialog for the user credentials. -
m_TextPassword
BasePasswordFieldWithButton m_TextPassword
the password. -
m_TextURL
BaseTextField m_TextURL
the JDBC URL. -
m_TextUser
BaseTextField m_TextUser
the user name.
-
-
Class adams.gui.tools.wekamultiexperimenter.setup.weka.OutputPanel extends AbstractSetupOptionPanel implements Serializable
- serialVersionUID:
- 5858138358135989633L
-
Serialized Fields
-
m_ComboBoxOutput
BaseComboBox m_ComboBoxOutput
the combobox listing all the output types. -
m_Panel
AbstractOutputPanel m_Panel
the currently output panel. -
m_PanelComboBox
JPanel m_PanelComboBox
the panel for the combobox. -
m_Panels
HashMap<String,AbstractOutputPanel> m_Panels
the map for panel name / panel object relation.
-
-
-
Package adams.gui.visualization.container
-
Class adams.gui.visualization.container.AbstractContainer extends Object implements Serializable
- serialVersionUID:
- 8203562082477741415L
-
Serialized Fields
-
m_Manager
AbstractContainerManager m_Manager
the manager this container belongs to. -
m_Payload
Comparable m_Payload
the payload. -
m_Updating
boolean m_Updating
whether an update is currently in progress and notifications are suppressed.
-
-
Class adams.gui.visualization.container.AbstractContainerDisplayStringGenerator extends Object implements Serializable
- serialVersionUID:
- 3359135975733339153L
-
Class adams.gui.visualization.container.AbstractContainerList extends BasePanel implements Serializable
- serialVersionUID:
- -3486748595304948144L
-
Serialized Fields
-
m_LabelTitle
JLabel m_LabelTitle
the title label. -
m_ListSelectionListeners
HashSet<ListSelectionListener> m_ListSelectionListeners
the list selection listeners to manage. -
m_PanelSearch
SearchPanel m_PanelSearch
the panel for searching the entry names. -
m_PopupMenuSupplier
ContainerListPopupMenuSupplier<M extends AbstractContainerManager,C extends AbstractContainer> m_PopupMenuSupplier
the popup menu supplier. -
m_Table
ContainerTable<M extends AbstractContainerManager,C extends AbstractContainer> m_Table
the table for displaying the containers. -
m_TableModelListeners
HashSet<TableModelListener> m_TableModelListeners
the table model listeners to manage. -
m_Title
String m_Title
the title string.
-
-
Class adams.gui.visualization.container.AbstractContainerManager extends Object implements Serializable
- serialVersionUID:
- -2758522365930747099L
-
Serialized Fields
-
m_AllowRemoval
boolean m_AllowRemoval
whether to allow deletes. -
m_DataChangeListeners
HashSet<DataChangeListener> m_DataChangeListeners
the listeners for data changes. -
m_FilteredList
gnu.trove.list.array.TIntArrayList m_FilteredList
the filtered containers. -
m_List
List<T extends AbstractContainer> m_List
the containers. -
m_SearchRegexp
boolean m_SearchRegexp
whether the current search is using regular expressions. -
m_SearchString
String m_SearchString
the current search term. -
m_UpdateList
List<T extends AbstractContainer> m_UpdateList
the containers while updating. -
m_Updating
boolean m_Updating
whether an update is currently in progress and notifications are suppressed.
-
-
Class adams.gui.visualization.container.AbstractContainerTableColumnNameGenerator extends Object implements Serializable
- serialVersionUID:
- -335416065314160245L
-
Class adams.gui.visualization.container.AbstractDataContainerPaintlet extends AbstractStrokePaintlet implements Serializable
- serialVersionUID:
- 7031132964890314535L
-
Class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPaintlet extends AbstractPaintlet implements Serializable
- serialVersionUID:
- -3979473621483079352L
-
Serialized Fields
-
m_HighlightColor
Color m_HighlightColor
the background color.
-
-
Class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPanel extends DataContainerPanel<T extends DataContainer,M extends AbstractContainerManager> implements Serializable
- serialVersionUID:
- -5141649373267221710L
-
Serialized Fields
-
m_ContainerPaintlet
C extends Paintlet m_ContainerPaintlet
paintlet for drawing the data. -
m_ContainerPanel
P extends DataContainerPanel m_ContainerPanel
the corresponding total ion count panel. -
m_ZoomOverviewPaintlet
Z extends AbstractDataContainerZoomOverviewPaintlet m_ZoomOverviewPaintlet
the zoom highlight paintlet.
-
-
Class adams.gui.visualization.container.ContainerModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- -5056182487242887045L
-
Serialized Fields
-
m_ColumnNameGenerator
AbstractContainerTableColumnNameGenerator m_ColumnNameGenerator
for the column names. -
m_DisplayDatabaseID
boolean m_DisplayDatabaseID
whether to display the database ID column or not (if possible). -
m_DisplayVisibility
boolean m_DisplayVisibility
whether to display the visibility column or not (if possible). -
m_Generator
AbstractContainerDisplayStringGenerator m_Generator
for displaying the containers. -
m_Manager
M extends AbstractContainerManager m_Manager
the underlying data.
-
-
Class adams.gui.visualization.container.ContainerTable extends BaseTable implements Serializable
- serialVersionUID:
- -7750679423202155069L
-
Serialized Fields
-
m_ColumnWidthsSet
boolean m_ColumnWidthsSet
whether the column widths have been set already. -
m_ManuallyResized
boolean m_ManuallyResized
whether a manual resize occurred.
-
-
Class adams.gui.visualization.container.ContainerTableCellRenderer extends DefaultTableCellRenderer implements Serializable
- serialVersionUID:
- 5612216629317818452L
-
Class adams.gui.visualization.container.DataContainerPanel extends PaintablePanel implements Serializable
- serialVersionUID:
- 5719709547705333418L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection. -
m_DataChangeListeners
HashSet<DataChangeListener> m_DataChangeListeners
the listeners for data changes. -
m_Manager
M extends AbstractContainerManager m_Manager
holds the data. -
m_PlotPanel
PlotPanel m_PlotPanel
the content panel for drawing. -
m_PlotWrapperPanel
BasePanel m_PlotWrapperPanel
the wrapper panel for the plot panel. -
m_StatusMessageHandler
StatusMessageHandler m_StatusMessageHandler
a status message handler for displaying status messages. -
m_Title
String m_Title
the titel of the panel.
-
-
Class adams.gui.visualization.container.DataContainerPanelWithContainerList extends DataContainerPanelWithSidePanel<T extends DataContainer,M extends AbstractContainerManager> implements Serializable
- serialVersionUID:
- 6258304909047252486L
-
Serialized Fields
-
m_ContainerList
AbstractContainerList<M extends AbstractContainerManager,C extends AbstractContainer> m_ContainerList
the container list. -
m_ContainerListCustomizers
List<AbstractContainerListPopupCustomizer> m_ContainerListCustomizers
the customizers for the container list popup menu. -
m_PlotCustomizers
List<AbstractPlotPopupCustomizer> m_PlotCustomizers
the customizers for the plot popup menu.
-
-
Class adams.gui.visualization.container.DataContainerPanelWithSidePanel extends DataContainerPanel<T extends DataContainer,M extends AbstractContainerManager> implements Serializable
- serialVersionUID:
- -2596192201610436582L
-
Serialized Fields
-
m_FirstRevalidate
boolean m_FirstRevalidate
indicates whether it is the first revalidate. -
m_SidePanel
JPanel m_SidePanel
the side panel. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane (if a side panel is supported).
-
-
Class adams.gui.visualization.container.DefaultContainerDisplayStringGenerator extends AbstractContainerDisplayStringGenerator<AbstractContainer> implements Serializable
- serialVersionUID:
- -4131184984196361251L
-
Class adams.gui.visualization.container.DefaultContainerTableColumnNameGenerator extends AbstractContainerTableColumnNameGenerator implements Serializable
- serialVersionUID:
- 404785653515921294L
-
Class adams.gui.visualization.container.FilterDialog extends BaseDialog implements Serializable
- serialVersionUID:
- 3690400655773745448L
-
Serialized Fields
-
m_ButtonCancel
BaseButton m_ButtonCancel
the Cancel button. -
m_ButtonOK
BaseButton m_ButtonOK
the OK button. -
m_CheckboxOverlay
BaseCheckBox m_CheckboxOverlay
the checkbox for whether the filtered data is to be overlayed over the original data. -
m_CurrentFilter
Filter<T extends DataContainer> m_CurrentFilter
the current filter. -
m_FilterListener
FilterListener m_FilterListener
the listener. -
m_PanelFilter
GenericObjectEditorPanel m_PanelFilter
the panel with the filter.
-
-
Class adams.gui.visualization.container.NotesFactory.Dialog extends BaseDialog implements Serializable
- serialVersionUID:
- 1739123906988587074L
-
Serialized Fields
-
m_MultiPagePane
NotesFactory.MultiPagePane m_MultiPagePane
the multi-page pane for displaying the statistics. -
m_Self
NotesFactory.Dialog m_Self
the dialog itself.
-
-
Class adams.gui.visualization.container.NotesFactory.MultiPagePane extends MultiPagePane implements Serializable
- serialVersionUID:
- -113778971321461204L
-
Serialized Fields
-
m_Data
List<T extends AbstractContainer> m_Data
the underlying data.
-
-
Class adams.gui.visualization.container.NotesFactory.TextPane extends JTextPane implements Serializable
- serialVersionUID:
- -1236250353157866097L
-
Serialized Fields
-
m_Data
T extends AbstractContainer m_Data
the underlying data.
-
-
-
Package adams.gui.visualization.container.datacontainerpanel
-
Class adams.gui.visualization.container.datacontainerpanel.AbstractPopupCustomizer extends Object implements Serializable
- serialVersionUID:
- 6847657392180231208L
-
-
Package adams.gui.visualization.container.datacontainerpanel.containerlistpopup
-
Class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.AbstractContainerListPopupCustomizer extends AbstractPopupCustomizer<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer> implements Serializable
- serialVersionUID:
- 6847657392180231208L
-
Class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.ChooseColor extends AbstractContainerListPopupCustomizer<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer> implements Serializable
- serialVersionUID:
- 4973341996386365675L
-
Class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.CopyID extends AbstractContainerListPopupCustomizer<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer> implements Serializable
- serialVersionUID:
- 4973341996386365675L
-
Class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.HideAll extends AbstractContainerListPopupCustomizer<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer> implements Serializable
- serialVersionUID:
- 4973341996386365675L
-
Class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.Notes extends AbstractContainerListPopupCustomizer<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer> implements Serializable
- serialVersionUID:
- 4973341996386365675L
-
Class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.Remove extends AbstractContainerListPopupCustomizer<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer> implements Serializable
- serialVersionUID:
- 4973341996386365675L
-
Class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.RemoveAll extends AbstractContainerListPopupCustomizer<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer> implements Serializable
- serialVersionUID:
- 4973341996386365675L
-
Class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.ShowAll extends AbstractContainerListPopupCustomizer<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer> implements Serializable
- serialVersionUID:
- 4973341996386365675L
-
Class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.StoreColorInReport extends AbstractContainerListPopupCustomizer<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer> implements Serializable
- serialVersionUID:
- 4973341996386365675L
-
Class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.StoreValueInReport extends AbstractContainerListPopupCustomizer<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer> implements Serializable
- serialVersionUID:
- 4973341996386365675L
-
Class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.ToggleVisibility extends AbstractContainerListPopupCustomizer<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer> implements Serializable
- serialVersionUID:
- 4973341996386365675L
-
Class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.UpdateID extends AbstractContainerListPopupCustomizer<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer> implements Serializable
- serialVersionUID:
- 4973341996386365675L
-
Serialized Fields
-
m_LastExtractor
IDExtractor m_LastExtractor
the last extraction used.
-
-
-
Package adams.gui.visualization.container.datacontainerpanel.plotpopup
-
Class adams.gui.visualization.container.datacontainerpanel.plotpopup.AbstractPlotPopupCustomizer extends AbstractPopupCustomizer<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer> implements Serializable
- serialVersionUID:
- 6847657392180231208L
-
Class adams.gui.visualization.container.datacontainerpanel.plotpopup.AntiAliasing extends AbstractPlotPopupCustomizer<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer> implements Serializable
- serialVersionUID:
- 4374831204149159338L
-
Class adams.gui.visualization.container.datacontainerpanel.plotpopup.Markers extends AbstractPlotPopupCustomizer<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer> implements Serializable
- serialVersionUID:
- 4374831204149159338L
-
Class adams.gui.visualization.container.datacontainerpanel.plotpopup.Notes extends AbstractPlotPopupCustomizer<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer> implements Serializable
- serialVersionUID:
- 4374831204149159338L
-
Class adams.gui.visualization.container.datacontainerpanel.plotpopup.SendTo extends AbstractPlotPopupCustomizer<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer> implements Serializable
- serialVersionUID:
- 4374831204149159338L
-
Class adams.gui.visualization.container.datacontainerpanel.plotpopup.SidePanel extends AbstractPlotPopupCustomizer<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer> implements Serializable
- serialVersionUID:
- 4374831204149159338L
-
-
Package adams.gui.visualization.core
-
Class adams.gui.visualization.core.AbstractColorGradientGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1744081070964662031L
-
Class adams.gui.visualization.core.AbstractColorProvider extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1159553726314921425L
-
Serialized Fields
-
m_AllowDarkening
boolean m_AllowDarkening
whether darkening of colors is allowed. -
m_CheckTooDark
boolean m_CheckTooDark
whether to ensure that colors aren't too dark. -
m_Colors
List<Color> m_Colors
contains the current colors. -
m_DefaultColors
List<Color> m_DefaultColors
contains the default colors. -
m_ExcludedColors
List<Color> m_ExcludedColors
excluded colors (already used). -
m_FirstIteration
boolean m_FirstIteration
whether it is the first iteration. -
m_Index
int m_Index
the current index. -
m_RecycledColors
List<Color> m_RecycledColors
recycled, i.e., returned colors.
-
-
Class adams.gui.visualization.core.AbstractCustomColorProvider extends AbstractColorProvider implements Serializable
- serialVersionUID:
- -6184352647827352221L
-
Class adams.gui.visualization.core.AbstractHistogramPanel extends BasePanel implements Serializable
- serialVersionUID:
- -8621818594275641231L
-
Serialized Fields
-
m_Data
T m_Data
the current data. -
m_Layout
GridLayout m_Layout
the layout.
-
-
Class adams.gui.visualization.core.AbstractMouseMovementTracker extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5687969310967552455L
-
Serialized Fields
-
m_Panel
PaintablePanel m_Panel
the panel this tracker is for.
-
-
Class adams.gui.visualization.core.AbstractPaintlet extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8877675053270937462L
-
Serialized Fields
-
m_Enabled
boolean m_Enabled
whether the paintlet is enabled. -
m_Initializing
boolean m_Initializing
whether the paintlet is currently being initialized and should ignore repaint requests. -
m_RepaintOnChange
boolean m_RepaintOnChange
whether the paintlet reacts with repaints to changes of its members.
-
-
Class adams.gui.visualization.core.AbstractStrokePaintlet extends AbstractPaintlet implements Serializable
- serialVersionUID:
- 1704075176011969771L
-
Serialized Fields
-
m_StrokeThickness
float m_StrokeThickness
the thickness of the stroke.
-
-
Class adams.gui.visualization.core.AbstractStrokePaintletWithContainerIDMatching extends AbstractStrokePaintlet implements Serializable
- serialVersionUID:
- 1440663106892862065L
-
Serialized Fields
-
m_ContainerIDRegExp
BaseRegExp m_ContainerIDRegExp
the regular expression the container IDs must match.
-
-
Class adams.gui.visualization.core.AxisPanel extends BasePanel implements Serializable
- serialVersionUID:
- 5811111621680835988L
-
Serialized Fields
-
m_AxisColor
Color m_AxisColor
the axis color. -
m_AxisName
String m_AxisName
the name of the axis. -
m_AxisNameCentered
boolean m_AxisNameCentered
whether the axis name is centered in the axis and not at the border. -
m_AxisNameFont
Font m_AxisNameFont
the font for the axis name. -
m_AxisWidth
int m_AxisWidth
the width of the axis (for HORIZONTAL axes, this is the height, of course). -
m_ChangeListeners
HashSet<ChangeListener> m_ChangeListeners
the paint listeners. -
m_Direction
Direction m_Direction
the direction of the axis. -
m_LengthTicks
int m_LengthTicks
the length of the ticks. -
m_Model
AbstractAxisModel m_Model
the axis model. -
m_NumberFormatOverride
Hashtable<Type,String> m_NumberFormatOverride
for overriding the default number formats. -
m_Orientation
Orientation m_Orientation
the orientation of the axis. -
m_PopupMenuCustomizer
PopupMenuCustomizer m_PopupMenuCustomizer
an optional customizer for the right-click popup. -
m_Self
AxisPanel m_Self
the panel itself. -
m_ShowGridLines
boolean m_ShowGridLines
whether to show the coordinate lines for this axis. -
m_Type
Type m_Type
the type of axis. -
m_Visibility
Visibility m_Visibility
the visibility state of the axis.
-
-
Class adams.gui.visualization.core.AxisPanelOptions extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1675594412675760089L
-
Serialized Fields
-
m_BottomMargin
double m_BottomMargin
the bottom margin. -
m_CustomFormat
DecimalFormatString m_CustomFormat
the custom number/date format. -
m_Label
String m_Label
the label of the axis. -
m_LengthTicks
int m_LengthTicks
the length in pixles of ticks to use. -
m_NthValueToShow
int m_NthValueToShow
every nth value to display. -
m_ShowGridLines
boolean m_ShowGridLines
whether to show gridlines or not. -
m_TickGenerator
TickGenerator m_TickGenerator
the tick generator to use. -
m_TopMargin
double m_TopMargin
the top margin. -
m_Type
Type m_Type
the type of the axis. -
m_Width
int m_Width
the width of the axis (for HORIZONTAL axes, this is the height, of course).
-
-
Class adams.gui.visualization.core.BackgroundImagePaintlet extends AbstractPaintlet implements Serializable
- serialVersionUID:
- 7533482742917264993L
-
Serialized Fields
-
m_ImageFile
PlaceholderFile m_ImageFile
the image file to paint. -
m_UseFixedSize
boolean m_UseFixedSize
whether to use fixed size or resize.
-
-
Class adams.gui.visualization.core.BiColorGenerator extends AbstractColorGradientGenerator implements Serializable
- serialVersionUID:
- 3344443413467944112L
-
Class adams.gui.visualization.core.ColorBlind12Provider extends AbstractCustomColorProvider implements Serializable
- serialVersionUID:
- -6184352647827352221L
-
Class adams.gui.visualization.core.ColorBlind15Provider extends AbstractCustomColorProvider implements Serializable
- serialVersionUID:
- -6184352647827352221L
-
Class adams.gui.visualization.core.ColorBlind24Provider extends AbstractCustomColorProvider implements Serializable
- serialVersionUID:
- -6184352647827352221L
-
Class adams.gui.visualization.core.ColorBlind8Provider extends AbstractCustomColorProvider implements Serializable
- serialVersionUID:
- -6184352647827352221L
-
Class adams.gui.visualization.core.ColorProviderBasedColorGradientGenerator extends AbstractColorGradientGenerator implements Serializable
- serialVersionUID:
- 239638637700689112L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_NumColors
int m_NumColors
the number of gradient colors.
-
-
Class adams.gui.visualization.core.ConfusionMatrixColorGenerator extends BiColorGenerator implements Serializable
- serialVersionUID:
- -331109270506167773L
-
Class adams.gui.visualization.core.CoordinatesPaintlet extends AbstractStrokePaintlet implements Serializable
- serialVersionUID:
- -3239338605889228940L
-
Serialized Fields
-
m_XColor
Color m_XColor
the color to use for painting for the X axis. -
m_XOffset
double m_XOffset
the Y-offset for the X-axis. -
m_XVisible
boolean m_XVisible
whether the X-axis is visible. -
m_YColor
Color m_YColor
the color to use for painting for the Y axis. -
m_YOffset
double m_YOffset
the X-offset for the Y-axis. -
m_YVisible
boolean m_YVisible
whether the Y-axis is visible.
-
-
Class adams.gui.visualization.core.CrossHairTracker extends AbstractStrokePaintlet implements Serializable
- serialVersionUID:
- -6562614432508466918L
-
Serialized Fields
-
m_Color
Color m_Color
the color of the cross-hair. -
m_TextCoordinates
boolean m_TextCoordinates
whether to draw the coordinates as well.
-
-
Class adams.gui.visualization.core.CustomColorProvider extends AbstractCustomColorProvider implements Serializable
- serialVersionUID:
- -6184352647827352221L
-
Class adams.gui.visualization.core.DefaultColorProvider extends AbstractColorProvider implements Serializable
- serialVersionUID:
- -6184352647827352221L
-
Class adams.gui.visualization.core.GradientColorProvider extends AbstractColorProvider implements Serializable
- serialVersionUID:
- 6416066461328053283L
-
Serialized Fields
-
m_Generator
ColorGradientGenerator m_Generator
the gradient generator to use.
-
-
Class adams.gui.visualization.core.HorizontalIndicatorPaintlet extends AbstractStrokePaintlet implements Serializable
- serialVersionUID:
- 1590879510204857918L
-
Serialized Fields
-
m_Color
Color m_Color
the color of the indicator. -
m_Percentage
boolean m_Percentage
whether the value represents a percentage (0-1). -
m_Value
double m_Value
the value where to paint the indicator.
-
-
Class adams.gui.visualization.core.MultiColorGenerator extends AbstractColorGradientGenerator implements Serializable
- serialVersionUID:
- 3344443413467944112L
-
Serialized Fields
-
m_Alpha
int m_Alpha
the alpha value to use (ignored if 255). -
m_Colors
Color[] m_Colors
the colors to create the gradient with. -
m_NumColors
int m_NumColors
the number of gradient colors.
-
-
Class adams.gui.visualization.core.MultiMouseMovementTracker extends AbstractPaintlet implements Serializable
- serialVersionUID:
- -6562614432508466918L
-
Serialized Fields
-
m_Trackers
MouseMovementTracker[] m_Trackers
the trackers to use.
-
-
Class adams.gui.visualization.core.MultiPaintlet extends AbstractPaintlet implements Serializable
- serialVersionUID:
- 159999248427405834L
-
Class adams.gui.visualization.core.NullTracker extends AbstractMouseMovementTracker implements Serializable
- serialVersionUID:
- -5594076602505167338L
-
Class adams.gui.visualization.core.PaintablePanel extends BasePanel implements Serializable
- serialVersionUID:
- -1394066820727332049L
-
Class adams.gui.visualization.core.PlotPanel extends JPanel implements Serializable
- serialVersionUID:
- -3406313912401195452L
-
Serialized Fields
-
m_AxisBottom
AxisPanel m_AxisBottom
the bottom axis panel. -
m_AxisLeft
AxisPanel m_AxisLeft
the left axis panel. -
m_AxisRight
AxisPanel m_AxisRight
the right axis panel. -
m_AxisTop
AxisPanel m_AxisTop
the top axis panel. -
m_AxisWidth
int m_AxisWidth
the width of the axes. -
m_BackgroundColor
Color m_BackgroundColor
the background color. -
m_CornerBottomLeft
JPanel m_CornerBottomLeft
the bottom-left corner panel. -
m_CornerBottomRight
JPanel m_CornerBottomRight
the bottom-right corner panel. -
m_CornerTopLeft
JPanel m_CornerTopLeft
the top-left corner panel. -
m_CornerTopRight
JPanel m_CornerTopRight
the top-right corner panel. -
m_Debug
Boolean m_Debug
whether debug mode is on. -
m_ForegroundColor
Color m_ForegroundColor
the foregorund color. -
m_GridColor
Color m_GridColor
the color for the grid. -
m_MouseClickListeners
Set<MouseListener> m_MouseClickListeners
the mouse click listeners. -
m_PaintListeners
Set<PaintListener> m_PaintListeners
the paint listeners. -
m_PanelContent
ContentPanel m_PanelContent
the content panel for drawing. -
m_ToolTipAxes
List<Axis> m_ToolTipAxes
the vector with the axes that make up the values in the tooltip.
-
-
Class adams.gui.visualization.core.RegExpColorProvider extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5693610200784035720L
-
Serialized Fields
-
m_Colors
BaseKeyValuePair[] m_Colors
the regexp/color pairs. -
m_ColorValues
Color[] m_ColorValues
the regular expressions. -
m_DefaultColor
Color m_DefaultColor
the default color. -
m_RegExps
BaseRegExp[] m_RegExps
the regular expressions.
-
-
Class adams.gui.visualization.core.RgbInNameColorProvider extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5693610200784035720L
-
Serialized Fields
-
m_DefaultColor
Color m_DefaultColor
the default color.
-
-
Class adams.gui.visualization.core.TextOverlayPaintlet extends AbstractPaintlet implements Serializable
- serialVersionUID:
- 7923819857566247771L
-
Serialized Fields
-
m_Actor
Actor m_Actor
the actor that this paintlet belongs to. -
m_Color
Color m_Color
the color for the text. -
m_Text
String m_Text
the text to paint. -
m_TextVariable
VariableName m_TextVariable
the variable with the text to paint. -
m_X
int m_X
the X position. -
m_Y
int m_Y
the Y position.
-
-
Class adams.gui.visualization.core.TrackMousePositionInConsole extends AbstractMouseMovementTracker implements Serializable
- serialVersionUID:
- -2604668648887704474L
-
Class adams.gui.visualization.core.TranslucentColorProvider extends AbstractColorProvider implements Serializable
- serialVersionUID:
- -6184352647827352221L
-
Serialized Fields
-
m_Alpha
int m_Alpha
the alpha parameter. -
m_Provider
ColorProvider m_Provider
the base color provider.
-
-
Class adams.gui.visualization.core.X11ColorProvider extends AbstractColorProvider implements Serializable
- serialVersionUID:
- -6184352647827352221L
-
-
Package adams.gui.visualization.core.axis
-
Class adams.gui.visualization.core.axis.AbstractAxisModel extends LoggingObject implements Serializable
- serialVersionUID:
- -3950212023344727427L
-
Serialized Fields
-
m_ActualMaximum
double m_ActualMaximum
the actual maximum to display (including the top margin). -
m_ActualMaximumNoMargin
double m_ActualMaximumNoMargin
the actual maximum to display (excluding the top margin). -
m_ActualMinimum
double m_ActualMinimum
the actual minimum to display (including the bottom margin). -
m_ActualMinimumNoMargin
double m_ActualMinimumNoMargin
the actual minimum to display (excluding the bottom margin). -
m_CustomerFormatter
Formatter m_CustomerFormatter
a customer formatter to use. -
m_Formatter
Formatter m_Formatter
the format for outputting the values (SimpleDateFormat or DecimalFormat). -
m_ManualMarginBottom
Double m_ManualMarginBottom
the manual bottom margin. -
m_ManualMarginTop
Double m_ManualMarginTop
the manual top margin. -
m_ManualMaximum
Double m_ManualMaximum
the manual maximum. -
m_ManualMinimum
Double m_ManualMinimum
the manual minimum. -
m_MarginBottom
double m_MarginBottom
the bottom margin. -
m_MarginTop
double m_MarginTop
the top margin. -
m_Maximum
double m_Maximum
the maximum. -
m_Minimum
double m_Minimum
the minimum. -
m_NthValueToShow
int m_NthValueToShow
every nth value to display. -
m_Parent
AxisPanel m_Parent
the owning axis. -
m_PixelOffset
int m_PixelOffset
a pixel offset due to panning. -
m_PixelOffsets
Stack<Integer> m_PixelOffsets
stack of pixel offsets for the zooms. -
m_TickGenerator
TickGenerator m_TickGenerator
the tick generator. -
m_Validated
boolean m_Validated
indicates whether the layout has been validated. -
m_ZoomHandler
ZoomHandler m_ZoomHandler
the zooms.
-
-
Class adams.gui.visualization.core.axis.AbstractDateBasedAxisModel extends AbstractAxisModel implements Serializable
- serialVersionUID:
- 6882846237550109166L
-
Serialized Fields
-
m_Flipped
boolean m_Flipped
whether the axis is flipped.
-
-
Class adams.gui.visualization.core.axis.AbstractLimitedTickGenerator extends AbstractTickGenerator implements Serializable
- serialVersionUID:
- 7324989157055747347L
-
Serialized Fields
-
m_NumTicks
int m_NumTicks
the number of ticks to display.
-
-
Class adams.gui.visualization.core.axis.AbstractTickGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3950212023344727427L
-
Serialized Fields
-
m_Labels
HashSet<String> m_Labels
for avoiding duplicate labels. -
m_Parent
AbstractAxisModel m_Parent
the owning axis model. -
m_Ticks
List<Tick> m_Ticks
the list of ticks to return.
-
-
Class adams.gui.visualization.core.axis.DateAxisModel extends AbstractDateBasedAxisModel implements Serializable
- serialVersionUID:
- 6882846237550109166L
-
Class adams.gui.visualization.core.axis.DateTimeAxisModel extends AbstractDateBasedAxisModel implements Serializable
- serialVersionUID:
- 6882846237550109166L
-
Class adams.gui.visualization.core.axis.DateTimeMsecAxisModel extends AbstractDateBasedAxisModel implements Serializable
- serialVersionUID:
- 6882846237550109166L
-
Class adams.gui.visualization.core.axis.DefaultAxisModel extends AbstractAxisModel implements Serializable
- serialVersionUID:
- 6882846237550109166L
-
Serialized Fields
-
m_Flipped
boolean m_Flipped
whether the axis is flipped.
-
-
Class adams.gui.visualization.core.axis.FancyTickGenerator extends AbstractLimitedTickGenerator implements Serializable
- serialVersionUID:
- -3950212023344727427L
-
Class adams.gui.visualization.core.axis.Formatter extends Object implements Serializable
- serialVersionUID:
- 2565690777491622761L
-
Serialized Fields
-
m_Format
Format m_Format
the Java formatter.
-
-
Class adams.gui.visualization.core.axis.LogAxisModel extends AbstractAxisModel implements Serializable
- serialVersionUID:
- -8737139976887145167L
-
Class adams.gui.visualization.core.axis.PercentageAxisModel extends AbstractAxisModel implements Serializable
- serialVersionUID:
- 6882846237550109166L
-
Serialized Fields
-
m_Flipped
boolean m_Flipped
whether the axis is flipped.
-
-
Class adams.gui.visualization.core.axis.PeriodicityTickGenerator extends AbstractTickGenerator implements Serializable
- serialVersionUID:
- -3950212023344727427L
-
Serialized Fields
-
m_Formatter
Formatter m_Formatter
the format for outputting the values (SimpleDateFormat or DecimalFormat). -
m_Periodicity
PeriodicityType m_Periodicity
the periodicity type.
-
-
Class adams.gui.visualization.core.axis.SimpleFixedLabelTickGenerator extends AbstractTickGenerator implements Serializable
- serialVersionUID:
- -3950212023344727427L
-
Class adams.gui.visualization.core.axis.SimpleTickGenerator extends AbstractLimitedTickGenerator implements Serializable
- serialVersionUID:
- -3950212023344727427L
-
Class adams.gui.visualization.core.axis.Tick extends Object implements Serializable
- serialVersionUID:
- -6608030365327102253L
-
Class adams.gui.visualization.core.axis.TimeAxisModel extends AbstractDateBasedAxisModel implements Serializable
- serialVersionUID:
- 6882846237550109166L
-
Class adams.gui.visualization.core.axis.Zoom extends Object implements Serializable
- serialVersionUID:
- 2216082562295422476L
-
Serialized Fields
-
m_Maximum
double m_Maximum
the maximum. -
m_Minimum
double m_Minimum
the minimum.
-
-
Class adams.gui.visualization.core.axis.ZoomHandler extends Object implements Serializable
- serialVersionUID:
- 6810197787847563561L
-
-
Package adams.gui.visualization.core.plot
-
Class adams.gui.visualization.core.plot.AbstractDistanceBasedHitDetector extends AbstractHitDetector<H,P> implements Serializable
- serialVersionUID:
- -5861816297859396332L
-
Serialized Fields
-
m_MinimumPixelDifference
int m_MinimumPixelDifference
the minimum pixel difference to use for determining hit or miss.
-
-
Class adams.gui.visualization.core.plot.AbstractHitDetector extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7654372428971254128L
-
Serialized Fields
-
m_Debug
boolean m_Debug
whether debug mode is on. -
m_Enabled
boolean m_Enabled
whether the detector is enabled.
-
-
Class adams.gui.visualization.core.plot.ContentPanel extends BasePanel implements Serializable
- serialVersionUID:
- 1785560399953428177L
-
Serialized Fields
-
m_BottomPixelOffset
int m_BottomPixelOffset
the original pixel offset for the bottom axis. -
m_Dragged
boolean m_Dragged
whether dragging has happened at all. -
m_FileChooser
JComponentWriterFileChooser m_FileChooser
the filechooser for saving the panel. -
m_Format
DecimalFormat m_Format
for outputting the values. -
m_HitDetectors
HashSet<HitDetector> m_HitDetectors
the hit detectors. -
m_LeftPixelOffset
int m_LeftPixelOffset
the original pixel offset for the left axis. -
m_MouseMovementTrackers
HashSet<MouseMovementTracker> m_MouseMovementTrackers
the mouse movement trackers. -
m_Owner
PlotPanel m_Owner
the owner of the panel. -
m_Panning
boolean m_Panning
whether the graph is currently moved around. -
m_PanningEnabled
boolean m_PanningEnabled
whether panning is enabled. -
m_PanningListeners
HashSet<PlotPanelPanningListener> m_PanningListeners
the panning listeners. -
m_PanningStart
Point m_PanningStart
the starting mouse position of panning. -
m_PopupMenuCustomizer
PopupMenuCustomizer m_PopupMenuCustomizer
an optional customizer for the right-click popup. -
m_RightPixelOffset
int m_RightPixelOffset
the original pixel offset for the right axis. -
m_Self
ContentPanel m_Self
the panel itself. -
m_TipTextCustomizer
TipTextCustomizer m_TipTextCustomizer
for post-processing the tiptext. -
m_TopPixelOffset
int m_TopPixelOffset
the original pixel offset for the top axis. -
m_ZoomBottomRight
Point m_ZoomBottomRight
the bottom right corner of the zoom box. -
m_ZoomBoxColor
Color m_ZoomBoxColor
the color of the zoom box. -
m_Zooming
boolean m_Zooming
whether the zoom box is currently been drawn. -
m_ZoomingEnabled
boolean m_ZoomingEnabled
whether zooming is enabled. -
m_ZoomListeners
HashSet<PlotPanelZoomListener> m_ZoomListeners
the zoom listeners. -
m_ZoomTopLeft
Point m_ZoomTopLeft
the top left corner of the zoom box.
-
-
-
Package adams.gui.visualization.debug
-
Class adams.gui.visualization.debug.DiffTextPane extends BaseTextPaneWithWordWrap implements Serializable
- serialVersionUID:
- -8695413301813792099L
-
Serialized Fields
-
m_ColorAdded
Color m_ColorAdded
the color for added content. -
m_ColorDeleted
Color m_ColorDeleted
the color for deleted content. -
m_ColorRight
Color m_ColorRight
the color for right content. -
m_Diff
DiffUtils.SideBySideDiff m_Diff
the list to display. -
m_Left
boolean m_Left
whether we display the left or right side.
-
-
Class adams.gui.visualization.debug.InspectionPanel extends BasePanel implements Serializable
- serialVersionUID:
- -3626608063857468806L
-
Serialized Fields
-
m_ButtonRenderLimit
BaseFlatButton m_ButtonRenderLimit
the button for applying the render limit. -
m_CheckBoxRenderLimit
BaseCheckBox m_CheckBoxRenderLimit
the checkbox for applying a render limit. -
m_CheckBoxSize
BaseCheckBox m_CheckBoxSize
whether to calculate the size. -
m_LastPath
String[] m_LastPath
the last property path in use. -
m_PanelContent
BasePanel m_PanelContent
the panel on the right. -
m_PanelSearch
SearchPanel m_PanelSearch
the search panel. -
m_PanelSize
BasePanel m_PanelSize
the panel for the size. -
m_RendererCache
Map<String,ObjectRenderer> m_RendererCache
the cache for the renderers. -
m_RenderLimitChanged
boolean m_RenderLimitChanged
whether the render limit changed. -
m_RenderLimitSupported
boolean m_RenderLimitSupported
whether the rendering limit is supported. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane to use for displaying the tree and the associated data. -
m_TextFieldRenderLimit
BaseTextField m_TextFieldRenderLimit
the textfield for the render limit. -
m_TextSize
BaseTextField m_TextSize
the text field for the size. -
m_Tree
Tree m_Tree
the tree for displaying the bean properties.
-
-
Class adams.gui.visualization.debug.SideBySideDiffPanel extends BasePanel implements Serializable
- serialVersionUID:
- -7728182993462886323L
-
Serialized Fields
-
m_IgnoreViewportChangesLeft
boolean m_IgnoreViewportChangesLeft
whether to ignore viewport changes for the left panel. -
m_IgnoreViewportChangesRight
boolean m_IgnoreViewportChangesRight
whether to ignore viewport changes for the right panel. -
m_LabelLeft
JLabel m_LabelLeft
the label for the left content. -
m_LabelRight
JLabel m_LabelRight
the label for the right content. -
m_LabelTextLeft
String m_LabelTextLeft
the text for the left content. -
m_LabelTextRight
String m_LabelTextRight
the text for the right content. -
m_LastFileLeft
File m_LastFileLeft
the last left file. -
m_LastFileRight
File m_LastFileRight
the last right file. -
m_PanelAll
BaseSplitPane m_PanelAll
for the two sides of a diff. -
m_PanelLeft
BasePanel m_PanelLeft
the panel for the left content. -
m_PanelRight
BasePanel m_PanelRight
the panel for the right content. -
m_ScrollPaneLeft
BaseScrollPane m_ScrollPaneLeft
the scroll pane for the left content. -
m_ScrollPaneRight
BaseScrollPane m_ScrollPaneRight
the scroll pane for the right content. -
m_TextLeft
DiffTextPane m_TextLeft
the left content. -
m_TextRight
DiffTextPane m_TextRight
the right content.
-
-
Class adams.gui.visualization.debug.StoragePanel extends BasePanel implements Serializable
- serialVersionUID:
- 8244881694557542183L
-
Serialized Fields
-
m_ButtonEdit
BaseButton m_ButtonEdit
the button for editing an item. -
m_ButtonExport
BaseButton m_ButtonExport
the button for exporting an item. -
m_ButtonInspect
BaseButton m_ButtonInspect
the button for inspecting an item. -
m_ButtonRenderLimit
BaseFlatButton m_ButtonRenderLimit
the button for applying the render limit. -
m_CheckBoxPreview
BaseCheckBox m_CheckBoxPreview
the checkbox for previewing items. -
m_CheckBoxRenderLimit
BaseCheckBox m_CheckBoxRenderLimit
the checkbox for applying a render limit. -
m_DialogInspect
BaseDialog m_DialogInspect
the dialog for inspecting an item. -
m_FileChooser
ObjectExporterFileChooser m_FileChooser
the filechooser for exporting the object. -
m_Handler
StorageHandler m_Handler
the current storage handler. -
m_PanelInspect
InspectionPanel m_PanelInspect
the panel for inspecing an item. -
m_PanelPreview
JPanel m_PanelPreview
the panel with the preview. -
m_PanelSearch
SearchPanel m_PanelSearch
the search panel. -
m_RendererCache
Map<String,ObjectRenderer> m_RendererCache
the cache for the renderers. -
m_RenderLimitChanged
boolean m_RenderLimitChanged
whether the render limit changed. -
m_RenderLimitSupported
boolean m_RenderLimitSupported
whether the rendering limit is supported. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane for table and preview. -
m_Table
SortableAndSearchableTableWithButtons m_Table
the table to display the storage items. -
m_TableModel
StoragePanel.TableModel m_TableModel
the table model. -
m_TextFieldRenderLimit
BaseTextField m_TextFieldRenderLimit
the textfield for the render limit.
-
-
Class adams.gui.visualization.debug.StoragePanel.TableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- 3509104625095997777L
-
-
Package adams.gui.visualization.debug.objectexport
-
Class adams.gui.visualization.debug.objectexport.AbstractObjectExporter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7742758428210374232L
-
Class adams.gui.visualization.debug.objectexport.ImageExporter extends AbstractObjectExporter implements Serializable
- serialVersionUID:
- 4899389310274830738L
-
Class adams.gui.visualization.debug.objectexport.PlainTextExporter extends AbstractObjectExporter implements Serializable
- serialVersionUID:
- 4899389310274830738L
-
Serialized Fields
-
m_CustomRenderer
TextRenderer m_CustomRenderer
the custom renderer to use. -
m_UnlimitedRendering
boolean m_UnlimitedRendering
whether to perform unlimited rendering. -
m_UseCustomRenderer
boolean m_UseCustomRenderer
whether to use a custom renderer.
-
-
Class adams.gui.visualization.debug.objectexport.PropertiesExporter extends AbstractObjectExporter implements Serializable
- serialVersionUID:
- 4899389310274830738L
-
Class adams.gui.visualization.debug.objectexport.RenderedPlainTextExporter extends AbstractObjectExporter implements Serializable
- serialVersionUID:
- 4899389310274830738L
-
Serialized Fields
-
m_CustomRenderer
TextRenderer m_CustomRenderer
the custom renderer to use. -
m_UnlimitedRendering
boolean m_UnlimitedRendering
whether to perform unlimited rendering. -
m_UseCustomRenderer
boolean m_UseCustomRenderer
whether to use a custom renderer.
-
-
Class adams.gui.visualization.debug.objectexport.ReportExporter extends AbstractObjectExporter implements Serializable
- serialVersionUID:
- 4899389310274830738L
-
Class adams.gui.visualization.debug.objectexport.SerializableObjectExporter extends AbstractObjectExporter implements Serializable
- serialVersionUID:
- 4899389310274830738L
-
Class adams.gui.visualization.debug.objectexport.SpreadSheetExporter extends AbstractObjectExporter implements Serializable
- serialVersionUID:
- 4899389310274830738L
-
Serialized Fields
-
m_Writer
SpreadSheetWriter m_Writer
the writer to use.
-
-
Class adams.gui.visualization.debug.objectexport.TimeseriesExporter extends AbstractObjectExporter implements Serializable
- serialVersionUID:
- 4899389310274830738L
-
Class adams.gui.visualization.debug.objectexport.WekaInstancesExporter extends AbstractObjectExporter implements Serializable
- serialVersionUID:
- 4899389310274830738L
-
-
Package adams.gui.visualization.debug.objectrenderer
-
Class adams.gui.visualization.debug.objectrenderer.AbstractObjectRenderer extends LoggingObject implements Serializable
- serialVersionUID:
- -7742758428210374232L
-
Class adams.gui.visualization.debug.objectrenderer.FlowContainerRenderer extends AbstractObjectRenderer implements Serializable
- serialVersionUID:
- -3528006886476495175L
-
Serialized Fields
-
m_LastTable
SpreadSheetTable m_LastTable
the last setup.
-
-
Class adams.gui.visualization.debug.objectrenderer.ImageRenderer extends AbstractObjectRenderer implements Serializable
- serialVersionUID:
- -3528006886476495175L
-
Serialized Fields
-
m_LastImagePanel
ImagePanel m_LastImagePanel
the cached setup.
-
-
Class adams.gui.visualization.debug.objectrenderer.MapRenderer extends AbstractObjectRenderer implements Serializable
- serialVersionUID:
- -3528006886476495175L
-
Serialized Fields
-
m_LastSheetPanel
SpreadSheetPanel m_LastSheetPanel
the last setup.
-
-
Class adams.gui.visualization.debug.objectrenderer.Mat5ArrayRenderer extends AbstractObjectRenderer implements Serializable
- serialVersionUID:
- -2309332191934879382L
-
Serialized Fields
-
m_LastTextPanel
TextPanel m_LastTextPanel
the last setup.
-
-
Class adams.gui.visualization.debug.objectrenderer.PlainTextRenderer extends AbstractObjectRenderer implements Serializable
- serialVersionUID:
- -3528006886476495175L
-
Serialized Fields
-
m_LastTextPanel
TextPanel m_LastTextPanel
the last setup.
-
-
Class adams.gui.visualization.debug.objectrenderer.PropertiesRenderer extends AbstractObjectRenderer implements Serializable
- serialVersionUID:
- -3528006886476495175L
-
Serialized Fields
-
m_LastSearchPanel
SearchPanel m_LastSearchPanel
the last setup. -
m_LastTable
SortableAndSearchableTable m_LastTable
the last setup.
-
-
Class adams.gui.visualization.debug.objectrenderer.ReportRenderer extends AbstractObjectRenderer implements Serializable
- serialVersionUID:
- -3528006886476495175L
-
Serialized Fields
-
m_LastPanel
BasePanel m_LastPanel
the last setup. -
m_LastTable
ReportFactory.Table m_LastTable
the last setup.
-
-
Class adams.gui.visualization.debug.objectrenderer.SetRenderer extends AbstractObjectRenderer implements Serializable
- serialVersionUID:
- -3528006886476495175L
-
Serialized Fields
-
m_LastSheetPanel
SpreadSheetPanel m_LastSheetPanel
the last setup.
-
-
Class adams.gui.visualization.debug.objectrenderer.SpreadSheetRenderer extends AbstractObjectRenderer implements Serializable
- serialVersionUID:
- -3528006886476495175L
-
Serialized Fields
-
m_LastLimit
Integer m_LastLimit
the last limit. -
m_LastPanel
SpreadSheetPanel m_LastPanel
the last setup.
-
-
Class adams.gui.visualization.debug.objectrenderer.TimeseriesRenderer extends AbstractObjectRenderer implements Serializable
- serialVersionUID:
- -3528006886476495175L
-
Serialized Fields
-
m_LastPanel
TimeseriesPanel m_LastPanel
the last setup.
-
-
Class adams.gui.visualization.debug.objectrenderer.WekaInstancesRenderer extends AbstractObjectRenderer implements Serializable
- serialVersionUID:
- -3528006886476495175L
-
Serialized Fields
-
m_LastLimit
Integer m_LastLimit
the last limit. -
m_LastTable
InstancesTable m_LastTable
the last setup.
-
-
-
Package adams.gui.visualization.debug.objecttree
-
Class adams.gui.visualization.debug.objecttree.DummyNode extends DefaultMutableTreeNode implements Serializable
- serialVersionUID:
- -7088658090066930515L
-
Class adams.gui.visualization.debug.objecttree.Node extends BaseTreeNode implements Serializable
- serialVersionUID:
- 39921763469189066L
-
Class adams.gui.visualization.debug.objecttree.Renderer extends DefaultTreeCellRenderer implements Serializable
- serialVersionUID:
- 8669721980782126964L
-
Serialized Fields
-
Class adams.gui.visualization.debug.objecttree.Tree extends BaseTree implements Serializable
-
Serialized Fields
-
m_FileChooser
ObjectExporterFileChooser m_FileChooser
filechooser for exporting objects. -
m_IsRegExp
boolean m_IsRegExp
whether the search is using a regular expression. -
m_SearchPattern
Pattern m_SearchPattern
the search pattern. -
m_SearchString
String m_SearchString
the search string.
-
-
-
-
Package adams.gui.visualization.image
-
Class adams.gui.visualization.image.AbstractImageOverlay extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4176141444398824387L
-
Serialized Fields
-
m_Enabled
boolean m_Enabled
whether the overlay is enabled.
-
-
Class adams.gui.visualization.image.AbstractObjectOverlayFromReport extends AbstractImageOverlay implements Serializable
- serialVersionUID:
- 6356419097401574024L
-
Serialized Fields
-
m_LocationsUpdatedListeners
Set<ChangeListener> m_LocationsUpdatedListeners
the listeners for locations updates. -
m_Overlays
ReportObjectOverlay m_Overlays
the overlay handler. -
m_PanelObjects
AbstractObjectOverlayFromReport.LocatedObjectsPanel m_PanelObjects
the panel with the located objects. -
m_ShowObjectPanel
boolean m_ShowObjectPanel
whether to show the located object panel.
-
-
Class adams.gui.visualization.image.AbstractObjectOverlayFromReport.LocatedObjectsPanel extends BasePanel implements Serializable
- serialVersionUID:
- -2961421584086204608L
-
Serialized Fields
-
m_ButtonAll
BaseButton m_ButtonAll
the button for selecting all. -
m_ButtonInvert
BaseButton m_ButtonInvert
the button for inverting the selection. -
m_ButtonNone
BaseButton m_ButtonNone
the button for selecting none. -
m_LabelCounts
JLabel m_LabelCounts
the label for counts. -
m_LocatedObjects
LocatedObjects m_LocatedObjects
the located objects. -
m_ModelObjects
LocatedObjectsTableModel m_ModelObjects
the table model with the objects. -
m_Owner
AbstractObjectOverlayFromReport m_Owner
the owner. -
m_PanelSearch
SearchPanel m_PanelSearch
the panel for searching the table. -
m_TableObjects
SortableAndSearchableTable m_TableObjects
the table with the objects.
-
-
Class adams.gui.visualization.image.AbstractObjectOverlayFromReport.SelectedObjectFilter extends Object implements Serializable
- serialVersionUID:
- -2342481415499910354L
-
Serialized Fields
-
m_Selected
Set<LocatedObject> m_Selected
the selected objects.
-
-
Class adams.gui.visualization.image.AbstractPointOverlayFromReport extends AbstractImageOverlay implements Serializable
- serialVersionUID:
- 6356419097401574024L
-
Serialized Fields
-
m_LocationsUpdatedListeners
Set<ChangeListener> m_LocationsUpdatedListeners
the listeners for locations updates. -
m_Overlays
ReportPointOverlay m_Overlays
the overlay handler. -
m_PanelPoints
AbstractPointOverlayFromReport.LocatedPointsPanel m_PanelPoints
the panel with the located points. -
m_ShowPointPanel
boolean m_ShowPointPanel
whether to show the located point panel.
-
-
Class adams.gui.visualization.image.AbstractPointOverlayFromReport.LocatedPointsPanel extends BasePanel implements Serializable
- serialVersionUID:
- -2961421584086204608L
-
Serialized Fields
-
m_ButtonAll
BaseButton m_ButtonAll
the button for selecting all. -
m_ButtonInvert
BaseButton m_ButtonInvert
the button for inverting the selection. -
m_ButtonNone
BaseButton m_ButtonNone
the button for selecting none. -
m_LabelCounts
JLabel m_LabelCounts
the label for counts. -
m_ListPoints
BaseList m_ListPoints
the list with the objects. -
m_LocatedObjects
LocatedObjects m_LocatedObjects
the located objects. -
m_ModelPoints
DefaultListModel<LocatedObject> m_ModelPoints
the list model with the objects. -
m_Owner
AbstractPointOverlayFromReport m_Owner
the owner.
-
-
Class adams.gui.visualization.image.AbstractPointOverlayFromReport.SelectedObjectFilter extends Object implements Serializable
- serialVersionUID:
- -2342481415499910354L
-
Serialized Fields
-
m_Selected
Set<LocatedObject> m_Selected
the selected objects.
-
-
Class adams.gui.visualization.image.AbstractReportBasedOverlayHelper extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6356419097401574024L
-
Serialized Fields
-
m_AllObjects
LocatedObjects m_AllObjects
all located objects. -
m_Color
Color m_Color
the color for the objects. -
m_Colors
HashMap<Polygon,Color> m_Colors
the cached colors. -
m_FilteredObjects
LocatedObjects m_FilteredObjects
the filtered located objects. -
m_LabelAnchor
ImageAnchor m_LabelAnchor
the label anchor. -
m_LabelFont
Font m_LabelFont
the label font. -
m_LabelFormat
String m_LabelFormat
the label for the rectangles. -
m_LabelOffsetX
int m_LabelOffsetX
the x offset for the label. -
m_LabelOffsetY
int m_LabelOffsetY
the y offset for the label. -
m_Labels
HashMap<Polygon,String> m_Labels
the labels. -
m_Locations
List<Polygon> m_Locations
the cached locations. -
m_ObjectLocationMappings
Map<LocatedObject,Polygon> m_ObjectLocationMappings
the cached object/location relation. -
m_PredefinedLabels
BaseString[] m_PredefinedLabels
predefined labels. -
m_Prefix
String m_Prefix
the prefix for the objects in the report. -
m_TypeColorProvider
ColorProvider m_TypeColorProvider
the color provider to use. -
m_TypeColors
HashMap<String,Color> m_TypeColors
the type/color mapping. -
m_TypeRegExp
BaseRegExp m_TypeRegExp
the regular expression for the types to draw. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type. -
m_UseColorsPerType
boolean m_UseColorsPerType
whether to use colors per type.
-
-
Class adams.gui.visualization.image.BoofCVDetectLineSegmentsImageOverlay extends AbstractImageOverlay implements Serializable
- serialVersionUID:
- -4190767869077702132L
-
Serialized Fields
-
m_Color
Color m_Color
the line color. -
m_Lines
SpreadSheet m_Lines
the sheet with the line definitions.
-
-
Class adams.gui.visualization.image.BoofCVDetectLinesImageOverlay extends AbstractImageOverlay implements Serializable
- serialVersionUID:
- -4190767869077702132L
-
Serialized Fields
-
m_Color
Color m_Color
the line color. -
m_Lines
SpreadSheet m_Lines
the sheet with the line definitions.
-
-
Class adams.gui.visualization.image.ColorPickerDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- -6333253045301958331L
-
Serialized Fields
-
m_PanelPicker
ColorPickerPanel m_PanelPicker
the color picker panel.
-
-
Class adams.gui.visualization.image.ColorPickerPanel extends BasePanel implements Serializable
- serialVersionUID:
- 2681238147953193199L
-
Serialized Fields
-
m_MouseListener
MouseAdapter m_MouseListener
the mouse listener. -
m_MouseMotionListener
MouseMotionAdapter m_MouseMotionListener
the mouse motion listener. -
m_Owner
ImagePanel m_Owner
the panel to use for picking the color. -
m_PanelColors
ParameterPanel m_PanelColors
for displaying the current color. -
m_PanelZoom
ColorPickerPanel.ZoomPanel m_PanelZoom
for displaying a zoomed version of the current position. -
m_TextCurrentColor
BaseTextField m_TextCurrentColor
the text field for the color at the current position. -
m_TextSelectedColor
BaseTextField m_TextSelectedColor
the text field for the selected color.
-
-
Class adams.gui.visualization.image.ColorPickerPanel.ZoomPanel extends BasePanel implements Serializable
- serialVersionUID:
- -3851710755212789298L
-
Serialized Fields
-
m_Focus
Point m_Focus
the current location. -
m_FocusSize
int m_FocusSize
the number of pixels to zoom. -
m_Owner
ColorPickerPanel m_Owner
the owning color picker panel. -
m_Scale
double m_Scale
the scale factor.
-
-
Class adams.gui.visualization.image.HighlightLocations extends AbstractImageOverlay implements Serializable
- serialVersionUID:
- -3086529802660906811L
-
Class adams.gui.visualization.image.HistogramPanel extends AbstractHistogramPanel<BufferedImage> implements Serializable
- serialVersionUID:
- -8621818594275641231L
-
Class adams.gui.visualization.image.ImageMultiPagePane extends MultiPagePane implements Serializable
- serialVersionUID:
- 4949565559707097445L
-
Serialized Fields
-
m_Owner
ImageViewerPanel m_Owner
the owner.
-
-
Class adams.gui.visualization.image.ImagePanel extends UndoPanel implements Serializable
- serialVersionUID:
- -3102446345758890249L
-
Serialized Fields
-
m_AdditionalProperties
Report m_AdditionalProperties
the additional properties to display. -
m_BackgroundColor
Color m_BackgroundColor
the background color. -
m_CurrentFile
PlaceholderFile m_CurrentFile
the current filename. -
m_DependentDialogs
List<Dialog> m_DependentDialogs
list of dependent dialogs to clean up. -
m_DependentFlows
List<Flow> m_DependentFlows
list of dependent flows to clean up. -
m_FileChooser
ImageFileChooser m_FileChooser
for determining readers and writers. -
m_ImageProperties
Report m_ImageProperties
the image properties. -
m_InteractionLog
List<InteractionEvent> m_InteractionLog
the interaction log. -
m_LeftSplitPanel
SplitPanelWithOptionalComponents m_LeftSplitPanel
the left pane for displaying other panels. -
m_MainSplitPane
BaseSplitPane m_MainSplitPane
for displaying image and properties. -
m_ModelProperties
ReportFactory.Model m_ModelProperties
the table model with all the properties. -
m_Modified
boolean m_Modified
whether the image was modified. -
m_PaintPanel
ImagePanel.PaintPanel m_PaintPanel
the panel to paint on. -
m_PanelLog
BaseLogPanel m_PanelLog
the panel for the log. -
m_PanelProperties
BasePanel m_PanelProperties
the panel with the properties. -
m_PanelSearchProperties
SearchPanel m_PanelSearchProperties
the search panel for searching in the properties. -
m_Scale
double m_Scale
the scale that the user chose. -
m_ScrollPane
BaseScrollPane m_ScrollPane
the JScrollPane that embeds the paint panel. -
m_ScrollPaneProperties
BaseScrollPane m_ScrollPaneProperties
the scrollpane for the properties. -
m_SideSplitPane
BaseTabbedPaneWithTabHiding m_SideSplitPane
the tabbed pane (props/log). -
m_StatusBar
BaseStatusBar m_StatusBar
the status bar label. -
m_TableProperties
ReportFactory.Table m_TableProperties
the table with the image properties.
-
-
Class adams.gui.visualization.image.ImagePanel.PaintPanel extends BasePanel implements Serializable
- serialVersionUID:
- 184259023085417961L
-
Serialized Fields
-
m_CurrentImage
BufferedImage m_CurrentImage
the current image. -
m_CustomPopupMenuProvider
CustomPopupMenuProvider m_CustomPopupMenuProvider
whether to use a custom popup menu provider. -
m_Dragged
boolean m_Dragged
whether dragging has happened at all. -
m_GOEImageOverlay
GenericObjectEditorDialog m_GOEImageOverlay
the GOE for adding an image overlay. -
m_ImageOverlays
HashSet<ImageOverlay> m_ImageOverlays
the image overlays. -
m_InteractionLoggingFilter
InteractionLoggingFilter m_InteractionLoggingFilter
the interaction logger in use. -
m_LeftClickListeners
Set<ImagePanelLeftClickListener> m_LeftClickListeners
the left-click listeners. -
m_Owner
ImagePanel m_Owner
the owning image panel. -
m_Paintlets
Set<Paintlet> m_Paintlets
additional paintlets to execute. -
m_PrintMouseListener
PrintMouseListener m_PrintMouseListener
the mouse listener. -
m_ReportFileChooser
DefaultReportFileChooser m_ReportFileChooser
the filechooser for reports. -
m_Scale
double m_Scale
the scaling factor. -
m_Selecting
boolean m_Selecting
whether the selection box is currently been drawn. -
m_SelectionEnabled
boolean m_SelectionEnabled
whether selection via box is enabled. -
m_SelectionFrom
Point m_SelectionFrom
the starting corner of the selection box. -
m_SelectionListeners
Set<ImagePanelSelectionListener> m_SelectionListeners
the selection listeners. -
m_SelectionShapePainter
SelectionShapePainter m_SelectionShapePainter
the color of the selection box. -
m_SelectionTo
Point m_SelectionTo
the finishing corner of the selection box. -
m_SelectionTrace
List<Point> m_SelectionTrace
the selection trace.
-
-
Class adams.gui.visualization.image.ImageViewerPanel extends BasePanel implements Serializable
- serialVersionUID:
- -7291572371004753723L
-
Serialized Fields
-
m_DialogColorPicker
ColorPickerDialog m_DialogColorPicker
the color picker dialog. -
m_FileChooser
ImageFileChooser m_FileChooser
the file chooser for the pictures. -
m_ImagingModulePresent
boolean m_ImagingModulePresent
whether adams-imaging is present. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemEditCopy
JMenuItem m_MenuItemEditCopy
the menu item "copy". -
m_MenuItemEditEnableUndo
JCheckBoxMenuItem m_MenuItemEditEnableUndo
the menu item "enable undo". -
m_MenuItemEditRedo
JMenuItem m_MenuItemEditRedo
the menu item "redo". -
m_MenuItemEditUndo
JMenuItem m_MenuItemEditUndo
the menu item "undo". -
m_MenuItemFileClose
JMenuItem m_MenuItemFileClose
the menu item "close". -
m_MenuItemFileLoadRecent
JMenu m_MenuItemFileLoadRecent
the "load recent" submenu. -
m_MenuItemFileSaveAs
JMenuItem m_MenuItemFileSaveAs
the menu item "save as". -
m_MenuItemImageFlipHorizontally
JMenuItem m_MenuItemImageFlipHorizontally
the menu item "flip horizontally". -
m_MenuItemImageFlipVertically
JMenuItem m_MenuItemImageFlipVertically
the menu item "flip vertically". -
m_MenuItemImagePickColor
JMenuItem m_MenuItemImagePickColor
the menu item "pick color". -
m_MenuItemImageRotateLeft
JMenuItem m_MenuItemImageRotateLeft
the menu item "rotate left". -
m_MenuItemImageRotateRight
JMenuItem m_MenuItemImageRotateRight
the menu item "rotate right". -
m_MenuItemViewBackgroundColor
JMenuItem m_MenuItemViewBackgroundColor
the menu item "background color". -
m_MenuItemViewRemoveOverlays
JMenuItem m_MenuItemViewRemoveOverlays
the menu item "remove overlays". -
m_MenuItemViewShowLog
JMenuItem m_MenuItemViewShowLog
the menu item "show log". -
m_MenuItemViewShowProperties
JMenuItem m_MenuItemViewShowProperties
the menu item "show properties". -
m_MenuItemViewZoomIn
JMenuItem m_MenuItemViewZoomIn
the menu item "zoom in". -
m_MenuItemViewZoomOut
JMenuItem m_MenuItemViewZoomOut
the menu item "zoom out". -
m_MenuViewZoom
JMenu m_MenuViewZoom
the menu "zoom". -
m_MultiPagePane
ImageMultiPagePane m_MultiPagePane
the tabbed pane with the images. -
m_PluginManager
ImageViewerPluginManager m_PluginManager
for managing the plugins. -
m_PopupMenuCustomizer
PopupMenuCustomizer m_PopupMenuCustomizer
an optional customizer for the right-click popup. -
m_RecentFilesHandler
RecentFilesHandlerWithCommandline<JMenu> m_RecentFilesHandler
the recent files handler. -
m_Self
ImageViewerPanel m_Self
the panel itself. -
m_TitleGenerator
TitleGenerator m_TitleGenerator
for generating the title.
-
-
Class adams.gui.visualization.image.LocatedObjectsTableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- 4825483348025409231L
-
Serialized Fields
-
m_MetaDataDisplay
LocatedObjectsTableModel.MetaDataDisplay m_MetaDataDisplay
how the meta-data is being displayed. -
m_MetaDataKeys
List<String> m_MetaDataKeys
all the meta-data keys. -
m_Objects
LocatedObjects m_Objects
the underlying objects.
-
-
Class adams.gui.visualization.image.MetaDataText extends AbstractImageOverlay implements Serializable
- serialVersionUID:
- -3086529802660906811L
-
Class adams.gui.visualization.image.MultiImageOverlay extends AbstractImageOverlay implements Serializable
- serialVersionUID:
- -5447561040236560001L
-
Serialized Fields
-
m_Overlays
ImageOverlay[] m_Overlays
the overlays to use.
-
-
Class adams.gui.visualization.image.NullOverlay extends AbstractImageOverlay implements Serializable
- serialVersionUID:
- 9205842388551786691L
-
Class adams.gui.visualization.image.ObjectAnnotations extends AbstractImageOverlay implements Serializable
- serialVersionUID:
- -3088909952142797917L
-
Serialized Fields
-
m_Cleaners
AnnotationCleaner[] m_Cleaners
the cleaners to use. -
m_LabelColors
AnnotationColors[] m_LabelColors
the colorizers for the labels. -
m_LabelPlotters
LabelPlotter[] m_LabelPlotters
the label plotters. -
m_OutlineColors
AnnotationColors[] m_OutlineColors
the colorizers for the outline. -
m_OutlinePlotters
OutlinePlotter[] m_OutlinePlotters
the outline plotters. -
m_PanelObjects
ObjectAnnotations.LocatedObjectsPanel m_PanelObjects
the panel with the located objects. -
m_Prefix
String m_Prefix
the prefix to use. -
m_ShapeColors
AnnotationColors[] m_ShapeColors
the colorizers for the shape. -
m_ShapePlotters
ShapePlotter[] m_ShapePlotters
the shape plotters. -
m_ShowObjectPanel
boolean m_ShowObjectPanel
whether to show the located object panel.
-
-
Class adams.gui.visualization.image.ObjectAnnotations.LocatedObjectsPanel extends BasePanel implements Serializable
- serialVersionUID:
- -2961421584086204608L
-
Serialized Fields
-
m_ButtonAll
BaseButton m_ButtonAll
the button for selecting all. -
m_ButtonInvert
BaseButton m_ButtonInvert
the button for inverting the selection. -
m_ButtonNone
BaseButton m_ButtonNone
the button for selecting none. -
m_LabelCounts
JLabel m_LabelCounts
the label for counts. -
m_LocatedObjects
LocatedObjects m_LocatedObjects
the located objects. -
m_ModelObjects
LocatedObjectsTableModel m_ModelObjects
the table model with the objects. -
m_Owner
ObjectAnnotations m_Owner
the owner. -
m_PanelSearch
SearchPanel m_PanelSearch
the panel for searching the table. -
m_TableObjects
SortableAndSearchableTable m_TableObjects
the table with the objects.
-
-
Class adams.gui.visualization.image.ObjectCentersOverlayFromReport extends AbstractObjectOverlayFromReport implements Serializable
- serialVersionUID:
- 6356419097401574024L
-
Serialized Fields
-
m_Diameter
double m_Diameter
the diameter of the circle.
-
-
Class adams.gui.visualization.image.ObjectLocationsOverlayFromReport extends AbstractObjectOverlayFromReport implements Serializable
- serialVersionUID:
- 6356419097401574024L
-
Serialized Fields
-
m_Filled
boolean m_Filled
whether to draw the shape filled. -
m_OutlineAlpha
int m_OutlineAlpha
the alpha value to use for the polygon bounds. -
m_PolygonBounds
boolean m_PolygonBounds
whether to draw the bounds of the polygon as well. -
m_StrokeThickness
float m_StrokeThickness
the thickness of the stroke.
-
-
Class adams.gui.visualization.image.ReportObjectOverlay extends AbstractReportBasedOverlayHelper implements Serializable
- serialVersionUID:
- 6356419097401574024L
-
Serialized Fields
-
m_BoundingBoxFallbackRatio
double m_BoundingBoxFallbackRatio
the ratio used for determining whether to fall back from polygon on bbox. -
m_ShapeColorProvider
ColorProvider m_ShapeColorProvider
the color provider to use when varying the shape colors. -
m_ShapeColors
HashMap<Polygon,Color> m_ShapeColors
the cached shape colors. -
m_VaryShapeColor
boolean m_VaryShapeColor
whether to vary the shape color.
-
-
Class adams.gui.visualization.image.ReportPointOverlay extends AbstractReportBasedOverlayHelper implements Serializable
- serialVersionUID:
- 6356419097401574024L
-
Class adams.gui.visualization.image.SelectionPoint extends Point implements Serializable
- serialVersionUID:
- -4195121456711918920L
-
Serialized Fields
-
m_Index
int m_Index
the associated index.
-
-
Class adams.gui.visualization.image.SelectionRectangle extends Rectangle implements Serializable
- serialVersionUID:
- -4195121456711918920L
-
Serialized Fields
-
m_Index
int m_Index
the associated index.
-
-
Class adams.gui.visualization.image.SimplePointOverlayFromReport extends AbstractPointOverlayFromReport implements Serializable
- serialVersionUID:
- 6356419097401574024L
-
Serialized Fields
-
m_Diameter
int m_Diameter
the diameter of the circle.
-
-
-
Package adams.gui.visualization.image.interactionlogging
-
Class adams.gui.visualization.image.interactionlogging.AbstractInteractionLoggingFilter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7569705964600776466L
-
Serialized Fields
-
m_Enabled
boolean m_Enabled
whether the logger is enabled.
-
-
Class adams.gui.visualization.image.interactionlogging.All extends AbstractInteractionLoggingFilter implements Serializable
- serialVersionUID:
- -7834618782093662555L
-
Class adams.gui.visualization.image.interactionlogging.IDFilter extends AbstractInteractionLoggingFilter implements Serializable
- serialVersionUID:
- -7834618782093662555L
-
Serialized Fields
-
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to use for matching the IDs.
-
-
Class adams.gui.visualization.image.interactionlogging.InteractionEvent extends EventObject implements Serializable
- serialVersionUID:
- 6112718226480864054L
-
Class adams.gui.visualization.image.interactionlogging.Null extends AbstractInteractionLoggingFilter implements Serializable
- serialVersionUID:
- -7834618782093662555L
-
-
Package adams.gui.visualization.image.leftclick
-
Class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3515366296579391750L
-
Serialized Fields
-
m_AltDown
boolean m_AltDown
whether alt needs to be down. -
m_CtrlDown
boolean m_CtrlDown
whether ctrl needs to be down. -
m_MetaDown
boolean m_MetaDown
whether meta needs to be down. -
m_ShiftDown
boolean m_ShiftDown
whether shift needs to be down.
-
-
Class adams.gui.visualization.image.leftclick.AbstractSelectionRectangleBasedLeftClickProcessor extends AbstractLeftClickProcessor implements Serializable
- serialVersionUID:
- 4069769951854697560L
-
Serialized Fields
-
m_Locations
List<SelectionRectangle> m_Locations
the current rectangles. -
m_NumDigits
int m_NumDigits
the number of digits to use for left-padding the index. -
m_Prefix
String m_Prefix
the prefix for the objects.
-
-
Class adams.gui.visualization.image.leftclick.AddMetaData extends AbstractLeftClickProcessor implements Serializable
- serialVersionUID:
- -5747047661002140048L
-
Serialized Fields
-
m_Prefix
String m_Prefix
the prefix for the objects.
-
-
Class adams.gui.visualization.image.leftclick.DeleteObjects extends AbstractLeftClickProcessor implements Serializable
- serialVersionUID:
- -5747047661002140048L
-
Serialized Fields
-
m_MetaDataKeys
BaseString[] m_MetaDataKeys
the keys in the meta-data. -
m_Prefix
String m_Prefix
the prefix for the objects.
-
-
Class adams.gui.visualization.image.leftclick.FixedBoundingBox extends AbstractSelectionRectangleBasedLeftClickProcessor implements Serializable
- serialVersionUID:
- 4069769951854697560L
-
Serialized Fields
-
m_Height
int m_Height
the height. -
m_Width
int m_Width
the width.
-
-
Class adams.gui.visualization.image.leftclick.MultiProcessor extends AbstractLeftClickProcessor implements Serializable
- serialVersionUID:
- -7720853761742788354L
-
Serialized Fields
-
m_Processors
AbstractLeftClickProcessor[] m_Processors
the processors to use.
-
-
Class adams.gui.visualization.image.leftclick.NullProcessor extends AbstractLeftClickProcessor implements Serializable
- serialVersionUID:
- -7720853761742788354L
-
Class adams.gui.visualization.image.leftclick.RandomBoundingBox extends AbstractSelectionRectangleBasedLeftClickProcessor implements Serializable
- serialVersionUID:
- 4069769951854697560L
-
Serialized Fields
-
m_Random
Random m_Random
the random number generator to use. -
m_RangeHeight
BaseInterval m_RangeHeight
the range for the height. -
m_RangeWidth
BaseInterval m_RangeWidth
the range for the width. -
m_Seed
long m_Seed
the seed value.
-
-
Class adams.gui.visualization.image.leftclick.ViewObjects extends AbstractLeftClickProcessor implements Serializable
- serialVersionUID:
- -5747047661002140048L
-
Serialized Fields
-
m_MetaDataKeys
BaseString[] m_MetaDataKeys
the keys in the meta-data. -
m_Prefixes
BaseString[] m_Prefixes
the prefixes for the objects.
-
-
-
Package adams.gui.visualization.image.paintlet
-
Class adams.gui.visualization.image.paintlet.AbstractPaintlet extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8877675053270937462L
-
Serialized Fields
-
m_Enabled
boolean m_Enabled
whether the paintlet is enabled. -
m_Initializing
boolean m_Initializing
whether the paintlet is currently being initialized and should ignore repaint requests. -
m_RepaintOnChange
boolean m_RepaintOnChange
whether the paintlet reacts with repaints to changes of its members.
-
-
Class adams.gui.visualization.image.paintlet.Null extends AbstractPaintlet implements Serializable
- serialVersionUID:
- 4251094891194904815L
-
-
Package adams.gui.visualization.image.plugins
-
Class adams.gui.visualization.image.plugins.AbstractCurrentImageFilter extends AbstractImageViewerPlugin implements Serializable
- serialVersionUID:
- 869121794905442017L
-
Serialized Fields
-
m_FilterError
String m_FilterError
for storing filtering errors.
-
-
Class adams.gui.visualization.image.plugins.AbstractCurrentImageFilterWithGOE extends AbstractCurrentImageFilter implements Serializable
- serialVersionUID:
- 5533833826590494572L
-
Class adams.gui.visualization.image.plugins.AbstractImageViewerPlugin extends AbstractToolPlugin<ImagePanel> implements Serializable
- serialVersionUID:
- -8139858776265449470L
-
Class adams.gui.visualization.image.plugins.AbstractImageViewerPluginWithGOE extends AbstractImageViewerPlugin implements Serializable
- serialVersionUID:
- 4879131668314193846L
-
Class adams.gui.visualization.image.plugins.AbstractImageViewerPluginWithRestore extends AbstractImageViewerPlugin implements Serializable
- serialVersionUID:
- 6600786494338624691L
-
Serialized Fields
-
m_Backup
List m_Backup
the backup of the current state.
-
-
Class adams.gui.visualization.image.plugins.AbstractSelectedImagesFeatureGenerator extends AbstractSelectedImagesViewerPluginWithGOE implements Serializable
- serialVersionUID:
- -3111612432359476318L
-
Class adams.gui.visualization.image.plugins.AbstractSelectedImagesFilter extends AbstractSelectedImagesViewerPlugin implements Serializable
- serialVersionUID:
- 869121794905442017L
-
Serialized Fields
-
m_FilterError
String m_FilterError
for storing filtering errors.
-
-
Class adams.gui.visualization.image.plugins.AbstractSelectedImagesFilterWithGOE extends AbstractSelectedImagesFilter implements Serializable
- serialVersionUID:
- 3705344456737400966L
-
Serialized Fields
-
m_Editor
GenericObjectEditor m_Editor
the GOE editor with the transformer.
-
-
Class adams.gui.visualization.image.plugins.AbstractSelectedImagesViewerPlugin extends AbstractImageViewerPlugin implements Serializable
- serialVersionUID:
- 869121794905442017L
-
Serialized Fields
-
m_SelectedPanels
ImagePanel[] m_SelectedPanels
for panels to work on.
-
-
Class adams.gui.visualization.image.plugins.AbstractSelectedImagesViewerPluginWithGOE extends AbstractSelectedImagesViewerPlugin implements Serializable
- serialVersionUID:
- 4061088182181623262L
-
Serialized Fields
-
m_Editor
GenericObjectEditor m_Editor
the GOE editor with the transformer.
-
-
Class adams.gui.visualization.image.plugins.Barcode extends AbstractImageViewerPluginWithGOE implements Serializable
- serialVersionUID:
- -3146372359577147914L
-
Class adams.gui.visualization.image.plugins.BoofCVDetectLines extends AbstractImageViewerPluginWithGOE implements Serializable
- serialVersionUID:
- 3286345601880725626L
-
Serialized Fields
-
m_Overlay
BoofCVDetectLinesImageOverlay m_Overlay
the overlay in use.
-
-
Class adams.gui.visualization.image.plugins.BoofCVDetectLineSegments extends AbstractImageViewerPluginWithGOE implements Serializable
- serialVersionUID:
- 3286345601880725626L
-
Serialized Fields
-
m_Overlay
BoofCVDetectLineSegmentsImageOverlay m_Overlay
the overlay in use.
-
-
Class adams.gui.visualization.image.plugins.BoofCVFeatureGenerator extends AbstractSelectedImagesFeatureGenerator implements Serializable
- serialVersionUID:
- -3146372359577147914L
-
Class adams.gui.visualization.image.plugins.BoofCVTransformer extends AbstractSelectedImagesFilterWithGOE implements Serializable
- serialVersionUID:
- -3146372359577147914L
-
Class adams.gui.visualization.image.plugins.Brightness extends AbstractImageViewerPluginWithRestore implements Serializable
- serialVersionUID:
- 3286345601880725626L
-
Serialized Fields
-
m_Brightness
Brightness m_Brightness
the current setup for changing the brightness.
-
-
Class adams.gui.visualization.image.plugins.Brightness.BrightnessDialog extends DialogWithButtons implements Serializable
- serialVersionUID:
- -9194915750729439570L
-
Serialized Fields
-
m_Brightness
Brightness m_Brightness
the current setup for changing the brightness. -
m_ButtonCancel
BaseButton m_ButtonCancel
the cancel button. -
m_ButtonOK
BaseButton m_ButtonOK
the ok button. -
m_ButtonPreview
BaseButton m_ButtonPreview
the preview button. -
m_Owner
Brightness m_Owner
the owner. -
m_TextFactor
BaseTextField m_TextFactor
the brightness factor. -
m_TextOffset
BaseTextField m_TextOffset
the brightness offset.
-
-
Class adams.gui.visualization.image.plugins.BufferedImageFeatureGenerator extends AbstractSelectedImagesFeatureGenerator implements Serializable
- serialVersionUID:
- -3146372359577147914L
-
Class adams.gui.visualization.image.plugins.BufferedImageTransformer extends AbstractSelectedImagesFilterWithGOE implements Serializable
- serialVersionUID:
- -3146372359577147914L
-
Class adams.gui.visualization.image.plugins.DisplayObjectLocationsFromReport extends AbstractImageViewerPlugin implements Serializable
- serialVersionUID:
- -7792128547228275760L
-
Class adams.gui.visualization.image.plugins.Histogram extends AbstractImageViewerPlugin implements Serializable
- serialVersionUID:
- 3286345601880725626L
-
Class adams.gui.visualization.image.plugins.ImageFileMetaData extends AbstractImageViewerPluginWithGOE implements Serializable
- serialVersionUID:
- -3146372359577147914L
-
Class adams.gui.visualization.image.plugins.LocateObjects extends AbstractSelectedImagesViewerPluginWithGOE implements Serializable
- serialVersionUID:
- -7713559121399012254L
-
Class adams.gui.visualization.image.plugins.MarkLocation extends AbstractImageViewerPlugin implements Serializable
- serialVersionUID:
- -4461021007662529135L
-
Class adams.gui.visualization.image.plugins.TesseractOCR extends AbstractImageViewerPlugin implements Serializable
- serialVersionUID:
- -3146372359577147914L
-
Serialized Fields
-
m_LastCommand
String m_LastCommand
the last command that was executed.
-
-
-
Package adams.gui.visualization.image.selection
-
Class adams.gui.visualization.image.selection.AbstractPaintingSelectionProcessor extends AbstractSelectionProcessor implements Serializable
- serialVersionUID:
- 5301544099367524209L
-
Serialized Fields
-
m_Color
Color m_Color
the color to use for painting. -
m_StrokeThickness
float m_StrokeThickness
the thickness of the stroke.
-
-
Class adams.gui.visualization.image.selection.AbstractSelectionProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3515366296579391750L
-
Class adams.gui.visualization.image.selection.AbstractSelectionRectangleBasedSelectionProcessor extends AbstractPaintingSelectionProcessor implements Serializable
- serialVersionUID:
- -5879410661391670242L
-
Serialized Fields
-
m_Locations
List<SelectionRectangle> m_Locations
the current rectangles. -
m_NumDigits
int m_NumDigits
the number of digits to use for left-padding the index. -
m_Prefix
String m_Prefix
the prefix for the objects.
-
-
Class adams.gui.visualization.image.selection.CopyToClipboard extends AbstractSelectionProcessor implements Serializable
- serialVersionUID:
- -657789971297807743L
-
Serialized Fields
-
m_Silent
boolean m_Silent
whether to suppress the "copied to clipboard" dialog.
-
-
Class adams.gui.visualization.image.selection.Crop extends AbstractSelectionProcessor implements Serializable
- serialVersionUID:
- -657789971297807743L
-
Class adams.gui.visualization.image.selection.MultiSelectionProcessor extends AbstractSelectionProcessor implements Serializable
- serialVersionUID:
- 6323046923720400796L
-
Serialized Fields
-
m_Processors
SelectionProcessor[] m_Processors
the processors.
-
-
Class adams.gui.visualization.image.selection.NullProcessor extends AbstractSelectionProcessor implements Serializable
- serialVersionUID:
- -7720853761742788354L
-
Class adams.gui.visualization.image.selection.PaintSelection extends AbstractPaintingSelectionProcessor implements Serializable
- serialVersionUID:
- -657789971297807743L
-
Class adams.gui.visualization.image.selection.SelectObjects extends AbstractSelectionRectangleBasedSelectionProcessor implements Serializable
- serialVersionUID:
- -5879410661391670242L
-
Class adams.gui.visualization.image.selection.ShowCoordinates extends AbstractSelectionProcessor implements Serializable
- serialVersionUID:
- -657789971297807743L
-
-
Package adams.gui.visualization.image.selectionshape
-
Class adams.gui.visualization.image.selectionshape.AbstractSelectionShapePainter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3473097721627509115L
-
Class adams.gui.visualization.image.selectionshape.AbstractStrokeSelectionShapePainter extends AbstractSelectionShapePainter implements Serializable
- serialVersionUID:
- 4202655166790458820L
-
Serialized Fields
-
m_StrokeThickness
float m_StrokeThickness
the thickness of the stroke.
-
-
Class adams.gui.visualization.image.selectionshape.PolygonPainter extends AbstractStrokeSelectionShapePainter implements Serializable
- serialVersionUID:
- 2794117849848652523L
-
Serialized Fields
-
m_Color
Color m_Color
the color to use. -
m_MinDistance
int m_MinDistance
the minimum distance in pixels that the trace pixels must be apart.
-
-
Class adams.gui.visualization.image.selectionshape.RectanglePainter extends AbstractStrokeSelectionShapePainter implements Serializable
- serialVersionUID:
- 2794117849848652523L
-
Serialized Fields
-
m_Color
Color m_Color
the color to use.
-
-
-
Package adams.gui.visualization.instance
-
Class adams.gui.visualization.instance.AbstractInstancePaintlet extends AbstractDataContainerPaintlet implements Serializable
- serialVersionUID:
- -2971846774962333662L
-
Class adams.gui.visualization.instance.AbstractInstancePanelUpdater extends AbstractDataPlotUpdater<InstancePanel,InstanceContainer> implements Serializable
- serialVersionUID:
- -8785918718996153397L
-
Class adams.gui.visualization.instance.HistogramFactory.Dialog extends HistogramFactory.Dialog implements Serializable
- serialVersionUID:
- 2464157048335973279L
-
Class adams.gui.visualization.instance.HistogramFactory.Panel extends HistogramFactory.Panel implements Serializable
- serialVersionUID:
- -1990327944906647098L
-
Class adams.gui.visualization.instance.HistogramFactory.SetupDialog extends HistogramFactory.SetupDialog implements Serializable
- serialVersionUID:
- 4215632076348292959L
-
Class adams.gui.visualization.instance.InstanceComparePanel extends BasePanel implements Serializable
- serialVersionUID:
- -8521425008936364143L
-
Serialized Fields
-
m_LabelRows
JLabel m_LabelRows
the label for the combobox. -
m_ListRows
BaseList m_ListRows
the JLiast with the rows. -
m_ListRowsModel
DefaultListModel m_ListRowsModel
the model for the combobox with the rows. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar. -
m_MenuItemLoadRecent1
JMenuItem m_MenuItemLoadRecent1
the recent file menu item (first file). -
m_MenuItemLoadRecent2
JMenuItem m_MenuItemLoadRecent2
the recent file menu item (second file). -
m_MenuItemReload
JMenuItem m_MenuItemReload
the reload menu item. -
m_MenuItemViewAntiAliasing
JMenuItem m_MenuItemViewAntiAliasing
the toggle anti-aliasing menu item. -
m_MenuView
JMenu m_MenuView
the menu item for view related stuff. -
m_PanelComparison
InstancePanel m_PanelComparison
the panel for displaying the two instances. -
m_PanelDataset1
InstanceComparePanel.DatasetPanel m_PanelDataset1
the panel for the first dataset. -
m_PanelDataset2
InstanceComparePanel.DatasetPanel m_PanelDataset2
the panel for the second dataset. -
m_PanelDifference
InstancePanel m_PanelDifference
the panel with the difference. -
m_RecentFilesHandler1
RecentFilesHandler<JMenu> m_RecentFilesHandler1
the recent files handler. -
m_RecentFilesHandler2
RecentFilesHandler<JMenu> m_RecentFilesHandler2
the recent files handler. -
m_ReportTable
ReportFactory.Table m_ReportTable
the table with the report. -
m_RowIndex
List<String> m_RowIndex
the internal index. -
m_StatusBar
BaseStatusBar m_StatusBar
for displaying error messages.
-
-
Class adams.gui.visualization.instance.InstanceComparePanel.DatasetIndexer extends Object implements Serializable
- serialVersionUID:
- -632800897294222906L
-
Serialized Fields
-
m_AttributeIndex
Index m_AttributeIndex
the attribute to index. -
m_Dataset
weka.core.Instances m_Dataset
the underlying dataset. -
m_Index
TreeMap<String,Integer> m_Index
the index. -
m_IsString
Boolean m_IsString
whether the attribute is numeric or string/nominal. -
m_Range
Range m_Range
the range of attributes to use. -
m_Remove
weka.filters.unsupervised.attribute.Remove m_Remove
the remove filter for trimming the range of attributes to return.
-
-
Class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel extends BasePanel implements Serializable
- serialVersionUID:
- -5445797307951816941L
-
Serialized Fields
-
m_BorderTitle
String m_BorderTitle
the border title. -
m_ButtonDisplay
BaseButton m_ButtonDisplay
the button for displaying the dataset. -
m_ChangeListeners
HashSet<ChangeListener> m_ChangeListeners
the change listeners. -
m_ComboBoxRowAttribute
BaseComboBox m_ComboBoxRowAttribute
the combobox with the attribute names. -
m_ComboBoxRowAttributeModel
DefaultComboBoxModel m_ComboBoxRowAttributeModel
the underlying model for the comboxbox. -
m_ID
String m_ID
the ID to use for the returned instances. -
m_Indexer
InstanceComparePanel.DatasetIndexer m_Indexer
the currently loaded dataset. -
m_LabelAttributeRange
JLabel m_LabelAttributeRange
the label for the range. -
m_LabelRowAttribute
JLabel m_LabelRowAttribute
the label for the attribute names. -
m_PanelDataset
DatasetFileChooserPanel m_PanelDataset
the panel for loading the file. -
m_TextAttributeRange
BaseTextField m_TextAttributeRange
the edit field for the range.
-
-
Class adams.gui.visualization.instance.InstanceContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 7952799099277106479L
-
Serialized Fields
-
m_Color
Color m_Color
the associated color. -
m_Visible
boolean m_Visible
whether the instance is visible.
-
-
Class adams.gui.visualization.instance.InstanceContainerDisplayIDGenerator extends AbstractContainerDisplayStringGenerator<InstanceContainer> implements Serializable
- serialVersionUID:
- 5365866966393976397L
-
Class adams.gui.visualization.instance.InstanceContainerList extends AbstractContainerList<InstanceContainerManager,InstanceContainer> implements Serializable
- serialVersionUID:
- 3265940348362833587L
-
Class adams.gui.visualization.instance.InstanceContainerManager extends AbstractContainerManager<InstanceContainer> implements Serializable
- serialVersionUID:
- -4325235760470150191L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for managing the colors. -
m_Owner
ContainerListManager<InstanceContainerManager> m_Owner
the owning panel.
-
-
Class adams.gui.visualization.instance.InstanceContainerModel extends ContainerModel<InstanceContainerManager,InstanceContainer> implements Serializable
- serialVersionUID:
- -6259301933663814155L
-
Class adams.gui.visualization.instance.InstanceContainerTableColumnNameGenerator extends DefaultContainerTableColumnNameGenerator implements Serializable
- serialVersionUID:
- -6782027333845657467L
-
Class adams.gui.visualization.instance.InstanceExplorer extends BasePanel implements Serializable
- serialVersionUID:
- 4478483903068117980L
-
Serialized Fields
-
m_DialogColorProvider
GenericObjectEditorDialog m_DialogColorProvider
the dialog for selecting the color provider. -
m_DialogPaintlet
GenericObjectEditorDialog m_DialogPaintlet
the dialog for selecting the paintlet. -
m_HistogramSetup
HistogramFactory.SetupDialog m_HistogramSetup
the dialog for the histogram setup. -
m_LoadFromDatabaseDialog
weka.gui.sql.SqlViewerDialog m_LoadFromDatabaseDialog
the SQL viewer dialog. -
m_LoadFromDiskDialog
LoadDatasetDialog m_LoadFromDiskDialog
the dialog for loading datasets. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemClearData
JMenuItem m_MenuItemClearData
the clear data menu item. -
m_MenuItemLoadRecent
JMenu m_MenuItemLoadRecent
the "load recent" submenu. -
m_MenuItemViewAntiAliasing
JMenuItem m_MenuItemViewAntiAliasing
the toggle anti-aliasing menu item. -
m_MenuItemViewColorProvider
JMenuItem m_MenuItemViewColorProvider
the color provider menu item. -
m_MenuItemViewPaintlet
JMenuItem m_MenuItemViewPaintlet
the paintlet menu item. -
m_MenuItemViewZoomOverview
JMenuItem m_MenuItemViewZoomOverview
the toggle zoom overview menu item. -
m_MenuView
JMenu m_MenuView
the menu item for view related stuff. -
m_PanelInstance
InstancePanel m_PanelInstance
the panel for displaying. -
m_RecentFilesHandler
RecentFilesHandler<JMenu> m_RecentFilesHandler
the recent files handler. -
m_Reports
ReportFactory.Panel m_Reports
the reports. -
m_SearchPanel
SearchPanel m_SearchPanel
for searching the fields in the reports. -
m_StatusBar
BaseStatusBar m_StatusBar
the status bar. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane for the data to display.
-
-
Class adams.gui.visualization.instance.InstanceLinePaintlet extends AbstractInstancePaintlet implements Serializable
- serialVersionUID:
- -2971846774962333662L
-
Serialized Fields
-
m_AlwaysShowMarkers
boolean m_AlwaysShowMarkers
whether to show markers all the time. -
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_MarkerExtent
int m_MarkerExtent
the maximum width/height of the shape to plot around the points (= data point marker), if there's enough space. -
m_MarkersEnabled
boolean m_MarkersEnabled
indicates whether marker shapes are painted or not.
-
-
Class adams.gui.visualization.instance.InstancePanel extends DataContainerPanelWithContainerList<Instance,InstanceContainerManager,InstanceContainer> implements Serializable
- serialVersionUID:
- 7985845939008731534L
-
Serialized Fields
-
m_AdjustToVisibleData
boolean m_AdjustToVisibleData
whether to adjust to visible data or not. -
m_CoordinatesPaintlet
CoordinatesPaintlet m_CoordinatesPaintlet
paintlet for drawing the X-axis. -
m_FileChooser
SpreadSheetFileChooser m_FileChooser
the file chooser for saving a specific sequence. -
m_HistogramSetup
HistogramFactory.SetupDialog m_HistogramSetup
the dialog for the histogram setup. -
m_InstancePaintlet
AbstractInstancePaintlet m_InstancePaintlet
paintlet for drawing the graph. -
m_InstancePointHitDetector
InstancePointHitDetector m_InstancePointHitDetector
the hit detector for the tooltip. -
m_PanelZoomOverview
InstanceZoomOverviewPanel m_PanelZoomOverview
the zoom overview panel. -
m_ToolTipMaxColumns
int m_ToolTipMaxColumns
the maximum number of columns for the tooltip. -
m_ToolTipMaxRows
int m_ToolTipMaxRows
the maximum number of rows for the tooltip. -
m_Undo
Undo m_Undo
the undo manager. -
m_ViewDialogs
List<SpreadSheetDialog> m_ViewDialogs
the dialog for displaying a sequence.
-
-
Class adams.gui.visualization.instance.InstancePointHitDetector extends AbstractDistanceBasedHitDetector<List<InstancePoint>,String> implements Serializable
- serialVersionUID:
- 3397379783536355060L
-
Serialized Fields
-
m_Owner
InstancePanel m_Owner
the owner of this detector.
-
-
Class adams.gui.visualization.instance.InstanceReportFactory.Panel extends ReportFactory.Panel implements Serializable
- serialVersionUID:
- -5478424425161287287L
-
Class adams.gui.visualization.instance.InstanceReportFactory.Table extends ReportFactory.Table implements Serializable
- serialVersionUID:
- 8704864390368310512L
-
Class adams.gui.visualization.instance.InstanceTable extends SortableAndSearchableTable implements Serializable
- serialVersionUID:
- -4771959490685793427L
-
Class adams.gui.visualization.instance.InstanceTableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- -1824525024174249640L
-
Serialized Fields
-
m_Data
weka.core.Instances m_Data
the underlying data.
-
-
Class adams.gui.visualization.instance.InstanceZoomOverviewPaintlet extends AbstractDataContainerZoomOverviewPaintlet<InstancePanel> implements Serializable
- serialVersionUID:
- -8561195451397229941L
-
Class adams.gui.visualization.instance.InstanceZoomOverviewPanel extends AbstractDataContainerZoomOverviewPanel<InstancePanel,AbstractInstancePaintlet,InstanceZoomOverviewPaintlet,Instance,InstanceContainerManager> implements Serializable
- serialVersionUID:
- -5141649373267221710L
-
Class adams.gui.visualization.instance.LoadDatasetDialog extends BaseDialog implements Serializable
- serialVersionUID:
- 3881690262061461134L
-
Serialized Fields
-
m_AcceptListener
ChangeListener m_AcceptListener
the listener waiting for the user to accept the input. -
m_ButtonClose
BaseButton m_ButtonClose
the Close button. -
m_ButtonLoad
BaseButton m_ButtonLoad
the Load button. -
m_ButtonReload
BaseButton m_ButtonReload
the button for reloading an existing file. -
m_CancelListener
ChangeListener m_CancelListener
the listener waiting for the user to cancel the dialog. -
m_CheckBoxIncludeDateAttributes
BaseCheckBox m_CheckBoxIncludeDateAttributes
whether to include date attributes. -
m_CheckBoxIncludeNominalAttributes
BaseCheckBox m_CheckBoxIncludeNominalAttributes
whether to include numeric nominal. -
m_CheckBoxIncludeNumericAttributes
BaseCheckBox m_CheckBoxIncludeNumericAttributes
whether to include numeric attributes. -
m_CheckBoxIncludeRelationalAttributes
BaseCheckBox m_CheckBoxIncludeRelationalAttributes
whether to include relational attributes. -
m_CheckBoxIncludeStringAttributes
BaseCheckBox m_CheckBoxIncludeStringAttributes
whether to include string attributes. -
m_ComboBoxClass
BaseComboBox m_ComboBoxClass
the class index. -
m_ComboBoxClassModel
DefaultComboBoxModel m_ComboBoxClassModel
the class index model. -
m_ComboBoxID
BaseComboBox m_ComboBoxID
the ID index. -
m_ComboBoxIDModel
DefaultComboBoxModel m_ComboBoxIDModel
the ID index model. -
m_ComboBoxSorting
BaseComboBox m_ComboBoxSorting
the sorting index. -
m_ComboBoxSortingModel
DefaultComboBoxModel m_ComboBoxSortingModel
the soriting index model. -
m_DefaultAttributeRange
Range m_DefaultAttributeRange
the default range. -
m_DefaultClassIndex
Index m_DefaultClassIndex
the default class index. -
m_DefaultIDIndex
Index m_DefaultIDIndex
the default ID index. -
m_DefaultIncludeDateAttributes
boolean m_DefaultIncludeDateAttributes
the default for date attributes. -
m_DefaultIncludeNominalAttributes
boolean m_DefaultIncludeNominalAttributes
the default for nominal attributes. -
m_DefaultIncludeNumericAttributes
boolean m_DefaultIncludeNumericAttributes
the default for numeric attributes. -
m_DefaultIncludeRelationalAttributes
boolean m_DefaultIncludeRelationalAttributes
the default for relational attributes. -
m_DefaultIncludeStringAttributes
boolean m_DefaultIncludeStringAttributes
the default for string attributes. -
m_DefaultSortIndex
Index m_DefaultSortIndex
the default sort index. -
m_FilePanel
DatasetFileChooserPanel m_FilePanel
for selecting the dataset file. -
m_Indices
int[] m_Indices
the selected indices. -
m_Instances
weka.core.Instances m_Instances
the full dataset. -
m_ListAdditionalAttributes
JList m_ListAdditionalAttributes
the list of additional attribute values to store in the report. -
m_ListAdditionalAttributesModel
DefaultListModel m_ListAdditionalAttributesModel
the model for the additional attributes. -
m_SearchPanel
SearchPanel m_SearchPanel
the search panel. -
m_Self
LoadDatasetDialog m_Self
the dialog itself. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane. -
m_TableData
InstanceTable m_TableData
the table for displaying the instances. -
m_TextAttributeRange
BaseTextField m_TextAttributeRange
the text field for the attribute range.
-
-
Class adams.gui.visualization.instance.ReportColorInstancePaintlet extends InstanceLinePaintlet implements Serializable
- serialVersionUID:
- -4837316110207980301L
-
Class adams.gui.visualization.instance.SimpleInstanceLinePaintlet extends AbstractInstancePaintlet implements Serializable
- serialVersionUID:
- -2971846774962333662L
-
Serialized Fields
-
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled.
-
-
Class adams.gui.visualization.instance.SimpleInstancePanelUpdater extends AbstractInstancePanelUpdater implements Serializable
- serialVersionUID:
- 4418135588639219439L
-
Serialized Fields
-
m_NumTokensAccepted
int m_NumTokensAccepted
the number of tokens accepted. -
m_UpdateInterval
int m_UpdateInterval
the interval of tokens processed after which to update the display.
-
-
-
Package adams.gui.visualization.instance.containerlistpopup
-
Class adams.gui.visualization.instance.containerlistpopup.SaveAs extends AbstractContainerListPopupCustomizer<Instance,InstanceContainerManager,InstanceContainer> implements Serializable
- serialVersionUID:
- -7796583803269239174L
-
Class adams.gui.visualization.instance.containerlistpopup.ViewAsTable extends AbstractContainerListPopupCustomizer<Instance,InstanceContainerManager,InstanceContainer> implements Serializable
- serialVersionUID:
- -7796583803269239174L
-
-
Package adams.gui.visualization.instance.plotpopup
-
Class adams.gui.visualization.instance.plotpopup.Adjust extends AbstractPlotPopupCustomizer<Instance,InstanceContainerManager,InstanceContainer> implements Serializable
- serialVersionUID:
- 3295471324320509106L
-
Class adams.gui.visualization.instance.plotpopup.Histogram extends AbstractPlotPopupCustomizer<Instance,InstanceContainerManager,InstanceContainer> implements Serializable
- serialVersionUID:
- 3295471324320509106L
-
Class adams.gui.visualization.instance.plotpopup.SaveVisible extends AbstractPlotPopupCustomizer<Instance,InstanceContainerManager,InstanceContainer> implements Serializable
- serialVersionUID:
- 3295471324320509106L
-
Class adams.gui.visualization.instance.plotpopup.Viewport extends AbstractPlotPopupCustomizer<Instance,InstanceContainerManager,InstanceContainer> implements Serializable
- serialVersionUID:
- 3295471324320509106L
-
-
Package adams.gui.visualization.instances
-
Class adams.gui.visualization.instances.AttributeValueCellRenderer extends DefaultTableCellRenderer implements Serializable
- serialVersionUID:
- 9195794493301191171L
-
Class adams.gui.visualization.instances.InstancesColumnComboBox extends BaseComboBox implements Serializable
- serialVersionUID:
- 5256160332596403161L
-
Serialized Fields
-
m_Table
InstancesTable m_Table
the associated table.
-
-
Class adams.gui.visualization.instances.InstancesColumnComboBox.ColumnContainer extends Object implements Serializable
- serialVersionUID:
- 8359213625873465324L
-
Class adams.gui.visualization.instances.InstancesPanel extends BasePanel implements Serializable
- serialVersionUID:
- -6517998516164369299L
-
Serialized Fields
-
m_ColumnComboBox
InstancesColumnComboBox m_ColumnComboBox
for listing the column names. -
m_PanelSearch
SearchPanel m_PanelSearch
the search panel. -
m_Table
InstancesTable m_Table
the table.
-
-
Class adams.gui.visualization.instances.InstancesTable extends SortableAndSearchableTable implements Serializable
- serialVersionUID:
- -1408763296714340976L
-
Serialized Fields
-
m_CellPopupMenuCustomizer
PopupMenuCustomizer m_CellPopupMenuCustomizer
the customizer for the table cells popup menu. -
m_ChangeListeners
HashSet<ChangeListener> m_ChangeListeners
the listeners for changes. -
m_FileChooser
WekaFileChooser m_FileChooser
the filechooser for exporting data. -
m_HeaderPopupMenuCustomizer
PopupMenuCustomizer m_HeaderPopupMenuCustomizer
the customizer for the table header popup menu. -
m_LastSetup
HashMap<String,Object> m_LastSetup
for keeping track of the setups being used (classname-{plot|process}-{column|row} - setup). -
m_Renderer
AttributeValueCellRenderer m_Renderer
the renderer to use.
-
-
Class adams.gui.visualization.instances.InstancesTableModel extends DefaultTableModel implements Serializable
- serialVersionUID:
- 3411795562305994946L
-
Serialized Fields
-
m_Data
weka.core.Instances m_Data
the data -
m_IgnoreChanges
boolean m_IgnoreChanges
whether to ignore changes, i.e. not adding to undo history -
m_Listeners
HashSet<TableModelListener> m_Listeners
the listeners -
m_NotificationEnabled
boolean m_NotificationEnabled
whether notification is enabled -
m_ReadOnly
boolean m_ReadOnly
whether the table is read-only -
m_ShowAttributeIndex
boolean m_ShowAttributeIndex
whether to display the attribute index in the table header. -
m_ShowAttributeWeights
boolean m_ShowAttributeWeights
whether to show attribute weights. -
m_ShowWeightsColumn
boolean m_ShowWeightsColumn
whether to show a weights column. -
m_UndoEnabled
boolean m_UndoEnabled
whether undo is active -
m_UndoHandler
UndoHandlerWithQuickAccess m_UndoHandler
optional undo handler. -
m_UndoList
List<File> m_UndoList
the undo list (contains temp. filenames)
-
-
-
Package adams.gui.visualization.instances.instancestable
-
Class adams.gui.visualization.instances.instancestable.AbstractPlotColumn extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6555579088265005460L
-
Class adams.gui.visualization.instances.instancestable.AbstractPlotRow extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1128790870421132832L
-
Class adams.gui.visualization.instances.instancestable.AbstractPlotSelectedRows extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7979833588446267882L
-
Serialized Fields
-
m_MenuItemText
String m_MenuItemText
the menu item caption.
-
-
Class adams.gui.visualization.instances.instancestable.AbstractProcessCell extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1050881505327794503L
-
Class adams.gui.visualization.instances.instancestable.AbstractProcessColumn extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1050881505327794503L
-
Class adams.gui.visualization.instances.instancestable.AbstractProcessRow extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7979833588446267882L
-
Class adams.gui.visualization.instances.instancestable.AbstractProcessSelectedRows extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7979833588446267882L
-
Serialized Fields
-
m_MenuItemText
String m_MenuItemText
the menu item caption.
-
-
Class adams.gui.visualization.instances.instancestable.ArrayStatistic extends AbstractProcessSelectedRows implements Serializable
- serialVersionUID:
- 3101728458818516005L
-
Class adams.gui.visualization.instances.instancestable.AttributeStatistics extends AbstractProcessColumn implements Serializable
- serialVersionUID:
- 3101728458818516005L
-
Class adams.gui.visualization.instances.instancestable.Binning extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -2452746814708360637L
-
Class adams.gui.visualization.instances.instancestable.ChangeAttributeWeight extends AbstractProcessColumn implements Serializable
- serialVersionUID:
- 8866236994813131751L
-
Class adams.gui.visualization.instances.instancestable.ChangeInstanceWeights extends AbstractProcessSelectedRows implements Serializable
- serialVersionUID:
- 8866236994813131751L
-
Class adams.gui.visualization.instances.instancestable.ColumnStatistic extends AbstractProcessColumn implements Serializable
- serialVersionUID:
- 3101728458818516005L
-
Class adams.gui.visualization.instances.instancestable.DataSort extends AbstractProcessColumn implements Serializable
- serialVersionUID:
- 7761583015659462758L
-
Serialized Fields
-
m_InstancesSortPanel
InstancesSortPanel m_InstancesSortPanel
the sort panel.
-
-
Class adams.gui.visualization.instances.instancestable.Histogram extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -2452746814708360637L
-
Class adams.gui.visualization.instances.instancestable.InstancesSortDefinitionPanel extends BasePanel implements Serializable
- serialVersionUID:
- 8473224107052394069L
-
Serialized Fields
-
m_ButtonMoveDown
BaseButton m_ButtonMoveDown
the move down button. -
m_ButtonMoveUp
BaseButton m_ButtonMoveUp
the move up button. -
m_ButtonRemove
BaseButton m_ButtonRemove
the remove button. -
m_ComboBoxNames
BaseComboBox m_ComboBoxNames
the combobox with column names. -
m_ComboBoxSorting
BaseComboBox m_ComboBoxSorting
the type of sorting. -
m_Owner
InstancesSortPanel m_Owner
the owning sort panel.
-
-
Class adams.gui.visualization.instances.instancestable.InstancesSortPanel extends BasePanel implements Serializable
- serialVersionUID:
- 7929780439384161250L
-
Serialized Fields
-
m_ButtonAdd
BaseButton m_ButtonAdd
the button for a new sort definition. -
m_ButtonReset
BaseButton m_ButtonReset
the button for resetting the definitions. -
m_ColumnNames
List<String> m_ColumnNames
the column names. -
m_Data
weka.core.Instances m_Data
the instances that forms the basis for the sorting. -
m_InstancesSortSetupListeners
HashSet<InstancesSortSetupListener> m_InstancesSortSetupListeners
the listeners for changes in the setup. -
m_Layout
GridLayout m_Layout
the gridlayout in use. -
m_PanelButtons
BasePanel m_PanelButtons
the panel for the buttons. -
m_PanelDefinitions
BasePanel m_PanelDefinitions
the panel holding the defintion panels. -
m_Panels
List<InstancesSortDefinitionPanel> m_Panels
the list of definitions to use.
-
-
Class adams.gui.visualization.instances.instancestable.InvestigatorAsNewDataset extends AbstractProcessSelectedRows implements Serializable
- serialVersionUID:
- 8866236994813131751L
-
Class adams.gui.visualization.instances.instancestable.JFreeChart extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5624002368001818142L
-
Class adams.gui.visualization.instances.instancestable.RowStatistic extends AbstractProcessRow implements Serializable
- serialVersionUID:
- 3101728458818516005L
-
Class adams.gui.visualization.instances.instancestable.SimplePlot extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5624002368001818142L
-
Class adams.gui.visualization.instances.instancestable.ViewCell extends AbstractProcessCell implements Serializable
- serialVersionUID:
- -6533662585721463186L
-
-
Package adams.gui.visualization.jfreechart.chart
-
Class adams.gui.visualization.jfreechart.chart.AbstractChartGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 125224185085489847L
-
Serialized Fields
-
m_Legend
boolean m_Legend
whether to show the legend. -
m_Title
String m_Title
the title of the chart. -
m_ToolTips
boolean m_ToolTips
whether to show tool tips.
-
-
Class adams.gui.visualization.jfreechart.chart.AbstractChartGeneratorWithAxisLabels extends AbstractChartGenerator<T extends org.jfree.data.general.Dataset> implements Serializable
- serialVersionUID:
- 5407383750282696552L
-
Class adams.gui.visualization.jfreechart.chart.BarChart extends AbstractChartGeneratorWithAxisLabels<org.jfree.data.category.CategoryDataset> implements Serializable
- serialVersionUID:
- -4759011723765395176L
-
Serialized Fields
-
m_Orientation
Orientation m_Orientation
the plot orientation.
-
-
Class adams.gui.visualization.jfreechart.chart.BubbleChart extends AbstractChartGeneratorWithAxisLabels<org.jfree.data.xy.XYZDataset> implements Serializable
- serialVersionUID:
- -4759011723765395176L
-
Serialized Fields
-
m_Orientation
Orientation m_Orientation
the plot orientation.
-
-
Class adams.gui.visualization.jfreechart.chart.ScatterPlot extends AbstractChartGeneratorWithAxisLabels<org.jfree.data.xy.XYDataset> implements Serializable
- serialVersionUID:
- -4759011723765395176L
-
Serialized Fields
-
m_Orientation
Orientation m_Orientation
the plot orientation.
-
-
Class adams.gui.visualization.jfreechart.chart.XYLineChart extends AbstractChartGeneratorWithAxisLabels<org.jfree.data.xy.XYDataset> implements Serializable
- serialVersionUID:
- -4759011723765395176L
-
Serialized Fields
-
m_Orientation
Orientation m_Orientation
the plot orientation.
-
-
-
Package adams.gui.visualization.jfreechart.dataset
-
Class adams.gui.visualization.jfreechart.dataset.AbstractDatasetGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 125224185085489847L
-
Class adams.gui.visualization.jfreechart.dataset.DefaultCategory extends AbstractDatasetGenerator<org.jfree.data.category.DefaultCategoryDataset> implements Serializable
- serialVersionUID:
- -3292751964201246483L
-
Serialized Fields
-
m_X
SpreadSheetColumnIndex m_X
the X column. -
m_Y
SpreadSheetColumnRange m_Y
the Y columns.
-
-
Class adams.gui.visualization.jfreechart.dataset.DefaultXY extends AbstractDatasetGenerator<org.jfree.data.xy.DefaultXYDataset> implements Serializable
- serialVersionUID:
- -690091259560326881L
-
Serialized Fields
-
m_AddDiagonalSeries
boolean m_AddDiagonalSeries
whether to add an additional series for a diagonal to the dataset. -
m_X
SpreadSheetColumnIndex m_X
the X column. -
m_Y
SpreadSheetColumnRange m_Y
the Y columns.
-
-
Class adams.gui.visualization.jfreechart.dataset.DefaultXYZ extends AbstractDatasetGenerator<org.jfree.data.xy.DefaultXYZDataset> implements Serializable
- serialVersionUID:
- -690091259560326881L
-
Serialized Fields
-
m_X
SpreadSheetColumnIndex m_X
the X column. -
m_Y
SpreadSheetColumnIndex m_Y
the Y column. -
m_Z
SpreadSheetColumnIndex m_Z
the Z column.
-
-
-
Package adams.gui.visualization.jfreechart.shape
-
Class adams.gui.visualization.jfreechart.shape.AbstractShapeGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -6405519989360228879L
-
Class adams.gui.visualization.jfreechart.shape.Circle extends AbstractShapeGenerator implements Serializable
- serialVersionUID:
- 514268201924765348L
-
Serialized Fields
-
m_Size
float m_Size
the size.
-
-
Class adams.gui.visualization.jfreechart.shape.Cross extends AbstractShapeGenerator implements Serializable
- serialVersionUID:
- 514268201924765348L
-
Serialized Fields
-
m_Length
float m_Length
the length of the arms. -
m_Thickness
float m_Thickness
the thickness of the arms. -
m_Type
Cross.Type m_Type
the type of cross.
-
-
Class adams.gui.visualization.jfreechart.shape.Default extends AbstractShapeGenerator implements Serializable
- serialVersionUID:
- 514268201924765348L
-
Class adams.gui.visualization.jfreechart.shape.Diamond extends AbstractShapeGenerator implements Serializable
- serialVersionUID:
- 514268201924765348L
-
Serialized Fields
-
m_Size
float m_Size
the size.
-
-
Class adams.gui.visualization.jfreechart.shape.Triangle extends AbstractShapeGenerator implements Serializable
- serialVersionUID:
- 514268201924765348L
-
Serialized Fields
-
m_Size
float m_Size
the size. -
m_Type
Triangle.Type m_Type
the type of triangle.
-
-
-
Package adams.gui.visualization.multiobjectexport
-
Class adams.gui.visualization.multiobjectexport.AbstractMultiObjectExport extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5344243845771403487L
-
Class adams.gui.visualization.multiobjectexport.AbstractMultiObjectExportWithPreferredExtensions extends AbstractMultiObjectExport implements Serializable
- serialVersionUID:
- 766130390901568068L
-
Serialized Fields
-
m_PreferredExtensions
BaseString[] m_PreferredExtensions
the preferred extensions.
-
-
Class adams.gui.visualization.multiobjectexport.DirectoryExport extends AbstractMultiObjectExportWithPreferredExtensions implements Serializable
- serialVersionUID:
- -8530263811736177464L
-
Serialized Fields
-
m_OutputDir
PlaceholderDirectory m_OutputDir
the directory to export the objects to. -
m_Prefix
String m_Prefix
the prefix for the files.
-
-
Class adams.gui.visualization.multiobjectexport.EmailExport extends AbstractMultiObjectExportWithPreferredExtensions implements Serializable
- serialVersionUID:
- 9186664398391763175L
-
Serialized Fields
-
m_Body
BaseText m_Body
the body. -
m_Prefix
String m_Prefix
the prefix for the files. -
m_Recipients
EmailAddress[] m_Recipients
the recipients. -
m_SendEmail
AbstractSendEmail m_SendEmail
for sending the emails. -
m_Sender
EmailAddress m_Sender
the sender. -
m_Subject
String m_Subject
the subject.
-
-
Class adams.gui.visualization.multiobjectexport.PDFExport extends AbstractMultiObjectExportWithPreferredExtensions implements Serializable
- serialVersionUID:
- 360117990418986281L
-
Serialized Fields
-
m_OutputFile
PlaceholderFile m_OutputFile
the output file. -
m_PageOrientation
PageOrientation m_PageOrientation
the page orientation. -
m_PageSize
PageSize m_PageSize
the page size. -
m_Proclets
PdfProclet[] m_Proclets
the PDF processors.
-
-
Class adams.gui.visualization.multiobjectexport.TarExport extends AbstractMultiObjectExportWithPreferredExtensions implements Serializable
- serialVersionUID:
- -8530263811736177464L
-
Serialized Fields
-
m_OutputFile
PlaceholderFile m_OutputFile
the tar file to export the objects to. -
m_Prefix
String m_Prefix
the prefix for the files.
-
-
Class adams.gui.visualization.multiobjectexport.ZipExport extends AbstractMultiObjectExportWithPreferredExtensions implements Serializable
- serialVersionUID:
- -8530263811736177464L
-
Serialized Fields
-
m_OutputFile
PlaceholderFile m_OutputFile
the zip file to export the objects to. -
m_Prefix
String m_Prefix
the prefix for the files.
-
-
-
Package adams.gui.visualization.object
-
Class adams.gui.visualization.object.CanvasPanel extends BasePanel implements Serializable
- serialVersionUID:
- 276009384422635395L
-
Serialized Fields
-
m_ActualZoom
double m_ActualZoom
the actual zoom to use. -
m_BestFit
boolean m_BestFit
whether to use best fit. -
m_BrightImage
BufferedImage m_BrightImage
the brightened image. -
m_Brightness
float m_Brightness
the brightness. -
m_FileChooser
ImageFileChooser m_FileChooser
the file dialog for saving the image. -
m_FirstDisplay
boolean m_FirstDisplay
first display. -
m_Image
BufferedImage m_Image
the image to display. -
m_InteractionLoggingFilter
InteractionLoggingFilter m_InteractionLoggingFilter
the interaction logger in use. -
m_LastBrightness
Float m_LastBrightness
the last brightness. -
m_Owner
ObjectAnnotationPanel m_Owner
the owner. -
m_PopupMenuCustomizer
PopupMenuCustomizer m_PopupMenuCustomizer
the popup menu customizer to use. -
m_ResizeRequired
boolean m_ResizeRequired
whether a resize is required. -
m_Zoom
double m_Zoom
the zoom (1.0 = 100%).
-
-
Class adams.gui.visualization.object.ObjectAnnotationPanel extends BasePanel implements Serializable
- serialVersionUID:
- 2804494506168717754L
-
Serialized Fields
-
m_ActiveTool
Tool m_ActiveTool
the active tool. -
m_AnnotationChangeListeners
Set<ChangeListener> m_AnnotationChangeListeners
the listeners for annotation changes. -
m_Annotator
AbstractAnnotator m_Annotator
the annotator. -
m_ButtonBrightness
BaseFlatButton m_ButtonBrightness
the button for applying the values. -
m_ButtonRedo
BaseFlatButton m_ButtonRedo
the button for performing a redo. -
m_ButtonShowAnnotations
BaseToggleButton m_ButtonShowAnnotations
for toggling the visibility of the annotations. -
m_ButtonUndo
BaseFlatButton m_ButtonUndo
the button for performing an undo. -
m_ButtonUsePreviousReport
BaseFlatButton m_ButtonUsePreviousReport
the button for using the last report. -
m_ButtonZoom
BaseFlatButton m_ButtonZoom
the button for applying the zoom. -
m_ButtonZoomBestFit
BaseFlatButton m_ButtonZoomBestFit
the button for best fit zoom. -
m_ButtonZoomClear
BaseFlatButton m_ButtonZoomClear
the button for clearing zoom. -
m_ButtonZoomIn
BaseFlatButton m_ButtonZoomIn
the button for zooming in. -
m_ButtonZoomOut
BaseFlatButton m_ButtonZoomOut
the button for zooming out. -
m_CurrentLabel
String m_CurrentLabel
the current label. -
m_InteractionLog
List<InteractionEvent> m_InteractionLog
the interaction log. -
m_LastKeyListener
KeyListener m_LastKeyListener
the last key listener in use. -
m_LastMouseListener
MouseListener m_LastMouseListener
the last mouse listener in use. -
m_LastMouseMotionListener
MouseMotionListener m_LastMouseMotionListener
the last mouse motion listener in use. -
m_MouseClickProcessor
AbstractMouseClickProcessor m_MouseClickProcessor
the mouse click processor. -
m_Overlay
Overlay m_Overlay
the overlay. -
m_PanelAnnotations
AbstractAnnotationsDisplayPanel m_PanelAnnotations
the annotations panel. -
m_PanelAnnotationsAndTools
BasePanel m_PanelAnnotationsAndTools
the annotations + tools panel. -
m_PanelBrightness
JPanel m_PanelBrightness
the panel for the brightness controls. -
m_PanelCanvas
CanvasPanel m_PanelCanvas
the canvas in use. -
m_PanelLabelSelector
AbstractLabelSelectorPanel m_PanelLabelSelector
the label selector panel. -
m_PanelToolButtons
JPanel m_PanelToolButtons
the panel with the buttons. -
m_PanelToolOptions
BasePanel m_PanelToolOptions
the panel for displaying the tool options. -
m_PanelTools
BasePanel m_PanelTools
the tools panel. -
m_PanelUndo
JPanel m_PanelUndo
the panel for the undo/redo controls. -
m_PanelUsePreviousReport
JPanel m_PanelUsePreviousReport
the panel for the last button controls. -
m_PanelZoom
JPanel m_PanelZoom
the panel for the zoom controls. -
m_PreviousReport
Report m_PreviousReport
the report from the previous session. -
m_ScrollPane
BaseScrollPane m_ScrollPane
the JScrollPane that embeds the paint panel. -
m_ShowAnnotations
boolean m_ShowAnnotations
whether to show the annotations. -
m_SplitPaneAnnotationsAndTools
BaseSplitPane m_SplitPaneAnnotationsAndTools
the split pane for annotations/tools. -
m_SplitPaneLeft
BaseSplitPane m_SplitPaneLeft
the left split panel (label selector | rest). -
m_SplitPaneRight
BaseSplitPane m_SplitPaneRight
the right split pane (image | annotations). -
m_SplitPaneTools
BaseSplitPane m_SplitPaneTools
the split pane for the tools. -
m_StatusBar
BaseStatusBar m_StatusBar
the status bar label. -
m_TextBrightness
NumberTextField m_TextBrightness
the brightness to use. -
m_TextZoom
NumberTextField m_TextZoom
the text field for the zoom. -
m_Tools
List<Tool> m_Tools
the tools. -
m_Undo
Undo m_Undo
the undo manager.
-
-
Class adams.gui.visualization.object.ObjectAnnotationPanel.AnnotationsState extends Object implements Serializable
- serialVersionUID:
- -578329279093068996L
-
Serialized Fields
-
report
Report report
-
-
-
Package adams.gui.visualization.object.annotationsdisplay
-
Class adams.gui.visualization.object.annotationsdisplay.AbstractAnnotationsDisplayGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4349554101379518737L
-
Serialized Fields
-
m_Prefix
String m_Prefix
the prefix to use.
-
-
Class adams.gui.visualization.object.annotationsdisplay.AbstractAnnotationsDisplayPanel extends BasePanel implements Serializable
- serialVersionUID:
- 367484065391308363L
-
Serialized Fields
-
m_Owner
ObjectAnnotationPanel m_Owner
the owner. -
m_Prefix
String m_Prefix
the prefix to use.
-
-
Class adams.gui.visualization.object.annotationsdisplay.DefaultAnnotationsDisplayGenerator extends AbstractAnnotationsDisplayGenerator implements Serializable
- serialVersionUID:
- 4349554101379518737L
-
Class adams.gui.visualization.object.annotationsdisplay.DefaultAnnotationsDisplayPanel extends AbstractAnnotationsDisplayPanel implements Serializable
- serialVersionUID:
- 5734548445819737031L
-
Serialized Fields
-
m_LabelCount
JLabel m_LabelCount
the label with the number of objects. -
m_LocatedObjects
LocatedObjects m_LocatedObjects
the cached located objects. -
m_ModelReport
ReportFactory.Model m_ModelReport
the table model with the report. -
m_PanelSearch
SearchPanel m_PanelSearch
the search panel. -
m_TableReport
ReportFactory.Table m_TableReport
the table with the report.
-
-
-
Package adams.gui.visualization.object.annotator
-
Class adams.gui.visualization.object.annotator.AbstractAnnotator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7284521891609621197L
-
Serialized Fields
-
m_Owner
ObjectAnnotationPanel m_Owner
the owner. -
m_Selecting
boolean m_Selecting
whether the selection box is currently been drawn.
-
-
Class adams.gui.visualization.object.annotator.AbstractPointAnnotator extends AbstractReportBasedAnnotator implements Serializable
- serialVersionUID:
- 711225849711247916L
-
Serialized Fields
-
m_Locations
List<SelectionPoint> m_Locations
the current rectangles. -
m_NumDigits
int m_NumDigits
the number of digits to use for left-padding the index.
-
-
Class adams.gui.visualization.object.annotator.AbstractRectangleBasedAnnotator extends AbstractReportBasedAnnotator implements Serializable
- serialVersionUID:
- 3536654827455977474L
-
Serialized Fields
-
m_Locations
List<SelectionRectangle> m_Locations
the current rectangles. -
m_NumDigits
int m_NumDigits
the number of digits to use for left-padding the index.
-
-
Class adams.gui.visualization.object.annotator.AbstractReportBasedAnnotator extends AbstractAnnotator implements Serializable
- serialVersionUID:
- 3915632192147746710L
-
Serialized Fields
-
m_Prefix
String m_Prefix
the prefix for the objects.
-
-
Class adams.gui.visualization.object.annotator.BoundingBoxAnnotator extends AbstractRectangleBasedAnnotator implements Serializable
- serialVersionUID:
- 1122040195846360397L
-
Serialized Fields
-
m_Color
Color m_Color
the color to use. -
m_Dragged
boolean m_Dragged
whether dragging has happened at all. -
m_LabelSuffix
String m_LabelSuffix
the label suffix to use. -
m_MouseListener
MouseListener m_MouseListener
the mouse listener to install. -
m_MouseMotionListener
MouseMotionListener m_MouseMotionListener
the mouse motion listener to install. -
m_SelectionFrom
Point m_SelectionFrom
the starting corner of the selection box. -
m_SelectionTo
Point m_SelectionTo
the finishing corner of the selection box. -
m_StrokeThickness
float m_StrokeThickness
the thickness of the stroke.
-
-
Class adams.gui.visualization.object.annotator.ClassificationLabelAnnotator extends AbstractAnnotator implements Serializable
- serialVersionUID:
- -7549055967417580749L
-
Serialized Fields
-
m_Field
Field m_Field
the field to store the classification label in.
-
-
Class adams.gui.visualization.object.annotator.NullAnnotator extends AbstractAnnotator implements Serializable
- serialVersionUID:
- 1122040195846360397L
-
Class adams.gui.visualization.object.annotator.PolygonAnnotator extends AbstractRectangleBasedAnnotator implements Serializable
- serialVersionUID:
- 1122040195846360397L
-
Serialized Fields
-
m_Color
Color m_Color
the color to use. -
m_Dragged
boolean m_Dragged
whether dragging has happened at all. -
m_LabelSuffix
String m_LabelSuffix
the label suffix to use. -
m_MinDistance
int m_MinDistance
the minimum distance in pixels that the trace pixels must be apart. -
m_MouseListener
MouseListener m_MouseListener
the mouse listener to install. -
m_MouseMotionListener
MouseMotionListener m_MouseMotionListener
the mouse motion listener to install. -
m_SelectionFrom
Point m_SelectionFrom
the starting corner of the selection box. -
m_SelectionTo
Point m_SelectionTo
the finishing corner of the selection box. -
m_SelectionTrace
List<Point> m_SelectionTrace
the selection trace. -
m_StrokeThickness
float m_StrokeThickness
the thickness of the stroke.
-
-
Class adams.gui.visualization.object.annotator.PolygonPointAnnotator extends AbstractRectangleBasedAnnotator implements Serializable
- serialVersionUID:
- -1849931714797487127L
-
Serialized Fields
-
m_Color
Color m_Color
the color to use. -
m_KeyListener
KeyListener m_KeyListener
the key listener to install. -
m_LabelSuffix
String m_LabelSuffix
the label suffix to use. -
m_MouseListener
MouseListener m_MouseListener
the mouse listener to install. -
m_Points
List<Point> m_Points
the points of the polygon. -
m_StrokeThickness
float m_StrokeThickness
the thickness of the stroke.
-
-
Class adams.gui.visualization.object.annotator.SimplePointAnnotator extends AbstractPointAnnotator implements Serializable
- serialVersionUID:
- -1849931714797487127L
-
Serialized Fields
-
m_AutoAdvanceLabels
boolean m_AutoAdvanceLabels
whether to automatically advance to the next label once one has been clicked. -
m_Color
Color m_Color
the color to use. -
m_Dragged
boolean m_Dragged
whether dragging has happened at all. -
m_LabelSuffix
String m_LabelSuffix
the label suffix to use. -
m_MouseListener
MouseListener m_MouseListener
the mouse listener to install. -
m_MouseMotionListener
MouseMotionListener m_MouseMotionListener
the mouse motion listener to install. -
m_SelectionFrom
Point m_SelectionFrom
the starting corner of the selection box. -
m_SelectionTo
Point m_SelectionTo
the finishing corner of the selection box. -
m_StrokeThickness
float m_StrokeThickness
the thickness of the stroke.
-
-
-
Package adams.gui.visualization.object.labelselector
-
Class adams.gui.visualization.object.labelselector.AbstractLabelSelectorGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -942057544621842546L
-
Class adams.gui.visualization.object.labelselector.AbstractLabelSelectorPanel extends BasePanel implements Serializable
- serialVersionUID:
- -4366283634060701920L
-
Serialized Fields
-
m_IgnoreChanges
boolean m_IgnoreChanges
whether to ignore changes to the label. -
m_Owner
ObjectAnnotationPanel m_Owner
the owner.
-
-
Class adams.gui.visualization.object.labelselector.ButtonSelectorGenerator extends AbstractLabelSelectorGenerator implements Serializable
- serialVersionUID:
- -5510358816315202316L
-
Serialized Fields
-
m_Labels
BaseString[] m_Labels
the labels.
-
-
Class adams.gui.visualization.object.labelselector.ButtonSelectorPanel extends AbstractLabelSelectorPanel implements Serializable
- serialVersionUID:
- -5878687744017979355L
-
Serialized Fields
-
m_ButtonGroup
ButtonGroup m_ButtonGroup
the button group. -
m_ButtonLabels
BaseToggleButton[] m_ButtonLabels
the label buttons. -
m_ButtonUnset
BaseToggleButton m_ButtonUnset
the unset button. -
m_Labels
BaseString[] m_Labels
the labels.
-
-
Class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorGenerator extends AbstractLabelSelectorGenerator implements Serializable
- serialVersionUID:
- -5510358816315202316L
-
Serialized Fields
-
m_Colors
BaseColor[] m_Colors
the associated colors. -
m_Labels
BaseString[] m_Labels
the labels.
-
-
Class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorPanel extends AbstractLabelSelectorPanel implements Serializable
- serialVersionUID:
- -5878687744017979355L
-
Serialized Fields
-
m_ButtonGroup
ButtonGroup m_ButtonGroup
the button group. -
m_ButtonLabels
BaseToggleButton[] m_ButtonLabels
the label buttons. -
m_ButtonUnset
BaseToggleButton m_ButtonUnset
the unset button. -
m_Colors
BaseColor[] m_Colors
the colors. -
m_Labels
BaseString[] m_Labels
the labels.
-
-
Class adams.gui.visualization.object.labelselector.ComboBoxSelectorGenerator extends AbstractLabelSelectorGenerator implements Serializable
- serialVersionUID:
- -5510358816315202316L
-
Serialized Fields
-
m_Labels
BaseString[] m_Labels
the labels.
-
-
Class adams.gui.visualization.object.labelselector.ComboBoxSelectorPanel extends AbstractLabelSelectorPanel implements Serializable
- serialVersionUID:
- -5878687744017979355L
-
Serialized Fields
-
m_ButtonUnset
BaseButton m_ButtonUnset
the unset button. -
m_ComboBoxLabels
BaseComboBox<String> m_ComboBoxLabels
the labels. -
m_Labels
BaseString[] m_Labels
the labels.
-
-
Class adams.gui.visualization.object.labelselector.NoPanelGenerator extends AbstractLabelSelectorGenerator implements Serializable
- serialVersionUID:
- -2277474971365709236L
-
-
Package adams.gui.visualization.object.mouseclick
-
Class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3132566195997194745L
-
Serialized Fields
-
m_AltDown
boolean m_AltDown
whether alt needs to be down. -
m_Button
AbstractMouseClickProcessor.MouseButton m_Button
the mouse button to react to. -
m_ClickCount
int m_ClickCount
the required click count (< 1 if irrelevant). -
m_CtrlDown
boolean m_CtrlDown
whether ctrl needs to be down. -
m_Enabled
boolean m_Enabled
whether the overlay is enabled. -
m_MetaDown
boolean m_MetaDown
whether meta needs to be down. -
m_ShiftDown
boolean m_ShiftDown
whether shift needs to be down.
-
-
Class adams.gui.visualization.object.mouseclick.AddMetaData extends AbstractMouseClickProcessor implements Serializable
- serialVersionUID:
- -5747047661002140048L
-
Class adams.gui.visualization.object.mouseclick.DeleteObjects extends AbstractMouseClickProcessor implements Serializable
- serialVersionUID:
- -5747047661002140048L
-
Serialized Fields
-
m_MetaDataKeys
BaseString[] m_MetaDataKeys
the keys in the meta-data.
-
-
Class adams.gui.visualization.object.mouseclick.MultiProcessor extends AbstractMouseClickProcessor implements Serializable
- serialVersionUID:
- 8422134104160247274L
-
Serialized Fields
-
m_Processors
AbstractMouseClickProcessor[] m_Processors
the processors.
-
-
Class adams.gui.visualization.object.mouseclick.NullProcessor extends AbstractMouseClickProcessor implements Serializable
- serialVersionUID:
- 8422134104160247274L
-
Class adams.gui.visualization.object.mouseclick.SetLabel extends AbstractMouseClickProcessor implements Serializable
- serialVersionUID:
- 8422134104160247274L
-
Class adams.gui.visualization.object.mouseclick.ViewObjects extends AbstractMouseClickProcessor implements Serializable
- serialVersionUID:
- -5747047661002140048L
-
Serialized Fields
-
m_MetaDataKeys
BaseString[] m_MetaDataKeys
the keys in the meta-data.
-
-
-
Package adams.gui.visualization.object.objectannotations.check
-
Class adams.gui.visualization.object.objectannotations.check.AbstractAnnotationCheck extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2859885916282772394L
-
Serialized Fields
-
m_Enabled
boolean m_Enabled
whether the check is enabled.
-
-
Class adams.gui.visualization.object.objectannotations.check.MultiCheck extends AbstractAnnotationCheck implements Serializable
- serialVersionUID:
- 2081359805181761621L
-
Serialized Fields
-
m_Checks
AnnotationCheck[] m_Checks
the checks to apply.
-
-
Class adams.gui.visualization.object.objectannotations.check.PassThrough extends AbstractAnnotationCheck implements Serializable
- serialVersionUID:
- 2081359805181761621L
-
Class adams.gui.visualization.object.objectannotations.check.RequireMetaData extends AbstractAnnotationCheck implements Serializable
- serialVersionUID:
- 2081359805181761621L
-
Serialized Fields
-
m_Key
String m_Key
the meta-data key to be present.
-
-
-
Package adams.gui.visualization.object.objectannotations.cleaning
-
Class adams.gui.visualization.object.objectannotations.cleaning.AbstractAnnotationCleaner extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2859885916282772394L
-
Serialized Fields
-
m_Enabled
boolean m_Enabled
whether the cleaner is enabled.
-
-
Class adams.gui.visualization.object.objectannotations.cleaning.Filter extends AbstractAnnotationCleaner implements Serializable
- serialVersionUID:
- -3683007880321873968L
-
Serialized Fields
-
m_Finder
ObjectFinder m_Finder
the object finder to use.
-
-
Class adams.gui.visualization.object.objectannotations.cleaning.OverlapRemoval extends AbstractAnnotationCleaner implements Serializable
- serialVersionUID:
- -3683007880321873968L
-
Serialized Fields
-
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_OverlapDetection
ObjectOverlap m_OverlapDetection
the object overlap calculation to use. -
m_OverlapRemoval
OverlappingObjectRemoval m_OverlapRemoval
the removal algorithm to use.
-
-
Class adams.gui.visualization.object.objectannotations.cleaning.PassThrough extends AbstractAnnotationCleaner implements Serializable
- serialVersionUID:
- 6357986486229533511L
-
-
Package adams.gui.visualization.object.objectannotations.colors
-
Class adams.gui.visualization.object.objectannotations.colors.AbstractAnnotationColors extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2859885916282772394L
-
Serialized Fields
-
m_Enabled
boolean m_Enabled
whether the colorization is enabled.
-
-
Class adams.gui.visualization.object.objectannotations.colors.FixedColor extends AbstractAnnotationColors implements Serializable
- serialVersionUID:
- -1331416212214116733L
-
Serialized Fields
-
m_Color
Color m_Color
the fixed color to use.
-
-
Class adams.gui.visualization.object.objectannotations.colors.PerType extends AbstractAnnotationColors implements Serializable
- serialVersionUID:
- -1331416212214116733L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_MetaDataKey
String m_MetaDataKey
the key in the meta-data that contains the type. -
m_NoTypeColor
Color m_NoTypeColor
the color to use if no type present. -
m_PredefinedTypes
BaseString[] m_PredefinedTypes
predefined types. -
m_TypeRegExp
BaseRegExp m_TypeRegExp
the regular expression for the types to draw.
-
-
Class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping extends AbstractAnnotationColors implements Serializable
- serialVersionUID:
- -1331416212214116733L
-
Serialized Fields
-
m_Colors
BaseColor[] m_Colors
the colors. -
m_FallbackColor
Color m_FallbackColor
the fallback color for labels that have no color defined. -
m_MetaDataKey
String m_MetaDataKey
the key in the meta-data that contains the type. -
m_NoTypeColor
Color m_NoTypeColor
the color to use if no type present. -
m_Types
BaseString[] m_Types
the types.
-
-
Class adams.gui.visualization.object.objectannotations.colors.VaryByObject extends AbstractAnnotationColors implements Serializable
- serialVersionUID:
- -1331416212214116733L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use.
-
-
-
Package adams.gui.visualization.object.objectannotations.label
-
Class adams.gui.visualization.object.objectannotations.label.AbstractLabelPlotter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2859885916282772394L
-
Serialized Fields
-
m_Enabled
boolean m_Enabled
whether the plotter is enabled.
-
-
Class adams.gui.visualization.object.objectannotations.label.Anchored extends AbstractLabelPlotter implements Serializable
- serialVersionUID:
- -2032898070308967178L
-
Serialized Fields
-
m_Anchor
ImageAnchor m_Anchor
the label anchor. -
m_Font
Font m_Font
the label font. -
m_Format
String m_Format
the label for the rectangles. -
m_MetaDataKey
String m_MetaDataKey
the key in the meta-data that contains the type. -
m_OffsetX
int m_OffsetX
the x offset for the label. -
m_OffsetY
int m_OffsetY
the y offset for the label. -
m_Reference
Anchored.AnchorReference m_Reference
the anchor reference.
-
-
Class adams.gui.visualization.object.objectannotations.label.MultiLabelPlotter extends AbstractLabelPlotter implements Serializable
- serialVersionUID:
- 7476304350100694571L
-
Serialized Fields
-
m_Plotters
LabelPlotter[] m_Plotters
the plotters to use.
-
-
Class adams.gui.visualization.object.objectannotations.label.NoLabel extends AbstractLabelPlotter implements Serializable
- serialVersionUID:
- -2032898070308967178L
-
-
Package adams.gui.visualization.object.objectannotations.outline
-
Class adams.gui.visualization.object.objectannotations.outline.AbstractOutlinePlotter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2859885916282772394L
-
Serialized Fields
-
m_Enabled
boolean m_Enabled
whether the plotter is enabled.
-
-
Class adams.gui.visualization.object.objectannotations.outline.AbstractStrokeOutlinePlotter extends AbstractOutlinePlotter implements Serializable
- serialVersionUID:
- 5687473202923757616L
-
Serialized Fields
-
m_StrokeThickness
float m_StrokeThickness
the thickness of the stroke.
-
-
Class adams.gui.visualization.object.objectannotations.outline.MultiOutlinePlotter extends AbstractOutlinePlotter implements Serializable
- serialVersionUID:
- 7476304350100694571L
-
Serialized Fields
-
m_Plotters
OutlinePlotter[] m_Plotters
the plotters to use.
-
-
Class adams.gui.visualization.object.objectannotations.outline.NoOutline extends AbstractOutlinePlotter implements Serializable
- serialVersionUID:
- 4015863442585525660L
-
Class adams.gui.visualization.object.objectannotations.outline.PolygonOutline extends AbstractStrokeOutlinePlotter implements Serializable
- serialVersionUID:
- -2429218032837933149L
-
Serialized Fields
-
m_BoundingBoxFallbackRatio
double m_BoundingBoxFallbackRatio
the ratio used for determining whether to fall back from polygon on bbox. -
m_Fallback
boolean m_Fallback
whether to fallback on bounding box.
-
-
Class adams.gui.visualization.object.objectannotations.outline.PolygonVertices extends AbstractStrokeOutlinePlotter implements Serializable
- serialVersionUID:
- -2429218032837933149L
-
Serialized Fields
-
m_BoundingBoxFallbackRatio
double m_BoundingBoxFallbackRatio
the ratio used for determining whether to fall back from polygon on bbox. -
m_Extent
int m_Extent
the maximum width/height of the shape to plot around the vertices. -
m_Fallback
boolean m_Fallback
whether to fallback on bounding box. -
m_PlotSubset
Set<LocatedObject> m_PlotSubset
the objects to limit the plotting to. -
m_Shape
VertexShape m_Shape
the marker shape.
-
-
Class adams.gui.visualization.object.objectannotations.outline.RectangleOutline extends AbstractStrokeOutlinePlotter implements Serializable
- serialVersionUID:
- -2429218032837933149L
-
Class adams.gui.visualization.object.objectannotations.outline.RectangleVertices extends AbstractStrokeOutlinePlotter implements Serializable
- serialVersionUID:
- -2429218032837933149L
-
Serialized Fields
-
m_Extent
int m_Extent
the maximum width/height of the shape to plot around the vertices. -
m_PlotSubset
Set<LocatedObject> m_PlotSubset
the objects to limit the plotting to. -
m_Shape
VertexShape m_Shape
the marker shape.
-
-
-
Package adams.gui.visualization.object.objectannotations.shape
-
Class adams.gui.visualization.object.objectannotations.shape.AbstractShapePlotter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2859885916282772394L
-
Serialized Fields
-
m_Enabled
boolean m_Enabled
whether the plotter is enabled.
-
-
Class adams.gui.visualization.object.objectannotations.shape.Center extends AbstractShapePlotter implements Serializable
- serialVersionUID:
- 5516830542182177734L
-
Serialized Fields
-
m_Diameter
int m_Diameter
the diameter of the circle.
-
-
Class adams.gui.visualization.object.objectannotations.shape.FilledPolygon extends AbstractShapePlotter implements Serializable
- serialVersionUID:
- 5516830542182177734L
-
Serialized Fields
-
m_BoundingBoxFallbackRatio
double m_BoundingBoxFallbackRatio
the ratio used for determining whether to fall back from polygon on bbox. -
m_Fallback
boolean m_Fallback
whether to fallback on bounding box.
-
-
Class adams.gui.visualization.object.objectannotations.shape.FilledRectangle extends AbstractShapePlotter implements Serializable
- serialVersionUID:
- 5516830542182177734L
-
Class adams.gui.visualization.object.objectannotations.shape.MultiShapePlotter extends AbstractShapePlotter implements Serializable
- serialVersionUID:
- 7476304350100694571L
-
Serialized Fields
-
m_Plotters
ShapePlotter[] m_Plotters
the plotters to use.
-
-
Class adams.gui.visualization.object.objectannotations.shape.NoShape extends AbstractShapePlotter implements Serializable
- serialVersionUID:
- 8158374451222831923L
-
-
Package adams.gui.visualization.object.overlay
-
Class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport extends AbstractOverlay implements Serializable
- serialVersionUID:
- 6356419097401574024L
-
Serialized Fields
-
m_CustomAlpha
int m_CustomAlpha
the custom alpha value to use. -
m_CustomAlphaColorCache
Map<Color,Color> m_CustomAlphaColorCache
the color cache. -
m_CustomAlphaEnabled
boolean m_CustomAlphaEnabled
whether a custom alpha is in use. -
m_LocationsUpdatedListeners
Set<ChangeListener> m_LocationsUpdatedListeners
the listeners for locations updates. -
m_Overlays
ReportObjectOverlay m_Overlays
the overlay handler.
-
-
Class adams.gui.visualization.object.overlay.AbstractOverlay extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5270536540300573516L
-
Serialized Fields
-
m_Enabled
boolean m_Enabled
whether the overlay is enabled.
-
-
Class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport extends AbstractOverlay implements Serializable
- serialVersionUID:
- 6356419097401574024L
-
Serialized Fields
-
m_CustomAlpha
int m_CustomAlpha
the custom alpha value to use. -
m_CustomAlphaColorCache
Map<Color,Color> m_CustomAlphaColorCache
the color cache. -
m_CustomAlphaEnabled
boolean m_CustomAlphaEnabled
whether a custom alpha is in use. -
m_LocationsUpdatedListeners
Set<ChangeListener> m_LocationsUpdatedListeners
the listeners for locations updates. -
m_Overlays
ReportPointOverlay m_Overlays
the overlay handler.
-
-
Class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay extends AbstractOverlay implements Serializable
- serialVersionUID:
- -4472215867236513662L
-
Serialized Fields
-
m_Color
Color m_Color
the color for the objects. -
m_CustomAlpha
int m_CustomAlpha
the custom alpha value to use. -
m_CustomAlphaEnabled
boolean m_CustomAlphaEnabled
whether a custom alpha is in use. -
m_Field
Field m_Field
the field to store the classification label in. -
m_LabelFont
Font m_LabelFont
the label font. -
m_LabelOffsetX
int m_LabelOffsetX
the x offset for the label. -
m_LabelOffsetY
int m_LabelOffsetY
the y offset for the label.
-
-
Class adams.gui.visualization.object.overlay.MultiOverlay extends AbstractOverlay implements Serializable
- serialVersionUID:
- 6417360675029377483L
-
Serialized Fields
-
m_Overlays
Overlay[] m_Overlays
the overlays to combine.
-
-
Class adams.gui.visualization.object.overlay.NullOverlay extends AbstractOverlay implements Serializable
- serialVersionUID:
- 7620433880368599467L
-
Class adams.gui.visualization.object.overlay.ObjectAnnotations extends AbstractOverlay implements Serializable
- serialVersionUID:
- 7620433880368599467L
-
Serialized Fields
-
m_AnnotationCheck
AnnotationCheck m_AnnotationCheck
for detecting invalid annotations and displaying them differently. -
m_Cleaners
AnnotationCleaner[] m_Cleaners
the cleaners to use. -
m_CustomAlpha
int m_CustomAlpha
the custom alpha value to use. -
m_CustomAlphaColorCache
Map<Color,Color> m_CustomAlphaColorCache
the color cache. -
m_CustomAlphaEnabled
boolean m_CustomAlphaEnabled
whether a custom alpha is in use. -
m_InvalidOutlineColor
AnnotationColors m_InvalidOutlineColor
the colorizers for the outline (invalid annotations). -
m_InvalidOutlinePlotter
OutlinePlotter m_InvalidOutlinePlotter
the outline plotters (invalid annotations). -
m_InvalidShapeColor
AnnotationColors m_InvalidShapeColor
the colorizers for the shape annotations (invalid annotations). -
m_InvalidShapePlotter
ShapePlotter m_InvalidShapePlotter
the shape plotter for annotations (invalid annotations). -
m_LabelColors
AnnotationColors[] m_LabelColors
the colorizers for the labels. -
m_LabelPlotters
LabelPlotter[] m_LabelPlotters
the label plotters. -
m_OutlineColors
AnnotationColors[] m_OutlineColors
the colorizers for the outline. -
m_OutlinePlotters
OutlinePlotter[] m_OutlinePlotters
the outline plotters. -
m_Prefix
String m_Prefix
the prefix to use. -
m_ShapeColors
AnnotationColors[] m_ShapeColors
the colorizers for the shape. -
m_ShapePlotters
ShapePlotter[] m_ShapePlotters
the shape plotters.
-
-
Class adams.gui.visualization.object.overlay.ObjectCentersOverlayFromReport extends AbstractObjectOverlayFromReport implements Serializable
- serialVersionUID:
- 6356419097401574024L
-
Serialized Fields
-
m_Diameter
double m_Diameter
the diameter of the circle.
-
-
Class adams.gui.visualization.object.overlay.ObjectLocationsOverlayFromReport extends AbstractObjectOverlayFromReport implements Serializable
- serialVersionUID:
- 6356419097401574024L
-
Serialized Fields
-
m_Filled
boolean m_Filled
whether to draw the shape filled. -
m_PolygonBounds
boolean m_PolygonBounds
whether to draw the bounds of the polygon as well. -
m_StrokeThickness
float m_StrokeThickness
the thickness of the stroke.
-
-
Class adams.gui.visualization.object.overlay.SimplePointOverlayFromReport extends AbstractPointOverlayFromReport implements Serializable
- serialVersionUID:
- 6356419097401574024L
-
Serialized Fields
-
m_Diameter
int m_Diameter
the diameter of the circle.
-
-
-
Package adams.gui.visualization.object.tools
-
Class adams.gui.visualization.object.tools.AbstractTool extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- -6782161796343153566L
-
Serialized Fields
-
m_CanvasPanel
CanvasPanel m_CanvasPanel
the canvas panel to operate on. -
m_KeyListener
ToolKeyAdapter m_KeyListener
the key listener. -
m_Listener
ToolMouseAdapter m_Listener
the mouse listener. -
m_Modified
boolean m_Modified
whether the settings are currently modified. -
m_MotionListener
ToolMouseMotionAdapter m_MotionListener
the mouse motion listener. -
m_PanelFullOptions
BasePanel m_PanelFullOptions
the full option panel. -
m_PanelOptions
BasePanel m_PanelOptions
the options panel.
-
-
Class adams.gui.visualization.object.tools.AbstractToolWithParameterPanel extends AbstractTool implements Serializable
- serialVersionUID:
- -3238804649373495561L
-
Serialized Fields
-
m_ButtonApply
BaseFlatButton m_ButtonApply
the apply button.
-
-
Class adams.gui.visualization.object.tools.Annotator extends AbstractToolWithParameterPanel implements Serializable
- serialVersionUID:
- -3238804649373495561L
-
Serialized Fields
-
m_Annotator
AbstractAnnotator m_Annotator
the annotator to use. -
m_GOEAnnotator
GenericObjectEditorPanel m_GOEAnnotator
the GOE for selecting the annotator.
-
-
Class adams.gui.visualization.object.tools.Edit extends AbstractToolWithParameterPanel implements Serializable
- serialVersionUID:
- -3238804649373495561L
-
Serialized Fields
-
m_BoundingBox
boolean m_BoundingBox
whether to edit bboxes. -
m_Object
LocatedObject m_Object
the affected object. -
m_PolygonVertices
PolygonVertices m_PolygonVertices
the polygon plotter to use. -
m_Prefix
String m_Prefix
the object prefix to use. -
m_RadioBoundingBox
JRadioButton m_RadioBoundingBox
the radio button for bounding box. -
m_RadioPolygon
JRadioButton m_RadioPolygon
the radio button for polygon. -
m_Selected
boolean m_Selected
whether a vertex was selected. -
m_SelectedObjects
List<LocatedObject> m_SelectedObjects
the currently selected object. -
m_SelectionTolerance
int m_SelectionTolerance
the tolerance in pixels for selecting a vertex. -
m_TextPrefix
BaseTextField m_TextPrefix
the object prefix to use. -
m_TextSelectionTolerance
NumberTextField m_TextSelectionTolerance
the tolerance in pixels for selecting a vertex. -
m_VertexNew
Point m_VertexNew
the new vertex. -
m_VertexOld
Point m_VertexOld
the old vertex.
-
-
Class adams.gui.visualization.object.tools.Export extends AbstractToolWithParameterPanel implements Serializable
- serialVersionUID:
- 4123530788025166552L
-
Serialized Fields
-
m_FileChooserPanel
FileChooserPanel m_FileChooserPanel
the file to export the image to.
-
-
Class adams.gui.visualization.object.tools.Move extends AbstractToolWithParameterPanel implements Serializable
- serialVersionUID:
- -3238804649373495561L
-
Serialized Fields
-
m_DragEnd
Point m_DragEnd
the end point of the drag. -
m_Dragging
boolean m_Dragging
whether the mouse is being dragged. -
m_DragStart
Point m_DragStart
the starting point of the drag. -
m_PolygonVertices
PolygonVertices m_PolygonVertices
the polygon plotter to use. -
m_Prefix
String m_Prefix
the object prefix to use. -
m_SelectedObjects
List<LocatedObject> m_SelectedObjects
the currently selected object. -
m_TextPrefix
BaseTextField m_TextPrefix
the object prefix to use.
-
-
-
Package adams.gui.visualization.pdf
-
Class adams.gui.visualization.pdf.PDFPanel extends BasePanel implements Serializable
- serialVersionUID:
- -1994121429485824895L
-
Class adams.gui.visualization.pdf.PDFViewerPanel extends BasePanel implements Serializable
- serialVersionUID:
- 1270944412770632645L
-
Serialized Fields
-
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemFileClose
JMenuItem m_MenuItemFileClose
the "close" menu item. -
m_MenuItemFileExit
JMenuItem m_MenuItemFileExit
the "exit" menu item. -
m_MenuItemFileOpen
JMenuItem m_MenuItemFileOpen
the "open" menu item. -
m_MenuItemFileOpenRecent
JMenu m_MenuItemFileOpenRecent
the "load recent" submenu. -
m_MenuItemFilePrint
JMenuItem m_MenuItemFilePrint
the "print" menu item. -
m_MenuItemToolsExtractImages
AbstractPDFViewerAction m_MenuItemToolsExtractImages
the "extract images" menu item. -
m_MenuItemToolsExtractPages
AbstractPDFViewerAction m_MenuItemToolsExtractPages
the "extract pages" menu item. -
m_MenuItemToolsExtractText
AbstractPDFViewerAction m_MenuItemToolsExtractText
the "extract text" menu item. -
m_MultiPagePane
PDFViewerPanel.MultiPagePane m_MultiPagePane
the multipage pane for displaying the PDF files. -
m_RecentFilesHandler
RecentFilesHandler<JMenu> m_RecentFilesHandler
the recent files handler. -
m_ViewerActions
List<AbstractPDFViewerAction> m_ViewerActions
the menu item actions.
-
-
Class adams.gui.visualization.pdf.PDFViewerPanel.MultiPagePane extends MultiPagePane implements Serializable
- serialVersionUID:
- -2048229771213837710L
-
-
Package adams.gui.visualization.pdf.menu
-
Class adams.gui.visualization.pdf.menu.AbstractPDFViewerAction extends AbstractBaseAction implements Serializable
- serialVersionUID:
- 202203834288495784L
-
Serialized Fields
-
m_Owner
PDFViewerPanel m_Owner
the owner.
-
-
Class adams.gui.visualization.pdf.menu.ToolExtractImages extends AbstractPDFViewerAction implements Serializable
- serialVersionUID:
- 2142193307909160127L
-
Class adams.gui.visualization.pdf.menu.ToolExtractPages extends AbstractPDFViewerAction implements Serializable
- serialVersionUID:
- 2142193307909160127L
-
Class adams.gui.visualization.pdf.menu.ToolExtractText extends AbstractPDFViewerAction implements Serializable
- serialVersionUID:
- 2142193307909160127L
-
-
Package adams.gui.visualization.report
-
Class adams.gui.visualization.report.ReportContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- -7972340961639418611L
-
Class adams.gui.visualization.report.ReportContainerDisplayIDGenerator extends AbstractContainerDisplayStringGenerator<ReportContainer> implements Serializable
- serialVersionUID:
- 1410620240917299353L
-
Class adams.gui.visualization.report.ReportContainerList extends AbstractContainerList<ReportContainerManager,ReportContainer> implements Serializable
- serialVersionUID:
- -1049275455980966385L
-
Class adams.gui.visualization.report.ReportContainerManager extends AbstractContainerManager<ReportContainer> implements Serializable
- serialVersionUID:
- -6144975286254812052L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.gui.visualization.report.ReportContainerModel extends ContainerModel<ReportContainerManager,ReportContainer> implements Serializable
- serialVersionUID:
- 8164076143115071049L
-
Class adams.gui.visualization.report.ReportContainerTableColumnNameGenerator extends DefaultContainerTableColumnNameGenerator implements Serializable
- serialVersionUID:
- 8910978103027731427L
-
Class adams.gui.visualization.report.ReportDateFieldPaintlet extends AbstractPaintlet implements Serializable
- serialVersionUID:
- 4296847364394457330L
-
Class adams.gui.visualization.report.ReportDateFieldRangePaintlet extends AbstractPaintlet implements Serializable
- serialVersionUID:
- 5013286925457654660L
-
Class adams.gui.visualization.report.ReportFactory.Dialog extends BaseDialog implements Serializable
- serialVersionUID:
- 377068894443930941L
-
Serialized Fields
-
m_Panel
ReportFactory.Panel<C extends ReportContainer,M extends ReportContainerManager> m_Panel
the panel for displaying the reports. -
m_SearchPanel
SearchPanel m_SearchPanel
the search panel. -
m_Self
ReportFactory.Dialog m_Self
the dialog itself.
-
-
Class adams.gui.visualization.report.ReportFactory.Model extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- -6741006047295351384L
-
Serialized Fields
-
m_Fields
List<AbstractField> m_Fields
for faster access, caching the fields. -
m_NumDecimals
int m_NumDecimals
the number of decimals for numeric values (-1 means all). -
m_Report
Report m_Report
the underlying report.
-
-
Class adams.gui.visualization.report.ReportFactory.Panel extends BasePanel implements Serializable
- serialVersionUID:
- -2563183937371175033L
-
Serialized Fields
-
m_ContainerManager
M extends ReportContainerManager m_ContainerManager
the manager the tabbed pane listens to. -
m_DataContainerPanel
DataContainerPanel m_DataContainerPanel
the associated panel with the data. -
m_PanelTable
BasePanel m_PanelTable
the panel for the table. -
m_RegExp
boolean m_RegExp
whether the last search was using regular expressions. -
m_ReportContainerList
ReportContainerList m_ReportContainerList
the panel with the containers. -
m_SearchString
String m_SearchString
the string that was searched for. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane for table and list. -
m_VisibilityManager
boolean m_VisibilityManager
whether the manager is one handling visibility.
-
-
Class adams.gui.visualization.report.ReportFactory.StandardsDialog extends BaseDialog implements Serializable
- serialVersionUID:
- -4658524307287732983L
-
Serialized Fields
-
m_ButtonAdd
BaseButton m_ButtonAdd
for Add button. -
m_ButtonCancel
BaseButton m_ButtonCancel
for Cancel button. -
m_ButtonOK
BaseButton m_ButtonOK
for OK button. -
m_ButtonRemove
BaseButton m_ButtonRemove
for Add button. -
m_Canceled
boolean m_Canceled
whether the dialog was canceled. -
m_ComboBoxCompounds
BaseComboBox m_ComboBoxCompounds
for combobox with the compounds. -
m_LabelCompounds
JLabel m_LabelCompounds
the label for the compounds. -
m_LabelMaxValue
JLabel m_LabelMaxValue
the label for the max value text field. -
m_LabelMinValue
JLabel m_LabelMinValue
the label for the min value text field. -
m_ListCompounds
JList m_ListCompounds
the listbox with the selected compound/min/max items. -
m_ModelCompounds
DefaultListModel m_ModelCompounds
the list model for the compounds. -
m_PanelValues
JPanel m_PanelValues
the panel with the values. -
m_SelectedCompound
Field m_SelectedCompound
the selected compound. -
m_Self
ReportFactory.StandardsDialog m_Self
the dialog itself. -
m_TextMaxValue
BaseTextField m_TextMaxValue
the text field for the maximum value. -
m_TextMinValue
BaseTextField m_TextMinValue
the text field for the minimum value.
-
-
Class adams.gui.visualization.report.ReportFactory.Table extends SortableAndSearchableTable implements Serializable
- serialVersionUID:
- -4065569582552285461L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection. -
m_DataContainerPanel
DataContainerPanel m_DataContainerPanel
an optional spectrum panel that owns the data. -
m_FileChooser
AbstractReportFileChooser m_FileChooser
the file chooser for saving the report. -
m_PopupActions
String[] m_PopupActions
the structure of the popup menu. -
m_ReportChangeListeners
Set<ChangeListener> m_ReportChangeListeners
the change listeners.
-
-
-
Package adams.gui.visualization.report.reportfactory
-
Class adams.gui.visualization.report.reportfactory.AbstractTableAction extends AbstractBaseAction implements Serializable
- serialVersionUID:
- 3352294109225825118L
-
Class adams.gui.visualization.report.reportfactory.AbstractTableActionWithDatabaseAccess extends AbstractTableAction implements Serializable
- serialVersionUID:
- -2043816027261871298L
-
Class adams.gui.visualization.report.reportfactory.AbstractTableActionWithDataContainerPanel extends AbstractTableAction implements Serializable
- serialVersionUID:
- 6530480770153446035L
-
Class adams.gui.visualization.report.reportfactory.AddField extends AbstractTableAction implements Serializable
- serialVersionUID:
- 2839250960387657274L
-
Class adams.gui.visualization.report.reportfactory.CopyFieldName extends AbstractTableAction implements Serializable
- serialVersionUID:
- -8462082833012930410L
-
Class adams.gui.visualization.report.reportfactory.CopyFieldValue extends AbstractTableAction implements Serializable
- serialVersionUID:
- 3873065739520557038L
-
Class adams.gui.visualization.report.reportfactory.DatabaseAddField extends AbstractTableActionWithDatabaseAccess implements Serializable
- serialVersionUID:
- 2839250960387657274L
-
Class adams.gui.visualization.report.reportfactory.DatabaseModifyValue extends AbstractTableActionWithDatabaseAccess implements Serializable
- serialVersionUID:
- -8462082833012930410L
-
Class adams.gui.visualization.report.reportfactory.DatabaseRemoveField extends AbstractTableActionWithDatabaseAccess implements Serializable
- serialVersionUID:
- -7727702763234836816L
-
Class adams.gui.visualization.report.reportfactory.ExcludedFlag extends AbstractTableActionWithDatabaseAccess implements Serializable
- serialVersionUID:
- -7727702763234836816L
-
Class adams.gui.visualization.report.reportfactory.ModifyValue extends AbstractTableAction implements Serializable
- serialVersionUID:
- -8462082833012930410L
-
Class adams.gui.visualization.report.reportfactory.PrintReport extends AbstractTableAction implements Serializable
- serialVersionUID:
- -131693262283412499L
-
Class adams.gui.visualization.report.reportfactory.RemoveField extends AbstractTableAction implements Serializable
- serialVersionUID:
- -7727702763234836816L
-
Class adams.gui.visualization.report.reportfactory.SaveReport extends AbstractTableAction implements Serializable
- serialVersionUID:
- -131693262283412499L
-
Class adams.gui.visualization.report.reportfactory.Separator extends AbstractTableAction implements Serializable
- serialVersionUID:
- -8926002876902501761L
-
Class adams.gui.visualization.report.reportfactory.ViewValue extends AbstractTableAction implements Serializable
- serialVersionUID:
- -8462082833012930410L
-
-
Package adams.gui.visualization.segmentation
-
Class adams.gui.visualization.segmentation.CanvasPanel extends BasePanel implements Serializable
- serialVersionUID:
- -1128271862782338556L
-
Serialized Fields
-
m_LeftMouseDown
boolean m_LeftMouseDown
whether the left mouse button is down. -
m_Owner
SegmentationPanel m_Owner
the owner. -
m_RightMouseDown
boolean m_RightMouseDown
whether the right mouse button is down.
-
-
Class adams.gui.visualization.segmentation.SegmentationPanel extends BasePanel implements Serializable
- serialVersionUID:
- -7354416525309860289L
-
Serialized Fields
-
m_ActiveTool
Tool m_ActiveTool
the active tool. -
m_ButtonAddUndo
BaseFlatButton m_ButtonAddUndo
the button for adding an undo. -
m_ButtonLayersAll
BaseButton m_ButtonLayersAll
the buttons for enabling all layers. -
m_ButtonLayersInvert
BaseButton m_ButtonLayersInvert
the buttons for inverting selected layers. -
m_ButtonLayersNone
BaseButton m_ButtonLayersNone
the buttons for disabling all layers. -
m_ButtonRedo
BaseFlatButton m_ButtonRedo
the button for performing a redo. -
m_ButtonUndo
BaseFlatButton m_ButtonUndo
the button for performing an undo. -
m_ButtonZoom
BaseFlatButton m_ButtonZoom
the button for applying the zoom. -
m_ButtonZoomBestFit
BaseFlatButton m_ButtonZoomBestFit
the button for best fit zoom. -
m_ButtonZoomClear
BaseFlatButton m_ButtonZoomClear
the button for clearing zoom. -
m_ButtonZoomIn
BaseFlatButton m_ButtonZoomIn
the button for zooming in. -
m_ButtonZoomOut
BaseFlatButton m_ButtonZoomOut
the button for zooming out. -
m_ContainerSettings
SegmentationPanel.ContainerSettings m_ContainerSettings
whether separate layers were used. -
m_LastKeyListener
KeyListener m_LastKeyListener
the last key listener in use. -
m_LastMouseListener
MouseListener m_LastMouseListener
the last mouse listener in use. -
m_LastMouseMotionListener
MouseMotionListener m_LastMouseMotionListener
the last mouse motion listener in use. -
m_Manager
LayerManager m_Manager
layer manager. -
m_PaintOperation
PaintOperation m_PaintOperation
the paint operation in use. -
m_PanelCanvas
CanvasPanel m_PanelCanvas
the panel for drawing. -
m_PanelCenter
BasePanel m_PanelCenter
the center panel. -
m_PanelLayers
BasePanel m_PanelLayers
the layers panel. -
m_PanelLeft
BasePanel m_PanelLeft
the left panel. -
m_PanelToolButtons
JPanel m_PanelToolButtons
the panel with the buttons. -
m_PanelToolOptions
BasePanel m_PanelToolOptions
the panel for displaying the tool options. -
m_PanelTools
BasePanel m_PanelTools
the tools panel. -
m_ScrollPane
BaseScrollPane m_ScrollPane
the JScrollPane that embeds the canvas panel. -
m_SplitPaneLeft
BaseSplitPane m_SplitPaneLeft
the main split pane. -
m_SplitPaneRight
BaseSplitPane m_SplitPaneRight
the left split pane. -
m_SplitPaneTools
BaseSplitPane m_SplitPaneTools
the split pane for the tools. -
m_TextZoom
NumberTextField m_TextZoom
the text field for the zoom. -
m_Tools
List<Tool> m_Tools
the tools.
-
-
Class adams.gui.visualization.segmentation.SegmentationPanel.ContainerSettings extends Object implements Serializable
- serialVersionUID:
- -1259550529300418416L
-
Serialized Fields
-
allowLayerActions
boolean allowLayerActions
whether actions are allowed. -
allowLayerRemoval
boolean allowLayerRemoval
whether layers can be removed. -
alpha
float alpha
the alpha value for the layers. -
colorProvider
ColorProvider colorProvider
the color provider that was used. -
labels
String[] labels
the labels in use. -
layerVisibility
SegmentationPanel.LayerVisibility layerVisibility
the visibility. -
useSeparateLayers
boolean useSeparateLayers
whether separate layers were used.
-
-
-
Package adams.gui.visualization.segmentation.layer
-
Class adams.gui.visualization.segmentation.layer.AbstractImageLayer extends AbstractLayer implements Serializable
- serialVersionUID:
- 2430218535175155529L
-
Serialized Fields
-
m_Image
BufferedImage m_Image
the underlying image.
-
-
Class adams.gui.visualization.segmentation.layer.AbstractImageLayer.AbstractImageLayerState extends AbstractLayer.AbstractLayerState implements Serializable
- serialVersionUID:
- -5652014216527524598L
-
Serialized Fields
-
image
BufferedImage image
the image.
-
-
Class adams.gui.visualization.segmentation.layer.AbstractLayer extends BasePanel implements Serializable
- serialVersionUID:
- -3811495263799661072L
-
Serialized Fields
-
m_CheckboxEnabled
BaseCheckBox m_CheckboxEnabled
Whether the layer is enabled. -
m_Manager
LayerManager m_Manager
the layer manager.
-
-
Class adams.gui.visualization.segmentation.layer.AbstractLayer.AbstractLayerState extends Object implements Serializable
- serialVersionUID:
- -5652014216527524598L
-
Serialized Fields
-
enabled
boolean enabled
whether enabled. -
name
String name
the name.
-
-
Class adams.gui.visualization.segmentation.layer.BackgroundLayer extends AbstractLayer implements Serializable
- serialVersionUID:
- 1680744036963757388L
-
Serialized Fields
-
m_ButtonApply
BaseFlatButton m_ButtonApply
the button for applying the values. -
m_LabelName
JLabel m_LabelName
the label with the name. -
m_TextColor
BaseColorTextField m_TextColor
The color to use.
-
-
Class adams.gui.visualization.segmentation.layer.BackgroundLayer.BackgroundLayerState extends AbstractLayer.AbstractLayerState implements Serializable
- serialVersionUID:
- -5652014216527524598L
-
Serialized Fields
-
color
Color color
the color.
-
-
Class adams.gui.visualization.segmentation.layer.CombinedLayer extends AbstractImageLayer implements Serializable
- serialVersionUID:
- -104739528589704124L
-
Serialized Fields
-
m_ActiveSubLayer
CombinedLayer.CombinedSubLayer m_ActiveSubLayer
the currently active layer. -
m_Alpha
float m_Alpha
the applied alpha. -
m_ButtonApply
BaseFlatButton m_ButtonApply
the button for applying the values. -
m_PanelLayers
JPanel m_PanelLayers
the panel for the layers. -
m_SubLayers
List<CombinedLayer.CombinedSubLayer> m_SubLayers
the layers. -
m_TextAlpha
BaseObjectTextField<BaseFloat> m_TextAlpha
the overall alpha to use.
-
-
Class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedLayerState extends AbstractImageLayer.AbstractImageLayerState implements Serializable
- serialVersionUID:
- -5652014216527524598L
-
Serialized Fields
-
alpha
float alpha
the alpha value. -
alphaApplied
float alphaApplied
the applied alpha value. -
order
List<String> order
the order of the layers. -
subLayers
Map<String,CombinedLayer.CombinedSubLayerState> subLayers
the sub-layers.
-
-
Class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayer extends BasePanel implements Serializable
- serialVersionUID:
- 3535764327769203506L
-
Serialized Fields
-
m_ActualColor
Color m_ActualColor
the current actual color (incl alpha). -
m_ActualColorOld
Color m_ActualColorOld
the old actual color (incl alpha). -
m_ButtonActivate
BaseFlatButton m_ButtonActivate
the button for activating, showing the name. -
m_ButtonApply
BaseFlatButton m_ButtonApply
the button for applying the values. -
m_Owner
CombinedLayer m_Owner
the owner. -
m_TextAlpha
BaseObjectTextField<BaseFloat> m_TextAlpha
The alpha value in use. -
m_TextColor
BaseColorTextField m_TextColor
The color to use.
-
-
Class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayerState extends AbstractLayer.AbstractLayerState implements Serializable
- serialVersionUID:
- -5652014216527524598L
-
Class adams.gui.visualization.segmentation.layer.ImageLayer extends AbstractImageLayer implements Serializable
- serialVersionUID:
- 1680744036963757388L
-
Serialized Fields
-
m_BrightImage
BufferedImage m_BrightImage
the brightened image. -
m_ButtonApply
BaseFlatButton m_ButtonApply
the button for applying the values. -
m_ButtonName
BaseFlatButton m_ButtonName
the button for copying the label name. -
m_LabelName
JLabel m_LabelName
the label for the layer name. -
m_LastBrightness
Float m_LastBrightness
the last brightness. -
m_TextBrightness
NumberTextField m_TextBrightness
the brightness to use.
-
-
Class adams.gui.visualization.segmentation.layer.ImageLayer.ImageLayerState extends AbstractImageLayer.AbstractImageLayerState implements Serializable
- serialVersionUID:
- -5652014216527524598L
-
Class adams.gui.visualization.segmentation.layer.LayerManager extends Object implements Serializable
- serialVersionUID:
- 4462920156618724031L
-
Serialized Fields
-
m_BackgroundLayer
BackgroundLayer m_BackgroundLayer
the background layer. -
m_BestFitRedone
Set<ChangeListener> m_BestFitRedone
the listeners if the best fit is being redone. -
m_CanvasPanel
CanvasPanel m_CanvasPanel
the canvas panel. -
m_ChangeListeners
Set<ChangeListener> m_ChangeListeners
the change listeners. -
m_CombinedLayer
CombinedLayer m_CombinedLayer
the combined layer. -
m_IgnoreUpdates
boolean m_IgnoreUpdates
whether to ignore updates. -
m_ImageLayer
ImageLayer m_ImageLayer
the image layer. -
m_Markers
Markers m_Markers
the marker points to draw. -
m_Overlays
List<OverlayLayer> m_Overlays
the overlay layers. -
m_RedoBestFit
boolean m_RedoBestFit
whether bestfit zoom needs to be redone. -
m_SplitLayers
boolean m_SplitLayers
whether to use separate overlay layers or a combined layer. -
m_Undo
Undo m_Undo
the undo manager. -
m_Zoom
double m_Zoom
the zoom (1.0 = 100%).
-
-
Class adams.gui.visualization.segmentation.layer.Markers extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- 3127191904578591061L
-
Serialized Fields
-
m_Color
Color m_Color
the color for the markers. -
m_Extent
int m_Extent
the maximum width/height of the shape to plot around the marker points. -
m_Owner
LayerManager m_Owner
the owner. -
m_Points
List<Point> m_Points
the marker points to draw. -
m_Shape
Markers.Shape m_Shape
the marker shape.
-
-
Class adams.gui.visualization.segmentation.layer.OverlayLayer extends AbstractImageLayer implements Serializable
- serialVersionUID:
- 7829707838665930430L
-
Serialized Fields
-
m_Active
boolean m_Active
whether the layer is active. -
m_ButtonActions
BaseFlatButtonWithDropDownMenu m_ButtonActions
the button for the action drop. -
m_ButtonActivate
BaseFlatButton m_ButtonActivate
the button for activating, showing the name. -
m_ButtonApply
BaseFlatButton m_ButtonApply
the button for applying the values. -
m_ButtonRemove
BaseFlatButton m_ButtonRemove
the button for removing the layer. -
m_TextAlpha
BaseObjectTextField<BaseFloat> m_TextAlpha
The alpha value in use. -
m_TextColor
BaseColorTextField m_TextColor
The color to use.
-
-
Class adams.gui.visualization.segmentation.layer.OverlayLayer.OverlayLayerState extends AbstractImageLayer.AbstractImageLayerState implements Serializable
- serialVersionUID:
- -5652014216527524598L
-
Serialized Fields
-
active
boolean active
whether active. -
alpha
float alpha
the alpha value. -
color
Color color
the color.
-
-
-
Package adams.gui.visualization.segmentation.paintoperation
-
Class adams.gui.visualization.segmentation.paintoperation.AbstractPaintOperation extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7420869998984195986L
-
Serialized Fields
-
m_Enabled
boolean m_Enabled
whether the overlay is enabled. -
m_Owner
Tool m_Owner
the owner.
-
-
Class adams.gui.visualization.segmentation.paintoperation.NullOperation extends AbstractPaintOperation implements Serializable
- serialVersionUID:
- -8571178061712424442L
-
Class adams.gui.visualization.segmentation.paintoperation.PolygonOverlay extends AbstractPaintOperation implements Serializable
- serialVersionUID:
- -4358423705617028678L
-
-
Package adams.gui.visualization.segmentation.tool
-
Class adams.gui.visualization.segmentation.tool.AbstractShapeTool extends AbstractToolWithParameterPanel implements Serializable
- serialVersionUID:
- -4106386739843618810L
-
Serialized Fields
-
m_LastPoint
Point m_LastPoint
the last point that was drawn on.
-
-
Class adams.gui.visualization.segmentation.tool.AbstractTool extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- -6782161796343153566L
-
Serialized Fields
-
m_KeyListener
ToolKeyAdapter m_KeyListener
the key listener. -
m_Listener
ToolMouseAdapter m_Listener
the mouse listener. -
m_MotionListener
ToolMouseMotionAdapter m_MotionListener
the mouse motion listener. -
m_PaintOperation
PaintOperation m_PaintOperation
the paint operation. -
m_PanelCanvas
CanvasPanel m_PanelCanvas
the canvas panel to operate on. -
m_PanelFullOptions
BasePanel m_PanelFullOptions
the full option panel. -
m_PanelOptions
BasePanel m_PanelOptions
the options panel.
-
-
Class adams.gui.visualization.segmentation.tool.AbstractToolWithParameterPanel extends AbstractTool implements Serializable
- serialVersionUID:
- -3238804649373495561L
-
Serialized Fields
-
m_ButtonApply
BaseFlatButton m_ButtonApply
the apply button.
-
-
Class adams.gui.visualization.segmentation.tool.BucketFill extends AbstractToolWithParameterPanel implements Serializable
- serialVersionUID:
- 2574859830274268039L
-
Serialized Fields
-
m_Foreground
boolean m_Foreground
whether to fill in foreground. -
m_RadioBackground
JRadioButton m_RadioBackground
the radio button for background. -
m_RadioForeground
JRadioButton m_RadioForeground
the radio button for foreground. -
m_Size
int m_Size
the current size. -
m_TextZoom
NumberTextField m_TextZoom
the text field for the size. -
m_Zoom
double m_Zoom
the current zoom.
-
-
Class adams.gui.visualization.segmentation.tool.Eraser extends AbstractShapeTool implements Serializable
- serialVersionUID:
- -3058489939334040466L
-
Serialized Fields
-
m_RadioRound
JRadioButton m_RadioRound
the radio button for round shape. -
m_RadioSquare
JRadioButton m_RadioSquare
the radio button for square shape. -
m_Round
boolean m_Round
whether the shape is currently round. -
m_Size
int m_Size
the current size. -
m_TextSize
NumberTextField m_TextSize
the text field for the size.
-
-
Class adams.gui.visualization.segmentation.tool.Export extends AbstractToolWithParameterPanel implements Serializable
- serialVersionUID:
- 4123530788025166552L
-
Serialized Fields
-
m_FileChooserPanel
FileChooserPanel m_FileChooserPanel
the file to export the image to.
-
-
Class adams.gui.visualization.segmentation.tool.Filter extends AbstractToolWithParameterPanel implements Serializable
- serialVersionUID:
- -1508997962532101115L
-
Serialized Fields
-
m_Filter
AbstractImageSegmentationContainerFilter m_Filter
the current filter. -
m_PanelFilter
GenericObjectEditorPanel m_PanelFilter
the filter to apply.
-
-
Class adams.gui.visualization.segmentation.tool.Pencil extends AbstractShapeTool implements Serializable
- serialVersionUID:
- -1508997962532101115L
-
Serialized Fields
-
m_RadioRound
JRadioButton m_RadioRound
the radio button for round shape. -
m_RadioSquare
JRadioButton m_RadioSquare
the radio button for square shape. -
m_Round
boolean m_Round
whether the shape is currently round. -
m_Size
int m_Size
the current size. -
m_TextSize
NumberTextField m_TextSize
the text field for the size.
-
-
Class adams.gui.visualization.segmentation.tool.Pointer extends AbstractTool implements Serializable
- serialVersionUID:
- 3995038607501291060L
-
Class adams.gui.visualization.segmentation.tool.PolygonFill extends AbstractToolWithParameterPanel implements Serializable
- serialVersionUID:
- 2574859830274268039L
-
Serialized Fields
-
m_Foreground
boolean m_Foreground
whether to fill in foreground. -
m_Points
List<Point> m_Points
the polygon points. -
m_PolygonColor
Color m_PolygonColor
the polygon color. -
m_PolygonStroke
float m_PolygonStroke
the polygon stroke thickness. -
m_RadioBackground
JRadioButton m_RadioBackground
the radio button for background. -
m_RadioForeground
JRadioButton m_RadioForeground
the radio button for foreground. -
m_Size
int m_Size
the current size. -
m_TextPolygonColor
BaseColorTextField m_TextPolygonColor
the text field for the polygon color. -
m_TextPolygonStroke
NumberTextField m_TextPolygonStroke
the text field for the polygon stroke thickness. -
m_TextZoom
NumberTextField m_TextZoom
the text field for the size. -
m_Zoom
double m_Zoom
the current zoom.
-
-
Class adams.gui.visualization.segmentation.tool.SwitchLabel extends AbstractToolWithParameterPanel implements Serializable
- serialVersionUID:
- -3058489939334040466L
-
Serialized Fields
-
m_ComboBoxNewLabel
BaseComboBox<String> m_ComboBoxNewLabel
the text field for the new label. -
m_ComboBoxOldLabel
BaseComboBox<String> m_ComboBoxOldLabel
the text field for the old label. -
m_LabelsNew
DefaultComboBoxModel<String> m_LabelsNew
the available labels. -
m_LabelsOld
DefaultComboBoxModel<String> m_LabelsOld
the available labels.
-
-
-
Package adams.gui.visualization.sequence
-
Class adams.gui.visualization.sequence.AbstractXYSequenceMetaDataColorPaintlet extends AbstractXYSequencePaintlet implements Serializable
- serialVersionUID:
- 6545092733472140250L
-
Serialized Fields
-
m_MetaDataColor
AbstractMetaDataColor m_MetaDataColor
for obtaining the color from the meta-data.
-
-
Class adams.gui.visualization.sequence.AbstractXYSequencePaintlet extends AbstractStrokePaintlet implements Serializable
- serialVersionUID:
- 1570802737796372715L
-
Serialized Fields
-
m_CustomerContainerManager
XYSequenceContainerManager m_CustomerContainerManager
a custom container manager to obtain the sequences from. -
m_HitDetector
AbstractXYSequencePointHitDetector m_HitDetector
the hit detector to use. -
m_PointPreprocessor
PointPreprocessor m_PointPreprocessor
the preprocessor.
-
-
Class adams.gui.visualization.sequence.AbstractXYSequencePointHitDetector extends AbstractDistanceBasedHitDetector<List<XYSequencePoint>,String> implements Serializable
- serialVersionUID:
- 8048373104725687691L
-
Serialized Fields
-
m_Owner
XYSequencePaintlet m_Owner
the owner of this detector.
-
-
Class adams.gui.visualization.sequence.BarHitDetector extends AbstractXYSequencePointHitDetector implements Serializable
- serialVersionUID:
- -6333044496555537078L
-
Serialized Fields
-
m_Width
int m_Width
the width of the bar in pixel.
-
-
Class adams.gui.visualization.sequence.BarPaintlet extends AbstractXYSequenceMetaDataColorPaintlet implements Serializable
- serialVersionUID:
- 8968797530613834056L
-
Serialized Fields
-
m_CurrentOffset
int m_CurrentOffset
the current offset. -
m_Offset
int m_Offset
the offset factor. -
m_PaintAll
boolean m_PaintAll
whether to paint all the data points (no optimization). -
m_Width
int m_Width
the width of the bar.
-
-
Class adams.gui.visualization.sequence.ByNamePaintlet extends AbstractXYSequencePaintlet implements Serializable
- serialVersionUID:
- 3270329510617886683L
-
Serialized Fields
-
m_Actor
Actor m_Actor
the actor the paintlet belongs to. -
m_Invert
boolean m_Invert
whether to invert the matching. -
m_Paintlet
XYSequencePaintlet m_Paintlet
the actual paintlet to use. -
m_RegExp
BaseRegExp m_RegExp
the regular expression that determines whether to plot or not.
-
-
Class adams.gui.visualization.sequence.CircleHitDetector extends AbstractXYSequencePointHitDetector implements Serializable
- serialVersionUID:
- -3363546923840405674L
-
Class adams.gui.visualization.sequence.CirclePaintlet extends AbstractXYSequenceMetaDataColorPaintlet implements Serializable
- serialVersionUID:
- -8772546156227148237L
-
Serialized Fields
-
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_Diameter
int m_Diameter
the diameter of the circle.
-
-
Class adams.gui.visualization.sequence.CrossHitDetector extends AbstractXYSequencePointHitDetector implements Serializable
- serialVersionUID:
- -3363546923840405674L
-
Serialized Fields
-
m_Diameter
int m_Diameter
the default diameter to use.
-
-
Class adams.gui.visualization.sequence.CrossPaintlet extends AbstractXYSequenceMetaDataColorPaintlet implements Serializable
- serialVersionUID:
- -8772546156227148237L
-
Serialized Fields
-
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_Diameter
int m_Diameter
the diameter of the cross.
-
-
Class adams.gui.visualization.sequence.DiagonalOverlayPaintlet extends AbstractStrokePaintlet implements Serializable
- serialVersionUID:
- 6292059403058224856L
-
Serialized Fields
-
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_Color
Color m_Color
the color for the overlay.
-
-
Class adams.gui.visualization.sequence.DotHitDetector extends AbstractXYSequencePointHitDetector implements Serializable
- serialVersionUID:
- -3363546923840405674L
-
Class adams.gui.visualization.sequence.DotPaintlet extends AbstractXYSequenceMetaDataColorPaintlet implements Serializable
- serialVersionUID:
- -8772546156227148237L
-
Class adams.gui.visualization.sequence.HorizontalIndicator extends HorizontalIndicatorPaintlet implements Serializable
- serialVersionUID:
- 935897704431169867L
-
Class adams.gui.visualization.sequence.IncrementalSumPaintlet extends LinePaintlet implements Serializable
- serialVersionUID:
- 8242948176244747138L
-
Class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet extends AbstractStrokePaintlet implements Serializable
- serialVersionUID:
- 6292059403058224856L
-
Serialized Fields
-
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_Color
Color m_Color
the color for the overlay. -
m_Font
Font m_Font
the font to use. -
m_OutputSlopeIntercept
boolean m_OutputSlopeIntercept
whether to output slope/intercept. -
m_X
int m_X
the X position of the text (1-based). -
m_Y
int m_Y
the Y position of the text (1-based).
-
-
Class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet extends AbstractStrokePaintletWithContainerIDMatching implements Serializable
- serialVersionUID:
- 6292059403058224856L
-
Serialized Fields
-
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_Color
Color m_Color
the color for the overlay. -
m_Font
Font m_Font
the font to use. -
m_OutputSlopeIntercept
boolean m_OutputSlopeIntercept
whether to output slope/intercept. -
m_X
int m_X
the X position of the text (1-based). -
m_Y
int m_Y
the Y position of the text (1-based).
-
-
Class adams.gui.visualization.sequence.LineHitDetector extends AbstractXYSequencePointHitDetector implements Serializable
- serialVersionUID:
- -6387662418337280157L
-
Class adams.gui.visualization.sequence.LinePaintlet extends AbstractXYSequencePaintlet implements Serializable
- serialVersionUID:
- 8242948176244747138L
-
Serialized Fields
-
m_AlwaysShowMarkers
boolean m_AlwaysShowMarkers
whether to show markers all the time. -
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_MarkerExtent
int m_MarkerExtent
the maximum width/height of the shape to plot around the points (= data point marker), if there's enough space. -
m_MarkersEnabled
boolean m_MarkersEnabled
indicates whether marker shapes are painted or not. -
m_PaintAll
boolean m_PaintAll
whether to paint all the data points (no optimization).
-
-
Class adams.gui.visualization.sequence.LOWESSOverlayPaintlet extends AbstractStrokePaintletWithContainerIDMatching implements Serializable
- serialVersionUID:
- 6292059403058224856L
-
Serialized Fields
-
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_Color
Color m_Color
the color for the overlay. -
m_Window
int m_Window
the window size.
-
-
Class adams.gui.visualization.sequence.MathExpressionOverlayPaintlet extends AbstractXYSequencePaintlet implements Serializable
- serialVersionUID:
- 6292059403058224856L
-
Serialized Fields
-
m_Color
Color m_Color
the color for the overlay. -
m_Expression
MathematicalExpressionText m_Expression
the expression to evaluate. -
m_NumPoints
int m_NumPoints
the number of data points to generate. -
m_Paintlet
PaintletWithCustomDataSupport m_Paintlet
the paintlet to use for painting the data points.
-
-
Class adams.gui.visualization.sequence.MeanOverlayPaintlet extends AbstractXYSequencePaintlet implements Serializable
- serialVersionUID:
- 6292059403058224856L
-
Class adams.gui.visualization.sequence.MedianOverlayPaintlet extends AbstractXYSequencePaintlet implements Serializable
- serialVersionUID:
- 6292059403058224856L
-
Class adams.gui.visualization.sequence.MetaDataValuePaintlet extends AbstractXYSequenceMetaDataColorPaintlet implements Serializable
- serialVersionUID:
- -8772546156227148237L
-
Serialized Fields
-
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_Diameter
int m_Diameter
the diameter of the circle. -
m_DimensionsCache
Map<String,Dimension> m_DimensionsCache
the dimensions cache (text -> dimension). -
m_Font
Font m_Font
the label font. -
m_MetaDataKey
String m_MetaDataKey
the meta-data key.
-
-
Class adams.gui.visualization.sequence.MultiPaintlet extends AbstractPaintlet implements Serializable
- serialVersionUID:
- 159999248427405834L
-
Serialized Fields
-
m_CustomerContainerManager
XYSequenceContainerManager m_CustomerContainerManager
a custom container manager to obtain the sequences from. -
m_SubPaintlets
XYSequencePaintlet[] m_SubPaintlets
the paintlets to use.
-
-
Class adams.gui.visualization.sequence.NullPaintlet extends AbstractXYSequencePaintlet implements Serializable
- serialVersionUID:
- 8242948176244747138L
-
Class adams.gui.visualization.sequence.PaintletWithFixedXRange extends AbstractXYSequencePaintlet implements Serializable
- serialVersionUID:
- 3270329510617886683L
-
Serialized Fields
-
m_Actor
Actor m_Actor
the actor the paintlet belongs to. -
m_MaxX
double m_MaxX
the maximum of X. -
m_MinX
double m_MinX
the minimum of X. -
m_Paintlet
XYSequencePaintlet m_Paintlet
the actual paintlet to use.
-
-
Class adams.gui.visualization.sequence.PaintletWithFixedXYRange extends PaintletWithFixedYRange implements Serializable
- serialVersionUID:
- -7452372971179139015L
-
Serialized Fields
-
m_Actor
Actor m_Actor
the actor the paintlet belongs to. -
m_MaxX
double m_MaxX
the maximum of Y. -
m_MinX
double m_MinX
the minimum of Y.
-
-
Class adams.gui.visualization.sequence.PaintletWithFixedYRange extends AbstractXYSequencePaintlet implements Serializable
- serialVersionUID:
- 354723429582771889L
-
Serialized Fields
-
m_Actor
Actor m_Actor
the actor the paintlet belongs to. -
m_MaxY
double m_MaxY
the maximum of Y. -
m_MinY
double m_MinY
the minimum of Y. -
m_Paintlet
XYSequencePaintlet m_Paintlet
the actual paintlet to use.
-
-
Class adams.gui.visualization.sequence.PercentileOverlayPaintlet extends AbstractXYSequencePaintlet implements Serializable
- serialVersionUID:
- 6292059403058224856L
-
Serialized Fields
-
m_Percentile
double m_Percentile
the percentile.
-
-
Class adams.gui.visualization.sequence.SquarePaintlet extends AbstractXYSequenceMetaDataColorPaintlet implements Serializable
- serialVersionUID:
- -8772546156227148237L
-
Serialized Fields
-
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_Diameter
int m_Diameter
the diameter of the circle.
-
-
Class adams.gui.visualization.sequence.StdDevOverlayPaintlet extends AbstractXYSequencePaintlet implements Serializable
- serialVersionUID:
- 6292059403058224856L
-
Serialized Fields
-
m_Factor
double m_Factor
the factor to multiply the standard deviation with. -
m_IsSample
boolean m_IsSample
whether the arrays are samples or populations.
-
-
Class adams.gui.visualization.sequence.StickHitDetector extends AbstractXYSequencePointHitDetector implements Serializable
- serialVersionUID:
- -6333044496555537078L
-
Class adams.gui.visualization.sequence.StickPaintlet extends AbstractXYSequenceMetaDataColorPaintlet implements Serializable
- serialVersionUID:
- 8242948176244747138L
-
Serialized Fields
-
m_CurrentOffset
int m_CurrentOffset
the current offset. -
m_Offset
int m_Offset
the offset factor. -
m_PaintAll
boolean m_PaintAll
whether to paint all the data points (no optimization).
-
-
Class adams.gui.visualization.sequence.StraightLineOverlayPaintlet extends AbstractStrokePaintlet implements Serializable
- serialVersionUID:
- 6292059403058224856L
-
Serialized Fields
-
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_Color
Color m_Color
the color for the overlay. -
m_XFactor
double m_XFactor
the factor to mulitply the x values with. -
m_YOffset
double m_YOffset
the offset to shift the line up or down.
-
-
Class adams.gui.visualization.sequence.TextOverlayPaintlet extends TextOverlayPaintlet implements Serializable
- serialVersionUID:
- -5974722755106517158L
-
Class adams.gui.visualization.sequence.TrianglePaintlet extends AbstractXYSequenceMetaDataColorPaintlet implements Serializable
- serialVersionUID:
- -8772546156227148237L
-
Serialized Fields
-
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_Diameter
int m_Diameter
the width of the triangle.
-
-
Class adams.gui.visualization.sequence.XYSequenceContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 4607026625578700170L
-
Serialized Fields
-
m_Color
Color m_Color
the associated color. -
m_Visible
boolean m_Visible
whether the sequence is visible.
-
-
Class adams.gui.visualization.sequence.XYSequenceContainerDisplayIDGenerator extends AbstractContainerDisplayStringGenerator<XYSequenceContainer> implements Serializable
- serialVersionUID:
- -5479641588217477884L
-
Class adams.gui.visualization.sequence.XYSequenceContainerList extends AbstractContainerList<XYSequenceContainerManager,XYSequenceContainer> implements Serializable
- serialVersionUID:
- 407518609877099032L
-
Class adams.gui.visualization.sequence.XYSequenceContainerManager extends AbstractContainerManager<XYSequenceContainer> implements Serializable
- serialVersionUID:
- -8391985519481058665L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for managing the colors. -
m_Owner
ContainerListManager m_Owner
the owning panel.
-
-
Class adams.gui.visualization.sequence.XYSequenceContainerModel extends ContainerModel<XYSequenceContainerManager,XYSequenceContainer> implements Serializable
- serialVersionUID:
- 416771727356319476L
-
Class adams.gui.visualization.sequence.XYSequenceExportDialog extends AbstractDirectoryExportDialog<SpreadSheetWriter> implements Serializable
- serialVersionUID:
- 6635283474671937011L
-
Serialized Fields
-
m_CheckBoxCombine
BaseCheckBox m_CheckBoxCombine
whether the sequences should be saved in the same file, if possible.
-
-
Class adams.gui.visualization.sequence.XYSequencePanel extends DataContainerPanelWithContainerList<XYSequence,XYSequenceContainerManager,XYSequenceContainer> implements Serializable
- serialVersionUID:
- 7985845939008731534L
-
Serialized Fields
-
m_AdjustToVisibleData
boolean m_AdjustToVisibleData
whether to adjust to visible data or not. -
m_AllowResize
boolean m_AllowResize
whether user can resize dialog. -
m_CoordinatesPaintlet
CoordinatesPaintlet m_CoordinatesPaintlet
paintlet for drawing the X-axis. -
m_ExportDialog
XYSequenceExportDialog m_ExportDialog
the GOE dialog for saving the visible sequences. -
m_FileChooser
SpreadSheetFileChooser m_FileChooser
the file chooser for saving a specific sequence. -
m_Undo
Undo m_Undo
the undo manager. -
m_ViewDialogs
List<SpreadSheetDialog> m_ViewDialogs
the dialog for displaying a sequence. -
m_XYSequencePaintlet
XYSequencePaintlet m_XYSequencePaintlet
paintlet for drawing the sequence data.
-
-
Class adams.gui.visualization.sequence.XYSequenceTable extends SortableAndSearchableTable implements Serializable
- serialVersionUID:
- 2387563190701705839L
-
Class adams.gui.visualization.sequence.XYSequenceTable.Model extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- -7495271447997637509L
-
Serialized Fields
-
m_Points
List<XYSequencePoint> m_Points
the points. -
m_Sequence
XYSequence m_Sequence
the underlying data.
-
-
Class adams.gui.visualization.sequence.XYSequenceTableColumnNameGenerator extends DefaultContainerTableColumnNameGenerator implements Serializable
- serialVersionUID:
- -272225674632479848L
-
-
Package adams.gui.visualization.sequence.containerlistpopup
-
Class adams.gui.visualization.sequence.containerlistpopup.SaveAs extends AbstractContainerListPopupCustomizer<XYSequence,XYSequenceContainerManager,XYSequenceContainer> implements Serializable
- serialVersionUID:
- -7796583803269239174L
-
Class adams.gui.visualization.sequence.containerlistpopup.ViewAsTable extends AbstractContainerListPopupCustomizer<XYSequence,XYSequenceContainerManager,XYSequenceContainer> implements Serializable
- serialVersionUID:
- -7796583803269239174L
-
-
Package adams.gui.visualization.sequence.metadatacolor
-
Class adams.gui.visualization.sequence.metadatacolor.AbstractMetaDataColor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3184029850003382239L
-
Class adams.gui.visualization.sequence.metadatacolor.ColorPerLabel extends AbstractMetaDataColor<XYSequencePoint> implements Serializable
- serialVersionUID:
- -7097430935066387456L
-
Serialized Fields
-
m_ColorMap
Map<String,Color> m_ColorMap
the mapping between labels and colors. -
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_MetaDataKey
String m_MetaDataKey
the meta-data key to use for obtaining the label.
-
-
Class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup extends AbstractMetaDataColor<XYSequencePoint> implements Serializable
- serialVersionUID:
- -7097430935066387456L
-
Serialized Fields
-
m_ColorMap
Map<String,Color> m_ColorMap
the mapping between labels and colors. -
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_Group
String m_Group
the group to use for the coloring. -
m_MetaDataKey
String m_MetaDataKey
the meta-data key to use for obtaining the label. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to use.
-
-
Class adams.gui.visualization.sequence.metadatacolor.Dummy extends AbstractMetaDataColor<XYSequencePoint> implements Serializable
- serialVersionUID:
- -7888870237255661322L
-
-
Package adams.gui.visualization.sequence.plotpopup
-
Class adams.gui.visualization.sequence.plotpopup.Adjust extends AbstractPlotPopupCustomizer<XYSequence,XYSequenceContainerManager,XYSequenceContainer> implements Serializable
- serialVersionUID:
- 3295471324320509106L
-
Class adams.gui.visualization.sequence.plotpopup.Hits extends AbstractPlotPopupCustomizer<XYSequence,XYSequenceContainerManager,XYSequenceContainer> implements Serializable
- serialVersionUID:
- 3295471324320509106L
-
Class adams.gui.visualization.sequence.plotpopup.Resize extends AbstractPlotPopupCustomizer<XYSequence,XYSequenceContainerManager,XYSequenceContainer> implements Serializable
- serialVersionUID:
- 3295471324320509106L
-
Class adams.gui.visualization.sequence.plotpopup.SaveVisibleDataPoints extends AbstractPlotPopupCustomizer<XYSequence,XYSequenceContainerManager,XYSequenceContainer> implements Serializable
- serialVersionUID:
- 3295471324320509106L
-
Class adams.gui.visualization.sequence.plotpopup.SaveVisibleSequences extends AbstractPlotPopupCustomizer<XYSequence,XYSequenceContainerManager,XYSequenceContainer> implements Serializable
- serialVersionUID:
- 3295471324320509106L
-
-
Package adams.gui.visualization.sequence.pointpreprocessor
-
Class adams.gui.visualization.sequence.pointpreprocessor.AbstractPointPreprocessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 8852045237133754852L
-
Serialized Fields
-
m_Enabled
boolean m_Enabled
whether the preprocessor is enabled.
-
-
Class adams.gui.visualization.sequence.pointpreprocessor.Jitter extends AbstractPointPreprocessor implements Serializable
- serialVersionUID:
- 4238248242804099429L
-
Serialized Fields
-
m_Direction
Jitter.Direction m_Direction
the direction to apply the jitter to. -
m_Max
int m_Max
the maximum jitter in pixels. -
m_Min
int m_Min
the minimum jitter in pixels. -
m_Random
Random m_Random
the random number generator. -
m_Range
int m_Range
the range of the jitter. -
m_Seed
long m_Seed
the seed.
-
-
Class adams.gui.visualization.sequence.pointpreprocessor.PassThrough extends AbstractPointPreprocessor implements Serializable
- serialVersionUID:
- -659617717662676735L
-
-
Package adams.gui.visualization.spreadsheet
-
Class adams.gui.visualization.spreadsheet.AbstractSpreadSheetRowPaintlet extends AbstractDataContainerPaintlet implements Serializable
- serialVersionUID:
- -2971846774962333662L
-
Class adams.gui.visualization.spreadsheet.AbstractSpreadSheetRowPanelUpdater extends AbstractDataPlotUpdater<SpreadSheetRowPanel,SpreadSheetRowContainer> implements Serializable
- serialVersionUID:
- -8785918718996153397L
-
Class adams.gui.visualization.spreadsheet.HistogramFactory.Dialog extends HistogramFactory.Dialog implements Serializable
- serialVersionUID:
- 2464157048335973279L
-
Class adams.gui.visualization.spreadsheet.HistogramFactory.Panel extends HistogramFactory.Panel implements Serializable
- serialVersionUID:
- -1990327944906647098L
-
Class adams.gui.visualization.spreadsheet.HistogramFactory.SetupDialog extends HistogramFactory.SetupDialog implements Serializable
- serialVersionUID:
- 4215632076348292959L
-
Class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog extends BaseDialog implements Serializable
- serialVersionUID:
- 3881690262061461134L
-
Serialized Fields
-
m_AcceptListener
ChangeListener m_AcceptListener
the listener waiting for the user to accept the input. -
m_ButtonClose
BaseButton m_ButtonClose
the Close button. -
m_ButtonLoad
BaseButton m_ButtonLoad
the Load button. -
m_ButtonReload
BaseButton m_ButtonReload
the button for reloading an existing file. -
m_CancelListener
ChangeListener m_CancelListener
the listener waiting for the user to cancel the dialog. -
m_ComboBoxID
BaseComboBox m_ComboBoxID
the ID index. -
m_ComboBoxIDModel
DefaultComboBoxModel m_ComboBoxIDModel
the ID index model. -
m_ComboBoxSorting
BaseComboBox m_ComboBoxSorting
the sorting index. -
m_ComboBoxSortingModel
DefaultComboBoxModel m_ComboBoxSortingModel
the soriting index model. -
m_DefaultAttributeRange
Range m_DefaultAttributeRange
the default range. -
m_DefaultClassIndex
Index m_DefaultClassIndex
the default class index. -
m_DefaultIDIndex
Index m_DefaultIDIndex
the default ID index. -
m_DefaultSortIndex
Index m_DefaultSortIndex
the default sort index. -
m_FilePanel
SpreadSheetFileChooserPanel m_FilePanel
for selecting the dataset file. -
m_Indices
int[] m_Indices
the selected indices. -
m_ListAdditionalAttributes
JList m_ListAdditionalAttributes
the list of additional attribute values to store in the report. -
m_ListAdditionalAttributesModel
DefaultListModel m_ListAdditionalAttributesModel
the model for the additional attributes. -
m_SearchPanel
SearchPanel m_SearchPanel
the search panel. -
m_Self
LoadSpreadSheetDialog m_Self
the dialog itself. -
m_Sheet
SpreadSheet m_Sheet
the full dataset. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane. -
m_TableData
SpreadSheetTable m_TableData
the table for displaying the instances. -
m_TextAttributeRange
BaseTextField m_TextAttributeRange
the text field for the attribute range.
-
-
Class adams.gui.visualization.spreadsheet.SimpleSpreadSheetRowLinePaintlet extends AbstractSpreadSheetRowPaintlet implements Serializable
- serialVersionUID:
- -2971846774962333662L
-
Serialized Fields
-
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled.
-
-
Class adams.gui.visualization.spreadsheet.SimpleSpreadSheetRowPanelUpdater extends AbstractSpreadSheetRowPanelUpdater implements Serializable
- serialVersionUID:
- 4418135588639219439L
-
Serialized Fields
-
m_NumTokensAccepted
int m_NumTokensAccepted
the number of tokens accepted. -
m_UpdateInterval
int m_UpdateInterval
the interval of tokens processed after which to update the display.
-
-
Class adams.gui.visualization.spreadsheet.SpreadSheetExplorer extends BasePanel implements Serializable
- serialVersionUID:
- 4478483903068117980L
-
Serialized Fields
-
m_DialogColorProvider
GenericObjectEditorDialog m_DialogColorProvider
the dialog for selecting the color provider. -
m_DialogPaintlet
GenericObjectEditorDialog m_DialogPaintlet
the dialog for selecting the paintlet. -
m_HistogramSetup
HistogramFactory.SetupDialog m_HistogramSetup
the dialog for the histogram setup. -
m_LoadFromDiskDialog
LoadSpreadSheetDialog m_LoadFromDiskDialog
the dialog for loading datasets. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemClearData
JMenuItem m_MenuItemClearData
the clear data menu item. -
m_MenuItemLoadRecent
JMenu m_MenuItemLoadRecent
the "load recent" submenu. -
m_MenuItemViewAntiAliasing
JMenuItem m_MenuItemViewAntiAliasing
the toggle anti-aliasing menu item. -
m_MenuItemViewColorProvider
JMenuItem m_MenuItemViewColorProvider
the color provider menu item. -
m_MenuItemViewPaintlet
JMenuItem m_MenuItemViewPaintlet
the paintlet menu item. -
m_MenuItemViewZoomOverview
JMenuItem m_MenuItemViewZoomOverview
the toggle zoom overview menu item. -
m_MenuView
JMenu m_MenuView
the menu item for view related stuff. -
m_PanelInstance
SpreadSheetRowPanel m_PanelInstance
the panel for displaying. -
m_RecentFilesHandler
RecentFilesHandler<JMenu> m_RecentFilesHandler
the recent files handler. -
m_Reports
ReportFactory.Panel m_Reports
the reports. -
m_SearchPanel
SearchPanel m_SearchPanel
for searching the fields in the reports. -
m_StatusBar
BaseStatusBar m_StatusBar
the status bar. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane for the data to display.
-
-
Class adams.gui.visualization.spreadsheet.SpreadSheetRow extends AbstractDataContainer<SpreadSheetRowPoint> implements Serializable
- serialVersionUID:
- 8553741559715144356L
-
Serialized Fields
-
m_DatasetHeader
SpreadSheet m_DatasetHeader
a reference to the dataset the data was obtained from. -
m_Notes
Notes m_Notes
the notes for the chromatogram. -
m_Report
Report m_Report
the automatically generated report.
-
-
Class adams.gui.visualization.spreadsheet.SpreadSheetRowContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 7952799099277106479L
-
Serialized Fields
-
m_Color
Color m_Color
the associated color. -
m_Visible
boolean m_Visible
whether the instance is visible.
-
-
Class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerDisplayIDGenerator extends AbstractContainerDisplayStringGenerator<SpreadSheetRowContainer> implements Serializable
- serialVersionUID:
- 5365866966393976397L
-
Class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerList extends AbstractContainerList<SpreadSheetRowContainerManager,SpreadSheetRowContainer> implements Serializable
- serialVersionUID:
- 3265940348362833587L
-
Class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerManager extends AbstractContainerManager<SpreadSheetRowContainer> implements Serializable
- serialVersionUID:
- -4325235760470150191L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for managing the colors. -
m_Owner
ContainerListManager<SpreadSheetRowContainerManager> m_Owner
the owning panel.
-
-
Class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerModel extends ContainerModel<SpreadSheetRowContainerManager,SpreadSheetRowContainer> implements Serializable
- serialVersionUID:
- -6259301933663814155L
-
Class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerTableColumnNameGenerator extends DefaultContainerTableColumnNameGenerator implements Serializable
- serialVersionUID:
- -6782027333845657467L
-
Class adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet extends AbstractSpreadSheetRowPaintlet implements Serializable
- serialVersionUID:
- -2971846774962333662L
-
Serialized Fields
-
m_AlwaysShowMarkers
boolean m_AlwaysShowMarkers
whether to show markers all the time. -
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_MarkerExtent
int m_MarkerExtent
the maximum width/height of the shape to plot around the points (= data point marker), if there's enough space. -
m_MarkersEnabled
boolean m_MarkersEnabled
indicates whether marker shapes are painted or not.
-
-
Class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel extends DataContainerPanelWithContainerList<SpreadSheetRow,SpreadSheetRowContainerManager,SpreadSheetRowContainer> implements Serializable
- serialVersionUID:
- 7985845939008731534L
-
Serialized Fields
-
m_AdjustToVisibleData
boolean m_AdjustToVisibleData
whether to adjust to visible data or not. -
m_CoordinatesPaintlet
CoordinatesPaintlet m_CoordinatesPaintlet
paintlet for drawing the X-axis. -
m_FileChooser
SpreadSheetFileChooser m_FileChooser
the file chooser for saving a specific sequence. -
m_HistogramSetup
HistogramFactory.SetupDialog m_HistogramSetup
the dialog for the histogram setup. -
m_PanelZoomOverview
SpreadSheetRowZoomOverviewPanel m_PanelZoomOverview
the zoom overview panel. -
m_RowPaintlet
AbstractSpreadSheetRowPaintlet m_RowPaintlet
paintlet for drawing the graph. -
m_SpreadSheetRowPointHitDetector
SpreadSheetRowPointHitDetector m_SpreadSheetRowPointHitDetector
the hit detector for the tooltip. -
m_ToolTipMaxColumns
int m_ToolTipMaxColumns
the maximum number of columns for the tooltip. -
m_ToolTipMaxRows
int m_ToolTipMaxRows
the maximum number of rows for the tooltip. -
m_Undo
Undo m_Undo
the undo manager. -
m_ViewDialogs
List<SpreadSheetDialog> m_ViewDialogs
the dialog for displaying a sequence.
-
-
Class adams.gui.visualization.spreadsheet.SpreadSheetRowPoint extends AbstractDataPoint implements Serializable
- serialVersionUID:
- -8737532674253304044L
-
Class adams.gui.visualization.spreadsheet.SpreadSheetRowPointComparator extends DataPointComparator implements Serializable
- serialVersionUID:
- 2862272335441705521L
-
Serialized Fields
-
m_UseY
boolean m_UseY
whether to compare Y or X.
-
-
Class adams.gui.visualization.spreadsheet.SpreadSheetRowPointHitDetector extends AbstractDistanceBasedHitDetector<List<SpreadSheetRowPoint>,String> implements Serializable
- serialVersionUID:
- 3397379783536355060L
-
Serialized Fields
-
m_Owner
SpreadSheetRowPanel m_Owner
the owner of this detector.
-
-
Class adams.gui.visualization.spreadsheet.SpreadSheetRowReportFactory.Panel extends ReportFactory.Panel implements Serializable
- serialVersionUID:
- -5478424425161287287L
-
Class adams.gui.visualization.spreadsheet.SpreadSheetRowReportFactory.Table extends ReportFactory.Table implements Serializable
- serialVersionUID:
- 8704864390368310512L
-
Class adams.gui.visualization.spreadsheet.SpreadSheetRowZoomOverviewPaintlet extends AbstractDataContainerZoomOverviewPaintlet<SpreadSheetRowPanel> implements Serializable
- serialVersionUID:
- -8561195451397229941L
-
Class adams.gui.visualization.spreadsheet.SpreadSheetRowZoomOverviewPanel extends AbstractDataContainerZoomOverviewPanel<SpreadSheetRowPanel,AbstractSpreadSheetRowPaintlet,SpreadSheetRowZoomOverviewPaintlet,SpreadSheetRow,SpreadSheetRowContainerManager> implements Serializable
- serialVersionUID:
- -5141649373267221710L
-
-
Package adams.gui.visualization.spreadsheet.containerlistpopup
-
Class adams.gui.visualization.spreadsheet.containerlistpopup.SaveAs extends AbstractContainerListPopupCustomizer<SpreadSheetRow,SpreadSheetRowContainerManager,SpreadSheetRowContainer> implements Serializable
- serialVersionUID:
- -7796583803269239174L
-
Class adams.gui.visualization.spreadsheet.containerlistpopup.ViewAsTable extends AbstractContainerListPopupCustomizer<SpreadSheetRow,SpreadSheetRowContainerManager,SpreadSheetRowContainer> implements Serializable
- serialVersionUID:
- -7796583803269239174L
-
-
Package adams.gui.visualization.spreadsheet.plotpopup
-
Class adams.gui.visualization.spreadsheet.plotpopup.Adjust extends AbstractPlotPopupCustomizer<SpreadSheetRow,SpreadSheetRowContainerManager,SpreadSheetRowContainer> implements Serializable
- serialVersionUID:
- 3295471324320509106L
-
Class adams.gui.visualization.spreadsheet.plotpopup.Histogram extends AbstractPlotPopupCustomizer<SpreadSheetRow,SpreadSheetRowContainerManager,SpreadSheetRowContainer> implements Serializable
- serialVersionUID:
- 3295471324320509106L
-
Class adams.gui.visualization.spreadsheet.plotpopup.SaveVisible extends AbstractPlotPopupCustomizer<SpreadSheetRow,SpreadSheetRowContainerManager,SpreadSheetRowContainer> implements Serializable
- serialVersionUID:
- 3295471324320509106L
-
Class adams.gui.visualization.spreadsheet.plotpopup.Viewport extends AbstractPlotPopupCustomizer<SpreadSheetRow,SpreadSheetRowContainerManager,SpreadSheetRowContainer> implements Serializable
- serialVersionUID:
- 3295471324320509106L
-
-
Package adams.gui.visualization.statistics
-
Class adams.gui.visualization.statistics.HistogramFactory.Dialog extends BaseDialog implements Serializable
- serialVersionUID:
- 2464157048335973279L
-
Serialized Fields
-
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane for displaying the histograms.
-
-
Class adams.gui.visualization.statistics.HistogramFactory.Panel extends BasePanel implements Serializable
- serialVersionUID:
- -1990327944906647098L
-
Serialized Fields
-
m_PlotPanel
SequencePlotterPanel m_PlotPanel
the plot panel.
-
-
Class adams.gui.visualization.statistics.HistogramFactory.SetupDialog extends GenericObjectEditorDialog implements Serializable
- serialVersionUID:
- 4215632076348292959L
-
Class adams.gui.visualization.statistics.InformativeStatisticFactory.Dialog extends BaseDialog implements Serializable
- serialVersionUID:
- 377068894443930941L
-
Serialized Fields
-
m_MultiPagePane
InformativeStatisticFactory.MultiPagePane m_MultiPagePane
the multi-page pane for displaying the statistics. -
m_Self
InformativeStatisticFactory.Dialog m_Self
the dialog itself.
-
-
Class adams.gui.visualization.statistics.InformativeStatisticFactory.Model extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- -248671609209397527L
-
Serialized Fields
-
m_Data
Object[][] m_Data
the data retrieved from the statistics object. -
m_Statistic
InformativeStatistic m_Statistic
the underlying object.
-
-
Class adams.gui.visualization.statistics.InformativeStatisticFactory.MultiPagePane extends MultiPagePane implements Serializable
- serialVersionUID:
- 3805619139057394474L
-
Serialized Fields
-
m_Statistics
List<InformativeStatistic> m_Statistics
the underlying data.
-
-
Class adams.gui.visualization.statistics.InformativeStatisticFactory.Table extends SortableAndSearchableTable implements Serializable
- serialVersionUID:
- 344016476619814279L
-
-
Package adams.gui.visualization.stats.boxplot
-
Class adams.gui.visualization.stats.boxplot.BoxPlotGraph extends PlotPanel implements Serializable
- serialVersionUID:
- 3012367720278639818L
-
Serialized Fields
-
m_Color
Color m_Color
Color to fill the boxes -
m_Data
double[] m_Data
array for each value within an attribute -
m_Fill
boolean m_Fill
Fill each of the boxes with color -
m_Lower
double m_Lower
lower quartile for attribute -
m_Max
double m_Max
maximum value for attribute -
m_Median
double m_Median
median for attribute -
m_Min
double m_Min
Minimum value for attribute -
m_Upper
double m_Upper
upper quartile for attribute
-
-
Class adams.gui.visualization.stats.boxplot.BoxPlotManager extends BasePanel implements Serializable
- serialVersionUID:
- -7912792208597490973L
-
Serialized Fields
-
m_AxisSame
boolean m_AxisSame
whether the axis should have the same scale -
m_AxisWidth
int m_AxisWidth
width of the axis of each box plot -
m_ButtonAdd
BaseButton m_ButtonAdd
Button to add selected attribute to chosen attributes list -
m_ButtonAddAll
BaseButton m_ButtonAddAll
Button to add all attributes to chosen attributes list -
m_ButtonFillColor
BaseButton m_ButtonFillColor
Button to choose color of boxes -
m_ButtonRemove
BaseButton m_ButtonRemove
Button to remove a selected attribute from chosen attributes list -
m_ButtonRemoveAll
BaseButton m_ButtonRemoveAll
Button to remove all attributes from the chosen attributes list -
m_CheckBoxFill
BaseCheckBox m_CheckBoxFill
Check box to choose if boxes should b filled -
m_CheckBoxSameAxis
BaseCheckBox m_CheckBoxSameAxis
select whether graphs have the same axis -
m_Color
Color m_Color
Color to fill boxes with -
m_Data
SpreadSheet m_Data
Instances to be graphed -
m_Fill
boolean m_Fill
Whether boxes should be filled -
m_Height
int m_Height
Height of graphs drawn -
m_ListAvailableAttributes
BaseListWithButtons m_ListAvailableAttributes
Object that contains a list and a group of buttons for choosing attributes -
m_ListChosenAttributes
BaseListWithButtons m_ListChosenAttributes
Object that contains a list and a group of buttons for removing attributes -
m_ModelAvailableAttributes
DefaultListModel<String> m_ModelAvailableAttributes
attributes that can be chosen -
m_ModelChosenAttributes
DefaultListModel<String> m_ModelChosenAttributes
attributes that have been chosen -
m_NumHorizontal
int m_NumHorizontal
Number of box plots to display horizontally -
m_PanelParams
ParameterPanel m_PanelParams
Object that contains a set of label and component objects, aids displaying -
m_PanelRight
JPanel m_PanelRight
Panel for displaying box plots -
m_Range
Range m_Range
Range of box plots to display initially -
m_SpinnerAxisWid
JSpinner m_SpinnerAxisWid
spinner to choose the axis width of each box plot -
m_SpinnerGrid
JSpinner m_SpinnerGrid
Spinner for choosing the number of box plots to be displayed horizontally -
m_SpinnerHeight
JSpinner m_SpinnerHeight
Spinner to choose the height of each box plot -
m_SpinnerWidth
JSpinner m_SpinnerWidth
spinner to choose the width of each box plot -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_Width
int m_Width
width of graphs drawn -
m_WidthLeft
int m_WidthLeft
width of left hand panel of the box plot manager
-
-
-
Package adams.gui.visualization.stats.core
-
Class adams.gui.visualization.stats.core.AbstractPlotOptionGroup extends AbstractOptionGroup implements Serializable
- serialVersionUID:
- -408213623161206253L
-
Serialized Fields
-
m_AxisX
AxisPanelOptions m_AxisX
the options for the X axis. -
m_AxisY
AxisPanelOptions m_AxisY
the options for the Y axis.
-
-
-
Package adams.gui.visualization.stats.fourinone
-
Class adams.gui.visualization.stats.fourinone.FourInOne extends BasePanel implements Serializable
- serialVersionUID:
- -993210228989776486L
-
Serialized Fields
-
m_Act
Index m_Act
Index for setting the position of the actual attribute -
m_ActInd
int m_ActInd
Position of the actual attribute -
m_Centre
JPanel m_Centre
Panel for displaying the four plots -
m_Data
SpreadSheet m_Data
Instances containing the data -
m_HistogramOptions
HistogramOptions m_HistogramOptions
Options for the histogram plot -
m_Index
int m_Index
Index for the position of the residuals attribute -
m_NormOptions
NormalPlotOptions m_NormOptions
Options for the normal probability plot -
m_Pred
Index m_Pred
index for setting the position of the predicted attribute -
m_PredInd
int m_PredInd
Position of the predicted attribute -
m_VsFitOptions
VersusFitOptions m_VsFitOptions
options for the vs fit plot -
m_VsOrderOptions
VersusOrderOptions m_VsOrderOptions
options for the vs order plot
-
-
Class adams.gui.visualization.stats.fourinone.VersusFit extends PaintablePanel implements Serializable
- serialVersionUID:
- 2542241196305925848L
-
Serialized Fields
-
m_Data
SpreadSheet m_Data
Instances containing the data -
m_FileChooser
SpreadSheetFileChooser m_FileChooser
the file chooser for saving a specific sequence. -
m_Index
int m_Index
Index of the residuals attribute in the instances -
m_Plot
VersusFitPanel m_Plot
Panel for displaying the data -
m_PredInd
int m_PredInd
Index of the predicted attribute in the instances -
m_val
VsFitPaintlet m_val
Paintlet for plotting -
m_VsFitOptions
VersusFitOptions m_VsFitOptions
Options for the plot
-
-
Class adams.gui.visualization.stats.fourinone.VersusFitOptions extends AbstractPlotOptionGroup implements Serializable
- serialVersionUID:
- -4737656972085433346L
-
Serialized Fields
-
m_Val
VsFitPaintlet m_Val
Paintlet for plotting the versus fit
-
-
Class adams.gui.visualization.stats.fourinone.VersusFitPanel extends PlotPanel implements Serializable
- serialVersionUID:
- -965596869542687295L
-
Class adams.gui.visualization.stats.fourinone.VersusOrder extends PaintablePanel implements Serializable
- serialVersionUID:
- 6182760237927361108L
-
Serialized Fields
-
m_Data
SpreadSheet m_Data
Instances containing the data -
m_FileChooser
SpreadSheetFileChooser m_FileChooser
the file chooser for saving a specific sequence. -
m_Index
int m_Index
index of the residuals attribute within the instances -
m_Plot
VersusOrderPanel m_Plot
Panel for displaying the data -
m_Val
VsOrderPaintlet m_Val
Paintlet for plotting the data -
m_VsOrderOptions
VersusOrderOptions m_VsOrderOptions
Options for the vsorder plot
-
-
Class adams.gui.visualization.stats.fourinone.VersusOrderOptions extends AbstractPlotOptionGroup implements Serializable
- serialVersionUID:
- -4737656972085433346L
-
Serialized Fields
-
m_Val
VsOrderPaintlet m_Val
Paintlet for plotting the data
-
-
Class adams.gui.visualization.stats.fourinone.VersusOrderPanel extends PlotPanel implements Serializable
- serialVersionUID:
- 3783360576257975446L
-
-
Package adams.gui.visualization.stats.histogram
-
Class adams.gui.visualization.stats.histogram.Histogram extends PaintablePanel implements Serializable
- serialVersionUID:
- -4366437103496819542L
-
Serialized Fields
-
m_Array
Double[] m_Array
double array to plot. -
m_BinWidth
double m_BinWidth
the bin width. -
m_Data
SpreadSheet m_Data
Data to be plotted -
m_DataName
String m_DataName
the name to use for the x-axis. -
m_FileChooser
SpreadSheetFileChooser m_FileChooser
the file chooser for saving a specific sequence. -
m_HistOptions
HistogramOptions m_HistOptions
Options for the histogram -
m_Index
int m_Index
Position of the residuals attribute within the data -
m_Name
String m_Name
the name of the x-axis. -
m_Plot
HistogramPanel m_Plot
Panel for displaying the histogram -
m_Plotdata
double[][] m_Plotdata
the data to plot. -
m_Ranges
String[] m_Ranges
the ranges. -
m_Val
HistogramPaintlet m_Val
Paintlet for plotting the data
-
-
Class adams.gui.visualization.stats.histogram.HistogramOptions extends AbstractPlotOptionGroup implements Serializable
- serialVersionUID:
- -4737656972085433346L
-
Serialized Fields
-
m_BoxType
HistogramOptions.BoxType m_BoxType
bin calculation type -
m_NumBins
int m_NumBins
Number of bins in the histogram used if manual bin calculation type is chosen -
m_Val
HistogramPaintlet m_Val
Paintlet for plotting the histogram -
m_WidthBin
double m_WidthBin
Width of each bin in the histogram, used if density bin calculation type is chosen
-
-
Class adams.gui.visualization.stats.histogram.HistogramPanel extends PlotPanel implements Serializable
- serialVersionUID:
- -5092764988729474925L
-
-
Package adams.gui.visualization.stats.paintlet
-
Class adams.gui.visualization.stats.paintlet.AbstractColorPaintlet extends AbstractStrokePaintlet implements Serializable
- serialVersionUID:
- -8699393621452567665L
-
Serialized Fields
-
m_Color
Color m_Color
Color of the stroke for the paintlet -
m_Data
SpreadSheet m_Data
Instances containing the data
-
-
Class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet extends AbstractColorPaintlet implements Serializable
- serialVersionUID:
- -9116218505488800869L
-
Serialized Fields
-
m_AxisBottom
AxisPanel m_AxisBottom
X axis of scatter plot -
m_AxisLeft
AxisPanel m_AxisLeft
y axis of scatter plot -
m_Calculated
boolean m_Calculated
Whether the overlay has been calculated -
m_XInd
int m_XInd
Index of the attribute displayed on the x axis -
m_YInd
int m_YInd
Index of the attribute displayed on the y axis
-
-
Class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet extends AbstractColorPaintlet implements Serializable
- serialVersionUID:
- 6017537002376582174L
-
Serialized Fields
-
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_AxisBottom
AxisPanel m_AxisBottom
y axis of the plot -
m_AxisLeft
AxisPanel m_AxisLeft
x axis of the plot -
m_Fill
boolean m_Fill
Whether to fill the data points -
m_FillColor
Color m_FillColor
Color to fill data points -
m_Index
int m_Index
Index of the attribute in the instances -
m_RegressionLine
boolean m_RegressionLine
Whether to draw a regression line -
m_Size
int m_Size
Size of the points -
m_Sorted
double[] m_Sorted
the sorted data. -
m_TransformedY
double[] m_TransformedY
Transformed data for the y axis
-
-
Class adams.gui.visualization.stats.paintlet.AbstractScatterPlotHitDetector extends AbstractDistanceBasedHitDetector<int[],String> implements Serializable
- serialVersionUID:
- 8048373104725687691L
-
Serialized Fields
-
m_Owner
AbstractScatterPlotPaintlet m_Owner
the owner of this detector.
-
-
Class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet extends AbstractColorPaintlet implements Serializable
- serialVersionUID:
- 7191423312364530577L
-
Serialized Fields
-
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_AxisBottom
AxisPanel m_AxisBottom
x axis of plot -
m_AxisLeft
AxisPanel m_AxisLeft
y axis of plot -
m_ColorData
String[] m_ColorData
the values of the coloring axis. -
m_ColorIndex
int m_ColorIndex
the index of the categorical attriute for the coloring. -
m_ColorMapping
Map<String,Color> m_ColorMapping
the value - color association. -
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for the coloring. -
m_HitDetector
AbstractScatterPlotHitDetector m_HitDetector
the hit detector to use. -
m_Size
int m_Size
size of the plot points -
m_XData
double[] m_XData
Data to display on the x axis -
m_XIndex
int m_XIndex
index of attribute for x axis -
m_YData
double[] m_YData
Data to display on the y axis -
m_YIndex
int m_YIndex
Index of attribute for y axis
-
-
Class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet extends AbstractColorPaintlet implements Serializable
- serialVersionUID:
- 7699839322609153847L
-
Class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet extends AbstractColorPaintlet implements Serializable
- serialVersionUID:
- 6918445466346742103L
-
Serialized Fields
-
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_AxisBottom
AxisPanel m_AxisBottom
x axis of plot -
m_AxisLeft
AxisPanel m_AxisLeft
y axis of plot -
m_Index
int m_Index
index of the attribute being plotted -
m_LineColor
Color m_LineColor
the line color. -
m_Values
double[] m_Values
data from the attribute
-
-
Class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet extends AbstractOverlayPaintlet implements Serializable
- serialVersionUID:
- -3239338605889228940L
-
Serialized Fields
-
m_XColor
Color m_XColor
the color to use for painting for the X axis. -
m_XOffset
double m_XOffset
the Y-offset for the X-axis. -
m_XVisible
boolean m_XVisible
whether the X-axis is visible. -
m_YColor
Color m_YColor
the color to use for painting for the Y axis. -
m_YOffset
double m_YOffset
the X-offset for the Y-axis. -
m_YVisible
boolean m_YVisible
whether the Y-axis is visible.
-
-
Class adams.gui.visualization.stats.paintlet.DiagonalPaintlet extends AbstractOverlayPaintlet implements Serializable
- serialVersionUID:
- 2136293814736622480L
-
Serialized Fields
-
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_Indicator
boolean m_Indicator
Whether an indicator should be shown on the side indicating where the diagonal is and at what gradient
-
-
Class adams.gui.visualization.stats.paintlet.Exponential extends AbstractProbabilityPaintlet implements Serializable
- serialVersionUID:
- -3000060668170218515L
-
Class adams.gui.visualization.stats.paintlet.Gamma extends AbstractProbabilityPaintlet implements Serializable
- serialVersionUID:
- 3439914415669101587L
-
Serialized Fields
-
m_Scale
double m_Scale
Scale parameter for the gamma distribution -
m_Shape
double m_Shape
Shape parameter for the gamma distribution
-
-
Class adams.gui.visualization.stats.paintlet.HistogramPaintlet extends AbstractColorPaintlet implements Serializable
- serialVersionUID:
- -3474738819482043957L
-
Serialized Fields
-
m_Fill
boolean m_Fill
Whether to fill the bins with color -
m_FillColor
Color m_FillColor
Color to fill the bins with if fill is chosen
-
-
Class adams.gui.visualization.stats.paintlet.Logistic extends AbstractProbabilityPaintlet implements Serializable
- serialVersionUID:
- 1695496606711390657L
-
Class adams.gui.visualization.stats.paintlet.Loglogistic extends AbstractProbabilityPaintlet implements Serializable
- serialVersionUID:
- -8148157392934513683L
-
Class adams.gui.visualization.stats.paintlet.Lognormal extends AbstractProbabilityPaintlet implements Serializable
- serialVersionUID:
- -6946745344353347610L
-
Class adams.gui.visualization.stats.paintlet.LowessPaintlet extends AbstractOverlayPaintlet implements Serializable
- serialVersionUID:
- 1643339689654875242L
-
Class adams.gui.visualization.stats.paintlet.MeanPaintlet extends AbstractZOverlayPaintlet implements Serializable
- serialVersionUID:
- 5598800448367472406L
-
Serialized Fields
-
m_Mean
double m_Mean
mean of the data set
-
-
Class adams.gui.visualization.stats.paintlet.Normal extends AbstractProbabilityPaintlet implements Serializable
- serialVersionUID:
- -6765168739924987537L
-
Class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle extends AbstractScatterPlotPaintlet implements Serializable
- serialVersionUID:
- -4535962737391965432L
-
Serialized Fields
-
m_Fill
boolean m_Fill
Whether to fill data points -
m_FillColor
Color m_FillColor
the fill color.
-
-
Class adams.gui.visualization.stats.paintlet.ScatterPaintletCross extends AbstractScatterPlotPaintlet implements Serializable
- serialVersionUID:
- -2415716946174098645L
-
Class adams.gui.visualization.stats.paintlet.ScatterPaintletErrors extends AbstractScatterPlotPaintlet implements Serializable
- serialVersionUID:
- -8859664992076524292L
-
Class adams.gui.visualization.stats.paintlet.ScatterPaintletMetaDataValue extends AbstractScatterPlotPaintlet implements Serializable
- serialVersionUID:
- -4535962737391965432L
-
Class adams.gui.visualization.stats.paintlet.ScatterPlotCircleHitDetector extends AbstractScatterPlotHitDetector implements Serializable
- serialVersionUID:
- -3363546923840405674L
-
Class adams.gui.visualization.stats.paintlet.ScatterPlotPolygonPaintlet extends AbstractOverlayPaintlet implements Serializable
- serialVersionUID:
- 374355591590336935L
-
Class adams.gui.visualization.stats.paintlet.StdDevPaintlet extends AbstractZOverlayPaintlet implements Serializable
- serialVersionUID:
- -2890647906878535305L
-
Serialized Fields
-
m_mean
double m_mean
mean of data set -
m_stddev
double m_stddev
standard deviation of dataset -
m_stdDevNum
double m_stdDevNum
number of standard deviations
-
-
Class adams.gui.visualization.stats.paintlet.VsFitPaintlet extends AbstractColorPaintlet implements Serializable
- serialVersionUID:
- 7346236357262878744L
-
Serialized Fields
-
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_Fill
boolean m_Fill
Whether to fill data points -
m_FillColor
Color m_FillColor
Color for filling data points -
m_Index
int m_Index
Index of residuals in the instances -
m_PredInd
int m_PredInd
Index of the predicted attribute in the instances -
m_Size
int m_Size
Size of data points
-
-
Class adams.gui.visualization.stats.paintlet.VsOrderPaintlet extends AbstractColorPaintlet implements Serializable
- serialVersionUID:
- -5195847858691868288L
-
Serialized Fields
-
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_Fill
boolean m_Fill
Whether to fill the data points -
m_FillColor
Color m_FillColor
Color to fill the data points -
m_Index
int m_Index
Index of residuals attribute in the instances -
m_Size
int m_Size
Size of the data points
-
-
Class adams.gui.visualization.stats.paintlet.ZScoreCircle extends AbstractZScorePaintlet implements Serializable
- serialVersionUID:
- -2909051757826954366L
-
Serialized Fields
-
m_Fill
boolean m_Fill
Whether to fill the data points -
m_FillColor
Color m_FillColor
Color for filling data points -
m_Size
int m_Size
size of data point
-
-
Class adams.gui.visualization.stats.paintlet.ZScoreCross extends AbstractZScorePaintlet implements Serializable
- serialVersionUID:
- 6710459160837483521L
-
-
Package adams.gui.visualization.stats.probabilityplot
-
Class adams.gui.visualization.stats.probabilityplot.NormalPlot extends PaintablePanel implements Serializable
- serialVersionUID:
- 2806317665479264377L
-
Serialized Fields
-
m_Data
SpreadSheet m_Data
Instances to plot -
m_FileChooser
SpreadSheetFileChooser m_FileChooser
the file chooser for saving a specific sequence. -
m_Index
int m_Index
Index of the residuals attribute in the instances -
m_NormOptions
NormalPlotOptions m_NormOptions
Options for this normal distribution -
m_Plot
ProbabilityPlotPanel m_Plot
Panel for displaying data -
m_Val
Normal m_Val
Normal distribution paintlet for the regression fitting
-
-
Class adams.gui.visualization.stats.probabilityplot.NormalPlotOptions extends AbstractPlotOptionGroup implements Serializable
- serialVersionUID:
- -4737656972085433346L
-
Serialized Fields
-
m_RegLine
boolean m_RegLine
Whether to display a regression diagonal line
-
-
Class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot extends PaintablePanel implements Serializable
- serialVersionUID:
- 5997080502859878659L
-
Serialized Fields
-
m_AttReg
BaseRegExp m_AttReg
Regular expression for choosing the attribute to plot -
m_CheckBoxGrid
BaseCheckBox m_CheckBoxGrid
Check box for grid overlay -
m_CheckBoxLine
BaseCheckBox m_CheckBoxLine
Check box for line overlay -
m_Data
SpreadSheet m_Data
Instances to display -
m_DefaultPaintlet
AbstractProbabilityPaintlet m_DefaultPaintlet
Default paintlet for the GOE -
m_FileChooser
SpreadSheetFileChooser m_FileChooser
the file chooser for saving a specific sequence. -
m_Grid
boolean m_Grid
Whether to display the grid -
m_Index
Index m_Index
Index for choosing the attribute to plot -
m_IntIndex
int m_IntIndex
Index of attribute in the instances -
m_LabelMean
JLabel m_LabelMean
Label showing the mean of the dataset -
m_LabelStd
JLabel m_LabelStd
Label showing the std deviation of the dataset -
m_Line
boolean m_Line
Whether a best fit line is drawn -
m_OptionPanel
ParameterPanel m_OptionPanel
Panel containing the options for the probability plot -
m_Paintlet
AbstractProbabilityPaintlet m_Paintlet
Paintlet for plotting the data using a regression -
m_PanelRegression
GenericObjectEditorPanel m_PanelRegression
GOE for choosing the regression to fit -
m_Plot
ProbabilityPlotPanel m_Plot
Panel to display data on
-
-
Class adams.gui.visualization.stats.probabilityplot.ProbabilityPlotPanel extends PlotPanel implements Serializable
- serialVersionUID:
- -1780061697297551334L
-
-
Package adams.gui.visualization.stats.scatterplot
-
Class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot extends PaintablePanel implements Serializable
- serialVersionUID:
- -3526702766287841051L
-
Serialized Fields
-
m_Data
SpreadSheet m_Data
Instances to be plotted -
m_Overlays
AbstractScatterPlotOverlay[] m_Overlays
Array of overlay options -
m_Paintlet
AbstractScatterPlotPaintlet m_Paintlet
Paintlet to display the data points on the scatter plot -
m_Plot
ScatterPlotPanel m_Plot
Scatter plot panel to display -
m_Selection
List<Point2D.Double> m_Selection
the selection points collected so far. -
m_SelectionEnabled
boolean m_SelectionEnabled
whether selection is enabled. -
m_XIntIndex
int m_XIntIndex
Index of attribute to be displayed on x axis -
m_YIntIndex
int m_YIntIndex
Index of attribute to be displayed on y axis
-
-
Class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7526127735639196077L
-
Serialized Fields
-
m_Color
Color m_Color
Color of the overlay -
m_Data
SpreadSheet m_Data
Instances object containing data -
m_Paintlet
AbstractOverlayPaintlet m_Paintlet
Paintlet to do the drawing -
m_Thickness
float m_Thickness
Thickness for overlay line
-
-
Class adams.gui.visualization.stats.scatterplot.Coordinates extends AbstractScatterPlotOverlay implements Serializable
- serialVersionUID:
- -1796683889341452636L
-
Class adams.gui.visualization.stats.scatterplot.Diagonal extends AbstractScatterPlotOverlay implements Serializable
- serialVersionUID:
- -1796683889341452636L
-
Serialized Fields
-
m_Indicator
boolean m_Indicator
Whether an indicator should be displayed on the side of the plot showing where the diagonal is and at what gradient
-
-
Class adams.gui.visualization.stats.scatterplot.Lowess extends AbstractScatterPlotOverlay implements Serializable
- serialVersionUID:
- -6140660593813082123L
-
Serialized Fields
-
m_WindowSize
int m_WindowSize
Size of window for calculating lowess
-
-
Class adams.gui.visualization.stats.scatterplot.Matrix extends BasePanel implements Serializable
- serialVersionUID:
- -7593836818545034592L
-
Serialized Fields
-
m_Array
ArrayList<AbstractScatterPlotOverlay> m_Array
Overlays to be displayed -
m_Bar
JProgressBar m_Bar
Progress bar for displaying update progress -
m_Centre
JPanel m_Centre
Panel for displaying the scatter plots -
m_Data
SpreadSheet m_Data
Instances for plotting -
m_DataOriginal
SpreadSheet m_DataOriginal
Full set of of instances, used when the sub sample changes m_instances -
m_Def
AbstractScatterPlotPaintlet m_Def
Default paintlet for GOEpanel -
m_Default
AbstractScatterPlotOverlay[] m_Default
for default value for overlays -
m_DeleteOverlay
HashSet<String> m_DeleteOverlay
Commandline strings of overlays to be deleted -
m_IsCancel
boolean m_IsCancel
If the update was cancelled before it finished -
m_NeedUpdate
boolean m_NeedUpdate
Whether an update is required, if an option has been changed -
m_NewOverlay
HashSet<String> m_NewOverlay
Commandline strings of new overlays to be added -
m_OldHash
HashSet<String> m_OldHash
Commandline strings of overlays before new overlays chosen -
m_OptionPanel
ParameterPanel m_OptionPanel
Panel containing the matrix options -
m_PanelOverlay
GenericArrayEditorPanel m_PanelOverlay
Displays a GAE for choosing overlays for the scatter plots -
m_PanelPaintlet
GenericObjectEditorPanel m_PanelPaintlet
Displas a GOE for choosing the paintlet for the scatterplots -
m_Panels
ArrayList<JPanel> m_Panels
panels displaying names of attributes -
m_Percent
int m_Percent
Percentage of sample to use for sum-sample -
m_PlotSize
int m_PlotSize
Size of each of the scatter plots -
m_Progress
JPanel m_Progress
Panel for displaying the progress bar -
m_ScatterPlots
ArrayList<ScatterPlotSimple> m_ScatterPlots
array list contatining all of the scatter plots displayed in this matrix plot -
m_Spin
JSpinner m_Spin
for choosing the size of each scatter plot -
m_SpinPercent
JSpinner m_SpinPercent
Spinner for choosing percent of data to sample -
m_Stop
BaseButton m_Stop
Button to stop the thread updating the overlays -
m_Val
AbstractScatterPlotPaintlet m_Val
Paintlet for plotting, chosen using GOE -
m_Work
adams.gui.visualization.stats.scatterplot.Matrix.progressWorker m_Work
Swing worker for displaying gui during update
-
-
Class adams.gui.visualization.stats.scatterplot.PolygonSelection extends AbstractScatterPlotOverlay implements Serializable
- serialVersionUID:
- 534709318955680421L
-
Class adams.gui.visualization.stats.scatterplot.ScatterPlot extends AbstractScatterPlot implements Serializable
- serialVersionUID:
- -7798200657432959204L
-
Serialized Fields
-
m_ColorIndex
Index m_ColorIndex
Index given as an option to choose color attribute -
m_ColorIndexReg
BaseRegExp m_ColorIndexReg
regular expression given as an option to choose color attribute -
m_ColorIntIndex
int m_ColorIntIndex
the index of the color attribute. -
m_ComboBoxColor
BaseComboBox<String> m_ComboBoxColor
For choosing attribute to use for color. -
m_ComboBoxX
BaseComboBox<String> m_ComboBoxX
For choosing attribute to display on y axis -
m_ComboBoxY
BaseComboBox<String> m_ComboBoxY
For choosing attribute to display on x axis -
m_DefaultOverlays
AbstractScatterPlotOverlay[] m_DefaultOverlays
default object for the GAE -
m_DefaultPaintlet
AbstractScatterPlotPaintlet m_DefaultPaintlet
default paintlet for GOEpanel -
m_FileChooser
SpreadSheetFileChooser m_FileChooser
the file chooser for saving a specific sequence. -
m_ModelColor
DefaultComboBoxModel<String> m_ModelColor
Model for the comboBox choosing the color attribute to display -
m_ModelX
DefaultComboBoxModel<String> m_ModelX
Model for the comboBox choosing the x attribute to display -
m_ModelY
DefaultComboBoxModel<String> m_ModelY
Model for the comboBox choosing the y attribute to display -
m_MouseClickAction
MouseClickAction m_MouseClickAction
the mouse click action. -
m_PanelOverlay
GenericArrayEditorPanel m_PanelOverlay
for displaying a genericarrayEditor for choosing overlays -
m_PanelPaintlet
GenericObjectEditorPanel m_PanelPaintlet
for displaying a genericobjecteditor for choosing paintlet -
m_XIndex
Index m_XIndex
Index object given as an option to choose x object -
m_XIndexReg
BaseRegExp m_XIndexReg
Regular expression given as an option to choose x attribute -
m_YIndex
Index m_YIndex
Index given as an option to choose y attribute -
m_YIndexReg
BaseRegExp m_YIndexReg
regular expression given as an option to choose y attribute
-
-
Class adams.gui.visualization.stats.scatterplot.ScatterPlotPanel extends PlotPanel implements Serializable
- serialVersionUID:
- 107298737463861170L
-
Serialized Fields
-
m_Data
SpreadSheet m_Data
Instances to be plotted -
m_XIndex
int m_XIndex
index of attribute for x axis -
m_YIndex
int m_YIndex
index of attribute for y axis
-
-
Class adams.gui.visualization.stats.scatterplot.ScatterPlotSimple extends AbstractScatterPlot implements Serializable
- serialVersionUID:
- -6414605668492610814L
-
Serialized Fields
-
m_overs
ArrayList<AbstractScatterPlotOverlay> m_overs
Arraylist of overlays applied currently
-
-
-
Package adams.gui.visualization.stats.scatterplot.action
-
Class adams.gui.visualization.stats.scatterplot.action.AbstractMouseClickAction extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5402943914014171320L
-
Class adams.gui.visualization.stats.scatterplot.action.NullClickAction extends AbstractMouseClickAction implements Serializable
- serialVersionUID:
- -5891356167241337630L
-
Class adams.gui.visualization.stats.scatterplot.action.ViewDataClickAction extends AbstractMouseClickAction implements Serializable
- serialVersionUID:
- -1383042782074675611L
-
Serialized Fields
-
m_HitDetector
AbstractScatterPlotHitDetector m_HitDetector
the hit detector to use.
-
-
-
Package adams.gui.visualization.stats.zscore
-
Class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1577548974132918070L
-
Serialized Fields
-
m_Color
Color m_Color
colour to draw the overlay line -
m_Data
SpreadSheet m_Data
Instances object containing the data -
m_Paintlet
AbstractZOverlayPaintlet m_Paintlet
Paintlet for the plotting -
m_Parent
ZScore m_Parent
parent z score plot to plot data on -
m_Thickness
float m_Thickness
Thickness of overlay
-
-
Class adams.gui.visualization.stats.zscore.Mean extends AbstractZScoreOverlay implements Serializable
- serialVersionUID:
- 3285245400372222299L
-
Class adams.gui.visualization.stats.zscore.StdDev extends AbstractZScoreOverlay implements Serializable
- serialVersionUID:
- -6223718756093227787L
-
Serialized Fields
-
m_StdDev
double m_StdDev
Number of standard deviations from the mean
-
-
Class adams.gui.visualization.stats.zscore.ZScore extends PaintablePanel implements Serializable
- serialVersionUID:
- 1398942330181177958L
-
Serialized Fields
-
m_Att
BaseComboBox m_Att
combo box for attribute selection -
m_AttIndex
Index m_AttIndex
Index for choosing attribute -
m_AttReg
BaseRegExp m_AttReg
String for regular expression -
m_ComboBox
DefaultComboBoxModel m_ComboBox
Model for the attribute combo box -
m_Data
SpreadSheet m_Data
Instances to be displayed -
m_Def
AbstractZScorePaintlet m_Def
Default paintlet for the GOE panel -
m_Default
AbstractZScoreOverlay[] m_Default
default overlays for the GAE -
m_Detect
ZScoreHitDetector m_Detect
Hit detector for tip text and pop up menu -
m_FileChooser
SpreadSheetFileChooser m_FileChooser
the file chooser for saving a specific sequence. -
m_Index
int m_Index
Index of the attribute to be plotted -
m_Key
JPanel m_Key
Panel for displaying the key -
m_NumDialogs
int m_NumDialogs
number of instance explorer panels displayed -
m_Over
AbstractZScoreOverlay[] m_Over
overlays to be displayed -
m_PanelOverlay
GenericArrayEditorPanel m_PanelOverlay
For displaying a generic array editor for choosing overlays -
m_PanelPaintlet
GenericObjectEditorPanel m_PanelPaintlet
For displaying a generic object editor for choosing the paintlet -
m_Plot
ZScorePanel m_Plot
z score plot to be displayed -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_Val
AbstractZScorePaintlet m_Val
Paintlet used for drawing the data
-
-
Class adams.gui.visualization.stats.zscore.ZScoreHitDetector extends AbstractDistanceBasedHitDetector<double[],String> implements Serializable
- serialVersionUID:
- -5768575571226254067L
-
Serialized Fields
-
m_Owner
ZScore m_Owner
zscore plot for detection
-
-
Class adams.gui.visualization.stats.zscore.ZScorePanel extends PlotPanel implements Serializable
- serialVersionUID:
- -4445527264369086318L
-
Serialized Fields
-
m_Data
SpreadSheet m_Data
instances to be displayed -
m_Index
int m_Index
Index of the attribute plotted
-
-
-
Package adams.gui.visualization.timeseries
-
Class adams.gui.visualization.timeseries.AbstractTimeseriesPaintlet extends AbstractDataContainerPaintlet implements Serializable
- serialVersionUID:
- 6076626028535605027L
-
Class adams.gui.visualization.timeseries.AbstractTimeseriesXAxisPanelOptions extends AxisPanelOptions implements Serializable
- serialVersionUID:
- -262072209268471826L
-
Class adams.gui.visualization.timeseries.AbstractTimeseriesYAxisPanelOptions extends AxisPanelOptions implements Serializable
- serialVersionUID:
- -262072209268471826L
-
Class adams.gui.visualization.timeseries.DefaultTimeseriesXAxisPanelOptions extends AbstractTimeseriesXAxisPanelOptions implements Serializable
- serialVersionUID:
- -1774995113138870653L
-
Serialized Fields
-
m_Periodicity
PeriodicityType m_Periodicity
the periodicity to use.
-
-
Class adams.gui.visualization.timeseries.DefaultTimeseriesYAxisPanelOptions extends AbstractTimeseriesYAxisPanelOptions implements Serializable
- serialVersionUID:
- -1774995113138870653L
-
Class adams.gui.visualization.timeseries.FixedTimestampPaintlet extends AbstractTimeseriesPaintlet implements Serializable
- serialVersionUID:
- 4296847364394457330L
-
Serialized Fields
-
m_Color
Color m_Color
the color to paint the point with. -
m_OffsetX
int m_OffsetX
the pixel offset from the left. -
m_OffsetY
int m_OffsetY
the pixel offset from the top. -
m_Prefix
String m_Prefix
the prefix for the date label. -
m_Timestamp
BaseDateTime m_Timestamp
the timestamp to indicate.
-
-
Class adams.gui.visualization.timeseries.FixedTimestampRangePaintlet extends AbstractTimeseriesPaintlet implements Serializable
- serialVersionUID:
- 4296847364394457330L
-
Serialized Fields
-
m_Color
Color m_Color
the color to paint the point with. -
m_EndTimestamp
BaseDateTime m_EndTimestamp
the end timestamp of the range. -
m_StartTimestamp
BaseDateTime m_StartTimestamp
the start timestamp of the range.
-
-
Class adams.gui.visualization.timeseries.PaintletWithFixedXRange extends AbstractTimeseriesPaintlet implements Serializable
- serialVersionUID:
- 3270329510617886683L
-
Serialized Fields
-
m_Actor
Actor m_Actor
the actor the paintlet belongs to. -
m_MaxX
BaseDateTime m_MaxX
the maximum of X. -
m_MinX
BaseDateTime m_MinX
the minimum of X. -
m_Paintlet
AbstractTimeseriesPaintlet m_Paintlet
the actual paintlet to use.
-
-
Class adams.gui.visualization.timeseries.PaintletWithFixedXYRange extends PaintletWithFixedYRange implements Serializable
- serialVersionUID:
- -7452372971179139015L
-
Serialized Fields
-
m_Actor
Actor m_Actor
the actor the paintlet belongs to. -
m_MaxX
BaseDateTime m_MaxX
the maximum of Y. -
m_MinX
BaseDateTime m_MinX
the minimum of Y.
-
-
Class adams.gui.visualization.timeseries.PaintletWithFixedYRange extends AbstractTimeseriesPaintlet implements Serializable
- serialVersionUID:
- 354723429582771889L
-
Serialized Fields
-
m_Actor
Actor m_Actor
the actor the paintlet belongs to. -
m_MaxY
double m_MaxY
the maximum of Y. -
m_MinY
double m_MinY
the minimum of Y. -
m_Paintlet
AbstractTimeseriesPaintlet m_Paintlet
the actual paintlet to use.
-
-
Class adams.gui.visualization.timeseries.PeriodicityColorProvider extends AbstractColorProvider implements Serializable
- serialVersionUID:
- 6995476780170054237L
-
Class adams.gui.visualization.timeseries.PeriodicityPaintlet extends AbstractTimeseriesPaintlet implements Serializable
- serialVersionUID:
- -6475036298238205843L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider in use. -
m_Periodicity
PeriodicityType m_Periodicity
the periodicity type.
-
-
Class adams.gui.visualization.timeseries.ReportColorTimeseriesPaintlet extends TimeseriesPaintlet implements Serializable
- serialVersionUID:
- -4837316110207980301L
-
Class adams.gui.visualization.timeseries.SelectedTimestampPaintlet extends AbstractTimeseriesPaintlet implements Serializable
- serialVersionUID:
- 4296847364394457330L
-
Serialized Fields
-
m_Color
Color m_Color
the color to paint the point with. -
m_Point
TimeseriesPoint m_Point
the point to paint.
-
-
Class adams.gui.visualization.timeseries.TimeseriesContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- -2589474045543243525L
-
Serialized Fields
-
m_Color
Color m_Color
the associated color. -
m_Visible
boolean m_Visible
whether the timeseries is visible.
-
-
Class adams.gui.visualization.timeseries.TimeseriesContainerDisplayIDGenerator extends AbstractContainerDisplayStringGenerator<C extends TimeseriesContainer> implements Serializable
- serialVersionUID:
- -4131184984196361251L
-
Class adams.gui.visualization.timeseries.TimeseriesContainerList extends AbstractContainerList<M extends TimeseriesContainerManager,C extends TimeseriesContainer> implements Serializable
- serialVersionUID:
- -1049275455980966385L
-
Class adams.gui.visualization.timeseries.TimeseriesContainerManager extends AbstractContainerManager<C extends TimeseriesContainer> implements Serializable
- serialVersionUID:
- -6358705201552088288L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for managing the colors. -
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection. -
m_Owner
TimeseriesPanel m_Owner
the owning panel. -
m_Reloadable
boolean m_Reloadable
whether the profiles can be reloaded from the database (fake ones can't be reloaded!).
-
-
Class adams.gui.visualization.timeseries.TimeseriesContainerModel extends ContainerModel<M extends TimeseriesContainerManager,C extends TimeseriesContainer> implements Serializable
- serialVersionUID:
- -7545555938539538659L
-
Class adams.gui.visualization.timeseries.TimeseriesContainerTable extends ContainerTable<M extends TimeseriesContainerManager,C extends TimeseriesContainer> implements Serializable
- serialVersionUID:
- 5100124289686775844L
-
Class adams.gui.visualization.timeseries.TimeseriesContainerTableColumnNameGenerator extends DefaultContainerTableColumnNameGenerator implements Serializable
- serialVersionUID:
- 5960835199848427488L
-
Class adams.gui.visualization.timeseries.TimeseriesExplorer extends UndoPanel implements Serializable
- serialVersionUID:
- 3953271131937711340L
-
Serialized Fields
-
m_CurrentFilter
Filter<Timeseries> m_CurrentFilter
the current filter. -
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection. -
m_DialogColorProvider
GenericObjectEditorDialog m_DialogColorProvider
the dialog for selecting the color provider. -
m_DialogFilter
FilterDialog m_DialogFilter
the filter dialog. -
m_DialogPaintlet
GenericObjectEditorDialog m_DialogPaintlet
the dialog for selecting the paintlet. -
m_DialogSQL
TimeseriesImportDatabaseDialog m_DialogSQL
the dialog for loading timeseries using custom SQL statements. -
m_FilterOverlayOriginalData
boolean m_FilterOverlayOriginalData
indicates whether the filtered data was overlayed over the original. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemClearData
JMenuItem m_MenuItemClearData
the clear data menu item. -
m_MenuItemEnableUndo
JCheckBoxMenuItem m_MenuItemEnableUndo
the toggle undo menu item. -
m_MenuItemFilter
JMenuItem m_MenuItemFilter
the filter menu item. -
m_MenuItemOverlayFlowOutput
JMenuItem m_MenuItemOverlayFlowOutput
the overlay flow output menu item. -
m_MenuItemRedo
JMenuItem m_MenuItemRedo
the redo menu item. -
m_MenuItemRefreshScripts
JMenuItem m_MenuItemRefreshScripts
the refresh scripts menu item. -
m_MenuItemStartRecording
JMenuItem m_MenuItemStartRecording
the start recording menu item. -
m_MenuItemStopRecording
JMenuItem m_MenuItemStopRecording
the stop recording menu item. -
m_MenuItemUndo
JMenuItem m_MenuItemUndo
the undo menu item. -
m_MenuItemViewAntiAliasing
JMenuItem m_MenuItemViewAntiAliasing
the toggle anti-aliasing menu item. -
m_MenuItemViewColorProvider
JMenuItem m_MenuItemViewColorProvider
the color provider menu item. -
m_MenuItemViewPaintlet
JMenuItem m_MenuItemViewPaintlet
the paintlet menu item. -
m_MenuItemViewPeriodicity
JMenu m_MenuItemViewPeriodicity
the periodicity submenu. -
m_MenuItemViewSelectedTimestamp
JMenuItem m_MenuItemViewSelectedTimestamp
the toggle selected timestamp menu item. -
m_MenuItemViewZoomOverview
JMenuItem m_MenuItemViewZoomOverview
the toggle zoom overview menu item. -
m_MenuScripts
JMenu m_MenuScripts
the menu item for scripts. -
m_MenuView
JMenu m_MenuView
the menu item for view related stuff. -
m_PanelTimeseries
TimeseriesPanel m_PanelTimeseries
the panel for displaying. -
m_RecentFilesHandler
RecentFilesHandlerWithCommandline<JMenu> m_RecentFilesHandler
the recent files handler. -
m_Reports
ReportFactory.Panel m_Reports
the sample data reports. -
m_ScriptingDialog
ScriptingDialog m_ScriptingDialog
the dialog for managing scripts. -
m_SearchPanel
SearchPanel m_SearchPanel
for searching the fields in the reports. -
m_StatusBar
BaseStatusBar m_StatusBar
the status bar. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane for the data to display. -
m_TimeseriesFileChooser
TimeseriesFileChooser m_TimeseriesFileChooser
the file chooser for importing data.
-
-
Class adams.gui.visualization.timeseries.TimeseriesExportDialog extends AbstractDirectoryExportDialog<AbstractTimeseriesWriter> implements Serializable
- serialVersionUID:
- 6635283474671937011L
-
Serialized Fields
-
m_CheckBoxCombine
BaseCheckBox m_CheckBoxCombine
whether the timeseries should be saved in the same file, if possible.
-
-
Class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog extends BaseDialog implements Serializable
- serialVersionUID:
- 8033226799557584214L
-
Serialized Fields
-
m_Option
int m_Option
the option selected by the user (CANCEL_OPTION, APPROVE_OPTION). -
m_PageConnection
DatabaseConnectionPage m_PageConnection
the connection page. -
m_PageIDs
ListPage m_PageIDs
the ID list page. -
m_PageQueries
ParameterPanelPage m_PageQueries
the queries page. -
m_PaneWizard
WizardPane m_PaneWizard
the wizard.
-
-
Class adams.gui.visualization.timeseries.TimeseriesPaintlet extends AbstractTimeseriesPaintlet implements Serializable
- serialVersionUID:
- -6475036298238205843L
-
Serialized Fields
-
m_AlwaysShowMarkers
boolean m_AlwaysShowMarkers
whether to show markers all the time. -
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_MarkerExtent
int m_MarkerExtent
the maximum width/height of the shape to plot around the points (= data point marker), if there's enough space. -
m_MarkersEnabled
boolean m_MarkersEnabled
indicates whether marker shapes are painted or not.
-
-
Class adams.gui.visualization.timeseries.TimeseriesPanel extends DataContainerPanelWithContainerList<T extends Timeseries,M extends TimeseriesContainerManager<C>,C extends TimeseriesContainer> implements Serializable
- serialVersionUID:
- -9059718549932104312L
-
Serialized Fields
-
m_AdjustToVisibleData
boolean m_AdjustToVisibleData
whether to adjust to visible data or not. -
m_CoordinatesPaintlet
CoordinatesPaintlet m_CoordinatesPaintlet
paintlet for drawing the X-axis. -
m_ExportDialog
TimeseriesExportDialog m_ExportDialog
the export dialog. -
m_PanelZoomOverview
TimeseriesZoomOverviewPanel m_PanelZoomOverview
the zoom overview panel. -
m_PeriodicityPaintlet
PeriodicityPaintlet m_PeriodicityPaintlet
paintlet for drawing the periodicity background. -
m_SelectedTimestampPaintlet
SelectedTimestampPaintlet m_SelectedTimestampPaintlet
paintlet for drawing the timeseries. -
m_TimeseriesPaintlet
AbstractTimeseriesPaintlet m_TimeseriesPaintlet
paintlet for drawing the timeseries. -
m_TimeseriesPointHitDetector
TimeseriesPointHitDetector m_TimeseriesPointHitDetector
for detecting hits. -
m_ToolTipMaxColumns
int m_ToolTipMaxColumns
the maximum number of columns for the tooltip. -
m_ToolTipMaxRows
int m_ToolTipMaxRows
the maximum number of rows for the tooltip.
-
-
Class adams.gui.visualization.timeseries.TimeseriesPointHitDetector extends AbstractDistanceBasedHitDetector<List<TimeseriesPoint>,String> implements Serializable
- serialVersionUID:
- 7459498872766468963L
-
Serialized Fields
-
m_Owner
TimeseriesPanel m_Owner
the owner of this detector.
-
-
Class adams.gui.visualization.timeseries.TimeseriesZoomOverviewPaintlet extends AbstractDataContainerZoomOverviewPaintlet<TimeseriesPanel> implements Serializable
- serialVersionUID:
- -1892847976532363884L
-
Class adams.gui.visualization.timeseries.TimeseriesZoomOverviewPanel extends AbstractDataContainerZoomOverviewPanel<TimeseriesPanel,AbstractTimeseriesPaintlet,TimeseriesZoomOverviewPaintlet,Timeseries,TimeseriesContainerManager> implements Serializable
- serialVersionUID:
- 3177044172306748613L
-
-
Package adams.gui.visualization.timeseries.containerlistpopup
-
Class adams.gui.visualization.timeseries.containerlistpopup.Information extends AbstractContainerListPopupCustomizer<Timeseries,TimeseriesContainerManager,TimeseriesContainer> implements Serializable
- serialVersionUID:
- -4547544768633536080L
-
Class adams.gui.visualization.timeseries.containerlistpopup.Reports extends AbstractContainerListPopupCustomizer<Timeseries,TimeseriesContainerManager,TimeseriesContainer> implements Serializable
- serialVersionUID:
- -7796583803269239174L
-
Class adams.gui.visualization.timeseries.containerlistpopup.ViewAsTable extends AbstractContainerListPopupCustomizer<Timeseries,TimeseriesContainerManager,TimeseriesContainer> implements Serializable
- serialVersionUID:
- -7796583803269239174L
-
-
Package adams.gui.visualization.timeseries.plotpopup
-
Class adams.gui.visualization.timeseries.plotpopup.Adjust extends AbstractPlotPopupCustomizer<Timeseries,TimeseriesContainerManager,TimeseriesContainer> implements Serializable
- serialVersionUID:
- 3295471324320509106L
-
Class adams.gui.visualization.timeseries.plotpopup.SaveVisible extends AbstractPlotPopupCustomizer<Instance,InstanceContainerManager,InstanceContainer> implements Serializable
- serialVersionUID:
- 3295471324320509106L
-
Class adams.gui.visualization.timeseries.plotpopup.Statistics extends AbstractPlotPopupCustomizer<Timeseries,TimeseriesContainerManager,TimeseriesContainer> implements Serializable
- serialVersionUID:
- 3295471324320509106L
-
-
Package adams.gui.visualization.weka
-
Class adams.gui.visualization.weka.AbstractInstanceInfoFrame extends weka.gui.visualize.InstanceInfoFrame implements Serializable
- serialVersionUID:
- 1811456515654254510L
-
Serialized Fields
-
m_ButtonDataGo
BaseButton m_ButtonDataGo
the button for displaying the instances. -
m_ButtonTextGo
BaseButton m_ButtonTextGo
the button for displaying the instances. -
m_ComboBoxData
BaseComboBox m_ComboBoxData
the combobox with all the datasets. -
m_ComboBoxDataActions
BaseComboBox m_ComboBoxDataActions
the combobox with all the actions. -
m_ComboBoxTextActions
BaseComboBox m_ComboBoxTextActions
the combobox with all the actions. -
m_ComboBoxTextInstances
BaseComboBox m_ComboBoxTextInstances
the combobox with all the instances. -
m_LabelTextNumPoints
JLabel m_LabelTextNumPoints
the number of data points. -
m_PanelComboBoxData
BasePanel m_PanelComboBoxData
the panel for the combobox listing the datasets. -
m_PanelData
BasePanel m_PanelData
the panel holding the table and buttons for the dataset. -
m_PanelDataAction
JPanel m_PanelDataAction
the panel with buttons etc. -
m_PanelTextAction
JPanel m_PanelTextAction
the panel with buttons etc. -
m_PanelTextAll
BasePanel m_PanelTextAll
the panel for the text tab. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane for displaying the data. -
m_TableData
SortableAndSearchableTable m_TableData
the table with the dataset.
-
-
-
Package adams.gui.wizard
-
Class adams.gui.wizard.AbstractDatabaseConnectionPage extends ParameterPanelPage implements Serializable
- serialVersionUID:
- -7633802524155866313L
-
Class adams.gui.wizard.AbstractDatabaseConnectionPage.DatabaseConnectionPageCheck extends Object implements Serializable
- serialVersionUID:
- 5859663043469959157L
-
Class adams.gui.wizard.AbstractWizardPage extends BasePanel implements Serializable
- serialVersionUID:
- 391442213775313771L
-
Serialized Fields
-
m_ButtonLoad
BaseButton m_ButtonLoad
the load props button. -
m_ButtonSave
BaseButton m_ButtonSave
the save props button. -
m_FileChooser
BaseFileChooser m_FileChooser
the filechooser for loading/saving properties. -
m_Owner
AbstractWizardPane m_Owner
the wizard this page belongs to. -
m_PageCheck
PageCheck m_PageCheck
the page check to perform. -
m_PageName
String m_PageName
the name of the page. -
m_PanelButtons
JPanel m_PanelButtons
the panel for the buttons. -
m_ProceedAction
ProceedAction m_ProceedAction
the action to perform when proceeding. -
m_ScrollPaneDescription
BaseScrollPane m_ScrollPaneDescription
the scroll pane for the description. -
m_TextDescription
BaseTextPane m_TextDescription
the description of the page. -
m_Valid
boolean m_Valid
whether the page has valid input or not.
-
-
Class adams.gui.wizard.AbstractWizardPane extends BasePanel implements Serializable
- serialVersionUID:
- 887135856139374858L
-
Serialized Fields
-
m_ActionListeners
HashSet<ActionListener> m_ActionListeners
the action listeners (ie hitting cancel/finish). -
m_ButtonBack
BaseButton m_ButtonBack
the button for the previous page. -
m_ButtonCancelFinish
BaseButton m_ButtonCancelFinish
the button for the cancelling/finishing. -
m_ButtonLoad
BaseButton m_ButtonLoad
the load props button. -
m_ButtonNext
BaseButton m_ButtonNext
the button for the next page. -
m_ButtonSave
BaseButton m_ButtonSave
the save props button. -
m_CustomFinishText
String m_CustomFinishText
the custom text for the "finish" button. -
m_FileChooser
BaseFileChooser m_FileChooser
the filechooser for loading/saving properties. -
m_ID
String m_ID
the ID of the wizard. -
m_Logger
Logger m_Logger
the logger to use. -
m_PageLookup
Map<String,AbstractWizardPage> m_PageLookup
the pages lookup. -
m_PanelButtons
JPanel m_PanelButtons
the panel for the buttons. -
m_PanelButtonsProperties
JPanel m_PanelButtonsProperties
the panel for the properties buttons.
-
-
Class adams.gui.wizard.BranchSelectionPage extends AbstractWizardPage implements Serializable
- serialVersionUID:
- -4386331699718658675L
-
Serialized Fields
-
m_PanelSelection
JPanel m_PanelSelection
the panel with the selection buttons.
-
-
Class adams.gui.wizard.DatabaseConnectionPage extends AbstractDatabaseConnectionPage implements Serializable
- serialVersionUID:
- -7633802524155866313L
-
Class adams.gui.wizard.DummyPageCheck extends Object implements Serializable
- serialVersionUID:
- -6346623779732787345L
-
Class adams.gui.wizard.DummyProceedAction extends Object implements Serializable
- serialVersionUID:
- -2709628845391871659L
-
Class adams.gui.wizard.FinalPage extends AbstractWizardPage implements Serializable
- serialVersionUID:
- 4561440274465998533L
-
Serialized Fields
-
m_LabelLogo
JLabel m_LabelLogo
for displaying a logo.
-
-
Class adams.gui.wizard.GenericObjectEditorPage extends AbstractWizardPage implements Serializable
- serialVersionUID:
- -7633802524155866313L
-
Serialized Fields
-
m_GOE
GenericObjectEditor m_GOE
the GOE for displaying the parameters.
-
-
Class adams.gui.wizard.ListPage extends AbstractWizardPage implements Serializable
- serialVersionUID:
- -7633802524155866313L
-
Serialized Fields
-
m_AddFullList
boolean m_AddFullList
whether to use store the full list of items in the properties as well. -
m_List
BaseList m_List
the parameter panel for displaying the parameters.
-
-
Class adams.gui.wizard.ParameterPanelPage extends AbstractWizardPage implements Serializable
- serialVersionUID:
- -7633802524155866313L
-
Serialized Fields
-
m_PanelParameter
PropertiesParameterPanel m_PanelParameter
the parameter panel for displaying the parameters.
-
-
Class adams.gui.wizard.PropertySheetPanelPage extends AbstractWizardPage implements Serializable
- serialVersionUID:
- -7633802524155866313L
-
Serialized Fields
-
m_PanelSheet
PropertySheetPanel m_PanelSheet
the parameter panel for displaying the parameters.
-
-
Class adams.gui.wizard.SelectDirectoryPage extends AbstractWizardPage implements Serializable
- serialVersionUID:
- -7633802524155866313L
-
Serialized Fields
-
m_PanelDir
DirectoryChooserPanel m_PanelDir
the panel for selecting the file.
-
-
Class adams.gui.wizard.SelectFilePage extends AbstractWizardPage implements Serializable
- serialVersionUID:
- -7633802524155866313L
-
Serialized Fields
-
m_PanelFile
FileChooserPanel m_PanelFile
the panel for selecting the file.
-
-
Class adams.gui.wizard.SelectMultipleDirectoriesPage extends AbstractWizardPage implements Serializable
- serialVersionUID:
- -7633802524155866313L
-
Serialized Fields
-
m_ButtonAdd
BaseButton m_ButtonAdd
the button for bringing up the dirchooser. -
m_ButtonMoveDown
BaseButton m_ButtonMoveDown
the button for moving the selected dirs down. -
m_ButtonMoveUp
BaseButton m_ButtonMoveUp
the button for moving the selected dirs up. -
m_ButtonRemove
BaseButton m_ButtonRemove
the button for removing the selected dirs. -
m_ButtonRemoveAll
BaseButton m_ButtonRemoveAll
the button for removing all dirs. -
m_DirChooser
FileChooser m_DirChooser
the chooser for selecting the directories. -
m_ListDirs
BaseListWithButtons m_ListDirs
the list for the dir names.
-
-
Class adams.gui.wizard.SelectMultipleFilesPage extends AbstractWizardPage implements Serializable
- serialVersionUID:
- -7633802524155866313L
-
Serialized Fields
-
m_ButtonAdd
BaseButton m_ButtonAdd
the button for bringing up the filechooser. -
m_ButtonMoveDown
BaseButton m_ButtonMoveDown
the button for moving the selected files down. -
m_ButtonMoveUp
BaseButton m_ButtonMoveUp
the button for moving the selected files up. -
m_ButtonRemove
BaseButton m_ButtonRemove
the button for removing the selected files. -
m_ButtonRemoveAll
BaseButton m_ButtonRemoveAll
the button for removing all files. -
m_FileChooser
BaseFileChooser m_FileChooser
the filechooser for selecting the files. -
m_ListFiles
BaseListWithButtons m_ListFiles
the list for the file names.
-
-
Class adams.gui.wizard.StartPage extends AbstractWizardPage implements Serializable
- serialVersionUID:
- 4561440274465998533L
-
Serialized Fields
-
m_LabelLogo
JLabel m_LabelLogo
for displaying a logo.
-
-
Class adams.gui.wizard.TextAreaPage extends AbstractWizardPage implements Serializable
- serialVersionUID:
- -7633802524155866313L
-
Serialized Fields
-
m_TextArea
BaseTextArea m_TextArea
the text area.
-
-
Class adams.gui.wizard.WekaPropertySheetPanelPage extends AbstractWizardPage implements Serializable
- serialVersionUID:
- -7633802524155866313L
-
Serialized Fields
-
m_ButtonLoad
BaseButton m_ButtonLoad
the load props button. -
m_ButtonSave
BaseButton m_ButtonSave
the save props button. -
m_FileChooser
BaseFileChooser m_FileChooser
the filechooser for loading/saving properties. -
m_PanelButtons
JPanel m_PanelButtons
the panel for the buttons. -
m_PanelSheet
WekaPropertySheetPanelPage.CustomPropertySheetPanel m_PanelSheet
the parameter panel for displaying the parameters.
-
-
Class adams.gui.wizard.WekaPropertySheetPanelPage.CustomPropertySheetPanel extends weka.gui.PropertySheetPanel implements Serializable
- serialVersionUID:
- 1083770659191190864L
-
Class adams.gui.wizard.WekaSelectDatasetPage extends AbstractWizardPage implements Serializable
- serialVersionUID:
- -7633802524155866313L
-
Serialized Fields
-
m_PanelFile
DatasetFileChooserPanel m_PanelFile
the panel for selecting the file.
-
-
Class adams.gui.wizard.WekaSelectMultipleDatasetsPage extends AbstractWizardPage implements Serializable
- serialVersionUID:
- -7633802524155866313L
-
Serialized Fields
-
m_ButtonAdd
BaseButton m_ButtonAdd
the button for bringing up the filechooser. -
m_ButtonMoveDown
BaseButton m_ButtonMoveDown
the button for moving the selected files down. -
m_ButtonMoveUp
BaseButton m_ButtonMoveUp
the button for moving the selected files up. -
m_ButtonRemove
BaseButton m_ButtonRemove
the button for removing the selected files. -
m_ButtonRemoveAll
BaseButton m_ButtonRemoveAll
the button for removing all files. -
m_FileChooser
WekaFileChooser m_FileChooser
the filechooser for selecting the files. -
m_ListFiles
BaseListWithButtons m_ListFiles
the list for the file names.
-
-
Class adams.gui.wizard.WizardPane extends AbstractWizardPane implements Serializable
- serialVersionUID:
- 887135856139374858L
-
Serialized Fields
-
m_ListNames
BaseList m_ListNames
the list for displaying the page names. -
m_ModelNames
DefaultListModel<String> m_ModelNames
the model for displaying the page names. -
m_PageComponent
JPanel m_PageComponent
for displaying the page component. -
m_PageOrder
List<String> m_PageOrder
the page order. -
m_ScrollPaneNames
BaseScrollPane m_ScrollPaneNames
the scrollpane for the names list. -
m_SelectedPage
int m_SelectedPage
the currently selected page. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane.
-
-
Class adams.gui.wizard.WizardPaneWithBranches extends AbstractWizardPane implements Serializable
- serialVersionUID:
- 887135856139374858L
-
Serialized Fields
-
m_FinalPages
Set<AbstractWizardPage> m_FinalPages
the final pages. -
m_LastPageAdded
AbstractWizardPage m_LastPageAdded
the last page added. -
m_PageComponent
JPanel m_PageComponent
for displaying the page component. -
m_Pages
DefaultMutableTreeNode m_Pages
the page layout. -
m_SelectedPage
AbstractWizardPage m_SelectedPage
the currently selected page.
-
-
-
Package adams.gui.workspace
-
Class adams.gui.workspace.AbstractSerializableWorkspaceManagerPanel extends AbstractWorkspaceManagerPanel<P extends AbstractWorkspacePanel> implements Serializable
- serialVersionUID:
- -20320489406680254L
-
Serialized Fields
-
m_ButtonCopy
BaseFlatButton m_ButtonCopy
the button for copying a panel. -
m_ButtonWorkspace
BaseFlatButton m_ButtonWorkspace
the button for managing the workspaces. -
m_WorkspaceFileChooser
SerializationFileChooser m_WorkspaceFileChooser
the file chooser for the workspaces. -
m_WorkspaceHelper
AbstractWorkspaceHelper<P extends AbstractWorkspacePanel,AbstractSerializableWorkspaceManagerPanel<P extends AbstractWorkspacePanel>> m_WorkspaceHelper
the workspace helper.
-
-
Class adams.gui.workspace.AbstractWorkspaceListPanel extends AbstractNamedHistoryPanel<T extends AbstractWorkspacePanel> implements Serializable
- serialVersionUID:
- 1704390033157269580L
-
Class adams.gui.workspace.AbstractWorkspaceManagerPanel extends BasePanel implements Serializable
- serialVersionUID:
- -20320489406680254L
-
Serialized Fields
-
m_ButtonAdd
BaseFlatButton m_ButtonAdd
the button for adding a panel. -
m_ButtonRemove
BaseFlatButton m_ButtonRemove
the button for removing a panel. -
m_History
AbstractWorkspaceListPanel<T extends AbstractWorkspacePanel> m_History
the history panel. -
m_PanelButtons
BasePanel m_PanelButtons
the panel for the buttons. -
m_PanelHistory
BasePanel m_PanelHistory
the history panel. -
m_PanelWorkspace
BasePanel m_PanelWorkspace
the actual panel for displaying the other panels. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane for the components.
-
-
Class adams.gui.workspace.AbstractWorkspacePanel extends BasePanel implements Serializable
- serialVersionUID:
- 7314544066929763500L
-
Serialized Fields
-
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_TitleGenerator
TitleGenerator m_TitleGenerator
for generating the title.
-
-
Class adams.gui.workspace.AbstractWorkspacePanelWithStatusBar extends AbstractWorkspacePanel implements Serializable
- serialVersionUID:
- 7314544066929763500L
-
Serialized Fields
-
m_StatusBar
BaseStatusBar m_StatusBar
the status bar.
-
-
-
Package adams.ml.capabilities
-
Class adams.ml.capabilities.Capabilities extends LoggingObject implements Serializable
- serialVersionUID:
- -3901300565162711500L
-
Serialized Fields
-
m_Capabilities
Set<Capability> m_Capabilities
the capabilities. -
m_DependentCapabilities
Set<Capability> m_DependentCapabilities
the dependent capabilities. -
m_MaxClassColumns
int m_MaxClassColumns
the maximum number of class attributes (-1 is undefined). -
m_MaxColumns
int m_MaxColumns
the maximum number of columns (-1 is undefined). -
m_MaxRows
int m_MaxRows
the maximum number of columns (-1 is undefined). -
m_MinClassColumns
int m_MinClassColumns
the minimum number of class attributes (-1 is undefined). -
m_MinColumns
int m_MinColumns
the minimum number of columns (-1 is undefined). -
m_MinRows
int m_MinRows
the minimum number of columns (-1 is undefined). -
m_Owner
CapabilitiesHandler m_Owner
the owner.
-
-
-
Package adams.ml.data
-
Class adams.ml.data.DataCellView extends Object implements Serializable
- serialVersionUID:
- -1124569966977121103L
-
Serialized Fields
-
m_ColIndex
int m_ColIndex
the column index. -
m_Owner
InstanceView m_Owner
the owning row.
-
-
Class adams.ml.data.DatasetInfo extends LoggingObject implements Serializable
- serialVersionUID:
- -2693931121026828848L
-
Serialized Fields
-
m_ClassColumns
Set<String> m_ClassColumns
the class columns. -
m_ColumnTypes
Map<String,Collection<Cell.ContentType>> m_ColumnTypes
the datatypes per column. -
m_Header
Dataset m_Header
the header.
-
-
Class adams.ml.data.DatasetView extends Object implements Serializable
- serialVersionUID:
- -3933080370817564099L
-
Serialized Fields
-
m_ColumnArray
int[] m_ColumnArray
the column array. -
m_Columns
gnu.trove.list.array.TIntArrayList m_Columns
the column subset to use (null for all). -
m_Dataset
Dataset m_Dataset
the underlying spreadsheet. -
m_HeaderRow
HeaderRow m_HeaderRow
the cached header row. -
m_RowArray
int[] m_RowArray
the row array. -
m_Rows
gnu.trove.list.array.TIntArrayList m_Rows
the row subset to use (null for all).
-
-
Class adams.ml.data.DefaultDataset extends DefaultSpreadSheet implements Serializable
- serialVersionUID:
- -6517147329804452995L
-
Class adams.ml.data.InstancesHeaderRow extends HeaderRow implements Serializable
- serialVersionUID:
- 5290309704559917874L
-
Serialized Fields
-
m_Data
weka.core.Instances m_Data
the underlying data.
-
-
Class adams.ml.data.InstancesView extends Object implements Serializable
- serialVersionUID:
- -6570030309091506840L
-
Serialized Fields
-
m_Data
weka.core.Instances m_Data
the underlying data. -
m_Header
InstancesHeaderRow m_Header
the header row. -
m_SharedStringsTable
SharedStringsTable m_SharedStringsTable
the shared string table.
-
-
Class adams.ml.data.InstanceView extends Object implements Serializable
- serialVersionUID:
- 1398119247909453155L
-
Serialized Fields
-
m_Data
weka.core.Instance m_Data
the underlying data. -
m_Owner
InstancesView m_Owner
the owner.
-
-
-
Package adams.ml.evaluation
-
Class adams.ml.evaluation.AbstractSplitGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8387205583429213079L
-
Serialized Fields
-
m_Data
Dataset m_Data
the original dataset. -
m_Initialized
boolean m_Initialized
whether the iterator has been initialized. -
m_OriginalIndices
gnu.trove.list.TIntList m_OriginalIndices
the original indicies. -
m_Seed
long m_Seed
the seed value. -
m_UseViews
boolean m_UseViews
whether to use views.
-
-
Class adams.ml.evaluation.DefaultCrossValidationFoldGenerator extends AbstractSplitGenerator implements Serializable
- serialVersionUID:
- -8387205583429213079L
-
Serialized Fields
-
m_ActualNumFolds
int m_ActualNumFolds
the actual number of folds. -
m_NumFolds
int m_NumFolds
the number of folds. -
m_Randomize
boolean m_Randomize
whether to randomize the data. -
m_Stratify
boolean m_Stratify
whether to stratify the data (in case of nominal class).
-
-
Class adams.ml.evaluation.DefaultRandomSplitGenerator extends AbstractSplitGenerator implements Serializable
- serialVersionUID:
- -4813006743965500489L
-
Serialized Fields
-
m_Generated
boolean m_Generated
whether the split was generated. -
m_Generator
RandomSplitGenerator m_Generator
the underlying scheme for generating the split. -
m_Percentage
double m_Percentage
the percentage. -
m_PreserveOrder
boolean m_PreserveOrder
whether to preserve the order.
-
-
-
Package adams.ml.model
-
Package adams.ml.model.classification
-
Class adams.ml.model.classification.AbstractClassifier extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1493597879425680024L
-
Serialized Fields
-
m_StrictCapabilities
boolean m_StrictCapabilities
whether to use strict capability tests.
-
-
Class adams.ml.model.classification.AbstractMultiTargetClassifier extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1493597879425680024L
-
Serialized Fields
-
m_StrictCapabilities
boolean m_StrictCapabilities
whether to use strict capability tests.
-
-
Class adams.ml.model.classification.WekaClassificationModel extends LoggingObject implements Serializable
- serialVersionUID:
- 4557749254683230577L
-
Serialized Fields
-
m_DatasetInfo
DatasetInfo m_DatasetInfo
the dataset info. -
m_InstancesHeader
weka.core.Instances m_InstancesHeader
the instances used. -
m_Model
weka.classifiers.Classifier m_Model
the underlying model.
-
-
Class adams.ml.model.classification.WekaClassifier extends AbstractClassifier implements Serializable
- serialVersionUID:
- -4086036132431888958L
-
Serialized Fields
-
m_Classifier
weka.classifiers.Classifier m_Classifier
the weka classifier to use.
-
-
-
Package adams.ml.model.clustering
-
Class adams.ml.model.clustering.AbstractClusterer extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1493597879425680024L
-
Serialized Fields
-
m_StrictCapabilities
boolean m_StrictCapabilities
whether to use strict capability tests.
-
-
Class adams.ml.model.clustering.WekaClusterer extends AbstractClusterer implements Serializable
- serialVersionUID:
- -4086036132431888958L
-
Serialized Fields
-
m_Clusterer
weka.clusterers.Clusterer m_Clusterer
the weka classifier to use.
-
-
Class adams.ml.model.clustering.WekaClusteringModel extends LoggingObject implements Serializable
- serialVersionUID:
- 4557749254683230577L
-
Serialized Fields
-
m_DatasetInfo
DatasetInfo m_DatasetInfo
the dataset info. -
m_InstancesHeader
weka.core.Instances m_InstancesHeader
the instances used. -
m_Model
weka.clusterers.Clusterer m_Model
the underlying model.
-
-
-
Package adams.ml.model.regression
-
Class adams.ml.model.regression.AbstractMultiTargetRegressor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1493597879425680024L
-
Serialized Fields
-
m_StrictCapabilities
boolean m_StrictCapabilities
whether to use strict capability tests.
-
-
Class adams.ml.model.regression.AbstractRegressor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1493597879425680024L
-
Serialized Fields
-
m_StrictCapabilities
boolean m_StrictCapabilities
whether to use strict capability tests.
-
-
Class adams.ml.model.regression.WekaRegressionModel extends LoggingObject implements Serializable
- serialVersionUID:
- 4557749254683230577L
-
Serialized Fields
-
m_DatasetInfo
DatasetInfo m_DatasetInfo
the dataset info. -
m_InstancesHeader
weka.core.Instances m_InstancesHeader
the instances used. -
m_Model
weka.classifiers.Classifier m_Model
the underlying model.
-
-
Class adams.ml.model.regression.WekaRegressor extends AbstractRegressor implements Serializable
- serialVersionUID:
- -4086036132431888958L
-
Serialized Fields
-
m_Classifier
weka.classifiers.Classifier m_Classifier
the weka classifier to use.
-
-
-
Package adams.ml.preprocessing
-
Class adams.ml.preprocessing.AbstractBatchFilter extends AbstractFilter implements Serializable
- serialVersionUID:
- -3113520581439940331L
-
Class adams.ml.preprocessing.AbstractColumnSubsetBatchFilter extends AbstractColumnSubsetFilter implements Serializable
- serialVersionUID:
- -3113520581439940331L
-
Class adams.ml.preprocessing.AbstractColumnSubsetFilter extends AbstractFilter implements Serializable
- serialVersionUID:
- -7832232995060446187L
-
Serialized Fields
-
m_ClassColumns
gnu.trove.list.TIntList m_ClassColumns
the indices of the class columns to use in the filtering process. -
m_ColRange
SpreadSheetColumnRange m_ColRange
the columns to operate on (ifColumnSubset.RANGE
). -
m_ColRegExp
BaseRegExp m_ColRegExp
the column names to operate on (ifColumnSubset.REGEXP
). -
m_ColumnSubset
ColumnSubset m_ColumnSubset
how to determine columns to use for filtering. -
m_DataColumns
gnu.trove.list.TIntList m_DataColumns
the indices of the columns to use in the filtering process. -
m_DropOtherColumns
boolean m_DropOtherColumns
whether to drop the unprocessed columns (excl class columns). -
m_OtherColumns
gnu.trove.list.TIntList m_OtherColumns
the indices of the other columns not to be used in the filtering process.
-
-
Class adams.ml.preprocessing.AbstractColumnSubsetStreamFilter extends AbstractColumnSubsetFilter implements Serializable
- serialVersionUID:
- -3113520581439940331L
-
Class adams.ml.preprocessing.AbstractFilter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7832232995060446187L
-
Serialized Fields
-
m_Initialized
boolean m_Initialized
whether the filter has been initialized. -
m_OutputFormat
Dataset m_OutputFormat
the output format.
-
-
Class adams.ml.preprocessing.AbstractStreamFilter extends AbstractFilter implements Serializable
- serialVersionUID:
- -3113520581439940331L
-
-
Package adams.ml.preprocessing.supervised
-
Class adams.ml.preprocessing.supervised.PLS extends AbstractColumnSubsetBatchFilter implements Serializable
- serialVersionUID:
- 8479195394918205567L
-
Serialized Fields
-
m_ActualAlgorithm
com.github.waikatodatamining.matrix.algorithm.pls.AbstractPLS m_ActualAlgorithm
the actual PLS algorithm to use. -
m_Algorithm
com.github.waikatodatamining.matrix.algorithm.pls.AbstractPLS m_Algorithm
the PLS algorithm to use. -
m_Loadings
SpreadSheet m_Loadings
the loadings.
-
-
-
Package adams.ml.preprocessing.unsupervised
-
Class adams.ml.preprocessing.unsupervised.MultiBatch extends AbstractBatchFilter implements Serializable
- serialVersionUID:
- 8129384772744387384L
-
Serialized Fields
-
m_Filters
StreamFilter[] m_Filters
the filters to apply.
-
-
Class adams.ml.preprocessing.unsupervised.MultiStream extends AbstractStreamFilter implements Serializable
- serialVersionUID:
- 8129384772744387384L
-
Serialized Fields
-
m_Filters
StreamFilter[] m_Filters
the filters to apply.
-
-
Class adams.ml.preprocessing.unsupervised.PassThrough extends AbstractStreamFilter implements Serializable
- serialVersionUID:
- 8129384772744387384L
-
Class adams.ml.preprocessing.unsupervised.PCA extends AbstractColumnSubsetBatchFilter implements Serializable
- serialVersionUID:
- 722136418091907244L
-
Serialized Fields
-
m_Algorithm
com.github.waikatodatamining.matrix.algorithm.PCA m_Algorithm
the actual algorithm. -
m_Center
boolean m_Center
whether to center (rather than standardize) the data and compute PCA from covariance (rather than correlation) matrix. -
m_MaxColumns
int m_MaxColumns
the maximum number of attributes. -
m_NumColumns
int m_NumColumns
the number of columns that got determined. -
m_Variance
double m_Variance
the variance to cover.
-
-
Class adams.ml.preprocessing.unsupervised.SavitzkyGolay extends AbstractColumnSubsetStreamFilter implements Serializable
- serialVersionUID:
- 5753905967950878654L
-
Serialized Fields
-
m_Coefficients
double[] m_Coefficients
the calculated coefficients. -
m_DerivativeOrder
int m_DerivativeOrder
the order of the derivative. -
m_NumPointsLeft
int m_NumPointsLeft
the number of points to the left of a data point. -
m_NumPointsRight
int m_NumPointsRight
the number of points to the right of a data point. -
m_PolynomialOrder
int m_PolynomialOrder
the polynomial order.
-
-
-
Package adams.multiprocess
-
Class adams.multiprocess.AbstractJob extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- -4365906331615932775L
-
Serialized Fields
-
m_Complete
boolean m_Complete
Has this job completed processing? -
m_ExecutionError
String m_ExecutionError
whether an error occurred in the execution. -
m_JobCompleteListener
JobCompleteListener m_JobCompleteListener
Object to call once job has been completed. -
m_JobInfo
String m_JobInfo
identifying name of job. -
m_ProgressInfo
String m_ProgressInfo
optional progress info (output before/after execute). -
m_Stopped
boolean m_Stopped
whether the job has been stopped.
-
-
Class adams.multiprocess.AbstractJobRunner extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -4255112994297592401L
-
Serialized Fields
-
m_Paused
boolean m_Paused
whether the execution is paused. -
m_Running
boolean m_Running
whether the jobs are being executed. -
m_Terminating
boolean m_Terminating
whether termination is under way.
-
-
Class adams.multiprocess.AbstractMetaJobRunner extends AbstractJobRunner implements Serializable
- serialVersionUID:
- 6615050794532600520L
-
Class adams.multiprocess.JobList extends Object implements Serializable
- serialVersionUID:
- 4324015262351789451L
-
Serialized Fields
-
m_Finished
boolean m_Finished
indicates whether all jobs have finished. -
m_Jobs
List<T extends Job> m_Jobs
the jobs. -
m_Listeners
HashSet<JobListCompleteListener> m_Listeners
the listeners listening for all jobs to be completed. -
m_Locked
boolean m_Locked
indicates whether a queue has been added to a JobRunner and can no longer be modified.
-
-
Class adams.multiprocess.JobResult extends Object implements Serializable
- serialVersionUID:
- -6567653422299525533L
-
Serialized Fields
-
m_info
String m_info
info string. -
m_should_retry
boolean m_should_retry
Should job be retried? -
m_success
boolean m_success
job execution successful?
-
-
Class adams.multiprocess.LocalJobRunner extends AbstractJobRunner<T extends Job> implements Serializable
- serialVersionUID:
- -7957101716595901777L
-
Serialized Fields
-
m_Executor
PausableFixedThreadPoolExecutor m_Executor
the executor service to use for parallel execution. -
m_Jobs
List<T extends Job> m_Jobs
all the jobs. -
m_MetaData
Map<String,Object> m_MetaData
optional meta-data. -
m_NumThreads
int m_NumThreads
the number of threads to use. -
m_Queue
List<T extends Job> m_Queue
stores Jobs. add to job queue when dependencies complete.
-
-
Class adams.multiprocess.RemoteCommandJobRunner extends AbstractMetaJobRunner implements Serializable
- serialVersionUID:
- 6907498356453602816L
-
Serialized Fields
-
m_RequestConnection
Connection m_RequestConnection
the connection to use for sending the command. -
m_ResponseConnection
Connection m_ResponseConnection
the connection to use for sending back the response. -
m_ResponseJobRunner
JobRunner m_ResponseJobRunner
the response JobRunner object. -
m_ResponseScriptingEngine
RemoteScriptingEngine m_ResponseScriptingEngine
the scriping engine to use for listening for the response.
-
-
Class adams.multiprocess.RemoteCommandJobRunner.RemoteCommandGrabber extends AbstractRemoteCommandHandler implements Serializable
- serialVersionUID:
- 3426984517327055710L
-
Serialized Fields
-
m_Main
RemoteCommandJobRunner m_Main
the main.
-
-
Class adams.multiprocess.ScpJobRunner extends AbstractMetaJobRunner implements Serializable
- serialVersionUID:
- 6656064128031953130L
-
Serialized Fields
-
m_ActualHost
BaseHostname m_ActualHost
the actual host to connect to. -
m_AllowLocalExecution
boolean m_AllowLocalExecution
whether to allow fallback for local execution. -
m_AttemptInterval
int m_AttemptInterval
the interval in milli-seconds to wait. -
m_LocalFile
PlaceholderFile m_LocalFile
the local file to deserialize the finished jobs from. -
m_LocalHost
BaseHostname m_LocalHost
the local host. -
m_MaxWait
int m_MaxWait
the maxomum time in milli-seconds to wait. -
m_NumAttempts
int m_NumAttempts
the maximum number of interval to wait. -
m_RemoteFile
PlaceholderFile m_RemoteFile
the remote file to serialize the unexecuted jobs to. -
m_RunLocally
boolean m_RunLocally
whether jobs are run locally as fallback. -
m_StartTime
long m_StartTime
the start time.
-
-
Class adams.multiprocess.ScpJobRunner.RemoteJobRunner extends AbstractMetaJobRunner implements Serializable
- serialVersionUID:
- 1416016602112933887L
-
Serialized Fields
-
m_Host
BaseHostname m_Host
the host that sent the jobs in the first place. -
m_RemoteFile
File m_RemoteFile
the remote file to serialize the unexecuted jobs to.
-
-
Class adams.multiprocess.SerializingJobRunner extends AbstractMetaJobRunner implements Serializable
- serialVersionUID:
- 6656064128031953130L
-
Serialized Fields
-
m_AttemptInterval
int m_AttemptInterval
the interval in milli-seconds to wait. -
m_Export
PlaceholderFile m_Export
the file to serialize the unexecuted jobs to. -
m_Import
PlaceholderFile m_Import
the file to deserialize the finished jobs from. -
m_NumAttempts
int m_NumAttempts
the maximum number of interval to wait.
-
-
Class adams.multiprocess.WekaCrossValidationExecution extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- 2021758441076652982L
-
Serialized Fields
-
m_ActualFolds
int m_ActualFolds
the actual folds used. -
m_ActualNumThreads
int m_ActualNumThreads
the actual number of threads to use. -
m_Classifier
weka.classifiers.Classifier m_Classifier
the classifier to evaluate. -
m_Classifiers
weka.classifiers.Classifier[] m_Classifiers
the separate classifiers. -
m_Data
weka.core.Instances m_Data
the data to evaluate on. -
m_DiscardPredictions
boolean m_DiscardPredictions
whether to discard predictions. -
m_Evaluation
weka.classifiers.Evaluation m_Evaluation
the (aggregated) evaluation. -
m_Evaluations
weka.classifiers.Evaluation[] m_Evaluations
the separate evaluations. -
m_Folds
int m_Folds
the number of folds. -
m_Generator
CrossValidationFoldGenerator m_Generator
the cross-validation fold generator. -
m_NumThreads
int m_NumThreads
the number of threads to use for parallel execution (only used if no JobRunnerSetup/JobRunner set). -
m_OriginalIndices
int[] m_OriginalIndices
the original indices. -
m_Output
weka.classifiers.evaluation.output.prediction.AbstractOutput m_Output
for generating predictions output. -
m_OutputBuffer
StringBuffer m_OutputBuffer
the buffer for the predictions. -
m_Seed
long m_Seed
the seed value. -
m_SeparateFolds
boolean m_SeparateFolds
whether to separate folds. -
m_StatusMessageHandler
StatusMessageHandler m_StatusMessageHandler
for outputting notifications. -
m_Stopped
boolean m_Stopped
whether the execution has been stopped. -
m_UseViews
boolean m_UseViews
whether to use views. -
m_WaitForJobs
boolean m_WaitForJobs
whether to wait for jobs to finish when stopping.
-
-
Class adams.multiprocess.WekaCrossValidationJob extends AbstractJob implements Serializable
- serialVersionUID:
- -9085803857529039559L
-
Serialized Fields
-
m_Classifier
weka.classifiers.Classifier m_Classifier
the classifier to evaluate. -
m_DiscardPredictions
boolean m_DiscardPredictions
whether to discard the predictions. -
m_Evaluation
StoppableEvaluation m_Evaluation
the evaluation. -
m_Fold
int m_Fold
the fold. -
m_Test
weka.core.Instances m_Test
the test set. -
m_Train
weka.core.Instances m_Train
the training set.
-
-
-
Package adams.opt.genetic
-
Class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm extends AbstractGeneticAlgorithm implements Serializable
- serialVersionUID:
- 1615849384907266578L
-
Serialized Fields
-
m_BitsPerGene
int m_BitsPerGene
the bits per gene to use. -
m_Classifier
weka.classifiers.Classifier m_Classifier
the classifier to use. -
m_ClassIndex
WekaAttributeIndex m_ClassIndex
the class index. -
m_ClassLabelIndex
WekaLabelIndex m_ClassLabelIndex
the label index. -
m_CrossValidationSeed
int m_CrossValidationSeed
the cross-validation seed. -
m_EvaluationPostProcessor
AbstractWekaEvaluationPostProcessor m_EvaluationPostProcessor
the postprocessor for the evaluation. -
m_FlowContext
Actor m_FlowContext
the flow context. -
m_Folds
int m_Folds
the number of folds for cross-validation. -
m_Generator
CrossValidationFoldGenerator m_Generator
the fold generator. -
m_Instances
weka.core.Instances m_Instances
the data to use for cross-validation. -
m_JobRunner
JobRunner<AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob> m_JobRunner
the job runner in use. -
m_Measure
Measure m_Measure
the measure to use for evaluating the fitness. -
m_OutputDirectory
PlaceholderDirectory m_OutputDirectory
the directory to store the generated ARFF files in. -
m_OutputPrefixType
OutputPrefixType m_OutputPrefixType
the type of prefix to use for the output. -
m_OutputType
OutputType m_OutputType
the type of output to generate. -
m_SetupUpload
AbstractSetupUpload m_SetupUpload
for uploading the setups. -
m_StoredResults
Hashtable<String,Double> m_StoredResults
the cache for results. -
m_SuppliedPrefix
String m_SuppliedPrefix
the supplied prefix. -
m_TestInstances
weka.core.Instances m_TestInstances
the data to use for evaluation (if null, cross-validation is used).
-
-
Class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob extends AbstractGeneticAlgorithm.GeneticAlgorithmJob<T extends AbstractClassifierBasedGeneticAlgorithm> implements Serializable
- serialVersionUID:
- 8259167463381721274L
-
Serialized Fields
-
m_ClassLabelIndex
int m_ClassLabelIndex
the class label index. -
m_Data
weka.core.Instances m_Data
the data to use. -
m_Folds
int m_Folds
the cross-validation folds. -
m_Measure
Measure m_Measure
the measure to use for evaluating the fitness. -
m_Seed
int m_Seed
the cross-validation seed. -
m_TestData
weka.core.Instances m_TestData
the test data to use (can be null).
-
-
Class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation extends AbstractClassifierBasedGeneticAlgorithm implements Serializable
- serialVersionUID:
- -7323960806463832596L
-
Serialized Fields
-
m_SecondBestFitness
double m_SecondBestFitness
the best fitness so far (second evaluation). -
m_SecondBestSetup
Object m_SecondBestSetup
the best setup so far (second evaluation). -
m_SecondBestWeights
int[] m_SecondBestWeights
the best weights/bits so far (second evaluation). -
m_SecondCrossValidationSeed
int m_SecondCrossValidationSeed
the cross-validation seed (second evaluation). -
m_SecondFolds
int m_SecondFolds
the number of folds for cross-validation (second evaluation). -
m_SecondStoredResults
Hashtable<String,Double> m_SecondStoredResults
the cache for results (second evaluation). -
m_UseSecondEvaluation
boolean m_UseSecondEvaluation
whether to use second evaluation with different seed.
-
-
Class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation.ClassifierBasedGeneticAlgorithmWithSecondEvaluationJob extends AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob<T extends AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation> implements Serializable
- serialVersionUID:
- 5294683216617538910L
-
Serialized Fields
-
m_SecondFitness
Double m_SecondFitness
the current fitness (second evaluation). -
m_SecondFolds
int m_SecondFolds
the cross-validation folds (second evaluation). -
m_SecondSeed
int m_SecondSeed
the cross-validation seed (second evaluation). -
m_UseSecondEvaluation
boolean m_UseSecondEvaluation
whether to use second evaluation.
-
-
Class adams.opt.genetic.AbstractGeneticAlgorithm extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2823734145266194843L
-
Serialized Fields
-
m_ActualNumChrom
int m_ActualNumChrom
actual number of chromosomes. -
m_BestFitness
double m_BestFitness
the best fitness so far. -
m_BestRange
Range m_BestRange
stores the best range of attribtues. -
m_BestSetup
Object m_BestSetup
the best setup so far. -
m_BestWeights
int[] m_BestWeights
the best weights/bits so far. -
m_CurrentIteration
int m_CurrentIteration
the current iteration. -
m_FavorZeroes
boolean m_FavorZeroes
whether to favor 0s instead of 1s. -
m_Fitness
double[] m_Fitness
the fitness of the genes. -
m_FitnessChangeListeners
HashSet<GeneticFitnessChangeListener> m_FitnessChangeListeners
the fitness change listeners. -
m_FitnessHistory
List<AbstractGeneticAlgorithm.FitnessContainer> m_FitnessHistory
the fitness history (from best to worst). -
m_Genes
BitSet[] m_Genes
the genes. -
m_InitialSetupsProvider
AbstractInitialSetupsProvider m_InitialSetupsProvider
the initial setups provider. -
m_InitialWeights
String m_InitialWeights
the initial weights. -
m_LastNotificationTime
Long m_LastNotificationTime
the timestamp the last notification got sent. -
m_MaxFitnessHistorySize
int m_MaxFitnessHistorySize
the maximum size of the fitness history. -
m_NotificationInterval
int m_NotificationInterval
the time period in seconds after which to notify "fitness" listeners. -
m_NumChrom
int m_NumChrom
number of chromosomes. -
m_NumGenes
int m_NumGenes
number of genes per chromosome. NB: must be initialized by the algorithm! -
m_NumThreads
int m_NumThreads
the number of threads to use (-1 for #of cores). -
m_Paused
boolean m_Paused
whether the algorithm is paused. -
m_Random
Random m_Random
the random number generator. -
m_Running
boolean m_Running
whether the algorithm is still running. -
m_Seed
long m_Seed
the seed value. -
m_Stopped
boolean m_Stopped
whether the algorithm got stopped. -
m_StoppingCriterion
AbstractStoppingCriterion m_StoppingCriterion
the stopping criterion.
-
-
Class adams.opt.genetic.AbstractGeneticAlgorithm.FitnessContainer extends Object implements Serializable
- serialVersionUID:
- 8203942415910523410L
-
Serialized Fields
-
m_Fitness
double m_Fitness
the fitness score. -
m_Setup
Object m_Setup
the setup. -
m_Weights
int[] m_Weights
the weights.
-
-
Class adams.opt.genetic.AbstractGeneticAlgorithm.GeneticAlgorithmJob extends AbstractJob implements Serializable
- serialVersionUID:
- -4974865548501195622L
-
Serialized Fields
-
m_Chromosome
int m_Chromosome
the chromosome index. -
m_Fitness
Double m_Fitness
the current fitness. -
m_Genetic
T extends AbstractGeneticAlgorithm m_Genetic
the algorithm object this job belongs to. -
m_Weights
int[] m_Weights
the weights of the chromosomes (0 = turned off, 1 = turned on).
-
-
Class adams.opt.genetic.DarkLord extends AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation implements Serializable
- serialVersionUID:
- 4822397823362084867L
-
Class adams.opt.genetic.DarkLord.DarkLordJob extends AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation.ClassifierBasedGeneticAlgorithmWithSecondEvaluationJob<DarkLord> implements Serializable
- serialVersionUID:
- 8259167463381721274L
-
Class adams.opt.genetic.Hermione extends AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation implements Serializable
- serialVersionUID:
- -4982024446995877986L
-
Serialized Fields
-
m_Handlers
AbstractGeneticDiscoveryHandler[] m_Handlers
the handlers to use for discovery. -
m_numbits
List<Integer> m_numbits
-
m_start
List<Integer> m_start
-
-
Class adams.opt.genetic.Hermione.HermioneJob extends AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation.ClassifierBasedGeneticAlgorithmWithSecondEvaluationJob<Hermione> implements Serializable
- serialVersionUID:
- 8259167463381721274L
-
Class adams.opt.genetic.PackDataGeneticAlgorithm extends AbstractGeneticAlgorithm implements Serializable
- serialVersionUID:
- 4301615908806659455L
-
Serialized Fields
-
m_pdd
PackDataDef m_pdd
-
-
-
Package adams.opt.genetic.initialsetups
-
Class adams.opt.genetic.initialsetups.AbstractInitialSetupsProvider extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5674507092025702755L
-
Class adams.opt.genetic.initialsetups.EmptyInitialSetupsProvider extends AbstractInitialSetupsProvider<T extends AbstractGeneticAlgorithm> implements Serializable
- serialVersionUID:
- 5644857170178584355L
-
Class adams.opt.genetic.initialsetups.PackDataInitialSetupsProvider extends AbstractInitialSetupsProvider<T extends PackDataGeneticAlgorithm> implements Serializable
- serialVersionUID:
- 6250075691260338046L
-
-
Package adams.opt.genetic.setupupload
-
Class adams.opt.genetic.setupupload.AbstractSetupUpload extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7070122955051739777L
-
Class adams.opt.genetic.setupupload.MySQL extends AbstractSetupUpload implements Serializable
- serialVersionUID:
- 1825847990988418348L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection. -
m_Table
String m_Table
the table to store the setups in.
-
-
Class adams.opt.genetic.setupupload.Null extends AbstractSetupUpload implements Serializable
- serialVersionUID:
- 5071310866052238520L
-
-
Package adams.opt.genetic.stopping
-
Class adams.opt.genetic.stopping.AbstractStoppingCriterion extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3789025381945184863L
-
Class adams.opt.genetic.stopping.MaxIterations extends AbstractStoppingCriterion implements Serializable
- serialVersionUID:
- -725187280232195524L
-
Serialized Fields
-
m_NumIterations
int m_NumIterations
number of iterations to perform.
-
-
Class adams.opt.genetic.stopping.MaxIterationsWithoutImprovement extends AbstractStoppingCriterion implements Serializable
- serialVersionUID:
- -725187280232195524L
-
Serialized Fields
-
m_LastFitness
Double m_LastFitness
the last fitness. -
m_MinimumImprovement
double m_MinimumImprovement
the minimum required improvement (percent: 0-1). -
m_NoImprovement
int m_NoImprovement
the number of iterations without improvement. -
m_NumIterations
int m_NumIterations
number of iterations to perform.
-
-
Class adams.opt.genetic.stopping.MaxTrainTime extends AbstractStoppingCriterion implements Serializable
- serialVersionUID:
- -725187280232195524L
-
Serialized Fields
-
m_MaxTrainTime
int m_MaxTrainTime
the maximum number of seconds to train. -
m_TrainStart
long m_TrainStart
the time when training commenced.
-
-
Class adams.opt.genetic.stopping.MaxTrainTimeWithoutImprovement extends AbstractStoppingCriterion implements Serializable
- serialVersionUID:
- -725187280232195524L
-
Serialized Fields
-
m_LastFitness
Double m_LastFitness
the last fitness. -
m_MaxTrainTime
int m_MaxTrainTime
the maximum number of seconds to train. -
m_MinimumImprovement
double m_MinimumImprovement
the minimum required improvement (percent: 0-1). -
m_TrainStart
long m_TrainStart
the time of last improvement.
-
-
Class adams.opt.genetic.stopping.MultiStoppingCriterion extends AbstractStoppingCriterion implements Serializable
- serialVersionUID:
- -725187280232195524L
-
Serialized Fields
-
m_Criteria
AbstractStoppingCriterion[] m_Criteria
the criteria to use.
-
-
-
Package adams.opt.optimise
-
Class adams.opt.optimise.AbstractFitnessFunction extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -275374067735516573L
-
Class adams.opt.optimise.AbstractOptimiser extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8047951676584896826L
-
Class adams.opt.optimise.GeneticAlgorithm extends PackDataGeneticAlgorithm implements Serializable
- serialVersionUID:
- 3050987598416662061L
-
Serialized Fields
-
m_bits
int m_bits
-
m_fitnessfn
FitnessFunction m_fitnessfn
-
m_LastNotificationTime
Long m_LastNotificationTime
the timestamp the last notification got sent. -
m_pdd
PackDataDef m_pdd
-
m_StoredResults
Hashtable<String,Double> m_StoredResults
the cache for results. -
m_zerocount
int m_zerocount
-
-
Class adams.opt.optimise.GeneticAlgorithm.GAJob extends AbstractJob implements Serializable
-
Serialized Fields
-
m_ff
FitnessFunction m_ff
fitness function. -
m_fitness
double m_fitness
-
m_ga
GeneticAlgorithm m_ga
ga. -
m_weights
int[] m_weights
weights.
-
-
-
Class adams.opt.optimise.GridSearch extends AbstractOptimiser implements Serializable
- serialVersionUID:
- 8007183147566682576L
-
Serialized Fields
-
m_Iterations
int m_Iterations
number of iterations.
-
-
Class adams.opt.optimise.OptData extends Object implements Serializable
- serialVersionUID:
- -8240249957587951006L
-
Class adams.opt.optimise.OptVar extends Object implements Serializable
- serialVersionUID:
- 8200214909919052160L
-
Serialized Fields
-
m_isInteger
boolean m_isInteger
Can this variable only have integer values? -
m_max
double m_max
Maximum value this variable can assume. -
m_min
double m_min
Minimum value this variable can assume. -
m_name
String m_name
This variable's name.
-
-
Class adams.opt.optimise.RandomOptimiser extends AbstractOptimiser implements Serializable
- serialVersionUID:
- -6032771539666237896L
-
Serialized Fields
-
m_Iterations
int m_Iterations
number of iterations. -
m_Seed
long m_Seed
the seed value.
-
-
Class adams.opt.optimise.RefineRange extends AbstractOptimiser implements Serializable
- serialVersionUID:
- -7185430374252569572L
-
Serialized Fields
-
m_optimiser
AbstractOptimiser m_optimiser
optimiser. -
m_Refinements
int m_Refinements
number of parameter refinements.
-
-
Class adams.opt.optimise.SplitSearch extends AbstractOptimiser implements Serializable
- serialVersionUID:
- 8007183147566682576L
-
Serialized Fields
-
m_NumSplits
int m_NumSplits
number of iterations.
-
-
-
Package adams.opt.optimise.genetic
-
Class adams.opt.optimise.genetic.AbstractGeneticAlgorithm extends AbstractOptimiser implements Serializable
- serialVersionUID:
- 2823734145266194843L
-
Serialized Fields
-
m_BestRange
Range m_BestRange
stores the best range of attribtues. -
m_FavorZeroes
boolean m_FavorZeroes
whether to favor 0s instead of 1s. -
m_Fitness
double[] m_Fitness
the fitness of the genes. -
m_Genes
BitSet[] m_Genes
the genes. -
m_Iterations
int m_Iterations
number of iterations. -
m_MaxTrainTime
int m_MaxTrainTime
the maximum number of seconds to train. -
m_NumChrom
int m_NumChrom
number of chromosomes. -
m_NumGenes
int m_NumGenes
number of genes per chromosome. NB: must be initialized by the algorithm! -
m_Random
Random m_Random
the random number generator. -
m_Running
boolean m_Running
whether the algorithm is still running. -
m_Seed
int m_Seed
the seed value. -
m_TrainStart
long m_TrainStart
the time when training commenced.
-
-
Class adams.opt.optimise.genetic.PackData extends Object implements Serializable
- serialVersionUID:
- 5282852389389950782L
-
Serialized Fields
-
m_data
Hashtable<String,Integer> m_data
-
m_pdd
PackDataDef m_pdd
-
-
Class adams.opt.optimise.genetic.PackDataDef extends LoggingObject implements Serializable
- serialVersionUID:
- -4776734918844200382L
-
Serialized Fields
-
m_packed
List<PackDataDef.DataInfo> m_packed
-
m_sort_packed
Hashtable<String,Integer> m_sort_packed
-
-
Class adams.opt.optimise.genetic.PackDataGeneticAlgorithm extends AbstractGeneticAlgorithm implements Serializable
- serialVersionUID:
- 4301615908806659455L
-
Serialized Fields
-
m_pdd
PackDataDef m_pdd
-
-
-
Package adams.opt.optimise.genetic.fitnessfunctions
-
Class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction extends AbstractFitnessFunction implements Serializable
- serialVersionUID:
- 8593164242546231576L
-
Serialized Fields
-
m_Classifier
weka.classifiers.Classifier m_Classifier
the classifier to use if no serialized model is given. -
m_ClassIndex
String m_ClassIndex
the class index. -
m_CrossValidationSeed
int m_CrossValidationSeed
the cross-validation seed. -
m_Dataset
PlaceholderFile m_Dataset
the filename of the data to use for cross-validation. -
m_Folds
int m_Folds
the number of folds for cross-validation. -
m_init
boolean m_init
initialised? -
m_Instances
weka.core.Instances m_Instances
the data to use for cross-validation. -
m_Measure
AbstractWEKAFitnessFunction.Measure m_Measure
the measure to use for evaluating the fitness. -
m_OutputDirectory
PlaceholderDirectory m_OutputDirectory
the directory to store the generated ARFF files in.
-
-
Class adams.opt.optimise.genetic.fitnessfunctions.AttributeSelection extends AbstractWEKAFitnessFunction implements Serializable
- serialVersionUID:
- 1967190416117903831L
-
-
Package adams.parser
-
Class adams.parser.AbstractExpressionEvaluator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -2158795563625866483L
-
Class adams.parser.AbstractSymbolEvaluator extends AbstractExpressionEvaluator<T> implements Serializable
- serialVersionUID:
- -5532014159307231647L
-
Serialized Fields
-
m_Symbols
BaseString[] m_Symbols
the symbols (key-value pairs).
-
-
Class adams.parser.ActorSuggestion extends AbstractExpressionEvaluator<Actor> implements Serializable
- serialVersionUID:
- -2060968616326323959L
-
Class adams.parser.ActorTemplateSuggestion extends AbstractExpressionEvaluator<AbstractActorTemplate> implements Serializable
- serialVersionUID:
- -2060968616326323959L
-
Class adams.parser.BaseDateExpression extends AbstractExpressionEvaluator<Date> implements Serializable
- serialVersionUID:
- -5923987640355752595L
-
Serialized Fields
-
m_BusinessDays
BusinessDays m_BusinessDays
how to interpret business days.
-
-
Class adams.parser.BaseDateTimeExpression extends AbstractExpressionEvaluator<Date> implements Serializable
- serialVersionUID:
- -5923987640355752595L
-
Serialized Fields
-
m_BusinessDays
BusinessDays m_BusinessDays
how to interpret business days.
-
-
Class adams.parser.BaseDateTimeMsecExpression extends AbstractExpressionEvaluator<Date> implements Serializable
- serialVersionUID:
- -5923987640355752595L
-
Serialized Fields
-
m_BusinessDays
BusinessDays m_BusinessDays
how to interpret business days.
-
-
Class adams.parser.BaseTimeExpression extends AbstractExpressionEvaluator<Date> implements Serializable
- serialVersionUID:
- -5923987640355752595L
-
Class adams.parser.BaseTimeMsecExpression extends AbstractExpressionEvaluator<Date> implements Serializable
- serialVersionUID:
- -5923987640355752595L
-
Class adams.parser.BooleanExpression extends AbstractSymbolEvaluator<Boolean> implements Serializable
- serialVersionUID:
- -5923987640355752595L
-
Class adams.parser.BooleanExpressionText extends AbstractSimpleScript implements Serializable
- serialVersionUID:
- -7223597009565454854L
-
Class adams.parser.ExternalActorSuggestion extends AbstractExpressionEvaluator<Actor> implements Serializable
- serialVersionUID:
- -2060968616326323959L
-
Class adams.parser.LookUpUpdate extends AbstractSymbolEvaluator<SpreadSheet> implements Serializable
- serialVersionUID:
- 8014316012335802585L
-
Serialized Fields
-
m_Input
PlaceholderFile m_Input
the spreadsheet file to read. -
m_KeyColumn
SpreadSheetColumnIndex m_KeyColumn
the index of the column to use as key. -
m_Reader
SpreadSheetReader m_Reader
the spreadsheet reader for loading the spreadsheet. -
m_Sheet
SpreadSheet m_Sheet
the lookup to use. -
m_UseNative
boolean m_UseNative
whether to output native objects rather than strings. -
m_ValueColumn
SpreadSheetColumnIndex m_ValueColumn
the index of the column to use as value.
-
-
Class adams.parser.LookUpUpdateText extends AbstractSimpleScript implements Serializable
- serialVersionUID:
- 2838204291702277799L
-
Class adams.parser.MathematicalExpression extends AbstractSymbolEvaluator<Double> implements Serializable
- serialVersionUID:
- 8014316012335802585L
-
Class adams.parser.MathematicalExpressionText extends AbstractSimpleScript implements Serializable
- serialVersionUID:
- -7223597009565454854L
-
Class adams.parser.ParserHelper extends LoggingObject implements Serializable
- serialVersionUID:
- -4265720482014655040L
-
Serialized Fields
-
m_BusinessDays
BusinessDays m_BusinessDays
the business days to use. -
m_Calendar
Calendar m_Calendar
the calendar instance to use. -
m_Symbols
HashMap m_Symbols
the symbols.
-
-
Class adams.parser.ReportMathExpression extends AbstractExpressionEvaluator<Double> implements Serializable
- serialVersionUID:
- 8014316012335802585L
-
Serialized Fields
-
m_Report
Report m_Report
the report to use as basis.
-
-
Class adams.parser.SpreadSheetFormula extends AbstractSymbolEvaluator<Object> implements Serializable
- serialVersionUID:
- 8014316012335802585L
-
Serialized Fields
-
m_Input
PlaceholderFile m_Input
the spreadsheet file to read. -
m_Reader
SpreadSheetReader m_Reader
the spreadsheet reader for loading the spreadsheet. -
m_Sheet
SpreadSheet m_Sheet
the spreadsheet to use.
-
-
Class adams.parser.SpreadSheetFormulaText extends AbstractSimpleScript implements Serializable
- serialVersionUID:
- 2838204291702277799L
-
Class adams.parser.SpreadSheetQuery extends AbstractSymbolEvaluator<SpreadSheet> implements Serializable
- serialVersionUID:
- 8014316012335802585L
-
Serialized Fields
-
m_Input
PlaceholderFile m_Input
the spreadsheet file to read. -
m_Reader
SpreadSheetReader m_Reader
the spreadsheet reader for loading the spreadsheet. -
m_Sheet
SpreadSheet m_Sheet
the spreadsheet to use.
-
-
Class adams.parser.SpreadSheetQueryText extends AbstractSimpleScript implements Serializable
- serialVersionUID:
- 2838204291702277799L
-
Class adams.parser.StringExpression extends AbstractSymbolEvaluator<String> implements Serializable
- serialVersionUID:
- -5923987640355752595L
-
Class adams.parser.StringExpressionText extends AbstractSimpleScript implements Serializable
- serialVersionUID:
- -7223597009565454854L
-
-
Package adams.parser.plugin
-
Class adams.parser.plugin.AbstractParserFunction extends LoggingObject implements Serializable
- serialVersionUID:
- 1027603593417267206L
-
Class adams.parser.plugin.AbstractParserProcedure extends LoggingObject implements Serializable
- serialVersionUID:
- 1027603593417267206L
-
Class adams.parser.plugin.Env extends AbstractParserFunction implements Serializable
- serialVersionUID:
- 7658759478874630128L
-
Class adams.parser.plugin.Println extends AbstractParserProcedure implements Serializable
- serialVersionUID:
- 7658759478874630128L
-
-
Package adams.parser.spreadsheetformula
-
Class adams.parser.spreadsheetformula.ParserHelper extends ParserHelper implements Serializable
- serialVersionUID:
- 3412549255873159225L
-
Serialized Fields
-
m_Sheet
SpreadSheet m_Sheet
the underlying spreadsheet.
-
-
-
Package adams.parser.spreadsheetquery
-
Class adams.parser.spreadsheetquery.ParserHelper extends ParserHelper implements Serializable
- serialVersionUID:
- 8273216839178554659L
-
Serialized Fields
-
m_Aggregate
boolean m_Aggregate
whether to aggregate. -
m_Aggregates
HashMap<SpreadSheetAggregate.Aggregate,List<String>> m_Aggregates
the aggregates to generate (aggregate - list of columns). -
m_AllColumns
boolean m_AllColumns
whether all columns are retrieved. -
m_Columns
List<String> m_Columns
the columns to retrieve. -
m_DateFormat
DateFormat m_DateFormat
for formatting dates. -
m_Delete
boolean m_Delete
whether to delete rows. -
m_GroupByColumns
List<String> m_GroupByColumns
the group by columns to retrieve. -
m_LimitMax
int m_LimitMax
the limit. -
m_LimitOffset
int m_LimitOffset
the offset for the limit. -
m_RenameColumns
HashMap<String,String> m_RenameColumns
the columns to rename. -
m_RenamedAggregates
HashMap<String,String> m_RenamedAggregates
the new names for the aggregates (old - new). -
m_RowFinders
List<RowFinder> m_RowFinders
the row finders to use. -
m_Rows
int[] m_Rows
the rows to select. -
m_Select
boolean m_Select
whether to create subset. -
m_Sheet
SpreadSheet m_Sheet
the underlying spreadsheet. -
m_SortAsc
List<Boolean> m_SortAsc
the columns to sort on. -
m_SortColumns
List<String> m_SortColumns
the columns to sort on. -
m_SubProcess
SubProcess m_SubProcess
the partial flow for converting the spreadsheet. -
m_Subsample
RowFinder m_Subsample
the rowfinder to use for generating a subsample. -
m_Update
boolean m_Update
whether to update cells. -
m_UpdateColumns
HashMap<String,Object> m_UpdateColumns
the columns to update (column - new value).
-
-
-
Package adams.run
-
Class adams.run.RunDatabaseScheme extends RunScheme implements Serializable
- serialVersionUID:
- -9114743801790739455L
-
Serialized Fields
-
m_Password
BasePassword m_Password
the password of the database user. -
m_URL
String m_URL
the JDBC URL to connect to. -
m_User
String m_User
the database user to use for connecting.
-
-
Class adams.run.RunScheme extends LoggingObject implements Serializable
- serialVersionUID:
- 7050643013286875370L
-
Serialized Fields
-
m_OptionManager
OptionManager m_OptionManager
for managing the available options.
-
-
-
Package adams.scripting
-
Class adams.scripting.CommandRunner extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -347088462601591488L
-
Serialized Fields
-
m_CommandProcessor
RemoteCommandProcessor m_CommandProcessor
the command processor. -
m_Commands
RemoteCommand[] m_Commands
the commands to execute. -
m_Connection
Connection m_Connection
the connection to use. -
m_Engine
RemoteScriptingEngine m_Engine
the scripting engine to use. -
m_StartLocalEngine
boolean m_StartLocalEngine
whether to start the local scripting engine. -
m_TimeOut
int m_TimeOut
the timeout in msec to wait for commands to finish.
-
-
-
Package adams.scripting.command
-
Class adams.scripting.command.AbstractCommand extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4357645457118740255L
-
Serialized Fields
-
m_RemoteScriptingEngineHandler
RemoteScriptingEngineHandler m_RemoteScriptingEngineHandler
the application context. -
m_Request
boolean m_Request
whether the command is a request or response.
-
-
Class adams.scripting.command.AbstractCommandWithResponse extends AbstractCommand implements Serializable
- serialVersionUID:
- -2803551461382517312L
-
Serialized Fields
-
KEY_ERRORMESSAGE
String KEY_ERRORMESSAGE
the key for the error message (optional). -
m_ErrorMessage
String m_ErrorMessage
the error message. -
m_ResponseConnection
Connection m_ResponseConnection
the response connection.
-
-
Class adams.scripting.command.AbstractFlowAwareCommand extends AbstractCommand implements Serializable
- serialVersionUID:
- 3525579800901931845L
-
Serialized Fields
-
m_FlowContext
Actor m_FlowContext
the flow context.
-
-
Class adams.scripting.command.AbstractFlowAwareCommandWithResponse extends AbstractCommandWithResponse implements Serializable
- serialVersionUID:
- -6566737074044231313L
-
Serialized Fields
-
m_FlowContext
Actor m_FlowContext
the flow context.
-
-
Class adams.scripting.command.AbstractRemoteCommandOnFlowWithResponse extends AbstractCommandWithResponse implements Serializable
- serialVersionUID:
- -3350680106789169314L
-
Serialized Fields
-
m_ID
Integer m_ID
the ID of the flow to retrieve.
-
-
-
Package adams.scripting.command.basic
-
Class adams.scripting.command.basic.AbstractCommandWithFlowStopping extends AbstractCommand implements Serializable
- serialVersionUID:
- 3357356537535413498L
-
Serialized Fields
-
m_StopFlows
boolean m_StopFlows
whether to stop all registered flows first. -
m_TimeOut
int m_TimeOut
the timeout period in msec for stopping a flow.
-
-
Class adams.scripting.command.basic.Kill extends AbstractCommand implements Serializable
- serialVersionUID:
- -1657908444959620122L
-
Class adams.scripting.command.basic.Ping extends AbstractCommandWithResponse implements Serializable
- serialVersionUID:
- -3350680106789169314L
-
Class adams.scripting.command.basic.Restart extends AbstractCommandWithFlowStopping implements Serializable
- serialVersionUID:
- -1657908444959620122L
-
Serialized Fields
-
m_MoreMemory
boolean m_MoreMemory
whether to restart with more memory.
-
-
Class adams.scripting.command.basic.RetrieveFile extends AbstractCommandWithResponse implements Serializable
- serialVersionUID:
- -1657908444959620122L
-
Serialized Fields
-
m_Content
byte[] m_Content
the actual payload. -
m_LocalFile
PlaceholderFile m_LocalFile
the local file to save to. -
m_RemoteFile
PlaceholderFile m_RemoteFile
the file to retrieve.
-
-
Class adams.scripting.command.basic.SendFile extends AbstractCommand implements Serializable
- serialVersionUID:
- -1657908444959620122L
-
Serialized Fields
-
m_Content
byte[] m_Content
the actual payload. -
m_File
PlaceholderFile m_File
the file to send. -
m_RemoteDir
PlaceholderDirectory m_RemoteDir
the remote directory where to place the file.
-
-
Class adams.scripting.command.basic.StartRemoteLogging extends AbstractCommandWithResponse implements Serializable
- serialVersionUID:
- -3350680106789169314L
-
Serialized Fields
-
m_Handler
Handler m_Handler
the handler to use. -
m_InstallListener
boolean m_InstallListener
whether to instal a listener. -
m_LoggingHost
BaseHostname m_LoggingHost
the logging host (local machine). -
m_MaxFailures
int m_MaxFailures
the maximum number of failed send attempts to tolerate. -
m_Message
String m_Message
the message (null is successful, otherwise error message). -
m_TimeOut
int m_TimeOut
the timeout to use.
-
-
Class adams.scripting.command.basic.Stop extends AbstractCommandWithFlowStopping implements Serializable
- serialVersionUID:
- -1657908444959620122L
-
Class adams.scripting.command.basic.StopEngine extends AbstractCommandWithResponse implements Serializable
- serialVersionUID:
- -3350680106789169314L
-
Serialized Fields
-
m_Type
StopEngine.EngineType m_Type
the type.
-
-
Class adams.scripting.command.basic.StopRemoteLogging extends AbstractCommandWithResponse implements Serializable
- serialVersionUID:
- -3350680106789169314L
-
Serialized Fields
-
m_LoggingHost
BaseHostname m_LoggingHost
the logging host. -
m_Message
String m_Message
the message (empty is successful, otherwise error message).
-
-
Class adams.scripting.command.basic.SystemInfo extends AbstractCommandWithResponse implements Serializable
- serialVersionUID:
- -3350680106789169314L
-
Serialized Fields
-
m_Info
Properties m_Info
the payload. -
m_OutputFile
PlaceholderFile m_OutputFile
the output file.
-
-
Class adams.scripting.command.basic.Text extends AbstractFlowAwareCommand implements Serializable
- serialVersionUID:
- -1657908444959620122L
-
Serialized Fields
-
m_Payload
String m_Payload
the actual payload. -
m_RemoteFile
PlaceholderFile m_RemoteFile
the remote file to save it to. -
m_Text
BaseText m_Text
the text to send.
-
-
-
Package adams.scripting.command.distributed
-
Class adams.scripting.command.distributed.DeregisterWorker extends AbstractCommand implements Serializable
- serialVersionUID:
- -1657908444959620122L
-
Serialized Fields
-
m_Connection
Connection m_Connection
the connection to use for the worker.
-
-
Class adams.scripting.command.distributed.JobRunner extends AbstractCommandWithResponse implements Serializable
- serialVersionUID:
- 897550813042378111L
-
Serialized Fields
-
m_JobRunner
JobRunner m_JobRunner
the JobRunner.
-
-
Class adams.scripting.command.distributed.KillWorkers extends AbstractCommand implements Serializable
- serialVersionUID:
- -1657908444959620122L
-
Class adams.scripting.command.distributed.RegisterWorker extends AbstractCommand implements Serializable
- serialVersionUID:
- -1657908444959620122L
-
Serialized Fields
-
m_Connection
Connection m_Connection
the connection to use for the slave.
-
-
-
Package adams.scripting.command.flow
-
Class adams.scripting.command.flow.GetFlow extends AbstractRemoteCommandOnFlowWithResponse implements Serializable
- serialVersionUID:
- -3350680106789169314L
-
Serialized Fields
-
m_Flow
Actor m_Flow
the flow. -
m_LoadFromDisk
boolean m_LoadFromDisk
whether to load the flow from disk. -
m_OutputFile
PlaceholderFile m_OutputFile
the file to save the flow to.
-
-
Class adams.scripting.command.flow.ListFlows extends AbstractCommandWithResponse implements Serializable
- serialVersionUID:
- -3350680106789169314L
-
Serialized Fields
-
m_Flows
SpreadSheet m_Flows
the flows.
-
-
Class adams.scripting.command.flow.RemoteFlowExecution extends AbstractFlowAwareCommand implements Serializable
- serialVersionUID:
- -3350680106789169314L
-
Serialized Fields
-
m_Actor
Actor m_Actor
the instantiated flow. -
m_Flow
FlowFile m_Flow
the flow to execute remotely. -
m_Storage
HashMap<String,Object> m_Storage
the storage items. -
m_StorageNames
StorageName[] m_StorageNames
the storage items to transmit. -
m_VariableNames
VariableName[] m_VariableNames
the variables to transmit. -
m_Variables
HashMap<String,String> m_Variables
the variables.
-
-
Class adams.scripting.command.flow.RestartFlow extends AbstractRemoteCommandOnFlowWithResponse implements Serializable
- serialVersionUID:
- -3350680106789169314L
-
Serialized Fields
-
m_Interval
int m_Interval
the time to wait in milliseconds before restarting the flow.
-
-
Class adams.scripting.command.flow.RunRemoteFlow extends AbstractCommandWithResponse implements Serializable
- serialVersionUID:
- -3350680106789169314L
-
Serialized Fields
-
m_FlowFile
File m_FlowFile
the flow to run. -
m_RegisterFlow
boolean m_RegisterFlow
whether to register the flow.
-
-
Class adams.scripting.command.flow.SendFlowControlCommand extends AbstractRemoteCommandOnFlowWithResponse implements Serializable
- serialVersionUID:
- -3350680106789169314L
-
Serialized Fields
-
m_Command
SendFlowControlCommand.Command m_Command
the command. -
m_Response
String m_Response
the response.
-
-
-
Package adams.scripting.command.gui
-
Class adams.scripting.command.gui.MenuItem extends AbstractFlowAwareCommand implements Serializable
- serialVersionUID:
- -2442701299622203913L
-
Serialized Fields
-
m_AdditionalParameters
BaseString[] m_AdditionalParameters
additional paramers. -
m_MenuItem
AbstractBasicMenuItemDefinition m_MenuItem
the menu item to executre.
-
-
-
Package adams.scripting.connection
-
Class adams.scripting.connection.AbstractConnection extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7968903903323685090L
-
Class adams.scripting.connection.AbstractConnectionEnhancer extends AbstractConnection implements Serializable
- serialVersionUID:
- 6581951716043112610L
-
Serialized Fields
-
m_Connection
Connection m_Connection
the connection to use.
-
-
Class adams.scripting.connection.AbstractMultiConnection extends AbstractConnection implements Serializable
- serialVersionUID:
- 6581951716043112610L
-
Serialized Fields
-
m_Connections
List<Connection> m_Connections
the connections to manage.
-
-
Class adams.scripting.connection.AbstractSSHConnection extends AbstractConnection implements Serializable
- serialVersionUID:
- 7719866884762680511L
-
Serialized Fields
-
m_AssignedPort
int m_AssignedPort
the assigned port. -
m_AuthenticationType
SSHAuthenticationType m_AuthenticationType
the type of authentication to use. -
m_Host
String m_Host
the SSH host. -
m_KnownHosts
PlaceholderFile m_KnownHosts
the file with known hosts. -
m_Password
BasePassword m_Password
the SSH password to use. -
m_Port
int m_Port
the SSH port. -
m_PrivateKeyFile
PlaceholderFile m_PrivateKeyFile
the location of the private key. -
m_PrivateKeyPassphrase
BasePassword m_PrivateKeyPassphrase
the passphrase for the private key. -
m_StrictHostKeyChecking
boolean m_StrictHostKeyChecking
whether to perform strict host key checking (only disable for testing!! insecure!!). -
m_User
String m_User
the SSH user to use.
-
-
Class adams.scripting.connection.AbstractSSHConnectionWithPortForwarding extends AbstractSSHConnection implements Serializable
- serialVersionUID:
- 7719866884762680511L
-
Serialized Fields
-
m_AssignedPort
int m_AssignedPort
the assigned port. -
m_LocalPort
int m_LocalPort
the local port for the SSH tunnel. -
m_ScriptingPort
int m_ScriptingPort
the remote port for the scripting engine.
-
-
Class adams.scripting.connection.DefaultConnection extends AbstractConnection implements Serializable
- serialVersionUID:
- -6089174908347724451L
-
Serialized Fields
-
m_Host
String m_Host
the host. -
m_Port
int m_Port
the host port.
-
-
Class adams.scripting.connection.FTPConnection extends AbstractConnection implements Serializable
- serialVersionUID:
- 7719866884762680511L
-
Serialized Fields
-
m_Client
org.apache.commons.net.ftp.FTPClient m_Client
the FTP client object. -
m_Host
String m_Host
the FTP host. -
m_Password
BasePassword m_Password
the FTP password to use. -
m_RemoteDir
String m_RemoteDir
the directory to upload the file to. -
m_UseBinaryMode
boolean m_UseBinaryMode
whether to use binary file transfer mode. -
m_UsePassiveMode
boolean m_UsePassiveMode
whether to use passive mode. -
m_User
String m_User
the FTP user to use.
-
-
Class adams.scripting.connection.LoadBalancer extends AbstractMultiConnection implements Serializable
- serialVersionUID:
- 6581951716043112610L
-
Serialized Fields
-
m_CurrentRequest
int m_CurrentRequest
the current connection for requests. -
m_CurrentResponse
int m_CurrentResponse
the current connection for responses.
-
-
Class adams.scripting.connection.Multicast extends AbstractConnection implements Serializable
- serialVersionUID:
- 6581951716043112610L
-
Serialized Fields
-
m_Connections
Connection[] m_Connections
the connections to balance.
-
-
Class adams.scripting.connection.ScpConnection extends AbstractSSHConnection implements Serializable
- serialVersionUID:
- 7165239073212488208L
-
Serialized Fields
-
m_RemoteDir
String m_RemoteDir
the remote directory.
-
-
Class adams.scripting.connection.SSHConnection extends AbstractSSHConnectionWithPortForwarding implements Serializable
- serialVersionUID:
- 7719866884762680511L
-
Serialized Fields
-
m_ForwardX
boolean m_ForwardX
whether to forward X11. -
m_Wait
int m_Wait
the time in msec to wait before disconnecting the session again. -
m_XHost
String m_XHost
the xhost to use. -
m_XPort
int m_XPort
the xport to use.
-
-
-
Package adams.scripting.engine
-
Class adams.scripting.engine.AbstractRemoteCommandHandler extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2416282434229390042L
-
Serialized Fields
-
m_Owner
RemoteScriptingEngine m_Owner
the owner.
-
-
Class adams.scripting.engine.AbstractScriptingEngine extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3763240773922918567L
-
Serialized Fields
-
m_CommandHandler
RemoteCommandHandler m_CommandHandler
the command handler. -
m_CommandProcessor
RemoteCommandProcessor m_CommandProcessor
the command processor. -
m_FlowContext
Actor m_FlowContext
the flow context. -
m_Paused
boolean m_Paused
whether the engine is paused. -
m_PermissionHandler
PermissionHandler m_PermissionHandler
the permission handler. -
m_RemoteScriptingEngineHandler
RemoteScriptingEngineHandler m_RemoteScriptingEngineHandler
the application context. -
m_RequestHandler
RequestHandler m_RequestHandler
the request handler. -
m_ResponseHandler
ResponseHandler m_ResponseHandler
the response handler to use. -
m_Running
boolean m_Running
whether the engine is running. -
m_Stopped
boolean m_Stopped
whether the engine is stopped.
-
-
Class adams.scripting.engine.AbstractScriptingEngineEnhancer extends AbstractScriptingEngine implements Serializable
- serialVersionUID:
- -6014289902214010349L
-
Serialized Fields
-
m_ScriptingEngine
RemoteScriptingEngine m_ScriptingEngine
the base scripting engine to use.
-
-
Class adams.scripting.engine.AbstractScriptingEngineWithJobQueue extends AbstractScriptingEngine implements Serializable
- serialVersionUID:
- 1825313928700402608L
-
Serialized Fields
-
m_Executor
PausableFixedThreadPoolExecutor m_Executor
the executor service to use for parallel execution. -
m_MaxConcurrentJobs
int m_MaxConcurrentJobs
the number of concurrent jobs to allow.
-
-
Class adams.scripting.engine.DefaultMainScriptingEngine extends AbstractScriptingEngineEnhancer implements Serializable
- serialVersionUID:
- 8181130583432049922L
-
Serialized Fields
-
m_Workers
LoadBalancer m_Workers
for keeping track of workers.
-
-
Class adams.scripting.engine.DefaultMainScriptingEngine.RemoteCommandGrabber extends AbstractRemoteCommandHandler implements Serializable
- serialVersionUID:
- 3426984517327055710L
-
Serialized Fields
-
m_Main
MainScriptingEngine m_Main
the main.
-
-
Class adams.scripting.engine.DefaultRemoteCommandHandler extends AbstractRemoteCommandHandler implements Serializable
- serialVersionUID:
- -5775927108917582442L
-
Class adams.scripting.engine.DefaultScriptingEngine extends AbstractScriptingEngineWithJobQueue implements Serializable
- serialVersionUID:
- -3763240773922918567L
-
Serialized Fields
-
m_Port
int m_Port
the port to listen on. -
m_Timeout
int m_Timeout
the timeout for the socket.
-
-
Class adams.scripting.engine.DefaultWorkerScriptingEngine extends AbstractScriptingEngineEnhancer implements Serializable
- serialVersionUID:
- 2201421147846496892L
-
Serialized Fields
-
m_Main
Connection m_Main
the connection to the main engine node. -
m_Worker
Connection m_Worker
the connection for communicating with the worker.
-
-
Class adams.scripting.engine.FileBasedScriptingEngine extends AbstractScriptingEngineWithJobQueue implements Serializable
- serialVersionUID:
- -3763240773922918567L
-
Serialized Fields
-
m_AtomicMove
boolean m_AtomicMove
whether to perform an atomic move. -
m_Failed
PlaceholderDirectory m_Failed
the directory containing the elements that couldn't be processed. -
m_Incoming
PlaceholderDirectory m_Incoming
the directory to monitor for incoming commands. -
m_Processed
PlaceholderDirectory m_Processed
the directory containing the elements that were processed successfully. -
m_Processing
PlaceholderDirectory m_Processing
the directory containing the elements being processed.
-
-
Class adams.scripting.engine.ForwardingScriptingEngine extends AbstractScriptingEngineEnhancer implements Serializable
- serialVersionUID:
- -8291934093502029945L
-
Serialized Fields
-
m_Forward
Connection m_Forward
the connection to forward the commands to.
-
-
Class adams.scripting.engine.ForwardingScriptingEngine.RemoteCommandGrabber extends AbstractRemoteCommandHandler implements Serializable
- serialVersionUID:
- 3897472061596797706L
-
Serialized Fields
-
m_Forwarder
ForwardingScriptingEngine m_Forwarder
the forwarding scripting engine.
-
-
Class adams.scripting.engine.ManualFeedScriptingEngine extends AbstractScriptingEngineWithJobQueue implements Serializable
- serialVersionUID:
- -3763240773922918567L
-
Serialized Fields
-
m_MaxCommands
int m_MaxCommands
the maximum number of commands to allow in queue. -
m_Queue
BlockingQueue<RemoteCommand> m_Queue
the queue to add the commands to.
-
-
Class adams.scripting.engine.MultiScriptingEngine extends AbstractScriptingEngine implements Serializable
- serialVersionUID:
- 4169355528492796558L
-
Serialized Fields
-
m_Engines
RemoteScriptingEngine[] m_Engines
the scripting engines to use.
-
-
-
Package adams.scripting.permissionhandler
-
Class adams.scripting.permissionhandler.AbstractPermissionHandler extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -218772895341320377L
-
Class adams.scripting.permissionhandler.AllowAll extends AbstractPermissionHandler implements Serializable
- serialVersionUID:
- 4390768873427078067L
-
Class adams.scripting.permissionhandler.RejectAll extends AbstractPermissionHandler implements Serializable
- serialVersionUID:
- 4390768873427078067L
-
-
Package adams.scripting.processor
-
Class adams.scripting.processor.AbstractRemoteCommandProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7499301638703780359L
-
Class adams.scripting.processor.DefaultProcessor extends AbstractRemoteCommandProcessor implements Serializable
- serialVersionUID:
- -7804545376269832263L
-
Class adams.scripting.processor.JsonProcessor extends AbstractRemoteCommandProcessor implements Serializable
- serialVersionUID:
- -7804545376269832263L
-
Serialized Fields
-
m_PrettyPrinting
boolean m_PrettyPrinting
whether to use pretty printing.
-
-
-
Package adams.scripting.requesthandler
-
Class adams.scripting.requesthandler.AbstractRequestHandler extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5131376236748142498L
-
Serialized Fields
-
m_Enabled
boolean m_Enabled
whether the handler is enabled. -
m_Owner
RemoteScriptingEngine m_Owner
the owner.
-
-
Class adams.scripting.requesthandler.CallableActorsHandler extends AbstractRequestHandler implements Serializable
- serialVersionUID:
- -1573977100207493603L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_CallableActorInitialized
boolean m_CallableActorInitialized
whether the callable actor has been initialized. -
m_CallableName
CallableActorReference m_CallableName
the callable name. -
m_Helper
CallableActorHelper m_Helper
the helper class.
-
-
Class adams.scripting.requesthandler.CommandDumperHandler extends AbstractRequestHandler implements Serializable
- serialVersionUID:
- -575781398900766054L
-
Serialized Fields
-
m_CommandProcessor
RemoteCommandProcessor m_CommandProcessor
the command processor. -
m_FailedDir
PlaceholderDirectory m_FailedDir
the output directory for failed requests. -
m_RejectedDir
PlaceholderDirectory m_RejectedDir
the output directory for rejected requests. -
m_SuccessfulDir
PlaceholderDirectory m_SuccessfulDir
the output directory for successful requests.
-
-
Class adams.scripting.requesthandler.LoggingHandler extends AbstractRequestHandler implements Serializable
- serialVersionUID:
- -575781398900766054L
-
Class adams.scripting.requesthandler.MultiHandler extends AbstractRequestHandler implements Serializable
- serialVersionUID:
- 5310361263115261329L
-
Serialized Fields
-
m_Handlers
RequestHandler[] m_Handlers
the handlers to combine.
-
-
Class adams.scripting.requesthandler.NullHandler extends AbstractRequestHandler implements Serializable
- serialVersionUID:
- -575781398900766054L
-
Class adams.scripting.requesthandler.SimpleLogPanelRequestHandler extends AbstractRequestHandler implements Serializable
- serialVersionUID:
- -1354303964630420400L
-
Serialized Fields
-
m_Log
SimpleLogPanel m_Log
the log to use.
-
-
-
Package adams.scripting.responsehandler
-
Class adams.scripting.responsehandler.AbstractResponseHandler extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5933202929871166784L
-
Serialized Fields
-
m_Enabled
boolean m_Enabled
whether the handler is enabled. -
m_Owner
RemoteScriptingEngine m_Owner
the owner.
-
-
Class adams.scripting.responsehandler.CallableActorsHandler extends AbstractResponseHandler implements Serializable
- serialVersionUID:
- -1573977100207493603L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_CallableActorInitialized
boolean m_CallableActorInitialized
whether the callable actor has been initialized. -
m_CallableName
CallableActorReference m_CallableName
the callable name. -
m_Helper
CallableActorHelper m_Helper
the helper class.
-
-
Class adams.scripting.responsehandler.CommandDumperHandler extends AbstractResponseHandler implements Serializable
- serialVersionUID:
- 8309252227142210365L
-
Serialized Fields
-
m_CommandProcessor
RemoteCommandProcessor m_CommandProcessor
the command processor. -
m_FailedDir
PlaceholderDirectory m_FailedDir
the output directory for failed requests. -
m_SuccessfulDir
PlaceholderDirectory m_SuccessfulDir
the output directory for successful requests.
-
-
Class adams.scripting.responsehandler.LoggingHandler extends AbstractResponseHandler implements Serializable
- serialVersionUID:
- 8309252227142210365L
-
Class adams.scripting.responsehandler.MultiHandler extends AbstractResponseHandler implements Serializable
- serialVersionUID:
- 7246341377185260420L
-
Serialized Fields
-
m_Handlers
ResponseHandler[] m_Handlers
the handlers to use.
-
-
Class adams.scripting.responsehandler.NullHandler extends AbstractResponseHandler implements Serializable
- serialVersionUID:
- 8309252227142210365L
-
Class adams.scripting.responsehandler.SimpleLogPanelResponseHandler extends AbstractResponseHandler implements Serializable
- serialVersionUID:
- -6193490944184585319L
-
Serialized Fields
-
m_Log
SimpleLogPanel m_Log
the log to use.
-
-
-
Package adams.terminal.application
-
Class adams.terminal.application.AbstractTerminalApplication extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2187425015130568365L
-
Serialized Fields
-
m_ApplicationTitle
String m_ApplicationTitle
the title of the application. -
m_DbConn
AbstractDatabaseConnection m_DbConn
the global database connection. -
m_RemoteScriptingEngine
RemoteScriptingEngine m_RemoteScriptingEngine
the remote command scripting engine. -
m_RemoteScriptingEngineCmdLine
String m_RemoteScriptingEngineCmdLine
the commandline of the remote scripting engine to use at startup time. -
m_RemoteScriptingEngineUpdateListeners
Set<RemoteScriptingEngineUpdateListener> m_RemoteScriptingEngineUpdateListeners
the listeners for changes to the remote scripting engine.
-
-
-
Package adams.tools
-
Class adams.tools.AbstractAddRemoveTimeWindowDatabaseTool extends AbstractTimeWindowDatabaseTool implements Serializable
- serialVersionUID:
- -4704807429728625180L
-
Serialized Fields
-
m_Add
boolean m_Add
whether to add flags. -
m_Remove
boolean m_Remove
whether to remove the flags. -
m_Store
boolean m_Store
whether to write a modified report back to the database.
-
-
Class adams.tools.AbstractDatabaseTool extends AbstractTool implements Serializable
- serialVersionUID:
- -8882774800775467939L
-
Class adams.tools.AbstractScript extends AbstractTool implements Serializable
- serialVersionUID:
- -8283487312539061029L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.tools.AbstractScriptedTool extends AbstractTool implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.tools.AbstractTimeWindowDatabaseTool extends AbstractDatabaseTool implements Serializable
- serialVersionUID:
- 253961492399585127L
-
Serialized Fields
-
m_EndDate
BaseDateTime m_EndDate
the end date of the window. -
m_StartDate
BaseDateTime m_StartDate
the start date of the window.
-
-
Class adams.tools.AbstractTool extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 8248797808829239144L
-
Serialized Fields
-
m_Stopped
boolean m_Stopped
whether the tool was stopped.
-
-
Class adams.tools.CompareDatasets extends AbstractTool implements Serializable
- serialVersionUID:
- -1399473007795695271L
-
Serialized Fields
-
m_Data1
weka.core.Instances m_Data1
the current dataset 1. -
m_Data2
weka.core.Instances m_Data2
the current dataset 2. -
m_Dataset1
PlaceholderFile m_Dataset1
the first dataset. -
m_Dataset2
PlaceholderFile m_Dataset2
the second dataset. -
m_Indices1
int[] m_Indices1
the indices for the first dataset. -
m_Indices2
int[] m_Indices2
the indices for the second dataset. -
m_Lookup2
Hashtable<String,Integer> m_Lookup2
the lookup table of indices for the second dataset. -
m_Missing
PlaceholderFile m_Missing
the output file for missing tests (CSV format). -
m_OutputFile
PlaceholderFile m_OutputFile
the output file (CSV format). -
m_Range1
Range m_Range1
the first range of attributes. -
m_Range2
Range m_Range2
the second range of attributes. -
m_RowAttribute1
Index m_RowAttribute1
the optional attribute for matching up rows (dataset 1). -
m_RowAttribute2
Index m_RowAttribute2
the optional attribute for matching up rows (dataset 2). -
m_RowAttributeIsString
boolean m_RowAttributeIsString
whether the row attribute is a string/nominal attribute or not. -
m_Threshold
double m_Threshold
the threshold for listing correlations. -
m_UseRowAttribute
Boolean m_UseRowAttribute
whether to use the row attribute or not.
-
-
Class adams.tools.DropTables extends AbstractDatabaseTool implements Serializable
- serialVersionUID:
- 5980651808577627734L
-
Serialized Fields
-
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.tools.Groovy extends AbstractScriptedTool implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_InlineScript
GroovyScript m_InlineScript
the inline script.
-
-
Class adams.tools.InitializeTables extends AbstractDatabaseTool implements Serializable
- serialVersionUID:
- 1052968728531351369L
-
Class adams.tools.RunTool extends RunDatabaseScheme implements Serializable
- serialVersionUID:
- 7648856946524265052L
-
Serialized Fields
-
m_Tool
AbstractTool m_Tool
the tool to run.
-
-
Class adams.tools.Scripted extends AbstractScriptedTool implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
Class adams.tools.TableUpgrade extends AbstractDatabaseTool implements Serializable
- serialVersionUID:
- -1179186237647446679L
-
Serialized Fields
-
m_TableUpgrade
AbstractTableUpgrade m_TableUpgrade
the table upgrade to run.
-
-
Class adams.tools.TruncateTables extends AbstractDatabaseTool implements Serializable
- serialVersionUID:
- 5980651808577627734L
-
Serialized Fields
-
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.tools.ZipPassword extends AbstractTool implements Serializable
- serialVersionUID:
- 3018437869824414157L
-
Serialized Fields
-
m_Characters
String m_Characters
the characters to use for brute force. -
m_Dictionary
PlaceholderFile m_Dictionary
the dictionary file to use. -
m_Executor
PausableFixedThreadPoolExecutor m_Executor
the executor service to use for parallel execution. -
m_Finished
boolean m_Finished
whether the search has terminated. -
m_Jobs
List<ZipPassword.BruteForceJob> m_Jobs
the brute force jobs. -
m_MaxLength
int m_MaxLength
the maximum length for passwords to test. -
m_NumThreads
int m_NumThreads
the number of threads to use for parallel execution. -
m_Password
PlaceholderFile m_Password
the file to store the determined password in (if successful). -
m_Start
String m_Start
the starting password. -
m_Zip
PlaceholderFile m_Zip
the zip file to use.
-
-
Class adams.tools.ZipPassword.BruteForceJob extends RunnableWithLogging implements Serializable
- serialVersionUID:
- -4788228040850442732L
-
Serialized Fields
-
m_Generator
BruteForcePasswordGenerator m_Generator
the password generator to use. -
m_ID
int m_ID
the ID. -
m_Owner
ZipPassword m_Owner
the owner. -
m_Skip
int m_Skip
the number of passwords to skip. -
m_Zip
File m_Zip
the zip file.
-
-
-
Package weka.attributeSelection
-
Class weka.attributeSelection.AbstractPLSAttributeEval extends weka.attributeSelection.ASEvaluation implements Serializable
- serialVersionUID:
- 633205527683462941L
-
Serialized Fields
-
m_ComponentRange
Range m_ComponentRange
for user defined range of components used. -
m_LoadingsCalculations
AbstractPLSAttributeEval.LoadingsCalculations m_LoadingsCalculations
for how to use the loadings. -
m_Model
AbstractSingleClassPLS m_Model
the underlying model. -
m_NumComponents
int m_NumComponents
the number of components parameter. -
m_PreprocessingType
PreprocessingType m_PreprocessingType
the preprocessing type to perform. -
m_Ranking
double[] m_Ranking
the determined attribute ranking. -
m_ReplaceMissing
boolean m_ReplaceMissing
the replace missing values parameter.
-
-
Class weka.attributeSelection.ASEvaluation extends Object implements Serializable
- serialVersionUID:
- 2091705669885950849L
-
Serialized Fields
-
m_DoNotCheckCapabilities
boolean m_DoNotCheckCapabilities
-
-
Class weka.attributeSelection.ASSearch extends Object implements Serializable
- serialVersionUID:
- 7591673350342236548L
-
Class weka.attributeSelection.AttributeSelection extends Object implements Serializable
- serialVersionUID:
- 4170171824147584330L
-
Serialized Fields
-
m_ASEvaluator
weka.attributeSelection.ASEvaluation m_ASEvaluator
-
m_attributeFilter
weka.filters.unsupervised.attribute.Remove m_attributeFilter
-
m_attributeRanking
double[][] m_attributeRanking
-
m_doRank
boolean m_doRank
-
m_doXval
boolean m_doXval
-
m_numFolds
int m_numFolds
-
m_numToSelect
int m_numToSelect
-
m_rankResults
double[][] m_rankResults
-
m_searchMethod
weka.attributeSelection.ASSearch m_searchMethod
-
m_seed
int m_seed
-
m_selectedAttributeSet
int[] m_selectedAttributeSet
-
m_selectionResults
StringBuffer m_selectionResults
-
m_subsetResults
double[] m_subsetResults
-
m_trainInstances
weka.core.Instances m_trainInstances
-
m_transformer
weka.attributeSelection.AttributeTransformer m_transformer
-
-
Class weka.attributeSelection.AttributeSetEvaluator extends weka.attributeSelection.ASEvaluation implements Serializable
- serialVersionUID:
- -5744881009422257389L
-
Class weka.attributeSelection.BestFirst extends weka.attributeSelection.ASSearch implements Serializable
- serialVersionUID:
- 7841338689536821867L
-
Serialized Fields
-
m_bestMerit
double m_bestMerit
-
m_cacheSize
int m_cacheSize
-
m_classIndex
int m_classIndex
-
m_debug
boolean m_debug
-
m_hasClass
boolean m_hasClass
-
m_maxStale
int m_maxStale
-
m_numAttribs
int m_numAttribs
-
m_searchDirection
int m_searchDirection
-
m_starting
int[] m_starting
-
m_startRange
weka.core.Range m_startRange
-
m_totalEvals
int m_totalEvals
-
-
Class weka.attributeSelection.BestFirst.Link2 extends Object implements Serializable
- serialVersionUID:
- -8236598311516351420L
-
Serialized Fields
-
m_data
Object[] m_data
-
m_merit
double m_merit
-
-
Class weka.attributeSelection.BestFirst.LinkedList2 extends ArrayList<weka.attributeSelection.BestFirst.Link2> implements Serializable
- serialVersionUID:
- 3250538292330398929L
-
Serialized Fields
-
m_MaxSize
int m_MaxSize
-
-
Class weka.attributeSelection.CfsSubsetEval extends weka.attributeSelection.ASEvaluation implements Serializable
- serialVersionUID:
- 747878400813276317L
-
Serialized Fields
-
m_c_Threshold
double m_c_Threshold
-
m_classIndex
int m_classIndex
-
m_corr_matrix
float[][] m_corr_matrix
-
m_debug
boolean m_debug
-
m_disTransform
weka.filters.supervised.attribute.Discretize m_disTransform
-
m_isNumeric
boolean m_isNumeric
-
m_locallyPredictive
boolean m_locallyPredictive
-
m_missingSeparate
boolean m_missingSeparate
-
m_numAttribs
int m_numAttribs
-
m_numEntries
int m_numEntries
-
m_numFilled
AtomicInteger m_numFilled
-
m_numInstances
int m_numInstances
-
m_numThreads
int m_numThreads
-
m_poolSize
int m_poolSize
-
m_preComputeCorrelationMatrix
boolean m_preComputeCorrelationMatrix
-
m_std_devs
double[] m_std_devs
-
m_trainInstances
weka.core.Instances m_trainInstances
-
-
Class weka.attributeSelection.ClassifierAttributeEval extends weka.attributeSelection.ASEvaluation implements Serializable
- serialVersionUID:
- 2442390690522602284L
-
Serialized Fields
-
m_executionSlots
int m_executionSlots
-
m_leaveOneOut
boolean m_leaveOneOut
-
m_merit
double[] m_merit
-
m_trainInstances
weka.core.Instances m_trainInstances
-
m_wrapperSetup
String m_wrapperSetup
-
m_wrapperTemplate
weka.attributeSelection.WrapperSubsetEval m_wrapperTemplate
-
-
Class weka.attributeSelection.ClassifierSubsetEval extends weka.attributeSelection.HoldOutSubsetEvaluator implements Serializable
- serialVersionUID:
- 7532217899385278710L
-
Serialized Fields
-
m_Classifier
weka.classifiers.Classifier m_Classifier
-
m_ClassifierTemplate
weka.classifiers.Classifier m_ClassifierTemplate
-
m_classIndex
int m_classIndex
-
m_evaluationMeasure
weka.core.Tag m_evaluationMeasure
-
m_holdOutFile
File m_holdOutFile
-
m_holdOutInstances
weka.core.Instances m_holdOutInstances
-
m_IRClassVal
int m_IRClassVal
-
m_IRClassValS
String m_IRClassValS
-
m_numAttribs
int m_numAttribs
-
m_seed
int m_seed
-
m_splitPercent
String m_splitPercent
-
m_trainingInstances
weka.core.Instances m_trainingInstances
-
m_usePercentageSplit
boolean m_usePercentageSplit
-
m_useTraining
boolean m_useTraining
-
-
Class weka.attributeSelection.CorrelationAttributeEval extends weka.attributeSelection.ASEvaluation implements Serializable
- serialVersionUID:
- -4931946995055872438L
-
Serialized Fields
-
m_correlations
double[] m_correlations
-
m_detailedOutput
boolean m_detailedOutput
-
m_detailedOutputBuff
StringBuffer m_detailedOutputBuff
-
-
Class weka.attributeSelection.GainRatioAttributeEval extends weka.attributeSelection.ASEvaluation implements Serializable
- serialVersionUID:
- -8504656625598579926L
-
Serialized Fields
-
m_classIndex
int m_classIndex
-
m_missing_merge
boolean m_missing_merge
-
m_numClasses
int m_numClasses
-
m_numInstances
int m_numInstances
-
m_trainInstances
weka.core.Instances m_trainInstances
-
-
Class weka.attributeSelection.GreedyStepwise extends weka.attributeSelection.ASSearch implements Serializable
- serialVersionUID:
- -6312951970168325471L
-
Serialized Fields
-
m_ASEval
weka.attributeSelection.ASEvaluation m_ASEval
-
m_backward
boolean m_backward
-
m_best_group
BitSet m_best_group
-
m_bestMerit
double m_bestMerit
-
m_calculatedNumToSelect
int m_calculatedNumToSelect
-
m_classIndex
int m_classIndex
-
m_conservativeSelection
boolean m_conservativeSelection
-
m_debug
boolean m_debug
-
m_doneRanking
boolean m_doneRanking
-
m_doRank
boolean m_doRank
-
m_hasClass
boolean m_hasClass
-
m_Instances
weka.core.Instances m_Instances
-
m_numAttribs
int m_numAttribs
-
m_numToSelect
int m_numToSelect
-
m_poolSize
int m_poolSize
-
m_rankedAtts
double[][] m_rankedAtts
-
m_rankedSoFar
int m_rankedSoFar
-
m_rankingRequested
boolean m_rankingRequested
-
m_starting
int[] m_starting
-
m_startRange
weka.core.Range m_startRange
-
m_threshold
double m_threshold
-
-
Class weka.attributeSelection.HoldOutSubsetEvaluator extends weka.attributeSelection.ASEvaluation implements Serializable
- serialVersionUID:
- 8280529785412054174L
-
Class weka.attributeSelection.InfoGainAttributeEval extends weka.attributeSelection.ASEvaluation implements Serializable
- serialVersionUID:
- -1949849512589218930L
-
Serialized Fields
-
m_Binarize
boolean m_Binarize
-
m_InfoGains
double[] m_InfoGains
-
m_missing_merge
boolean m_missing_merge
-
-
Class weka.attributeSelection.LinearRegressionAttributeEval extends weka.attributeSelection.ASEvaluation implements Serializable
- serialVersionUID:
- 129917929429910376L
-
Serialized Fields
-
m_Minimal
boolean m_Minimal
Conserve memory? -
m_Model
LinearRegressionJ m_Model
the underlying model. -
m_outputAdditionalStats
boolean m_outputAdditionalStats
Whether to output additional statistics such as std. dev. of coefficients and t-stats -
m_Ranking
double[] m_Ranking
the degtermined attribute ranking. -
m_Ridge
double m_Ridge
The ridge parameter
-
-
Class weka.attributeSelection.OneRAttributeEval extends weka.attributeSelection.ASEvaluation implements Serializable
- serialVersionUID:
- 4386514823886856980L
-
Serialized Fields
-
m_evalUsingTrainingData
boolean m_evalUsingTrainingData
-
m_folds
int m_folds
-
m_minBucketSize
int m_minBucketSize
-
m_randomSeed
int m_randomSeed
-
m_trainInstances
weka.core.Instances m_trainInstances
-
-
Class weka.attributeSelection.PLS1AttributeEval extends AbstractPLSAttributeEval implements Serializable
- serialVersionUID:
- -3761260113452151430L
-
Class weka.attributeSelection.PrincipalComponents extends weka.attributeSelection.UnsupervisedAttributeEvaluator implements Serializable
- serialVersionUID:
- -3675307197777734007L
-
Serialized Fields
-
m_attributeFilter
weka.filters.unsupervised.attribute.Remove m_attributeFilter
-
m_center
boolean m_center
-
m_centerFilter
weka.filters.unsupervised.attribute.Center m_centerFilter
-
m_classIndex
int m_classIndex
-
m_correlation
no.uib.cipr.matrix.UpperSymmDenseMatrix m_correlation
-
m_coverVariance
double m_coverVariance
-
m_eigenvalues
double[] m_eigenvalues
-
m_eigenvectors
double[][] m_eigenvectors
-
m_eTranspose
double[][] m_eTranspose
-
m_hasClass
boolean m_hasClass
-
m_maxAttrsInName
int m_maxAttrsInName
-
m_means
double[] m_means
-
m_nominalToBinFilter
weka.filters.unsupervised.attribute.NominalToBinary m_nominalToBinFilter
-
m_numAttribs
int m_numAttribs
-
m_numInstances
int m_numInstances
-
m_originalSpaceFormat
weka.core.Instances m_originalSpaceFormat
-
m_outputNumAtts
int m_outputNumAtts
-
m_replaceMissingFilter
weka.filters.unsupervised.attribute.ReplaceMissingValues m_replaceMissingFilter
-
m_sortedEigens
int[] m_sortedEigens
-
m_standardizeFilter
weka.filters.unsupervised.attribute.Standardize m_standardizeFilter
-
m_stdDevs
double[] m_stdDevs
-
m_sumOfEigenValues
double m_sumOfEigenValues
-
m_trainHeader
weka.core.Instances m_trainHeader
-
m_trainInstances
weka.core.Instances m_trainInstances
-
m_transBackToOriginal
boolean m_transBackToOriginal
-
m_transformedFormat
weka.core.Instances m_transformedFormat
-
-
Class weka.attributeSelection.Ranker extends weka.attributeSelection.ASSearch implements Serializable
- serialVersionUID:
- -9086714848510751934L
-
Serialized Fields
-
m_attributeList
int[] m_attributeList
-
m_attributeMerit
double[] m_attributeMerit
-
m_calculatedNumToSelect
int m_calculatedNumToSelect
-
m_classIndex
int m_classIndex
-
m_hasClass
boolean m_hasClass
-
m_numAttribs
int m_numAttribs
-
m_numToSelect
int m_numToSelect
-
m_starting
int[] m_starting
-
m_startRange
weka.core.Range m_startRange
-
m_threshold
double m_threshold
-
-
Class weka.attributeSelection.ReliefFAttributeEval extends weka.attributeSelection.ASEvaluation implements Serializable
- serialVersionUID:
- -8422186665795839379L
-
Serialized Fields
-
m_classIndex
int m_classIndex
-
m_classProbs
double[] m_classProbs
-
m_index
int[] m_index
-
m_karray
double[][][] m_karray
-
m_Knn
int m_Knn
-
m_maxArray
double[] m_maxArray
-
m_minArray
double[] m_minArray
-
m_nda
double[] m_nda
-
m_ndc
double m_ndc
-
m_ndcda
double[] m_ndcda
-
m_numAttribs
int m_numAttribs
-
m_numClasses
int m_numClasses
-
m_numericClass
boolean m_numericClass
-
m_numInstances
int m_numInstances
-
m_sampleM
int m_sampleM
-
m_seed
int m_seed
-
m_sigma
int m_sigma
-
m_stored
int[] m_stored
-
m_trainInstances
weka.core.Instances m_trainInstances
-
m_weightByDistance
boolean m_weightByDistance
-
m_weights
double[] m_weights
-
m_weightsByRank
double[] m_weightsByRank
-
m_worst
double[] m_worst
-
-
Class weka.attributeSelection.SIMPLSAttributeEval extends AbstractPLSAttributeEval implements Serializable
- serialVersionUID:
- 3127432070356406114L
-
Class weka.attributeSelection.SymmetricalUncertAttributeEval extends weka.attributeSelection.ASEvaluation implements Serializable
- serialVersionUID:
- -8096505776132296416L
-
Serialized Fields
-
m_classIndex
int m_classIndex
-
m_missing_merge
boolean m_missing_merge
-
m_numClasses
int m_numClasses
-
m_numInstances
int m_numInstances
-
m_trainInstances
weka.core.Instances m_trainInstances
-
-
Class weka.attributeSelection.UnsupervisedAttributeEvaluator extends weka.attributeSelection.ASEvaluation implements Serializable
- serialVersionUID:
- -4100897318675336178L
-
Class weka.attributeSelection.UnsupervisedSubsetEvaluator extends weka.attributeSelection.ASEvaluation implements Serializable
- serialVersionUID:
- 627934376267488763L
-
Class weka.attributeSelection.WrapperSubsetEval extends weka.attributeSelection.ASEvaluation implements Serializable
- serialVersionUID:
- -4573057658746728675L
-
Serialized Fields
-
m_BaseClassifier
weka.classifiers.Classifier m_BaseClassifier
-
m_classIndex
int m_classIndex
-
m_Evaluation
weka.classifiers.Evaluation m_Evaluation
-
m_evaluationMeasure
weka.core.Tag m_evaluationMeasure
-
m_folds
int m_folds
-
m_IRClassVal
int m_IRClassVal
-
m_IRClassValS
String m_IRClassValS
-
m_numAttribs
int m_numAttribs
-
m_seed
int m_seed
-
m_threshold
double m_threshold
-
m_trainInstances
weka.core.Instances m_trainInstances
-
-
Class weka.attributeSelection.WrapperSubsetEval.PluginTag extends weka.core.Tag implements Serializable
- serialVersionUID:
- -6978438858413428382L
-
Serialized Fields
-
m_metric
weka.classifiers.evaluation.AbstractEvaluationMetric m_metric
-
m_statisticName
String m_statisticName
-
-
-
Package weka.classifiers
-
Class weka.classifiers.AbstractClassifier extends Object implements Serializable
- serialVersionUID:
- 6502780192411755341L
-
Serialized Fields
-
m_BatchSize
String m_BatchSize
-
m_Debug
boolean m_Debug
-
m_DoNotCheckCapabilities
boolean m_DoNotCheckCapabilities
-
m_numDecimalPlaces
int m_numDecimalPlaces
-
-
Class weka.classifiers.AbstractSplitGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8387205583429213079L
-
Serialized Fields
-
m_Data
weka.core.Instances m_Data
the original dataset. -
m_Initialized
boolean m_Initialized
whether the iterator has been initialized. -
m_OriginalIndices
gnu.trove.list.TIntList m_OriginalIndices
the original indicies. -
m_Seed
long m_Seed
the seed value. -
m_UseViews
boolean m_UseViews
whether to use views.
-
-
Class weka.classifiers.AggregateableEvaluation extends weka.classifiers.Evaluation implements Serializable
- serialVersionUID:
- 6850546230173753210L
-
Class weka.classifiers.AggregateEvaluations extends LoggingObject implements Serializable
- serialVersionUID:
- 7021888369517311031L
-
Serialized Fields
-
m_ClassLabels
List<String> m_ClassLabels
the optional class labels. -
m_Comparator
Comparator m_Comparator
the comparator to use. -
m_LastError
String m_LastError
the last error. -
m_Predictions
List<weka.classifiers.evaluation.Prediction> m_Predictions
the collected predictions. -
m_RelationName
String m_RelationName
dataset name. -
m_Reverse
boolean m_Reverse
whether to reverse the sorting. -
m_SortLabels
boolean m_SortLabels
whether to sort the labels.
-
-
Class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator extends AbstractSplitGenerator implements Serializable
- serialVersionUID:
- -3836027382933579890L
-
Serialized Fields
-
m_Algorithms
BinningAlgorithm[] m_Algorithms
the algorithms to evaluate. -
m_Generated
boolean m_Generated
whether the split was generated. -
m_Manual
ManualBinning m_Manual
for generating class distributions. -
m_NumEvaluationBins
int m_NumEvaluationBins
the number of evaluation bins. -
m_Percentage
double m_Percentage
the percentage. -
m_PreserveOrder
boolean m_PreserveOrder
whether to preserve the order.
-
-
Class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator extends AbstractSplitGenerator implements Serializable
- serialVersionUID:
- -8387205583429213079L
-
Serialized Fields
-
m_Algorithm
BinningAlgorithm m_Algorithm
the binning algorithm. -
m_NumFolds
int m_NumFolds
the number of folds. -
m_Randomize
boolean m_Randomize
whether to randomize the data. -
m_RelationName
String m_RelationName
the template for the relation name. -
m_Stratify
boolean m_Stratify
whether to stratify the data (in case of nominal class).
-
-
Class weka.classifiers.BinnedNumericClassRandomSplitGenerator extends AbstractSplitGenerator implements Serializable
- serialVersionUID:
- -4813006743965500489L
-
Serialized Fields
-
m_Algorithm
BinningAlgorithm m_Algorithm
the binning algorithm. -
m_Generated
boolean m_Generated
whether the split was generated. -
m_Percentage
double m_Percentage
the percentage. -
m_PreserveOrder
boolean m_PreserveOrder
whether to preserve the order.
-
-
Class weka.classifiers.CostMatrix extends Object implements Serializable
- serialVersionUID:
- -1973792250544554965L
-
Serialized Fields
-
m_matrix
Object[][] m_matrix
-
m_size
int m_size
-
-
Class weka.classifiers.DefaultCrossValidationFoldGenerator extends AbstractSplitGenerator implements Serializable
- serialVersionUID:
- -8387205583429213079L
-
Serialized Fields
-
m_ActualNumFolds
int m_ActualNumFolds
the actual number of folds. -
m_NumFolds
int m_NumFolds
the number of folds. -
m_Randomize
boolean m_Randomize
whether to randomize the data. -
m_RelationName
String m_RelationName
the template for the relation name. -
m_Stratify
boolean m_Stratify
whether to stratify the data (in case of nominal class).
-
-
Class weka.classifiers.DefaultRandomSplitGenerator extends AbstractSplitGenerator implements Serializable
- serialVersionUID:
- -4813006743965500489L
-
Serialized Fields
-
m_Generated
boolean m_Generated
whether the split was generated. -
m_Generator
RandomSplitGenerator m_Generator
the underlying scheme for generating the split. -
m_Percentage
double m_Percentage
the percentage. -
m_PreserveOrder
boolean m_PreserveOrder
whether to preserve the order.
-
-
Class weka.classifiers.Evaluation extends Object implements Serializable
- serialVersionUID:
- -170766452472965668L
-
Serialized Fields
-
m_delegate
weka.classifiers.evaluation.Evaluation m_delegate
-
-
Class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator extends AbstractSplitGenerator implements Serializable
- serialVersionUID:
- -8387205583429213079L
-
Serialized Fields
-
m_Algorithm
BinningAlgorithm m_Algorithm
the binning algorithm. -
m_Group
String m_Group
the group expression. -
m_Index
WekaAttributeIndex m_Index
the index to use for grouping. -
m_NumFolds
int m_NumFolds
the number of folds. -
m_Randomize
boolean m_Randomize
whether to randomize the data. -
m_RegExp
BaseRegExp m_RegExp
the regular expression for the nominal/string attribute. -
m_RelationName
String m_RelationName
the template for the relation name. -
m_Stratify
boolean m_Stratify
whether to stratify the data (in case of nominal class).
-
-
Class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator extends AbstractSplitGenerator implements Serializable
- serialVersionUID:
- -4813006743965500489L
-
Serialized Fields
-
m_Algorithm
BinningAlgorithm m_Algorithm
the binning algorithm. -
m_Generated
boolean m_Generated
whether the split was generated. -
m_Group
String m_Group
the group expression. -
m_Index
WekaAttributeIndex m_Index
the index to use for grouping. -
m_Percentage
double m_Percentage
the percentage. -
m_PreserveOrder
boolean m_PreserveOrder
whether to preserve the order. -
m_RegExp
BaseRegExp m_RegExp
the regular expression for the nominal/string attribute.
-
-
Class weka.classifiers.GroupedCrossValidationFoldGenerator extends AbstractSplitGenerator implements Serializable
- serialVersionUID:
- -6949071991599401776L
-
Serialized Fields
-
m_ActualNumFolds
int m_ActualNumFolds
the actual number of folds. -
m_CurrentFold
int m_CurrentFold
the current fold. -
m_Group
String m_Group
the group expression. -
m_Index
WekaAttributeIndex m_Index
the index to use for grouping. -
m_NumFolds
int m_NumFolds
the number of folds. -
m_Randomize
boolean m_Randomize
whether to randomize the data. -
m_RegExp
BaseRegExp m_RegExp
the regular expression for the nominal/string attribute. -
m_RelationName
String m_RelationName
the template for the relation name. -
m_Stratify
boolean m_Stratify
whether to stratify the data (in case of nominal class).
-
-
Class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues extends AbstractSplitGenerator implements Serializable
- serialVersionUID:
- -6949071991599401776L
-
Serialized Fields
-
m_ActualNumFolds
int m_ActualNumFolds
the actual number of folds. -
m_CurrentFold
int m_CurrentFold
the current fold. -
m_NumFolds
int m_NumFolds
the number of folds. -
m_Randomize
boolean m_Randomize
whether to randomize the data. -
m_RelationName
String m_RelationName
the template for the relation name.
-
-
Class weka.classifiers.GroupedRandomSplitGenerator extends AbstractSplitGenerator implements Serializable
- serialVersionUID:
- -4813006743965500489L
-
Serialized Fields
-
m_Generated
boolean m_Generated
whether the split was generated. -
m_Generator
RandomSplitGenerator m_Generator
the underlying scheme for generating the split. -
m_Group
String m_Group
the group expression. -
m_Index
WekaAttributeIndex m_Index
the index to use for grouping. -
m_Percentage
double m_Percentage
the percentage. -
m_PreserveOrder
boolean m_PreserveOrder
whether to preserve the order. -
m_RegExp
BaseRegExp m_RegExp
the regular expression for the nominal/string attribute.
-
-
Class weka.classifiers.IteratedSingleClassifierEnhancer extends weka.classifiers.SingleClassifierEnhancer implements Serializable
- serialVersionUID:
- -6217979135443319724L
-
Serialized Fields
-
m_Classifiers
weka.classifiers.Classifier[] m_Classifiers
-
m_NumIterations
int m_NumIterations
-
-
Class weka.classifiers.LeaveOneOutByValueGenerator extends AbstractSplitGenerator implements Serializable
- serialVersionUID:
- -6949071991599401776L
-
Serialized Fields
-
m_Index
WekaAttributeIndex m_Index
the index to get the unique values from. -
m_Randomize
boolean m_Randomize
whether to randomize the data. -
m_RelationName
String m_RelationName
the template for the relation name.
-
-
Class weka.classifiers.MultiLevelSplitGenerator extends AbstractSplitGenerator implements Serializable
- serialVersionUID:
- -4813006743965500489L
-
Serialized Fields
-
m_Containers
List<WekaTrainTestSetContainer> m_Containers
the list of generated containers. -
m_Groups
BaseString[] m_Groups
the groups to generate. -
m_Indices
WekaAttributeIndex[] m_Indices
the attribute indices. -
m_RegExps
BaseRegExp[] m_RegExps
the regular expressions to apply to determine the grouping. -
m_Silent
boolean m_Silent
whether to suppress error output. -
m_Stopped
boolean m_Stopped
whether the generation got stopped.
-
-
Class weka.classifiers.MultipleClassifiersCombiner extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- 2776436621129422119L
-
Serialized Fields
-
m_Classifiers
weka.classifiers.Classifier[] m_Classifiers
-
-
Class weka.classifiers.ParallelIteratedSingleClassifierEnhancer extends weka.classifiers.IteratedSingleClassifierEnhancer implements Serializable
- serialVersionUID:
- -5026378741833046436L
-
Serialized Fields
-
m_numExecutionSlots
int m_numExecutionSlots
-
-
Class weka.classifiers.ParallelMultipleClassifiersCombiner extends weka.classifiers.MultipleClassifiersCombiner implements Serializable
- serialVersionUID:
- 728109028953726626L
-
Serialized Fields
-
m_completed
int m_completed
-
m_failed
int m_failed
-
m_numExecutionSlots
int m_numExecutionSlots
-
-
Class weka.classifiers.RandomizableClassifier extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- -8816375798262351903L
-
Serialized Fields
-
m_Seed
int m_Seed
-
-
Class weka.classifiers.RandomizableIteratedSingleClassifierEnhancer extends weka.classifiers.IteratedSingleClassifierEnhancer implements Serializable
- serialVersionUID:
- 5063351391524938557L
-
Serialized Fields
-
m_Seed
int m_Seed
-
-
Class weka.classifiers.RandomizableMultipleClassifiersCombiner extends weka.classifiers.MultipleClassifiersCombiner implements Serializable
- serialVersionUID:
- 5057936555724785679L
-
Serialized Fields
-
m_Seed
int m_Seed
-
-
Class weka.classifiers.RandomizableParallelIteratedSingleClassifierEnhancer extends weka.classifiers.ParallelIteratedSingleClassifierEnhancer implements Serializable
- serialVersionUID:
- 1298141000373615374L
-
Serialized Fields
-
m_Seed
int m_Seed
-
-
Class weka.classifiers.RandomizableParallelMultipleClassifiersCombiner extends weka.classifiers.ParallelMultipleClassifiersCombiner implements Serializable
- serialVersionUID:
- 8274061943448676943L
-
Serialized Fields
-
m_Seed
int m_Seed
-
-
Class weka.classifiers.RandomizableSingleClassifierEnhancer extends weka.classifiers.SingleClassifierEnhancer implements Serializable
- serialVersionUID:
- 558286687096157160L
-
Serialized Fields
-
m_Seed
int m_Seed
-
-
Class weka.classifiers.SingleClassifierEnhancer extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- -3665885256363525164L
-
Serialized Fields
-
m_Classifier
weka.classifiers.Classifier m_Classifier
-
-
Class weka.classifiers.StoppableClassifier extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- -7417786077923225941L
-
Serialized Fields
-
m_Stopped
boolean m_Stopped
whether the classifier was stopped.
-
-
Class weka.classifiers.StoppableEvaluation extends weka.classifiers.Evaluation implements Serializable
- serialVersionUID:
- 7965365760743873046L
-
Class weka.classifiers.StoppableRandomizableClassifier extends weka.classifiers.RandomizableClassifier implements Serializable
- serialVersionUID:
- -7417786077923225941L
-
Serialized Fields
-
m_Stopped
boolean m_Stopped
whether the classifier was stopped.
-
-
Class weka.classifiers.StoppableSingleClassifierEnhancer extends weka.classifiers.SingleClassifierEnhancer implements Serializable
- serialVersionUID:
- -7417786077923225941L
-
Serialized Fields
-
m_Stopped
boolean m_Stopped
whether the classifier was stopped.
-
-
-
Package weka.classifiers.evaluation
-
Class weka.classifiers.evaluation.AbstractEvaluationMetric extends Object implements Serializable
- serialVersionUID:
- -924507718482386887L
-
Serialized Fields
-
m_baseEvaluation
weka.classifiers.evaluation.Evaluation m_baseEvaluation
-
-
Class weka.classifiers.evaluation.AbstractEvaluationMetric.UnknownStatisticException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- -8787045492227999839L
-
Class weka.classifiers.evaluation.AbstractSimpleRegressionMeasure extends weka.classifiers.evaluation.AbstractEvaluationMetric implements Serializable
- serialVersionUID:
- -2991979775999208848L
-
Serialized Fields
-
m_Actual
gnu.trove.list.TDoubleList m_Actual
the collected actual. -
m_Predicted
gnu.trove.list.TDoubleList m_Predicted
the collected predicted.
-
-
Class weka.classifiers.evaluation.AggregateableEvaluation extends weka.classifiers.evaluation.Evaluation implements Serializable
- serialVersionUID:
- 8734675926526110924L
-
Class weka.classifiers.evaluation.Bias extends AbstractSimpleRegressionMeasure implements Serializable
- serialVersionUID:
- 6501729731780442367L
-
Class weka.classifiers.evaluation.ConfusionMatrix extends weka.core.matrix.Matrix implements Serializable
- serialVersionUID:
- -181789981401504090L
-
Serialized Fields
-
m_ClassNames
String[] m_ClassNames
-
-
Class weka.classifiers.evaluation.Dice extends weka.classifiers.evaluation.AbstractEvaluationMetric implements Serializable
- serialVersionUID:
- -6174771017324139350L
-
Class weka.classifiers.evaluation.Evaluation extends Object implements Serializable
- serialVersionUID:
- -7010314486866816271L
-
Serialized Fields
-
m_ClassIsNominal
boolean m_ClassIsNominal
-
m_ClassNames
String[] m_ClassNames
-
m_ClassPriors
double[] m_ClassPriors
-
m_ClassPriorsSum
double m_ClassPriorsSum
-
m_ComplexityStatisticsAvailable
boolean m_ComplexityStatisticsAvailable
-
m_ConfLevel
double m_ConfLevel
-
m_ConfusionMatrix
double[][] m_ConfusionMatrix
-
m_Correct
double m_Correct
-
m_CostMatrix
weka.classifiers.CostMatrix m_CostMatrix
-
m_CoverageStatisticsAvailable
boolean m_CoverageStatisticsAvailable
-
m_DiscardPredictions
boolean m_DiscardPredictions
-
m_Header
weka.core.Instances m_Header
-
m_Incorrect
double m_Incorrect
-
m_MarginCounts
double[] m_MarginCounts
-
m_MaxTarget
double m_MaxTarget
-
m_metricsToDisplay
List<String> m_metricsToDisplay
-
m_MinTarget
double m_MinTarget
-
m_MissingClass
double m_MissingClass
-
m_NoPriors
boolean m_NoPriors
-
m_NumClasses
int m_NumClasses
-
m_NumFolds
int m_NumFolds
-
m_NumTrainClassVals
int m_NumTrainClassVals
-
m_pluginMetrics
List<weka.classifiers.evaluation.AbstractEvaluationMetric> m_pluginMetrics
-
m_Predictions
ArrayList<weka.classifiers.evaluation.Prediction> m_Predictions
-
m_PriorEstimator
weka.estimators.UnivariateKernelEstimator m_PriorEstimator
-
m_SumAbsErr
double m_SumAbsErr
-
m_SumClass
double m_SumClass
-
m_SumClassPredicted
double m_SumClassPredicted
-
m_SumErr
double m_SumErr
-
m_SumKBInfo
double m_SumKBInfo
-
m_SumPredicted
double m_SumPredicted
-
m_SumPriorAbsErr
double m_SumPriorAbsErr
-
m_SumPriorEntropy
double m_SumPriorEntropy
-
m_SumPriorSqrErr
double m_SumPriorSqrErr
-
m_SumSchemeEntropy
double m_SumSchemeEntropy
-
m_SumSqrClass
double m_SumSqrClass
-
m_SumSqrErr
double m_SumSqrErr
-
m_SumSqrPredicted
double m_SumSqrPredicted
-
m_TotalCost
double m_TotalCost
-
m_TotalCoverage
double m_TotalCoverage
-
m_TotalSizeOfRegions
double m_TotalSizeOfRegions
-
m_TrainClassVals
double[] m_TrainClassVals
-
m_TrainClassWeights
double[] m_TrainClassWeights
-
m_Unclassified
double m_Unclassified
-
m_WithClass
double m_WithClass
-
-
Class weka.classifiers.evaluation.MSLE extends AbstractSimpleRegressionMeasure implements Serializable
- serialVersionUID:
- 6501729731780442367L
-
Class weka.classifiers.evaluation.NominalPrediction extends Object implements Serializable
- serialVersionUID:
- -8871333992740492788L
-
Serialized Fields
-
m_Actual
double m_Actual
-
m_Distribution
double[] m_Distribution
-
m_Predicted
double m_Predicted
-
m_Weight
double m_Weight
-
-
Class weka.classifiers.evaluation.NumericPrediction extends Object implements Serializable
- serialVersionUID:
- -4880216423674233887L
-
Serialized Fields
-
m_Actual
double m_Actual
-
m_Predicted
double m_Predicted
-
m_PredictionIntervals
double[][] m_PredictionIntervals
-
m_Weight
double m_Weight
-
-
Class weka.classifiers.evaluation.RPD extends AbstractSimpleRegressionMeasure implements Serializable
- serialVersionUID:
- -2991979775999208848L
-
Class weka.classifiers.evaluation.RSquared extends AbstractSimpleRegressionMeasure implements Serializable
- serialVersionUID:
- 6501729731780442367L
-
Class weka.classifiers.evaluation.SDR extends AbstractSimpleRegressionMeasure implements Serializable
- serialVersionUID:
- -2991979775999208848L
-
Class weka.classifiers.evaluation.StoppableEvaluation extends weka.classifiers.evaluation.Evaluation implements Serializable
- serialVersionUID:
- -4728485124248488867L
-
Serialized Fields
-
m_Stopped
boolean m_Stopped
whether the execution was stopped.
-
-
-
Package weka.classifiers.functions
-
Class weka.classifiers.functions.ClassificationViaPLS extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- 8430850643799590721L
-
Serialized Fields
-
m_CVR
ClassificationViaRegressionD m_CVR
theClassificationViaRegression
used internally. -
m_Header
weka.core.Instances m_Header
the header of the training set. -
m_LabelIndex
weka.core.SingleIndex m_LabelIndex
The label index to get the PLS matrices for. -
m_LabelString
String m_LabelString
the label string to get the PLS matrices for (overrides the label index).
-
-
Class weka.classifiers.functions.FakeClassifier extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- 8430850643799590721L
-
Serialized Fields
-
m_BuildWait
int m_BuildWait
the build wait time in msec. -
m_PredictMax
double m_PredictMax
the maximum to use for the predictions. -
m_PredictMin
double m_PredictMin
the minimum to use for the predictions. -
m_PredictWait
int m_PredictWait
the predict wait time in msec. -
m_Random
Random m_Random
for generating the random numbers. -
m_Seed
int m_Seed
the seed. -
m_UpdateWait
int m_UpdateWait
the update wait time in msec.
-
-
Class weka.classifiers.functions.FromPredictions extends AbstractSimpleClassifier implements Serializable
- serialVersionUID:
- 3788758906281773914L
-
Serialized Fields
-
m_Actual
SpreadSheetColumnIndex m_Actual
the column with the actual values. -
m_ActualIndex
int m_ActualIndex
the actual column index. -
m_Additional
SpreadSheetColumnRange m_Additional
the additional columns in the spreadsheet to add to the plot containers. -
m_AdditionalIndices
int[] m_AdditionalIndices
the additional column indices. -
m_ClassDistribution
SpreadSheetUnorderedColumnRange m_ClassDistribution
the class distribution columns (if any). -
m_ClassDistributionIndices
int[] m_ClassDistributionIndices
the class distribution column indices. -
m_Predicted
SpreadSheetColumnIndex m_Predicted
the column with the predicted values. -
m_PredictedIndex
int m_PredictedIndex
the predicted column index. -
m_Predictions
SpreadSheet m_Predictions
the actual predictions. -
m_PredictionsFile
PlaceholderFile m_PredictionsFile
the predictions to use. -
m_Reader
SpreadSheetReader m_Reader
the spreadsheet reader to use. -
m_Weight
SpreadSheetColumnIndex m_Weight
the column with the error values (optional). -
m_WeightIndex
int m_WeightIndex
the weight column index.
-
-
Class weka.classifiers.functions.GaussianProcesses extends weka.classifiers.RandomizableClassifier implements Serializable
- serialVersionUID:
- -8620066949967678545L
-
Serialized Fields
-
m_actualKernel
weka.classifiers.functions.supportVector.Kernel m_actualKernel
-
m_Alin
double m_Alin
-
m_avg_target
double m_avg_target
-
m_Blin
double m_Blin
-
m_checksTurnedOff
boolean m_checksTurnedOff
-
m_delta
double m_delta
-
m_deltaSquared
double m_deltaSquared
-
m_Filter
weka.filters.Filter m_Filter
-
m_filterType
int m_filterType
-
m_kernel
weka.classifiers.functions.supportVector.Kernel m_kernel
-
m_L
no.uib.cipr.matrix.Matrix m_L
-
m_Missing
weka.filters.unsupervised.attribute.ReplaceMissingValues m_Missing
-
m_NominalToBinary
weka.filters.unsupervised.attribute.NominalToBinary m_NominalToBinary
-
m_NumTrain
int m_NumTrain
-
m_t
no.uib.cipr.matrix.Vector m_t
-
m_weights
double[] m_weights
-
-
Class weka.classifiers.functions.GaussianProcessesAdaptive extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- -8620066941167678545L
-
Serialized Fields
-
m_Alin
double m_Alin
The parameters of the linear transforamtion realized by the filter on the class attribute -
m_avg_target
double m_avg_target
The training data. -
m_Blin
double m_Blin
-
m_checksTurnedOff
boolean m_checksTurnedOff
Turn off all checks and conversions? Turning them off assumes that data is purely numeric, doesn't contain any missing values, and has a numeric class. -
m_classIndex
int m_classIndex
The class index from the training data -
m_delta
double m_delta
Gaussian Noise Value. -
m_deltaClass
double m_deltaClass
Gaussian Noise Value for class. -
m_fDev
double m_fDev
-
m_Filter
weka.filters.Filter m_Filter
The filter used to standardize/normalize all values. -
m_filterType
int m_filterType
Whether to normalize/standardize/neither -
m_kernel
weka.classifiers.functions.supportVector.Kernel m_kernel
Kernel to use * -
m_KernelIsLinear
boolean m_KernelIsLinear
whether the kernel is a linear one -
m_L
double[][] m_L
(negative) covariance matrix in symmetric matrix representation -
m_Missing
weka.filters.unsupervised.attribute.ReplaceMissingValues m_Missing
The filter used to get rid of missing values. -
m_NominalToBinary
weka.filters.unsupervised.attribute.NominalToBinary m_NominalToBinary
The filter used to make attributes numeric. -
m_NumTrain
int m_NumTrain
The number of training instances -
m_t
weka.core.matrix.Matrix m_t
The vector of target values.
-
-
Class weka.classifiers.functions.GaussianProcessesNoWeights extends weka.classifiers.RandomizableClassifier implements Serializable
- serialVersionUID:
- -8620066949967678545L
-
Serialized Fields
-
m_Alin
double m_Alin
The parameters of the linear transformation realized by the filter on the class attribute -
m_avg_target
double m_avg_target
The training data. -
m_Blin
double m_Blin
-
m_checksTurnedOff
boolean m_checksTurnedOff
Turn off all checks and conversions? Turning them off assumes that data is purely numeric, doesn't contain any missing values, and has a numeric class. -
m_delta
double m_delta
Gaussian Noise Value. -
m_deltaSquared
double m_deltaSquared
The squared noise value. -
m_Filter
weka.filters.Filter m_Filter
The filter used to standardize/normalize all values. -
m_filterType
int m_filterType
Whether to normalize/standardize/neither -
m_kernel
weka.classifiers.functions.supportVector.Kernel m_kernel
Kernel to use * -
m_L
double[][] m_L
(negative) covariance matrix in symmetric matrix representation -
m_Missing
weka.filters.unsupervised.attribute.ReplaceMissingValues m_Missing
The filter used to get rid of missing values. -
m_NominalToBinary
weka.filters.unsupervised.attribute.NominalToBinary m_NominalToBinary
The filter used to make attributes numeric. -
m_NumTrain
int m_NumTrain
The number of training instances -
m_t
weka.core.matrix.Matrix m_t
The vector of target values.
-
-
Class weka.classifiers.functions.GaussianProcessesWeighted extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- -8620066949967678545L
-
Serialized Fields
-
m_Alin
double m_Alin
The parameters of the linear transforamtion realized by the filter on the class attribute -
m_avg_target
double m_avg_target
The training data. -
m_Blin
double m_Blin
-
m_C
weka.core.matrix.Matrix m_C
The covariance matrix. -
m_checksTurnedOff
boolean m_checksTurnedOff
Turn off all checks and conversions? Turning them off assumes that data is purely numeric, doesn't contain any missing values, and has a numeric class. -
m_classIndex
int m_classIndex
The class index from the training data -
m_delta
double m_delta
Gaussian Noise Value. -
m_Filter
weka.filters.Filter m_Filter
The filter used to standardize/normalize all values. -
m_filterType
int m_filterType
Whether to normalize/standardize/neither -
m_kernel
weka.classifiers.functions.supportVector.Kernel m_kernel
Kernel to use -
m_KernelIsLinear
boolean m_KernelIsLinear
whether the kernel is a linear one -
m_Missing
weka.filters.unsupervised.attribute.ReplaceMissingValues m_Missing
The filter used to get rid of missing values. -
m_NominalToBinary
weka.filters.unsupervised.attribute.NominalToBinary m_NominalToBinary
The filter used to make attributes numeric. -
m_NumTrain
int m_NumTrain
The number of training instances -
m_t
weka.core.matrix.Matrix m_t
The vector of target values.
-
-
Class weka.classifiers.functions.GeneticAlgorithm extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- 8430850643799590721L
-
Serialized Fields
-
m_Algorithm
AbstractClassifierBasedGeneticAlgorithm m_Algorithm
the genetic algorithm. -
m_Model
weka.classifiers.Classifier m_Model
the final model.
-
-
Class weka.classifiers.functions.GPD extends StoppableClassifier implements Serializable
- serialVersionUID:
- -8620066949967678545L
-
Serialized Fields
-
m_Alin
double m_Alin
The parameters of the linear transforamtion realized by the filter on the class attribute -
m_avg_target
double m_avg_target
The training data. -
m_Blin
double m_Blin
-
m_checksTurnedOff
boolean m_checksTurnedOff
Turn off all checks and conversions? Turning them off assumes that data is purely numeric, doesn't contain any missing values, and has a numeric class. -
m_classIndex
int m_classIndex
The class index from the training data -
m_data
double[][] m_data
-
m_delta
double m_delta
Gaussian Noise Value. -
m_FallBack
GaussianProcessesNoWeights m_FallBack
the fallback model. -
m_Filter
weka.filters.Filter m_Filter
The filter used to standardize/normalize all values. -
m_filterType
int m_filterType
Whether to normalize/standardize/neither -
m_gamma
double m_gamma
-
m_Missing
weka.filters.unsupervised.attribute.ReplaceMissingValues m_Missing
The filter used to get rid of missing values. -
m_NominalToBinary
weka.filters.unsupervised.attribute.NominalToBinary m_NominalToBinary
The filter used to make attributes numeric. -
m_NumTrain
int m_NumTrain
The number of training instances -
m_t
double[] m_t
The vector of target values.
-
-
Class weka.classifiers.functions.LinearRegression extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- -3364580862046573747L
-
Serialized Fields
-
m_AttributeSelection
int m_AttributeSelection
-
m_checksTurnedOff
boolean m_checksTurnedOff
-
m_ClassIndex
int m_ClassIndex
-
m_ClassMean
double m_ClassMean
-
m_ClassStdDev
double m_ClassStdDev
-
m_Coefficients
double[] m_Coefficients
-
m_df
int m_df
-
m_EliminateColinearAttributes
boolean m_EliminateColinearAttributes
-
m_FStat
double m_FStat
-
m_isZeroR
boolean m_isZeroR
-
m_Means
double[] m_Means
-
m_Minimal
boolean m_Minimal
-
m_MissingFilter
weka.filters.unsupervised.attribute.ReplaceMissingValues m_MissingFilter
-
m_ModelBuilt
boolean m_ModelBuilt
-
m_outputAdditionalStats
boolean m_outputAdditionalStats
-
m_Ridge
double m_Ridge
-
m_RSquared
double m_RSquared
-
m_RSquaredAdj
double m_RSquaredAdj
-
m_SelectedAttributes
boolean[] m_SelectedAttributes
-
m_StdDevs
double[] m_StdDevs
-
m_StdErrorOfCoef
double[] m_StdErrorOfCoef
-
m_TransformedData
weka.core.Instances m_TransformedData
-
m_TransformFilter
weka.filters.supervised.attribute.NominalToBinary m_TransformFilter
-
m_TStats
double[] m_TStats
-
m_useQRDecomposition
boolean m_useQRDecomposition
-
-
Class weka.classifiers.functions.LinearRegressionJ extends StoppableClassifier implements Serializable
- serialVersionUID:
- -3364580862046573747L
-
Serialized Fields
-
m_AttributeSelection
int m_AttributeSelection
The current attribute selection method -
m_checksTurnedOff
boolean m_checksTurnedOff
Turn off all checks and conversions? -
m_ClassIndex
int m_ClassIndex
The index of the class attribute -
m_ClassMean
double m_ClassMean
The mean of the class attribute -
m_ClassStdDev
double m_ClassStdDev
The standard deviations of the class attribute -
m_Coefficients
double[] m_Coefficients
Array for storing coefficients of linear regression. -
m_df
int m_df
The degrees of freedom of the regression model -
m_EliminateColinearAttributes
boolean m_EliminateColinearAttributes
Try to eliminate correlated attributes? -
m_FStat
double m_FStat
The F-statistic of the regression model -
m_Means
double[] m_Means
The attributes means -
m_Minimal
boolean m_Minimal
Conserve memory? -
m_MissingFilter
weka.filters.unsupervised.attribute.ReplaceMissingValues m_MissingFilter
The filter for removing missing values. -
m_ModelBuilt
boolean m_ModelBuilt
Model already built? -
m_outputAdditionalStats
boolean m_outputAdditionalStats
Whether to output additional statistics such as std. dev. of coefficients and t-stats -
m_Ridge
double m_Ridge
The ridge parameter -
m_RSquared
double m_RSquared
The R-squared value of the regression model -
m_RSquaredAdj
double m_RSquaredAdj
The adjusted R-squared value of the regression model -
m_SelectedAttributes
boolean[] m_SelectedAttributes
Which attributes are relevant? -
m_StdDevs
double[] m_StdDevs
The attribute standard deviations -
m_StdErrorOfCoef
double[] m_StdErrorOfCoef
Array for storing the standard error of each coefficient -
m_TransformedData
weka.core.Instances m_TransformedData
Variable for storing transformed training data. -
m_TransformFilter
weka.filters.supervised.attribute.NominalToBinary m_TransformFilter
The filter storing the transformation from nominal to binary attributes. -
m_TStats
double[] m_TStats
Array for storing the t-statistic of each coefficient
-
-
Class weka.classifiers.functions.Logistic extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- 3932117032546553727L
-
Serialized Fields
-
m_AttFilter
weka.filters.unsupervised.attribute.RemoveUseless m_AttFilter
-
m_ClassIndex
int m_ClassIndex
-
m_Data
double[][] m_Data
-
m_doNotStandardizeAttributes
boolean m_doNotStandardizeAttributes
-
m_LL
double m_LL
-
m_MaxIts
int m_MaxIts
-
m_NominalToBinary
weka.filters.unsupervised.attribute.NominalToBinary m_NominalToBinary
-
m_NumClasses
int m_NumClasses
-
m_numModels
int m_numModels
-
m_NumPredictors
int m_NumPredictors
-
m_Par
double[][] m_Par
-
m_ReplaceMissingValues
weka.filters.unsupervised.attribute.ReplaceMissingValues m_ReplaceMissingValues
-
m_Ridge
double m_Ridge
-
m_structure
weka.core.Instances m_structure
-
m_useConjugateGradientDescent
boolean m_useConjugateGradientDescent
-
-
Class weka.classifiers.functions.MathExpressionClassifier extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- 8430850643799590721L
-
Serialized Fields
-
m_Expression
MathematicalExpressionText m_Expression
the expression.
-
-
Class weka.classifiers.functions.MultilayerPerceptron extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- -5990607817048210779L
-
Serialized Fields
-
bestError
double bestError
-
driftOff
double driftOff
-
lastRight
double lastRight
-
m_accepted
boolean m_accepted
-
m_attributeBases
double[] m_attributeBases
-
m_attributeRanges
double[] m_attributeRanges
-
m_autoBuild
boolean m_autoBuild
-
m_currentInstance
weka.core.Instance m_currentInstance
-
m_decay
boolean m_decay
-
m_driftThreshold
int m_driftThreshold
-
m_epoch
int m_epoch
-
m_error
double m_error
-
m_gui
boolean m_gui
-
m_hiddenLayers
String m_hiddenLayers
-
m_inputs
weka.classifiers.functions.MultilayerPerceptron.NeuralEnd[] m_inputs
-
m_instances
weka.core.Instances m_instances
-
m_learningRate
double m_learningRate
-
m_linearUnit
weka.classifiers.functions.neural.LinearUnit m_linearUnit
-
m_momentum
double m_momentum
-
m_neuralNodes
weka.classifiers.functions.neural.NeuralConnection[] m_neuralNodes
-
m_nextId
int m_nextId
-
m_nominalToBinaryFilter
weka.filters.unsupervised.attribute.NominalToBinary m_nominalToBinaryFilter
-
m_normalizeAttributes
boolean m_normalizeAttributes
-
m_normalizeClass
boolean m_normalizeClass
-
m_numAttributes
int m_numAttributes
-
m_numClasses
int m_numClasses
-
m_numEpochs
int m_numEpochs
-
m_numeric
boolean m_numeric
-
m_numItsPerformed
int m_numItsPerformed
-
m_outputs
weka.classifiers.functions.MultilayerPerceptron.NeuralEnd[] m_outputs
-
m_random
Random m_random
-
m_randomSeed
int m_randomSeed
-
m_reset
boolean m_reset
-
m_resume
boolean m_resume
-
m_selected
ArrayList<weka.classifiers.functions.neural.NeuralConnection> m_selected
-
m_sigmoidUnit
weka.classifiers.functions.neural.SigmoidUnit m_sigmoidUnit
-
m_stopIt
boolean m_stopIt
-
m_stopped
boolean m_stopped
-
m_useDefaultModel
boolean m_useDefaultModel
-
m_useNomToBin
boolean m_useNomToBin
-
m_valSize
int m_valSize
-
m_ZeroR
weka.classifiers.Classifier m_ZeroR
-
numInVal
int numInVal
-
originalFormatData
weka.core.Instances originalFormatData
-
totalValWeight
double totalValWeight
-
totalWeight
double totalWeight
-
valSet
weka.core.Instances valSet
-
-
Class weka.classifiers.functions.MultilayerPerceptron.NeuralEnd extends weka.classifiers.functions.neural.NeuralConnection implements Serializable
- serialVersionUID:
- 7305185603191183338L
-
Serialized Fields
-
m_input
boolean m_input
-
m_link
int m_link
-
-
Class weka.classifiers.functions.MXExpression extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- -3849288591385551460L
-
Serialized Fields
-
m_Attributes
weka.core.Range m_Attributes
-
m_Builder
weka.core.MXExpressionBuilder m_Builder
-
m_Expression
String m_Expression
-
m_UseAttributeNames
boolean m_UseAttributeNames
-
-
Class weka.classifiers.functions.PLSClassifier extends weka.classifiers.RandomizableClassifier implements Serializable
- serialVersionUID:
- 4819775160590973256L
-
Serialized Fields
-
m_ActualFilter
weka.filters.supervised.attribute.PLSFilter m_ActualFilter
-
m_Filter
weka.filters.supervised.attribute.PLSFilter m_Filter
-
-
Class weka.classifiers.functions.PLSClassifierWeighted extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- 4819775160590973256L
-
Serialized Fields
-
m_ActualFilter
weka.filters.supervised.attribute.PLSFilter m_ActualFilter
the actual filter to use -
m_Filter
weka.filters.supervised.attribute.PLSFilter m_Filter
the PLS filter
-
-
Class weka.classifiers.functions.PLSClassifierWeightedWithLoadings extends PLSClassifierWeighted implements Serializable
- serialVersionUID:
- -1425982657996193266L
-
Class weka.classifiers.functions.PLSRegressor extends weka.classifiers.RandomizableClassifier implements Serializable
- serialVersionUID:
- -285299657101510738L
-
Serialized Fields
-
m_ActualFilter
PLS m_ActualFilter
the actual filter to use -
m_Algorithm
AbstractPLS m_Algorithm
the PLS algorithm
-
-
Class weka.classifiers.functions.PLSWeighted extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- 4819775160590973256L
-
Serialized Fields
-
m_Algorithm
AbstractPLS m_Algorithm
the PLS algorithm -
m_Filter
PLS m_Filter
the actual filter to use
-
-
Class weka.classifiers.functions.SGD extends weka.classifiers.RandomizableClassifier implements Serializable
- serialVersionUID:
- -3732968666673530290L
-
Serialized Fields
-
m_data
weka.core.Instances m_data
-
m_dontNormalize
boolean m_dontNormalize
-
m_dontReplaceMissing
boolean m_dontReplaceMissing
-
m_epochs
int m_epochs
-
m_epsilon
double m_epsilon
-
m_lambda
double m_lambda
-
m_learningRate
double m_learningRate
-
m_loss
int m_loss
-
m_nominalToBinary
weka.filters.Filter m_nominalToBinary
-
m_normalize
weka.filters.unsupervised.attribute.Normalize m_normalize
-
m_numInstances
double m_numInstances
-
m_numModels
int m_numModels
-
m_replaceMissing
weka.filters.unsupervised.attribute.ReplaceMissingValues m_replaceMissing
-
m_t
double m_t
-
m_weights
double[] m_weights
-
-
Class weka.classifiers.functions.SGDText extends weka.classifiers.RandomizableClassifier implements Serializable
- serialVersionUID:
- 7200171484002029584L
-
Serialized Fields
-
m_bias
double m_bias
-
m_data
weka.core.Instances m_data
-
m_dictionary
LinkedHashMap<String,weka.classifiers.functions.SGDText.Count> m_dictionary
-
m_epochs
int m_epochs
-
m_fitLogistic
boolean m_fitLogistic
-
m_fitLogisticStructure
weka.core.Instances m_fitLogisticStructure
-
m_lambda
double m_lambda
-
m_learningRate
double m_learningRate
-
m_lnorm
double m_lnorm
-
m_loss
int m_loss
-
m_lowercaseTokens
boolean m_lowercaseTokens
-
m_minAbsCoefficient
double m_minAbsCoefficient
-
m_minWordP
double m_minWordP
-
m_norm
double m_norm
-
m_normalize
boolean m_normalize
-
m_numInstances
double m_numInstances
-
m_numModels
int m_numModels
-
m_periodicP
int m_periodicP
-
m_stemmer
weka.core.stemmers.Stemmer m_stemmer
-
m_StopwordsHandler
weka.core.stopwords.StopwordsHandler m_StopwordsHandler
-
m_svmProbs
weka.classifiers.functions.SGD m_svmProbs
-
m_t
double m_t
-
m_tokenizer
weka.core.tokenizers.Tokenizer m_tokenizer
-
m_wordFrequencies
boolean m_wordFrequencies
-
-
Class weka.classifiers.functions.SGDText.Count extends Object implements Serializable
- serialVersionUID:
- 2104201532017340967L
-
Serialized Fields
-
m_count
double m_count
-
m_weight
double m_weight
-
-
Class weka.classifiers.functions.SimpleLinearRegression extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- 1679336022895414137L
-
Serialized Fields
-
m_attribute
weka.core.Attribute m_attribute
-
m_attributeIndex
int m_attributeIndex
-
m_classMeanForMissing
double m_classMeanForMissing
-
m_df
int m_df
-
m_fstat
double m_fstat
-
m_intercept
double m_intercept
-
m_outputAdditionalStats
boolean m_outputAdditionalStats
-
m_rsquared
double m_rsquared
-
m_rsquaredAdj
double m_rsquaredAdj
-
m_seIntercept
double m_seIntercept
-
m_seSlope
double m_seSlope
-
m_slope
double m_slope
-
m_suppressErrorMessage
boolean m_suppressErrorMessage
-
m_tstatIntercept
double m_tstatIntercept
-
m_tstatSlope
double m_tstatSlope
-
-
Class weka.classifiers.functions.SimpleLinearRegressionIntervalEstimator extends SimpleLinearRegressionWithAccess implements Serializable
- serialVersionUID:
- 2148259814445498954L
-
Class weka.classifiers.functions.SimpleLinearRegressionWithAccess extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- 1679336022895414137L
-
Serialized Fields
-
m_attribute
weka.core.Attribute m_attribute
The chosen attribute -
m_attributeIndex
int m_attributeIndex
The index of the chosen attribute -
m_classMeanForMissing
double m_classMeanForMissing
The class mean for missing values -
m_df
int m_df
Degrees of freedom, used in statistical calculations -
m_fstat
double m_fstat
F-statistic for the regression -
m_intercept
double m_intercept
The intercept -
m_outputAdditionalStats
boolean m_outputAdditionalStats
Whether to output additional statistics such as std. dev. of coefficients and t-stats -
m_rsquared
double m_rsquared
R^2 value for the regression -
m_rsquaredAdj
double m_rsquaredAdj
Adjusted R^2 value for the regression -
m_seIntercept
double m_seIntercept
standard error of the intercept -
m_seSlope
double m_seSlope
standard error of the slope -
m_slope
double m_slope
The slope -
m_suppressErrorMessage
boolean m_suppressErrorMessage
If true, suppress error message if no useful attribute was found -
m_tstatIntercept
double m_tstatIntercept
t-statistic of the intercept -
m_tstatSlope
double m_tstatSlope
t-statistic of the slope
-
-
Class weka.classifiers.functions.SimpleLogistic extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- 7397710626304705059L
-
Serialized Fields
-
m_boostedModel
weka.classifiers.trees.lmt.LogisticBase m_boostedModel
-
m_errorOnProbabilities
boolean m_errorOnProbabilities
-
m_heuristicStop
int m_heuristicStop
-
m_maxBoostingIterations
int m_maxBoostingIterations
-
m_NominalToBinary
weka.filters.unsupervised.attribute.NominalToBinary m_NominalToBinary
-
m_numBoostingIterations
int m_numBoostingIterations
-
m_ReplaceMissingValues
weka.filters.unsupervised.attribute.ReplaceMissingValues m_ReplaceMissingValues
-
m_useAIC
boolean m_useAIC
-
m_useCrossValidation
boolean m_useCrossValidation
-
m_weightTrimBeta
double m_weightTrimBeta
-
-
Class weka.classifiers.functions.SMO extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- -6585883636378691736L
-
Serialized Fields
-
m_C
double m_C
-
m_calibrator
weka.classifiers.Classifier m_calibrator
-
m_checksTurnedOff
boolean m_checksTurnedOff
-
m_classAttribute
weka.core.Attribute m_classAttribute
-
m_classifiers
weka.classifiers.functions.SMO.BinarySMO[][] m_classifiers
-
m_classIndex
int m_classIndex
-
m_eps
double m_eps
-
m_Filter
weka.filters.Filter m_Filter
-
m_filterType
int m_filterType
-
m_fitCalibratorModels
boolean m_fitCalibratorModels
-
m_kernel
weka.classifiers.functions.supportVector.Kernel m_kernel
-
m_KernelIsLinear
boolean m_KernelIsLinear
-
m_Missing
weka.filters.unsupervised.attribute.ReplaceMissingValues m_Missing
-
m_NominalToBinary
weka.filters.unsupervised.attribute.NominalToBinary m_NominalToBinary
-
m_numFolds
int m_numFolds
-
m_randomSeed
int m_randomSeed
-
m_tol
double m_tol
-
-
Class weka.classifiers.functions.SMO.BinarySMO extends Object implements Serializable
- serialVersionUID:
- -8246163625699362456L
-
Serialized Fields
-
m_alpha
double[] m_alpha
-
m_b
double m_b
-
m_bLow
double m_bLow
-
m_bUp
double m_bUp
-
m_calibrationDataHeader
weka.core.Instances m_calibrationDataHeader
-
m_calibrator
weka.classifiers.Classifier m_calibrator
-
m_class
double[] m_class
-
m_data
weka.core.Instances m_data
-
m_errors
double[] m_errors
-
m_I0
weka.classifiers.functions.supportVector.SMOset m_I0
-
m_I1
weka.classifiers.functions.supportVector.SMOset m_I1
-
m_I2
weka.classifiers.functions.supportVector.SMOset m_I2
-
m_I3
weka.classifiers.functions.supportVector.SMOset m_I3
-
m_I4
weka.classifiers.functions.supportVector.SMOset m_I4
-
m_iLow
int m_iLow
-
m_iUp
int m_iUp
-
m_kernel
weka.classifiers.functions.supportVector.Kernel m_kernel
-
m_nCacheHits
int m_nCacheHits
-
m_nEvals
long m_nEvals
-
m_sparseIndices
int[] m_sparseIndices
-
m_sparseWeights
double[] m_sparseWeights
-
m_sumOfWeights
double m_sumOfWeights
-
m_supportVectors
weka.classifiers.functions.supportVector.SMOset m_supportVectors
-
m_weights
double[] m_weights
-
-
Class weka.classifiers.functions.SMOreg extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- -7149606251113102827L
-
Serialized Fields
-
m_C
double m_C
-
m_Filter
weka.filters.Filter m_Filter
-
m_filterType
int m_filterType
-
m_kernel
weka.classifiers.functions.supportVector.Kernel m_kernel
-
m_Missing
weka.filters.unsupervised.attribute.ReplaceMissingValues m_Missing
-
m_NominalToBinary
weka.filters.unsupervised.attribute.NominalToBinary m_NominalToBinary
-
m_onlyNumeric
boolean m_onlyNumeric
-
m_optimizer
weka.classifiers.functions.supportVector.RegOptimizer m_optimizer
-
m_x0
double m_x0
-
m_x1
double m_x1
-
-
Class weka.classifiers.functions.VotedPerceptron extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- -1072429260104568698L
-
Serialized Fields
-
m_Additions
int[] m_Additions
-
m_Exponent
double m_Exponent
-
m_IsAddition
boolean[] m_IsAddition
-
m_K
int m_K
-
m_MaxK
int m_MaxK
-
m_NominalToBinary
weka.filters.unsupervised.attribute.NominalToBinary m_NominalToBinary
-
m_NumIterations
int m_NumIterations
-
m_ReplaceMissingValues
weka.filters.unsupervised.attribute.ReplaceMissingValues m_ReplaceMissingValues
-
m_Seed
int m_Seed
-
m_Train
weka.core.Instances m_Train
-
m_Weights
int[] m_Weights
-
-
-
Package weka.classifiers.lazy
-
Class weka.classifiers.lazy.AbstainingLWL extends LWLSynchro implements Serializable
- serialVersionUID:
- 2392909523778511111L
-
Serialized Fields
-
m_CanAbstain
boolean m_CanAbstain
whether the base classifier can abstain.
-
-
Class weka.classifiers.lazy.IBk extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- -3080186098777067172L
-
Serialized Fields
-
m_ClassType
int m_ClassType
-
m_CrossValidate
boolean m_CrossValidate
-
m_defaultModel
weka.classifiers.rules.ZeroR m_defaultModel
-
m_DistanceWeighting
int m_DistanceWeighting
-
m_kNN
int m_kNN
-
m_kNNUpper
int m_kNNUpper
-
m_kNNValid
boolean m_kNNValid
-
m_MeanSquared
boolean m_MeanSquared
-
m_NNSearch
weka.core.neighboursearch.NearestNeighbourSearch m_NNSearch
-
m_NumAttributesUsed
double m_NumAttributesUsed
-
m_NumClasses
int m_NumClasses
-
m_Train
weka.core.Instances m_Train
-
m_WindowSize
int m_WindowSize
-
-
Class weka.classifiers.lazy.KStar extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- 332458330800479083L
-
Serialized Fields
-
m_BlendMethod
int m_BlendMethod
-
m_Cache
weka.classifiers.lazy.kstar.KStarCache[] m_Cache
-
m_ClassType
int m_ClassType
-
m_ComputeRandomCols
int m_ComputeRandomCols
-
m_GlobalBlend
int m_GlobalBlend
-
m_InitFlag
int m_InitFlag
-
m_MissingMode
int m_MissingMode
-
m_NumAttributes
int m_NumAttributes
-
m_NumClasses
int m_NumClasses
-
m_NumInstances
int m_NumInstances
-
m_RandClassCols
int[][] m_RandClassCols
-
m_Train
weka.core.Instances m_Train
-
-
Class weka.classifiers.lazy.LWL extends weka.classifiers.SingleClassifierEnhancer implements Serializable
- serialVersionUID:
- 1979797405383665815L
-
Serialized Fields
-
m_kNN
int m_kNN
-
m_NNSearch
weka.core.neighboursearch.NearestNeighbourSearch m_NNSearch
-
m_Train
weka.core.Instances m_Train
-
m_UseAllK
boolean m_UseAllK
-
m_WeightKernel
int m_WeightKernel
-
m_ZeroR
weka.classifiers.Classifier m_ZeroR
-
-
Class weka.classifiers.lazy.LWLDatasetBuilder extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- 246129751885426502L
-
Serialized Fields
-
m_kNN
int m_kNN
The number of neighbours used to select the kernel bandwidth. -
m_NoUpdate
boolean m_NoUpdate
whether to suppress the update of the nearest-neighbor search algorithm when making predictions. -
m_Search
weka.core.neighboursearch.NearestNeighbourSearch m_Search
The nearest neighbour search algorithm to use. -
m_Train
weka.core.Instances m_Train
The training instances used for classification. -
m_UseAllK
boolean m_UseAllK
True if m_kNN should be set to all instances. -
m_WeightKernel
int m_WeightKernel
The weighting kernel method currently selected.
-
-
Class weka.classifiers.lazy.LWLDatasetBuilder.LWLContainer extends Object implements Serializable
- serialVersionUID:
- 5090533464519863032L
-
Serialized Fields
-
dataset
weka.core.Instances dataset
the weighted dataset. -
distances
double[] distances
the distances. -
originalIndices
int[] originalIndices
the indices (from the training dataset).
-
-
Class weka.classifiers.lazy.LWLIntervalEstimator extends LWLSynchro implements Serializable
- serialVersionUID:
- 4368796865814525074L
-
Class weka.classifiers.lazy.LWLSynchro extends weka.classifiers.lazy.LWL implements Serializable
- serialVersionUID:
- 1979797405383665815L
-
Serialized Fields
-
m_NoUpdate
boolean m_NoUpdate
whether to suppress the update of the nearest-neighbor search algorithm when making predictions. -
m_Stopped
boolean m_Stopped
whether the classifier was stopped.
-
-
Class weka.classifiers.lazy.LWLSynchroPrefilter extends weka.classifiers.lazy.LWL implements Serializable
- serialVersionUID:
- 1979797405383665815L
-
Serialized Fields
-
m_addId
weka.filters.unsupervised.attribute.AddID m_addId
-
m_filtered
weka.core.Instances m_filtered
-
m_IndexOfID
int m_IndexOfID
-
m_ModifiedSearchMethod
weka.core.neighboursearch.NearestNeighbourSearch m_ModifiedSearchMethod
-
m_NoUpdate
boolean m_NoUpdate
whether to suppress the update of the nearest-neighbor search algorithm when making predictions. -
m_original
weka.core.Instances m_original
-
m_PreFilter
weka.filters.Filter m_PreFilter
-
m_run
boolean m_run
-
-
Class weka.classifiers.lazy.LWLSynchroSplit extends weka.classifiers.lazy.LWL implements Serializable
- serialVersionUID:
- 1979797405383665815L
-
Serialized Fields
-
m_DataSearch
weka.core.Instances m_DataSearch
the data to use for the search. -
m_DataTrain
weka.core.Instances m_DataTrain
the data to use for building the base classifier. -
m_FilterSearch
weka.filters.Filter m_FilterSearch
the filter to apply to the search data. -
m_FilterTrain
weka.filters.Filter m_FilterTrain
the filter to apply to the neighborhood data before training the base classifier. -
m_NoUpdate
boolean m_NoUpdate
whether to suppress the update of the nearest-neighbor search algorithm when making predictions. -
m_Stopped
boolean m_Stopped
whether the classifier was stopped.
-
-
-
Package weka.classifiers.meta
-
Class weka.classifiers.meta.AbstainAttributePercentile extends weka.classifiers.SingleClassifierEnhancer implements Serializable
- serialVersionUID:
- 3063502797829542418L
-
Serialized Fields
-
m_attnum
int m_attnum
-
m_Data
weka.core.Instances m_Data
-
m_debug
boolean m_debug
-
m_max
double m_max
-
m_min
double m_min
-
m_ok
boolean m_ok
-
m_pctile
double m_pctile
-
m_Range
Range m_Range
-
m_Ranges
Hashtable<Integer,double[]> m_Ranges
the ranges (attribute index <-> double[]). -
m_removetrain
boolean m_removetrain
-
-
Class weka.classifiers.meta.AbstainAverage extends weka.classifiers.MultipleClassifiersCombiner implements Serializable
- serialVersionUID:
- -1L
-
Serialized Fields
-
m_IsPercent
boolean[] m_IsPercent
-
m_MaxDifference
double m_MaxDifference
-
m_MaxDifferences
double[] m_MaxDifferences
-
m_MaxDifferences_string
String m_MaxDifferences_string
-
m_Maxes
double[] m_Maxes
-
m_Mins
double[] m_Mins
-
-
Class weka.classifiers.meta.AbstainAverageWithClassifierWeights extends weka.classifiers.MultipleClassifiersCombiner implements Serializable
- serialVersionUID:
- -1L
-
Serialized Fields
-
m_ClassifierWeights
double[] m_ClassifierWeights
-
m_ClassifierWeights_string
String m_ClassifierWeights_string
-
m_IsPercent
boolean[] m_IsPercent
-
m_MaxDifference
double m_MaxDifference
-
m_MaxDifferences
double[] m_MaxDifferences
-
m_MaxDifferences_string
String m_MaxDifferences_string
-
m_Maxes
double[] m_Maxes
-
m_Mins
double[] m_Mins
-
-
Class weka.classifiers.meta.AbstainingCascade extends weka.classifiers.MultipleClassifiersCombiner implements Serializable
- serialVersionUID:
- 943666951855888860L
-
Serialized Fields
-
m_Built
boolean m_Built
whether the models got built. -
m_SuppressModelOutput
boolean m_SuppressModelOutput
whether to suppress the model output.
-
-
Class weka.classifiers.meta.AbstainingClassifierWrapper extends weka.classifiers.SingleClassifierEnhancer implements Serializable
- serialVersionUID:
- 5699323936859571421L
-
Serialized Fields
-
m_CanAbstain
boolean m_CanAbstain
whether the base classifier can abstain. -
m_TurnOffAbstaining
boolean m_TurnOffAbstaining
whether to turn off abstaining.
-
-
Class weka.classifiers.meta.AbstainLeastMedianSq extends weka.classifiers.SingleClassifierEnhancer implements Serializable
- serialVersionUID:
- -1411619239601765926L
-
Serialized Fields
-
m_bestClassifier
weka.classifiers.Classifier m_bestClassifier
-
m_bestMedian
double m_bestMedian
-
m_cs
weka.classifiers.Classifier[] m_cs
-
m_currentClassifier
weka.classifiers.Classifier m_currentClassifier
-
m_Data
weka.core.Instances m_Data
-
m_debug
boolean m_debug
-
m_errPct
int m_errPct
-
m_instancepct
int m_instancepct
-
m_max
double m_max
-
m_min
double m_min
-
m_numreg
int m_numreg
-
m_ok
boolean m_ok
-
m_random
Random m_random
-
m_randomseed
long m_randomseed
-
m_Residuals
double[] m_Residuals
-
m_Ridge
double m_Ridge
-
m_scalefactor
double m_scalefactor
-
m_SSR
double m_SSR
-
m_SubSample
weka.core.Instances m_SubSample
-
m_variance
double m_variance
-
m_weight
double[] m_weight
-
-
Class weka.classifiers.meta.AbstainMinimumProbability extends weka.classifiers.SingleClassifierEnhancer implements Serializable
- serialVersionUID:
- 5699323936859571421L
-
Serialized Fields
-
m_MinProbability
double m_MinProbability
the minimum probability that the classification must meet (0-1). -
m_NumLabels
int m_NumLabels
the number of class labels.
-
-
Class weka.classifiers.meta.AbstainVote extends weka.classifiers.RandomizableMultipleClassifiersCombiner implements Serializable
- serialVersionUID:
- -637891196294399624L
-
Serialized Fields
-
m_CombinationRule
int m_CombinationRule
Combination Rule variable -
m_IsPercent
boolean[] m_IsPercent
-
m_MaxDifference
double m_MaxDifference
-
m_MaxDifferences
double[] m_MaxDifferences
-
m_MaxDifferences_string
String m_MaxDifferences_string
-
m_Maxes
double[] m_Maxes
-
m_Mins
double[] m_Mins
-
m_Random
Random m_Random
the random number generator used for breaking ties in majority voting
-
-
Class weka.classifiers.meta.AdaBoostM1 extends weka.classifiers.RandomizableIteratedSingleClassifierEnhancer implements Serializable
- serialVersionUID:
- -1178107808933117974L
-
Serialized Fields
-
m_Betas
double[] m_Betas
-
m_NumClasses
int m_NumClasses
-
m_NumIterationsPerformed
int m_NumIterationsPerformed
-
m_NumItsThisSession
int m_NumItsThisSession
-
m_RandomInstance
Random m_RandomInstance
-
m_resume
boolean m_resume
-
m_TrainingData
weka.core.Instances m_TrainingData
-
m_UseResampling
boolean m_UseResampling
-
m_WeightThreshold
int m_WeightThreshold
-
m_ZeroR
weka.classifiers.Classifier m_ZeroR
-
-
Class weka.classifiers.meta.AdditiveRegression extends weka.classifiers.IteratedSingleClassifierEnhancer implements Serializable
- serialVersionUID:
- -2368937577670527151L
-
Serialized Fields
-
m_Classifiers
ArrayList<weka.classifiers.Classifier> m_Classifiers
-
m_Data
weka.core.Instances m_Data
-
m_Diff
double m_Diff
-
m_Error
double m_Error
-
m_InitialPrediction
double m_InitialPrediction
-
m_MinimizeAbsoluteError
boolean m_MinimizeAbsoluteError
-
m_numItsPerformed
int m_numItsPerformed
-
m_resume
boolean m_resume
-
m_shrinkage
double m_shrinkage
-
m_SuitableData
boolean m_SuitableData
-
-
Class weka.classifiers.meta.AttributeSelectedClassifier extends weka.classifiers.SingleClassifierEnhancer implements Serializable
- serialVersionUID:
- -1151805453487947577L
-
Serialized Fields
-
m_AttributeSelection
weka.attributeSelection.AttributeSelection m_AttributeSelection
-
m_Evaluator
weka.attributeSelection.ASEvaluation m_Evaluator
-
m_numAttributesSelected
double m_numAttributesSelected
-
m_numClasses
int m_numClasses
-
m_ReducedHeader
weka.core.Instances m_ReducedHeader
-
m_Search
weka.attributeSelection.ASSearch m_Search
-
m_selectionTime
double m_selectionTime
-
m_totalTime
double m_totalTime
-
-
Class weka.classifiers.meta.Bagging extends weka.classifiers.RandomizableParallelIteratedSingleClassifierEnhancer implements Serializable
- serialVersionUID:
- -115879962237199703L
-
Serialized Fields
-
m_BagSizePercent
int m_BagSizePercent
-
m_CalcOutOfBag
boolean m_CalcOutOfBag
-
m_classifiersCache
List<weka.classifiers.Classifier> m_classifiersCache
-
m_data
weka.core.Instances m_data
-
m_inBag
boolean[][] m_inBag
-
m_Numeric
boolean m_Numeric
-
m_OutOfBagEvaluationObject
weka.classifiers.evaluation.Evaluation m_OutOfBagEvaluationObject
-
m_OutputOutOfBagComplexityStatistics
boolean m_OutputOutOfBagComplexityStatistics
-
m_printClassifiers
boolean m_printClassifiers
-
m_random
Random m_random
-
m_RepresentUsingWeights
boolean m_RepresentUsingWeights
-
m_StoreOutOfBagPredictions
boolean m_StoreOutOfBagPredictions
-
-
Class weka.classifiers.meta.ClassificationViaRegression extends weka.classifiers.SingleClassifierEnhancer implements Serializable
- serialVersionUID:
- 4500023123618669859L
-
Serialized Fields
-
m_ClassFilters
weka.filters.unsupervised.attribute.MakeIndicator[] m_ClassFilters
-
m_Classifiers
weka.classifiers.Classifier[] m_Classifiers
-
-
Class weka.classifiers.meta.ClassificationViaRegressionD extends weka.classifiers.SingleClassifierEnhancer implements Serializable
- serialVersionUID:
- 4500023123618669859L
-
Serialized Fields
-
m_ClassFilters
weka.filters.unsupervised.attribute.MakeIndicator[] m_ClassFilters
The filters used to transform the class. -
m_Classifiers
weka.classifiers.Classifier[] m_Classifiers
The classifiers. (One for each class.)
-
-
Class weka.classifiers.meta.ClassifierCascade extends weka.classifiers.RandomizableMultipleClassifiersCombiner implements Serializable
- serialVersionUID:
- 8324353885319971960L
-
Serialized Fields
-
m_Cascade
List<List<weka.classifiers.Classifier>> m_Cascade
the cascade. -
m_ClassIndex
int m_ClassIndex
the class index. -
m_Combination
ClassifierCascade.Combination m_Combination
how to combine the statistics. -
m_HoldOutPercentage
double m_HoldOutPercentage
the percentage to use for validation set to determine termination criterion (0-100). -
m_MaxLevels
int m_MaxLevels
the maximum number of levels in the cascade. -
m_MetaLevelHeader
weka.core.Instances m_MetaLevelHeader
the meta-level structure. -
m_MetaLevelStart
List<Integer> m_MetaLevelStart
the start indices for the classifier stats in the meta-levels. -
m_MinImprovement
double m_MinImprovement
the minimum improvement between levels that the statistic must improve. -
m_Nominal
boolean m_Nominal
whether regression or classification. -
m_NumFolds
int m_NumFolds
the number of folds for cross-validation. -
m_NumThreads
int m_NumThreads
the number of threads to use. -
m_Statistic
EvaluationStatistic m_Statistic
the statistic to use for termination. -
m_Threshold
double m_Threshold
the threshold for the statistic for termination. -
m_ThresholdCheck
ClassifierCascade.ThresholdCheck m_ThresholdCheck
whether to go below or above the threshold.
-
-
Class weka.classifiers.meta.Consensus extends weka.classifiers.MultipleClassifiersCombiner implements Serializable
- serialVersionUID:
- 4801293402527570640L
-
Serialized Fields
-
m_Predictor
Index m_Predictor
the index of the classifier to use for making the actual prediction.
-
-
Class weka.classifiers.meta.ConsensusOrVote extends weka.classifiers.MultipleClassifiersCombiner implements Serializable
- serialVersionUID:
- 943666951855888860L
-
Serialized Fields
-
m_ActualSupport
int m_ActualSupport
the actual number of classifiers that need to support the label. -
m_Support
double m_Support
the percentage (0-1 excl) or number of base-classifiers (>= 1) that need to chose the label in order to predict it. -
m_SuppressModelOutput
boolean m_SuppressModelOutput
whether to suppress the model output. -
m_Vote
weka.classifiers.meta.Vote m_Vote
the ensemble.
-
-
Class weka.classifiers.meta.Corr extends weka.classifiers.SingleClassifierEnhancer implements Serializable
- serialVersionUID:
- -8615616615151098897L
-
Serialized Fields
-
m_classIndex
int m_classIndex
-
m_coeffs
double[] m_coeffs
-
m_k
int m_k
-
m_remove
weka.filters.unsupervised.attribute.Remove m_remove
-
m_subset
int[] m_subset
-
-
Class weka.classifiers.meta.CostSensitiveClassifier extends weka.classifiers.RandomizableSingleClassifierEnhancer implements Serializable
- serialVersionUID:
- -110658209263002404L
-
Class weka.classifiers.meta.CVParameterSelection extends weka.classifiers.RandomizableSingleClassifierEnhancer implements Serializable
- serialVersionUID:
- -6529603380876641265L
-
Serialized Fields
-
m_BestClassifierOptions
String[] m_BestClassifierOptions
-
m_BestPerformance
double m_BestPerformance
-
m_ClassifierOptions
String[] m_ClassifierOptions
-
m_CVParams
Vector<weka.classifiers.meta.CVParameterSelection.CVParameter> m_CVParams
-
m_InitOptions
String[] m_InitOptions
-
m_NumAttributes
int m_NumAttributes
-
m_NumFolds
int m_NumFolds
-
m_TrainFoldSize
int m_TrainFoldSize
-
-
Class weka.classifiers.meta.CVParameterSelection.CVParameter extends Object implements Serializable
- serialVersionUID:
- -4668812017709421953L
-
Serialized Fields
-
m_AddAtEnd
boolean m_AddAtEnd
-
m_Lower
double m_Lower
-
m_ParamChar
String m_ParamChar
-
m_ParamValue
double m_ParamValue
-
m_RoundParam
boolean m_RoundParam
-
m_Steps
double m_Steps
-
m_Upper
double m_Upper
-
-
Class weka.classifiers.meta.Dumper extends weka.classifiers.SingleClassifierEnhancer implements Serializable
-
Serialized Fields
-
m_Dumper
weka.core.dump.AbstractDumper m_Dumper
-
-
-
Class weka.classifiers.meta.Fallback extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- 2724955696815687608L
-
Serialized Fields
-
m_ActualBase
weka.classifiers.Classifier m_ActualBase
the actual base classifier. -
m_ActualFallback
weka.classifiers.Classifier m_ActualFallback
the actual fallback classifier. -
m_Base
weka.classifiers.Classifier m_Base
the base classifier. -
m_Fallback
weka.classifiers.Classifier m_Fallback
the fallback classifier.
-
-
Class weka.classifiers.meta.FilteredClassifier extends weka.classifiers.RandomizableSingleClassifierEnhancer implements Serializable
- serialVersionUID:
- -4523450618538717400L
-
Serialized Fields
-
m_DoNotCheckForModifiedClassAttribute
boolean m_DoNotCheckForModifiedClassAttribute
-
m_Filter
weka.filters.Filter m_Filter
-
m_FilteredInstances
weka.core.Instances m_FilteredInstances
-
m_ReorderFiltered
weka.filters.unsupervised.attribute.Reorder m_ReorderFiltered
-
m_ReorderOriginal
weka.filters.unsupervised.attribute.Reorder m_ReorderOriginal
-
-
Class weka.classifiers.meta.FilteredClassifierExt extends weka.classifiers.meta.FilteredClassifier implements Serializable
- serialVersionUID:
- -696353491455375160L
-
Serialized Fields
-
m_CanAbstain
boolean m_CanAbstain
whether the base classifier can abstain. -
m_Remove
weka.filters.unsupervised.attribute.Remove m_Remove
The additional remove filter. -
m_Stopped
boolean m_Stopped
whether the classifier was stopped.
-
-
Class weka.classifiers.meta.GridSearch extends weka.classifiers.RandomizableSingleClassifierEnhancer implements Serializable
- serialVersionUID:
- -3034773968581595348L
-
Serialized Fields
-
m_BestClassifier
weka.classifiers.Classifier m_BestClassifier
-
m_Cache
weka.classifiers.meta.GridSearch.PerformanceCache m_Cache
-
m_Completed
int m_Completed
-
m_Data
weka.core.Instances m_Data
-
m_Evaluation
int m_Evaluation
-
m_Failed
int m_Failed
-
m_Generator
weka.classifiers.meta.GridSearch.SetupGenerator m_Generator
-
m_Grid
weka.classifiers.meta.GridSearch.Grid m_Grid
-
m_GridExtensionsPerformed
int m_GridExtensionsPerformed
-
m_GridIsExtendable
boolean m_GridIsExtendable
-
m_LogFile
File m_LogFile
-
m_MaxGridExtensions
int m_MaxGridExtensions
-
m_NumExecutionSlots
int m_NumExecutionSlots
-
m_NumSetups
int m_NumSetups
-
m_Performances
Vector<weka.classifiers.meta.GridSearch.Performance> m_Performances
-
m_SampleSize
double m_SampleSize
-
m_Traversal
int m_Traversal
-
m_UniformPerformance
boolean m_UniformPerformance
-
m_Values
weka.classifiers.meta.GridSearch.PointDouble m_Values
-
m_X_Base
double m_X_Base
-
m_X_Expression
String m_X_Expression
-
m_X_Max
double m_X_Max
-
m_X_Min
double m_X_Min
-
m_X_Property
String m_X_Property
-
m_X_Step
double m_X_Step
-
m_Y_Base
double m_Y_Base
-
m_Y_Expression
String m_Y_Expression
-
m_Y_Max
double m_Y_Max
-
m_Y_Min
double m_Y_Min
-
m_Y_Property
String m_Y_Property
-
m_Y_Step
double m_Y_Step
-
-
Class weka.classifiers.meta.GridSearch.Grid extends Object implements Serializable
- serialVersionUID:
- 7290732613611243139L
-
Class weka.classifiers.meta.GridSearch.Performance extends Object implements Serializable
- serialVersionUID:
- -4374706475277588755L
-
Serialized Fields
-
m_ACC
double m_ACC
-
m_CC
double m_CC
-
m_Kappa
double m_Kappa
-
m_MAE
double m_MAE
-
m_RAE
double m_RAE
-
m_RMSE
double m_RMSE
-
m_RRSE
double m_RRSE
-
m_Values
weka.classifiers.meta.GridSearch.PointDouble m_Values
-
m_wAUC
double m_wAUC
-
-
Class weka.classifiers.meta.GridSearch.PerformanceCache extends Object implements Serializable
- serialVersionUID:
- 5838863230451530252L
-
Class weka.classifiers.meta.GridSearch.PerformanceComparator extends Object implements Serializable
- serialVersionUID:
- 6507592831825393847L
-
Serialized Fields
-
m_Evaluation
int m_Evaluation
-
-
Class weka.classifiers.meta.GridSearch.PerformanceTable extends Object implements Serializable
- serialVersionUID:
- 5486491313460338379L
-
Serialized Fields
-
m_Grid
weka.classifiers.meta.GridSearch.Grid m_Grid
-
m_Max
double m_Max
-
m_Min
double m_Min
-
m_Owner
weka.classifiers.meta.GridSearch m_Owner
-
m_Performances
Vector<weka.classifiers.meta.GridSearch.Performance> m_Performances
-
m_Table
double[][] m_Table
-
m_Type
int m_Type
-
-
Class weka.classifiers.meta.GridSearch.PointDouble extends Point2D.Double implements Serializable
- serialVersionUID:
- 7151661776161898119L
-
Class weka.classifiers.meta.GridSearch.PointInt extends Point implements Serializable
- serialVersionUID:
- -5900415163698021618L
-
Class weka.classifiers.meta.GridSearch.SetupGenerator extends Object implements Serializable
- serialVersionUID:
- -2517395033342543417L
-
Serialized Fields
-
m_Owner
weka.classifiers.meta.GridSearch m_Owner
-
m_X_Base
double m_X_Base
-
m_X_Expression
String m_X_Expression
-
m_X_Max
double m_X_Max
-
m_X_Min
double m_X_Min
-
m_X_Node
weka.core.expressionlanguage.common.Primitives.DoubleExpression m_X_Node
-
m_X_Property
String m_X_Property
-
m_X_Step
double m_X_Step
-
m_Y_Base
double m_Y_Base
-
m_Y_Expression
String m_Y_Expression
-
m_Y_Max
double m_Y_Max
-
m_Y_Min
double m_Y_Min
-
m_Y_Node
weka.core.expressionlanguage.common.Primitives.DoubleExpression m_Y_Node
-
m_Y_Property
String m_Y_Property
-
m_Y_Step
double m_Y_Step
-
-
Class weka.classifiers.meta.HighLowSplit extends weka.classifiers.SingleClassifierEnhancer implements Serializable
- serialVersionUID:
- -1948204213212845838L
-
Serialized Fields
-
m_hiClassifier
weka.classifiers.Classifier m_hiClassifier
-
m_hiLopoint
double m_hiLopoint
-
m_loClassifier
weka.classifiers.Classifier m_loClassifier
-
m_loHipoint
double m_loHipoint
-
m_splitpoint
double m_splitpoint
-
-
Class weka.classifiers.meta.HighLowSplitSingleClassifier extends weka.classifiers.SingleClassifierEnhancer implements Serializable
- serialVersionUID:
- -1948204213212845838L
-
Serialized Fields
-
m_loClassifier
weka.classifiers.Classifier m_loClassifier
-
m_loHipoint
double m_loHipoint
-
m_splitpoint
double m_splitpoint
-
-
Class weka.classifiers.meta.InputSmearing extends weka.classifiers.meta.Bagging implements Serializable
- serialVersionUID:
- 8040692114355993432L
-
Serialized Fields
-
m_StdDev
double m_StdDev
the standard deviation multiplier to use.
-
-
Class weka.classifiers.meta.IterativeClassifierOptimizer extends weka.classifiers.RandomizableClassifier implements Serializable
- serialVersionUID:
- -3665485256313525864L
-
Serialized Fields
-
m_bestNumIts
int m_bestNumIts
-
m_bestResult
double m_bestResult
-
m_classValueIndex
int m_classValueIndex
-
m_evalMetric
String m_evalMetric
-
m_IterativeClassifier
weka.classifiers.IterativeClassifier m_IterativeClassifier
-
m_lookAheadIterations
int m_lookAheadIterations
-
m_NumFolds
int m_NumFolds
-
m_NumRuns
int m_NumRuns
-
m_numThreads
int m_numThreads
-
m_poolSize
int m_poolSize
-
m_preserveOrderInPercentageSplitEvaluation
boolean m_preserveOrderInPercentageSplitEvaluation
-
m_splitPercentage
double m_splitPercentage
-
m_StepSize
int m_StepSize
-
m_thresholds
double[] m_thresholds
-
m_UseAverage
boolean m_UseAverage
-
-
Class weka.classifiers.meta.LeanMultiScheme extends weka.classifiers.meta.MultiScheme implements Serializable
- serialVersionUID:
- -4775540898817424109L
-
Class weka.classifiers.meta.LeastMedianSq extends weka.classifiers.SingleClassifierEnhancer implements Serializable
- serialVersionUID:
- -2767224971510964983L
-
Serialized Fields
-
m_bestClassifier
weka.classifiers.Classifier m_bestClassifier
-
m_bestMedian
double m_bestMedian
-
m_currentClassifier
weka.classifiers.Classifier m_currentClassifier
-
m_Data
weka.core.Instances m_Data
-
m_debug
boolean m_debug
-
m_errPct
int m_errPct
-
m_instancepct
int m_instancepct
-
m_numreg
int m_numreg
-
m_random
Random m_random
-
m_randomseed
long m_randomseed
-
m_Residuals
double[] m_Residuals
-
m_Ridge
double m_Ridge
-
m_scalefactor
double m_scalefactor
-
m_SSR
double m_SSR
-
m_SubSample
weka.core.Instances m_SubSample
-
m_weight
double[] m_weight
-
-
Class weka.classifiers.meta.LogClassRegressor extends weka.classifiers.SingleClassifierEnhancer implements Serializable
- serialVersionUID:
- -6941274159321491218L
-
Class weka.classifiers.meta.LogitBoost extends weka.classifiers.RandomizableIteratedSingleClassifierEnhancer implements Serializable
- serialVersionUID:
- -1105660358715833753L
-
Serialized Fields
-
m_ClassAttribute
weka.core.Attribute m_ClassAttribute
-
m_Classifiers
ArrayList<weka.classifiers.Classifier[]> m_Classifiers
-
m_data
weka.core.Instances m_data
-
m_InitialFs
double[] m_InitialFs
-
m_logLikelihood
double m_logLikelihood
-
m_NumClasses
int m_NumClasses
-
m_NumericClassData
weka.core.Instances m_NumericClassData
-
m_NumGenerated
int m_NumGenerated
-
m_NumItsPerformed
int m_NumItsPerformed
-
m_numThreads
int m_numThreads
-
m_Offset
double m_Offset
-
m_poolSize
int m_poolSize
-
m_Precision
double m_Precision
-
m_probs
double[][] m_probs
-
m_RandomInstance
Random m_RandomInstance
-
m_resume
boolean m_resume
-
m_Shrinkage
double m_Shrinkage
-
m_sumOfWeights
double m_sumOfWeights
-
m_trainFs
double[][] m_trainFs
-
m_trainYs
double[][] m_trainYs
-
m_UseEstimatedPriors
boolean m_UseEstimatedPriors
-
m_UseResampling
boolean m_UseResampling
-
m_WeightThreshold
int m_WeightThreshold
-
m_ZeroR
weka.classifiers.Classifier m_ZeroR
-
m_zMax
double m_zMax
-
-
Class weka.classifiers.meta.LogTargetRegressor extends weka.classifiers.SingleClassifierEnhancer implements Serializable
- serialVersionUID:
- -6941274159321491218L
-
Class weka.classifiers.meta.MinMaxLimits extends weka.classifiers.SingleClassifierEnhancer implements Serializable
- serialVersionUID:
- 1233549562504476266L
-
Serialized Fields
-
m_CanAbstain
boolean m_CanAbstain
whether the base classifier can abstain. -
m_MaxActual
Double m_MaxActual
the actual limit to use for the upper limit. -
m_MaxClassRangePercentage
double m_MaxClassRangePercentage
the percentage leeway for the class range of the upper limit (0-1 = 0-100%). -
m_MaxHandling
MinMaxLimits.LimitHandling m_MaxHandling
how the upper limit is handled. -
m_MaxManual
double m_MaxManual
the manual limit for the upper limit. -
m_MinActual
Double m_MinActual
the actual limit to use for the lower limit. -
m_MinClassRangePercentage
double m_MinClassRangePercentage
the percentage leeway for the class range of the lower limit (0-1 = 0-100%). -
m_MinHandling
MinMaxLimits.LimitHandling m_MinHandling
how the lower limit is handled. -
m_MinManual
double m_MinManual
the manual limit for the lower limit.
-
-
Class weka.classifiers.meta.MultiClassClassifier extends weka.classifiers.RandomizableSingleClassifierEnhancer implements Serializable
- serialVersionUID:
- -3879602011542849141L
-
Serialized Fields
-
m_ClassAttribute
weka.core.Attribute m_ClassAttribute
-
m_ClassFilters
weka.filters.Filter[] m_ClassFilters
-
m_Classifiers
weka.classifiers.Classifier[] m_Classifiers
-
m_logLossDecoding
boolean m_logLossDecoding
-
m_Method
int m_Method
-
m_pairwiseCoupling
boolean m_pairwiseCoupling
-
m_RandomWidthFactor
double m_RandomWidthFactor
-
m_SumOfWeights
double[] m_SumOfWeights
-
m_TwoClassDataset
weka.core.Instances m_TwoClassDataset
-
m_ZeroR
weka.classifiers.rules.ZeroR m_ZeroR
-
-
Class weka.classifiers.meta.MultiClassClassifierUpdateable extends weka.classifiers.meta.MultiClassClassifier implements Serializable
- serialVersionUID:
- -1619685269774366430L
-
Class weka.classifiers.meta.MultiScheme extends weka.classifiers.RandomizableMultipleClassifiersCombiner implements Serializable
- serialVersionUID:
- 5710744346128957520L
-
Serialized Fields
-
m_Classifier
weka.classifiers.Classifier m_Classifier
-
m_ClassifierIndex
int m_ClassifierIndex
-
m_NumXValFolds
int m_NumXValFolds
-
-
Class weka.classifiers.meta.MultiSearch extends weka.classifiers.RandomizableSingleClassifierEnhancer implements Serializable
- serialVersionUID:
- -5129316523575906233L
-
Serialized Fields
-
m_Algorithm
weka.classifiers.meta.multisearch.AbstractSearch m_Algorithm
-
m_BestClassifier
weka.classifiers.meta.multisearch.AbstractSearch.SearchResult m_BestClassifier
-
m_ClassLabel
weka.core.SingleIndex m_ClassLabel
-
m_DefaultParameters
weka.core.setupgenerator.AbstractParameter[] m_DefaultParameters
-
m_Evaluation
int m_Evaluation
-
m_Factory
weka.classifiers.meta.multisearch.AbstractEvaluationFactory m_Factory
-
m_Generator
weka.core.SetupGenerator m_Generator
-
m_LogFile
File m_LogFile
-
m_Metrics
weka.classifiers.meta.multisearch.AbstractEvaluationMetrics m_Metrics
-
m_Parameters
weka.core.setupgenerator.AbstractParameter[] m_Parameters
-
m_Trace
List<Map.Entry<Integer,weka.classifiers.meta.multisearch.Performance>> m_Trace
-
-
Class weka.classifiers.meta.PartitionedStacking extends weka.classifiers.ParallelMultipleClassifiersCombiner implements Serializable
- serialVersionUID:
- -8282901622586083613L
-
Serialized Fields
-
m_MetaLevelClassifier
weka.classifiers.Classifier m_MetaLevelClassifier
the meta-level classifier. -
m_MetaLevelData
weka.core.Instances m_MetaLevelData
the header for the meta-level data. -
m_Ranges
weka.core.Range[] m_Ranges
the attribute ranges for the base-classifiers. -
m_Remove
weka.filters.unsupervised.attribute.Remove[] m_Remove
the filters for removing the unwanted attributes for the base classifiers.
-
-
Class weka.classifiers.meta.PeakTransformed extends weka.classifiers.SingleClassifierEnhancer implements Serializable
- serialVersionUID:
- 2483812207638252172L
-
Serialized Fields
-
m_Header
weka.core.Instances m_Header
the header information of the transformed data.
-
-
Class weka.classifiers.meta.RandomCommittee extends weka.classifiers.RandomizableParallelIteratedSingleClassifierEnhancer implements Serializable
- serialVersionUID:
- -9204394360557300093L
-
Serialized Fields
-
m_data
weka.core.Instances m_data
-
-
Class weka.classifiers.meta.RandomizableFilteredClassifier extends weka.classifiers.meta.FilteredClassifier implements Serializable
- serialVersionUID:
- -4523466618555717333L
-
Class weka.classifiers.meta.RandomSubSpace extends weka.classifiers.RandomizableParallelIteratedSingleClassifierEnhancer implements Serializable
- serialVersionUID:
- 1278172513912424947L
-
Serialized Fields
-
m_data
weka.core.Instances m_data
-
m_SubSpaceSize
double m_SubSpaceSize
-
m_ZeroR
weka.classifiers.Classifier m_ZeroR
-
-
Class weka.classifiers.meta.RangeCheck extends weka.classifiers.SingleClassifierEnhancer implements Serializable
- serialVersionUID:
- 735384379601515402L
-
Class weka.classifiers.meta.RegressionByDiscretization extends weka.classifiers.SingleClassifierEnhancer implements Serializable
- serialVersionUID:
- 5066426153134050378L
-
Serialized Fields
-
m_ClassCounts
int[] m_ClassCounts
-
m_ClassMeans
double[] m_ClassMeans
-
m_DeleteEmptyBins
boolean m_DeleteEmptyBins
-
m_DiscretizedHeader
weka.core.Instances m_DiscretizedHeader
-
m_Discretizer
weka.filters.unsupervised.attribute.Discretize m_Discretizer
-
m_Estimator
weka.estimators.UnivariateDensityEstimator m_Estimator
-
m_MinimizeAbsoluteError
boolean m_MinimizeAbsoluteError
-
m_NewTargetValues
int[] m_NewTargetValues
-
m_NumBins
int m_NumBins
-
m_OldIndexToNewIndex
int[] m_OldIndexToNewIndex
-
m_OriginalTargetValues
double[] m_OriginalTargetValues
-
m_UseEqualFrequency
boolean m_UseEqualFrequency
-
-
Class weka.classifiers.meta.SocketFacade extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- -7557824847573090857L
-
Serialized Fields
-
m_Local
BaseHostname m_Local
the return address for the remote process to use. -
m_Preparation
AbstractDataPreparation m_Preparation
the data preparation to use. -
m_Remote
BaseHostname m_Remote
the address of the remote process. -
m_SkipTrain
boolean m_SkipTrain
whether to skip training. -
m_Timeout
int m_Timeout
the timeout for the socket.
-
-
Class weka.classifiers.meta.Stacking extends weka.classifiers.RandomizableParallelMultipleClassifiersCombiner implements Serializable
- serialVersionUID:
- 5134738557155845452L
-
Serialized Fields
-
m_BaseFormat
weka.core.Instances m_BaseFormat
-
m_MetaClassifier
weka.classifiers.Classifier m_MetaClassifier
-
m_MetaFormat
weka.core.Instances m_MetaFormat
-
m_NumFolds
int m_NumFolds
-
-
Class weka.classifiers.meta.SubsetEnsemble extends weka.classifiers.RandomizableSingleClassifierEnhancer implements Serializable
- serialVersionUID:
- -7637300579884789439L
-
Serialized Fields
-
m_BackupModel
weka.classifiers.rules.ZeroR m_BackupModel
The backup classifier, in case no ensemble could be constructed at prediction time. -
m_Classifiers
weka.classifiers.Classifier[] m_Classifiers
the actual classifiers in use. -
m_CombinationRule
int m_CombinationRule
Combination Rule variable. -
m_Completed
int m_Completed
The number of classifiers completed so far -
m_Data
weka.core.Instances m_Data
For holding the original training set temporarily. -
m_Failed
int m_Failed
The number of classifiers that experienced a failure of some sort during construction. -
m_Header
weka.core.Instances m_Header
The header of the training set. -
m_NumExecutionSlots
int m_NumExecutionSlots
The number of threads to have executing at any one time -
m_NumRandomFeatures
int m_NumRandomFeatures
the number of random features to use (in addition to base attribute).
-
-
Class weka.classifiers.meta.SumTransformed extends weka.classifiers.SingleClassifierEnhancer implements Serializable
- serialVersionUID:
- 1233549562504476266L
-
Serialized Fields
-
m_Header
weka.core.Instances m_Header
the header information of the transformed data.
-
-
Class weka.classifiers.meta.SuppressModelOutput extends weka.classifiers.SingleClassifierEnhancer implements Serializable
- serialVersionUID:
- 6575314591188728994L
-
Serialized Fields
-
m_SuppressModelOutput
boolean m_SuppressModelOutput
whether to suppress the model output.
-
-
Class weka.classifiers.meta.ThreadSafeClassifierWrapper extends weka.classifiers.SingleClassifierEnhancer implements Serializable
- serialVersionUID:
- 5699323936859571421L
-
Serialized Fields
-
m_CanAbstain
boolean m_CanAbstain
whether the base classifier can abstain.
-
-
Class weka.classifiers.meta.ThresholdedBinaryClassification extends weka.classifiers.SingleClassifierEnhancer implements Serializable
- serialVersionUID:
- -4208248826900762835L
-
Serialized Fields
-
m_ActualLabel
int m_ActualLabel
the index of the label to check. -
m_Label
WekaLabelIndex m_Label
the label to check. -
m_MinProbability
double m_MinProbability
the minimum probability for the label. -
m_OtherLabel
int m_OtherLabel
the index of the other label. -
m_SuppressModelOutput
boolean m_SuppressModelOutput
whether to suppress the model output.
-
-
Class weka.classifiers.meta.Veto extends weka.classifiers.MultipleClassifiersCombiner implements Serializable
- serialVersionUID:
- 943666951855888860L
-
Serialized Fields
-
m_ActualLabel
int m_ActualLabel
the index of the label to check. -
m_ActualSupport
int m_ActualSupport
the actual number of classifiers that need to support the label. -
m_Label
WekaLabelIndex m_Label
the label to check. -
m_Support
double m_Support
the percentage (0-1 excl) or number of base-classifiers (>= 1) that need to chose the label in order to predict it. -
m_SuppressModelOutput
boolean m_SuppressModelOutput
whether to suppress the model output. -
m_Vote
weka.classifiers.meta.Vote m_Vote
the ensemble.
-
-
Class weka.classifiers.meta.Vote extends weka.classifiers.RandomizableMultipleClassifiersCombiner implements Serializable
- serialVersionUID:
- -637891196294399624L
-
Class weka.classifiers.meta.VotedImbalance extends weka.classifiers.RandomizableSingleClassifierEnhancer implements Serializable
- serialVersionUID:
- -7637300579884789439L
-
Serialized Fields
-
m_ActualNumBalanced
int m_ActualNumBalanced
the actual number of balanced datasets to generate. -
m_BackupModel
weka.classifiers.rules.ZeroR m_BackupModel
The backup classifier, in case no ensemble could be constructed at prediction time. -
m_Bias
double m_Bias
the bias for the dataset balancing (0 = distribution in input data -- 1 = uniform distribution). -
m_Classifiers
weka.classifiers.Classifier[] m_Classifiers
the actual classifiers in use. -
m_CombinationRule
int m_CombinationRule
Combination Rule variable. -
m_Completed
int m_Completed
The number of classifiers completed so far -
m_Data
weka.core.Instances m_Data
For holding the original training set temporarily. -
m_Ensemble
weka.classifiers.Classifier m_Ensemble
the vote classifier in use. -
m_Failed
int m_Failed
The number of classifiers that experienced a failure of some sort during construction. -
m_Header
weka.core.Instances m_Header
The header of the training set. -
m_NoReplacement
boolean m_NoReplacement
Whether to perform sampling with replacement or without. -
m_NumBalanced
int m_NumBalanced
the number of balanced datasets to generate. -
m_NumExecutionSlots
int m_NumExecutionSlots
The number of threads to have executing at any one time -
m_SamplePercentage
double m_SamplePercentage
the sample percentage to use (0-100). -
m_SuppressModelOutput
boolean m_SuppressModelOutput
whether to suppress the model output. -
m_Thresholds
BaseKeyValuePair[] m_Thresholds
the thresholds to use (pair: probability minority class = num balanced).
-
-
Class weka.classifiers.meta.WeightedInstancesHandlerWrapper extends weka.classifiers.SingleClassifierEnhancer implements Serializable
- serialVersionUID:
- -2789375910646576521L
-
-
Package weka.classifiers.meta.socketfacade
-
Class weka.classifiers.meta.socketfacade.AbstractDataPreparation extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2063517191431196592L
-
Class weka.classifiers.meta.socketfacade.Simple extends AbstractDataPreparation implements Serializable
- serialVersionUID:
- -3495760632590255724L
-
-
Package weka.classifiers.simple
-
Class weka.classifiers.simple.AbstractSimpleClassifier extends AbstractSimpleOptionHandler implements Serializable
- serialVersionUID:
- 2170248971336058726L
-
-
Package weka.classifiers.timeseries
-
Class weka.classifiers.timeseries.AbstractForecaster extends Object implements Serializable
- serialVersionUID:
- 5179667114364013750L
-
Class weka.classifiers.timeseries.BaselineAdjustedForecaster extends weka.classifiers.timeseries.AbstractForecaster implements Serializable
- serialVersionUID:
- 3169376392576809182L
-
Serialized Fields
-
m_Baseline
weka.classifiers.timeseries.AbstractForecaster m_Baseline
the forecaster for the baseline. -
m_Correction
AbstractBaselineCorrection m_Correction
the baseline correction scheme to use. -
m_ModelBuilt
boolean m_ModelBuilt
whether a model was built. -
m_Periodicity
weka.classifiers.timeseries.AbstractForecaster m_Periodicity
the forecaster for the periodicity (= baseline-correct signal).
-
-
Class weka.classifiers.timeseries.HoltWinters extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- -4478856847945888899L
-
Serialized Fields
-
m_alpha
double m_alpha
-
m_b
double m_b
-
m_beta
double m_beta
-
m_bPrev
double m_bPrev
-
m_c
double[] m_c
-
m_counter
int m_counter
-
m_gamma
double m_gamma
-
m_includeSeason
boolean m_includeSeason
-
m_includeTrend
boolean m_includeTrend
-
m_s
double m_s
-
m_seasonCycleLength
int m_seasonCycleLength
-
m_sPrev
double m_sPrev
-
m_twoSeasonsOfY
double[] m_twoSeasonsOfY
-
-
Class weka.classifiers.timeseries.WekaForecaster extends weka.classifiers.timeseries.AbstractForecaster implements Serializable
- serialVersionUID:
- 5562710925011828590L
-
Serialized Fields
-
m_calculateConfLimitsSteps
int m_calculateConfLimitsSteps
-
m_confidenceLevel
double m_confidenceLevel
-
m_confidenceLimitEstimator
weka.classifiers.timeseries.core.ErrorBasedConfidenceIntervalEstimator m_confidenceLimitEstimator
-
m_dateRemover
weka.filters.unsupervised.attribute.RemoveType m_dateRemover
-
m_forecaster
weka.classifiers.Classifier m_forecaster
-
m_lagMaker
weka.filters.supervised.attribute.TSLagMaker m_lagMaker
-
m_log
weka.core.logging.Logger m_log
-
m_missingTargetList
List<Integer> m_missingTargetList
-
m_missingTimeStampList
List<Integer> m_missingTimeStampList
-
m_missingTimeStampRows
List<String> m_missingTimeStampRows
-
m_modelBuilt
boolean m_modelBuilt
-
m_originalHeader
weka.core.Instances m_originalHeader
-
m_singleTargetForecasters
List<weka.classifiers.timeseries.WekaForecaster.SingleTargetForecaster> m_singleTargetForecasters
-
m_tempHeader
weka.core.Instances m_tempHeader
-
m_transformedHeader
weka.core.Instances m_transformedHeader
-
m_useArtificialTimeIndex
boolean m_useArtificialTimeIndex
-
-
Class weka.classifiers.timeseries.WekaForecaster.SingleTargetForecaster extends Object implements Serializable
- serialVersionUID:
- -4404412501006669036L
-
Serialized Fields
-
m_classIndex
int m_classIndex
-
m_className
String m_className
-
m_otherTargetRemover
weka.filters.unsupervised.attribute.Remove m_otherTargetRemover
-
m_targetForecaster
weka.classifiers.Classifier m_targetForecaster
-
-
-
Package weka.classifiers.timeseries.gui
-
Class weka.classifiers.timeseries.gui.AdvancedConfigPanel extends JPanel implements Serializable
- serialVersionUID:
- 5465960083615138964L
-
Serialized Fields
-
m_addCustomPeriodicBut
JButton m_addCustomPeriodicBut
-
m_adjustForVarianceCheckBox
JCheckBox m_adjustForVarianceCheckBox
-
m_allowSeparateTestSet
boolean m_allowSeparateTestSet
-
m_averageLagsAfter
JSpinner m_averageLagsAfter
-
m_averageLongLags
JCheckBox m_averageLongLags
-
m_baseLearnerEditor
weka.gui.GenericObjectEditor m_baseLearnerEditor
-
m_baseLearnerPanel
weka.gui.PropertyPanel m_baseLearnerPanel
-
m_configHolder
JTabbedPane m_configHolder
-
m_customizeDateDerivedPeriodics
JCheckBox m_customizeDateDerivedPeriodics
-
m_customPeriodics
Map<String,ArrayList<weka.classifiers.timeseries.core.CustomPeriodicTest>> m_customPeriodics
-
m_dateDerivedPeriodicSelector
weka.classifiers.timeseries.gui.AdvancedConfigPanel.AttributeSelectionPanelExtended m_dateDerivedPeriodicSelector
-
m_dateDerivedPeriodicsHeader
weka.core.Instances m_dateDerivedPeriodicsHeader
-
m_deleteCustomPeriodicBut
JButton m_deleteCustomPeriodicBut
-
m_editCustomPeriodicBut
JButton m_editCustomPeriodicBut
-
m_evaluationMetrics
weka.gui.AttributeSelectionPanel m_evaluationMetrics
-
m_evaluationModsHeader
weka.core.Instances m_evaluationModsHeader
-
m_fileChooser
JFileChooser m_fileChooser
-
m_fineTuneLagsField
JTextField m_fineTuneLagsField
-
m_graphFutureCheckBox
JCheckBox m_graphFutureCheckBox
-
m_graphPredsAtStepCheckBox
JCheckBox m_graphPredsAtStepCheckBox
-
m_graphPredsAtStepSpinner
JSpinner m_graphPredsAtStepSpinner
-
m_graphTargetAtStepsCombo
JComboBox m_graphTargetAtStepsCombo
-
m_graphTargetForStepsCheckBox
JCheckBox m_graphTargetForStepsCheckBox
-
m_holdoutCheckBox
JCheckBox m_holdoutCheckBox
-
m_holdoutSize
JTextField m_holdoutSize
-
m_instances
weka.core.Instances m_instances
-
m_loadPeriodicBut
JButton m_loadPeriodicBut
-
m_maxLagSpinner
JSpinner m_maxLagSpinner
-
m_minLagSpinner
JSpinner m_minLagSpinner
-
m_moreOptsBut
JButton m_moreOptsBut
-
m_numConsecutiveToAverage
JSpinner m_numConsecutiveToAverage
-
m_outputFutureCheckBox
JCheckBox m_outputFutureCheckBox
-
m_outputPredsCheckBox
JCheckBox m_outputPredsCheckBox
-
m_outputPredsCombo
JComboBox m_outputPredsCombo
-
m_outputPredsComboLabel
JLabel m_outputPredsComboLabel
-
m_outputStepLabel
JLabel m_outputStepLabel
-
m_outputStepSpinner
JSpinner m_outputStepSpinner
-
m_overlayHeader
weka.core.Instances m_overlayHeader
-
m_overlaySelector
weka.classifiers.timeseries.gui.AdvancedConfigPanel.AttributeSelectionPanelExtended m_overlaySelector
-
m_powersOfTime
JCheckBox m_powersOfTime
-
m_primaryPeriodicCombo
JComboBox m_primaryPeriodicCombo
-
m_removeLeadingInstancesWithMissingLags
JCheckBox m_removeLeadingInstancesWithMissingLags
-
m_savePeriodicBut
JButton m_savePeriodicBut
-
m_separateTestSetCheckBox
JCheckBox m_separateTestSetCheckBox
-
m_simpleConfig
weka.classifiers.timeseries.gui.SimpleConfigPanel m_simpleConfig
-
m_stepLab
JLabel m_stepLab
-
m_stepRange
JTextField m_stepRange
-
m_targetComboLabel
JLabel m_targetComboLabel
-
m_testSetBut
JButton m_testSetBut
-
m_timeLagProducts
JCheckBox m_timeLagProducts
-
m_trainingCheckBox
JCheckBox m_trainingCheckBox
-
m_useCustomLags
JCheckBox m_useCustomLags
-
m_useOverlayData
JCheckBox m_useOverlayData
-
-
Class weka.classifiers.timeseries.gui.AdvancedConfigPanel.AttributeSelectionPanelExtended extends weka.gui.AttributeSelectionPanel implements Serializable
- serialVersionUID:
- -6863797282164060690L
-
Class weka.classifiers.timeseries.gui.CustomPeriodicEditor extends JPanel implements Serializable
- serialVersionUID:
- 9027916898659519804L
-
Serialized Fields
-
m_deleteBut
JButton m_deleteBut
-
m_fieldName
JTextField m_fieldName
-
m_labelField
JTextField m_labelField
-
m_lowerBoundEditor
weka.classifiers.timeseries.gui.CustomPeriodicTestEditor m_lowerBoundEditor
-
m_newBut
JButton m_newBut
-
m_testsToEdit
List<weka.classifiers.timeseries.core.CustomPeriodicTest> m_testsToEdit
-
m_testsToEditList
JList m_testsToEditList
-
m_upperBoundEditor
weka.classifiers.timeseries.gui.CustomPeriodicTestEditor m_upperBoundEditor
-
-
Class weka.classifiers.timeseries.gui.CustomPeriodicTestEditor extends JPanel implements Serializable
- serialVersionUID:
- 8515802184515862677L
-
Serialized Fields
-
m_day_of_month
JComboBox m_day_of_month
-
m_day_of_week
JComboBox m_day_of_week
-
m_day_of_yr
JComboBox m_day_of_yr
-
m_hour_of_day
JComboBox m_hour_of_day
-
m_min_of_hour
JComboBox m_min_of_hour
-
m_month
JComboBox m_month
-
m_operator
JComboBox m_operator
-
m_partToEdit
weka.classifiers.timeseries.core.CustomPeriodicTest.TestPart m_partToEdit
-
m_right
boolean m_right
-
m_second
JComboBox m_second
-
m_support
PropertyChangeSupport m_support
-
m_testToEdit
weka.classifiers.timeseries.core.CustomPeriodicTest m_testToEdit
-
m_week_of_month
JComboBox m_week_of_month
-
m_week_of_yr
JComboBox m_week_of_yr
-
m_year
JComboBox m_year
-
-
Class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler extends AbstractExplorerPanelHandler implements Serializable
- serialVersionUID:
- 6604498681201464567L
-
Class weka.classifiers.timeseries.gui.ForecastingPanel extends JPanel implements Serializable
- serialVersionUID:
- -8415151090793037265L
-
Serialized Fields
-
m_advancedConfigPanel
weka.classifiers.timeseries.gui.AdvancedConfigPanel m_advancedConfigPanel
-
m_configPane
JTabbedPane m_configPane
-
m_fileChooser
JFileChooser m_fileChooser
-
m_forecaster
weka.classifiers.timeseries.WekaForecaster m_forecaster
-
m_forecasterListener
weka.gui.knowledgeflow.TimeSeriesPerspective.TimeSeriesModelListener m_forecasterListener
-
m_framedOutputMap
HashMap<String,JTabbedPane> m_framedOutputMap
-
m_helpBut
JButton m_helpBut
-
m_history
weka.gui.ResultHistoryPanel m_history
-
m_instances
weka.core.Instances m_instances
-
m_isRunningAsPerspective
boolean m_isRunningAsPerspective
-
m_log
weka.gui.Logger m_log
-
m_outputPane
JTabbedPane m_outputPane
-
m_outText
JTextArea m_outText
-
m_runThread
Thread m_runThread
-
m_simpleConfigPanel
weka.classifiers.timeseries.gui.SimpleConfigPanel m_simpleConfigPanel
-
m_sortedCheck
boolean m_sortedCheck
-
m_splitP
JSplitPane m_splitP
-
m_startBut
JButton m_startBut
-
m_stopBut
JButton m_stopBut
-
-
Class weka.classifiers.timeseries.gui.SimpleConfigPanel extends JPanel implements Serializable
- serialVersionUID:
- 4339062970124604791L
-
Serialized Fields
-
m_advancedConfig
weka.classifiers.timeseries.gui.AdvancedConfigPanel m_advancedConfig
-
m_computeConfidence
JCheckBox m_computeConfidence
-
m_confidenceLevelSpinner
JSpinner m_confidenceLevelSpinner
-
m_forecaster
weka.classifiers.timeseries.WekaForecaster m_forecaster
-
m_horizonSpinner
JSpinner m_horizonSpinner
-
m_instances
weka.core.Instances m_instances
-
m_parentPanel
weka.classifiers.timeseries.gui.ForecastingPanel m_parentPanel
-
m_performEvaluation
JCheckBox m_performEvaluation
-
m_periodicityCombo
JComboBox m_periodicityCombo
-
m_skipText
JTextField m_skipText
-
m_targetHeader
weka.core.Instances m_targetHeader
-
m_targetPanel
weka.gui.AttributeSelectionPanel m_targetPanel
-
m_timeStampCombo
JComboBox m_timeStampCombo
-
-
-
Package weka.classifiers.timeseries.gui.explorer
-
Class weka.classifiers.timeseries.gui.explorer.ExplorerTSPanel extends JPanel implements Serializable
- serialVersionUID:
- -7313227058091543628L
-
Serialized Fields
-
m_forecastingPanel
weka.classifiers.timeseries.gui.ForecastingPanel m_forecastingPanel
-
m_log
weka.gui.Logger m_log
-
-
Class weka.classifiers.timeseries.gui.explorer.ExplorerTSPanelPublic extends weka.classifiers.timeseries.gui.explorer.ExplorerTSPanel implements Serializable
- serialVersionUID:
- -1425230940488370152L
-
-
Package weka.classifiers.trees
-
Class weka.classifiers.trees.DecisionStump extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- 1618384535950391L
-
Serialized Fields
-
m_AttIndex
int m_AttIndex
-
m_Distribution
double[][] m_Distribution
-
m_Instances
weka.core.Instances m_Instances
-
m_SplitPoint
double m_SplitPoint
-
m_ZeroR
weka.classifiers.Classifier m_ZeroR
-
-
Class weka.classifiers.trees.HoeffdingTree extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- 7117521775722396251L
-
Serialized Fields
-
m_activeLeafCount
int m_activeLeafCount
-
m_decisionNodeCount
int m_decisionNodeCount
-
m_gracePeriod
double m_gracePeriod
-
m_header
weka.core.Instances m_header
-
m_hoeffdingTieThreshold
double m_hoeffdingTieThreshold
-
m_inactiveLeafCount
int m_inactiveLeafCount
-
m_leafStrategy
int m_leafStrategy
-
m_minFracWeightForTwoBranchesGain
double m_minFracWeightForTwoBranchesGain
-
m_nbThreshold
double m_nbThreshold
-
m_printLeafModels
boolean m_printLeafModels
-
m_root
weka.classifiers.trees.ht.HNode m_root
-
m_selectedSplitMetric
int m_selectedSplitMetric
-
m_splitConfidence
double m_splitConfidence
-
m_splitMetric
weka.classifiers.trees.ht.SplitMetric m_splitMetric
-
-
Class weka.classifiers.trees.J48 extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- -217733168393644444L
-
Serialized Fields
-
m_binarySplits
boolean m_binarySplits
-
m_CF
float m_CF
-
m_collapseTree
boolean m_collapseTree
-
m_doNotMakeSplitPointActualValue
boolean m_doNotMakeSplitPointActualValue
-
m_minNumObj
int m_minNumObj
-
m_noCleanup
boolean m_noCleanup
-
m_numFolds
int m_numFolds
-
m_reducedErrorPruning
boolean m_reducedErrorPruning
-
m_root
weka.classifiers.trees.j48.ClassifierTree m_root
-
m_Seed
int m_Seed
-
m_subtreeRaising
boolean m_subtreeRaising
-
m_unpruned
boolean m_unpruned
-
m_useLaplace
boolean m_useLaplace
-
m_useMDLcorrection
boolean m_useMDLcorrection
-
-
Class weka.classifiers.trees.LMT extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- -1113212459618104943L
-
Serialized Fields
-
m_convertNominal
boolean m_convertNominal
-
m_doNotMakeSplitPointActualValue
boolean m_doNotMakeSplitPointActualValue
-
m_errorOnProbabilities
boolean m_errorOnProbabilities
-
m_fastRegression
boolean m_fastRegression
-
m_minNumInstances
int m_minNumInstances
-
m_nominalToBinary
weka.filters.supervised.attribute.NominalToBinary m_nominalToBinary
-
m_numBoostingIterations
int m_numBoostingIterations
-
m_replaceMissing
weka.filters.unsupervised.attribute.ReplaceMissingValues m_replaceMissing
-
m_splitOnResiduals
boolean m_splitOnResiduals
-
m_tree
weka.classifiers.trees.lmt.LMTNode m_tree
-
m_useAIC
boolean m_useAIC
-
m_weightTrimBeta
double m_weightTrimBeta
-
-
Class weka.classifiers.trees.M5P extends weka.classifiers.trees.m5.M5Base implements Serializable
- serialVersionUID:
- -6118439039768244417L
-
Class weka.classifiers.trees.M5P2 extends M5Base2 implements Serializable
- serialVersionUID:
- -6118439039768244417L
-
Class weka.classifiers.trees.RandomForest extends weka.classifiers.meta.Bagging implements Serializable
- serialVersionUID:
- 1116839470751428698L
-
Serialized Fields
-
m_computeAttributeImportance
boolean m_computeAttributeImportance
-
-
Class weka.classifiers.trees.RandomModelTrees extends weka.classifiers.RandomizableClassifier implements Serializable
- serialVersionUID:
- -3131038090987633675L
-
Serialized Fields
-
m_data
weka.core.Instances m_data
-
m_max
int m_max
-
m_node
weka.classifiers.trees.Node[] m_node
-
m_numIterations
int m_numIterations
The number of iterations. -
m_numTrials
int m_numTrials
-
m_ridge
double m_ridge
-
-
Class weka.classifiers.trees.RandomRegressionForest extends weka.classifiers.RandomizableClassifier implements Serializable
- serialVersionUID:
- -3779643299723247400L
-
Serialized Fields
-
m_Data
weka.core.Instances m_Data
the original header -
m_Mean
double m_Mean
the mean -
m_Min
int m_Min
the minimum number of instances in subsets -
m_Node
RandomRegressionForest.Node[] m_Node
the generated nodes -
m_NumIterations
int m_NumIterations
The number of iterations. -
m_PLS
int m_PLS
the number of components to use in PLS -
m_PLSFilter
weka.filters.supervised.attribute.PLSFilter m_PLSFilter
the PLS filter used internally
-
-
Class weka.classifiers.trees.RandomRegressionForest.Node extends Object implements Serializable
- serialVersionUID:
- -3856383120244210709L
-
Serialized Fields
-
m_Less
RandomRegressionForest.Node m_Less
-
m_LinearReg
LinearRegressionJ m_LinearReg
-
m_More
RandomRegressionForest.Node m_More
-
m_SplitIndex
int m_SplitIndex
-
m_SplitValue
double m_SplitValue
-
-
Class weka.classifiers.trees.RandomTree extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- -9051119597407396024L
-
Serialized Fields
-
m_AllowUnclassifiedInstances
boolean m_AllowUnclassifiedInstances
-
m_BreakTiesRandomly
boolean m_BreakTiesRandomly
-
m_computeImpurityDecreases
boolean m_computeImpurityDecreases
-
m_impurityDecreasees
double[][] m_impurityDecreasees
-
m_Info
weka.core.Instances m_Info
-
m_KValue
int m_KValue
-
m_MaxDepth
int m_MaxDepth
-
m_MinNum
double m_MinNum
-
m_MinVarianceProp
double m_MinVarianceProp
-
m_NumFolds
int m_NumFolds
-
m_randomSeed
int m_randomSeed
-
m_Tree
weka.classifiers.trees.RandomTree.Tree m_Tree
-
m_zeroR
weka.classifiers.Classifier m_zeroR
-
-
Class weka.classifiers.trees.RandomTree.Tree extends Object implements Serializable
- serialVersionUID:
- 3549573538656522569L
-
Serialized Fields
-
m_Attribute
int m_Attribute
-
m_ClassDistribution
double[] m_ClassDistribution
-
m_Distribution
double[] m_Distribution
-
m_Prop
double[] m_Prop
-
m_SplitPoint
double m_SplitPoint
-
m_Successors
weka.classifiers.trees.RandomTree.Tree[] m_Successors
-
-
Class weka.classifiers.trees.REPTree extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- -9216785998198681299L
-
Serialized Fields
-
m_InitialCount
double m_InitialCount
-
m_MaxDepth
int m_MaxDepth
-
m_MinNum
double m_MinNum
-
m_MinVarianceProp
double m_MinVarianceProp
-
m_NoPruning
boolean m_NoPruning
-
m_NumFolds
int m_NumFolds
-
m_Seed
int m_Seed
-
m_SpreadInitialCount
boolean m_SpreadInitialCount
-
m_Tree
weka.classifiers.trees.REPTree.Tree m_Tree
-
m_zeroR
weka.classifiers.rules.ZeroR m_zeroR
-
-
Class weka.classifiers.trees.REPTree.Tree extends Object implements Serializable
- serialVersionUID:
- -1635481717888437935L
-
Serialized Fields
-
m_Attribute
int m_Attribute
-
m_ClassProbs
double[] m_ClassProbs
-
m_Distribution
double[] m_Distribution
-
m_HoldOutDist
double[] m_HoldOutDist
-
m_HoldOutError
double m_HoldOutError
-
m_Info
weka.core.Instances m_Info
-
m_Prop
double[] m_Prop
-
m_SplitPoint
double m_SplitPoint
-
m_Successors
weka.classifiers.trees.REPTree.Tree[] m_Successors
-
-
Class weka.classifiers.trees.XGBoost extends AbstractSimpleClassifier implements Serializable
- serialVersionUID:
- 7228620850250174821L
-
Serialized Fields
-
m_Alpha
float m_Alpha
L1 regularisation term on weights. -
m_BaseScore
float m_BaseScore
Global bias. -
m_Booster
ml.dmlc.xgboost4j.java.Booster m_Booster
The trained model. -
m_BoosterType
XGBoost.BoosterType m_BoosterType
The type of booster to use. -
m_ColumnSampleByLevel
float m_ColumnSampleByLevel
Subsample ratio of columns for each level. -
m_ColumnSampleByNode
float m_ColumnSampleByNode
Subsample ratio of columns for each node (split). -
m_ColumnSampleByTree
float m_ColumnSampleByTree
Subsample ratio of columns when constructing each tree. -
m_Eta
float m_Eta
The eta value (learning rate). -
m_FeatureSelector
XGBoost.FeatureSelector m_FeatureSelector
Feature selection and ordering method. -
m_Gamma
float m_Gamma
The gamma value (minimum split loss). -
m_GrowPolicy
XGBoost.GrowPolicy m_GrowPolicy
Controls the way new nodes are added to the tree. -
m_Header
weka.core.Instances m_Header
the training dataset. -
m_Lambda
float m_Lambda
L2 regularisation term on weights. -
m_MaxBin
int m_MaxBin
Maximum number of discrete bins to bucket continuous features. -
m_MaxDeltaStep
float m_MaxDeltaStep
Maximum delta step. -
m_MaxDepth
int m_MaxDepth
The maximum depth of the tree. -
m_MaxLeaves
int m_MaxLeaves
Maximum number of nodes to be added. -
m_MinChildWeight
float m_MinChildWeight
The minimum child weight. -
m_NormaliseType
XGBoost.NormaliseType m_NormaliseType
Type of normalisation algorithm. -
m_NumberOfParallelTrees
int m_NumberOfParallelTrees
The number of parallel trees constructed during each iteration. -
m_NumberOfRounds
int m_NumberOfRounds
The number of boosting rounds to perform. -
m_NumberOfThreads
int m_NumberOfThreads
The number of threads to use. -
m_Objective
XGBoost.Objective m_Objective
The learning objective. -
m_OneDrop
boolean m_OneDrop
Whether to always drop at least one tree during dropout. -
m_OtherParameters
BaseKeyValuePair[] m_OtherParameters
Allows the user to enter arbitrary parameters. -
m_Params
Map<String,Object> m_Params
the xgboost parameters. -
m_Predictor
XGBoost.Predictor m_Predictor
The type of predictor algorithm to use. -
m_ProcessType
XGBoost.ProcessType m_ProcessType
The type of boosting process to run. -
m_RateDrop
float m_RateDrop
Dropout rate. -
m_SampleType
XGBoost.SampleType m_SampleType
Type of sampling algorithm. -
m_ScalePositiveWeights
float m_ScalePositiveWeights
Scales the weights of positive instances by this factor. -
m_Seed
int m_Seed
The random number seed. -
m_SkipDrop
float m_SkipDrop
Probability of skipping the dropout procedure during the boosting operation. -
m_Subsample
float m_Subsample
Subsample ratio of the training instances. -
m_TopK
int m_TopK
The number of top features to select. -
m_TreeMethod
XGBoost.TreeMethod m_TreeMethod
The tree construction algorithm. -
m_TweedieVariancePower
float m_TweedieVariancePower
Parameter that controls the variance of the Tweedie distribution. -
m_Updater
XGBoost.Updater m_Updater
Choice of algorithm to fit linear model. -
m_Verbosity
XGBoost.Verbosity m_Verbosity
Verbosity of printing messages.
-
-
-
Package weka.classifiers.trees.m5
-
Class weka.classifiers.trees.m5.CorrelationSplitInfo extends Object implements Serializable
- serialVersionUID:
- 4212734895125452770L
-
Serialized Fields
-
m_maxImpurity
double m_maxImpurity
-
m_number
int m_number
-
m_position
int m_position
-
m_splitAttr
int m_splitAttr
-
m_splitValue
double m_splitValue
-
-
Class weka.classifiers.trees.m5.M5Base extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- -4022221950191647679L
-
Serialized Fields
-
m_generateRules
boolean m_generateRules
-
m_instances
weka.core.Instances m_instances
-
m_minNumInstances
double m_minNumInstances
-
m_nominalToBinary
weka.filters.supervised.attribute.NominalToBinary m_nominalToBinary
-
m_regressionTree
boolean m_regressionTree
-
m_removeUseless
weka.filters.unsupervised.attribute.RemoveUseless m_removeUseless
-
m_replaceMissing
weka.filters.unsupervised.attribute.ReplaceMissingValues m_replaceMissing
-
m_ruleSet
ArrayList<weka.classifiers.trees.m5.Rule> m_ruleSet
-
m_saveInstances
boolean m_saveInstances
-
m_unsmoothedPredictions
boolean m_unsmoothedPredictions
-
m_useUnpruned
boolean m_useUnpruned
-
-
Class weka.classifiers.trees.m5.M5Base2 extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- -4022221950191647679L
-
Serialized Fields
-
m_generateRules
boolean m_generateRules
generate a decision list instead of a single tree. -
m_instances
weka.core.Instances m_instances
the instances covered by the tree/rules -
m_minNumInstances
double m_minNumInstances
The minimum number of instances to allow at a leaf node -
m_nominalToBinary
weka.filters.supervised.attribute.NominalToBinary m_nominalToBinary
filter to convert nominal attributes to binary -
m_regressionTree
boolean m_regressionTree
Make a regression tree/rule instead of a model tree/rule -
m_removeUseless
weka.filters.unsupervised.attribute.RemoveUseless m_removeUseless
for removing useless attributes -
m_replaceMissing
weka.filters.unsupervised.attribute.ReplaceMissingValues m_replaceMissing
filter to fill in missing values -
m_ruleSet
weka.core.FastVector m_ruleSet
the rule set -
m_saveInstances
boolean m_saveInstances
Save instances at each node in an M5 tree for visualization purposes. -
m_unsmoothedPredictions
boolean m_unsmoothedPredictions
use unsmoothed predictions -
m_useUnpruned
boolean m_useUnpruned
Do not prune tree/rules
-
-
Class weka.classifiers.trees.m5.PreConstructedLinearModel extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- 2030974097051713247L
-
Serialized Fields
-
m_coefficients
double[] m_coefficients
-
m_instancesHeader
weka.core.Instances m_instancesHeader
-
m_intercept
double m_intercept
-
m_numParameters
int m_numParameters
-
-
Class weka.classifiers.trees.m5.Rule extends Object implements Serializable
- serialVersionUID:
- -4458627451682483204L
-
Serialized Fields
-
m_classIndex
int m_classIndex
-
m_covered
weka.core.Instances m_covered
-
m_globalAbsDev
double m_globalAbsDev
-
m_globalStdDev
double m_globalStdDev
-
m_instances
weka.core.Instances m_instances
-
m_internalNodes
weka.classifiers.trees.m5.RuleNode[] m_internalNodes
-
m_minNumInstances
double m_minNumInstances
-
m_notCovered
weka.core.Instances m_notCovered
-
m_numCovered
int m_numCovered
-
m_numDecimalPlaces
int m_numDecimalPlaces
-
m_numInstances
int m_numInstances
-
m_regressionTree
boolean m_regressionTree
-
m_relOps
int[] m_relOps
-
m_ruleModel
weka.classifiers.trees.m5.RuleNode m_ruleModel
-
m_saveInstances
boolean m_saveInstances
-
m_smoothPredictions
boolean m_smoothPredictions
-
m_splitAtts
int[] m_splitAtts
-
m_splitVals
double[] m_splitVals
-
m_topOfTree
weka.classifiers.trees.m5.RuleNode m_topOfTree
-
m_useTree
boolean m_useTree
-
m_useUnpruned
boolean m_useUnpruned
-
-
Class weka.classifiers.trees.m5.Rule2 extends Object implements Serializable
- serialVersionUID:
- -4458627451682483204L
-
Serialized Fields
-
m_classIndex
int m_classIndex
the class index -
m_covered
weka.core.Instances m_covered
the instances covered by this rule -
m_globalAbsDev
double m_globalAbsDev
the absolute deviation of the class for all the instances -
m_globalStdDev
double m_globalStdDev
the standard deviation of the class for all the instances -
m_instances
weka.core.Instances m_instances
the instances covered by this rule -
m_internalNodes
RuleNode2[] m_internalNodes
the corresponding internal nodes. Used for smoothing rules. -
m_minNumInstances
double m_minNumInstances
The minimum number of instances to allow at a leaf node -
m_notCovered
weka.core.Instances m_notCovered
the instances not covered by this rule -
m_numAttributes
int m_numAttributes
the number of attributes -
m_numCovered
int m_numCovered
the number of instances covered by this rule -
m_numInstances
int m_numInstances
the number of instances in the dataset -
m_regressionTree
boolean m_regressionTree
Make a regression tree instead of a model tree -
m_relOps
int[] m_relOps
the corresponding relational operators (0 = "<=", 1 = ">") -
m_ruleModel
RuleNode2 m_ruleModel
the leaf encapsulating the linear model for this rule -
m_saveInstances
boolean m_saveInstances
Save instances at each node in an M5 tree for visualization purposes. -
m_smoothPredictions
boolean m_smoothPredictions
use the original m5 smoothing procedure -
m_splitAtts
int[] m_splitAtts
the indexes of the attributes used to split on for this rule -
m_splitVals
double[] m_splitVals
the corresponding values of the split points -
m_topOfTree
RuleNode2 m_topOfTree
the top of the m5 tree for this rule -
m_useTree
boolean m_useTree
use a pruned m5 tree rather than make a rule -
m_useUnpruned
boolean m_useUnpruned
Build unpruned tree/rule
-
-
Class weka.classifiers.trees.m5.RuleNode extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- 1979807611124337144L
-
Serialized Fields
-
m_classIndex
int m_classIndex
-
m_devFraction
double m_devFraction
-
m_globalAbsDeviation
double m_globalAbsDeviation
-
m_globalDeviation
double m_globalDeviation
-
m_id
int m_id
-
m_indices
int[] m_indices
-
m_instances
weka.core.Instances m_instances
-
m_isLeaf
boolean m_isLeaf
-
m_leafModelNum
int m_leafModelNum
-
m_left
weka.classifiers.trees.m5.RuleNode m_left
-
m_nodeModel
weka.classifiers.trees.m5.PreConstructedLinearModel m_nodeModel
-
m_numAttributes
int m_numAttributes
-
m_numInstances
int m_numInstances
-
m_numParameters
int m_numParameters
-
m_parent
weka.classifiers.trees.m5.RuleNode m_parent
-
m_pruningMultiplier
double m_pruningMultiplier
-
m_regressionTree
boolean m_regressionTree
-
m_right
weka.classifiers.trees.m5.RuleNode m_right
-
m_rootMeanSquaredError
double m_rootMeanSquaredError
-
m_saveInstances
boolean m_saveInstances
-
m_splitAtt
int m_splitAtt
-
m_splitNum
double m_splitNum
-
m_splitValue
double m_splitValue
-
-
Class weka.classifiers.trees.m5.RuleNode2 extends weka.classifiers.AbstractClassifier implements Serializable
- serialVersionUID:
- 1979807611124337144L
-
Serialized Fields
-
m_classIndex
int m_classIndex
the class index -
m_devFraction
double m_devFraction
a node will not be split if its class standard deviation is less than 5% of the class standard deviation of all the instances -
m_globalAbsDeviation
double m_globalAbsDeviation
the absolute deviation of the global class -
m_globalDeviation
double m_globalDeviation
a node will not be split if the class deviation of its instances is less than m_devFraction of the deviation of the global class -
m_id
int m_id
Node id. -
m_indices
int[] m_indices
Indices of the attributes to be used in generating a linear model at this node -
m_instances
weka.core.Instances m_instances
instances reaching this node -
m_isLeaf
boolean m_isLeaf
Node is a leaf -
m_leafModelNum
int m_leafModelNum
the number assigned to the linear model if this node is a leaf. = 0 if this node is not a leaf -
m_left
RuleNode2 m_left
left child node -
m_nodeModel
weka.classifiers.trees.m5.PreConstructedLinearModel m_nodeModel
the linear model at this node -
m_numAttributes
int m_numAttributes
the number of attributes -
m_numInstances
int m_numInstances
the number of instances reaching this node -
m_numParameters
int m_numParameters
the number of paramters in the chosen model for this node---either the subtree model or the linear model. The constant term is counted as a paramter---this is for pruning purposes -
m_parent
RuleNode2 m_parent
the parent of this node -
m_pruningMultiplier
double m_pruningMultiplier
-
m_regressionTree
boolean m_regressionTree
Make a regression tree instead of a model tree -
m_right
RuleNode2 m_right
right child node -
m_rootMeanSquaredError
double m_rootMeanSquaredError
the mean squared error of the model at this node (either linear or subtree) -
m_saveInstances
boolean m_saveInstances
Save the instances at each node (for visualizing in the Explorer's treevisualizer. -
m_splitAtt
int m_splitAtt
attribute this node splits on -
m_splitNum
double m_splitNum
a node will not be split if it contains less then m_splitNum instances -
m_splitValue
double m_splitValue
the value of the split attribute
-
-
Class weka.classifiers.trees.m5.YongSplitInfo extends Object implements Serializable
- serialVersionUID:
- 1864267581079767881L
-
Serialized Fields
-
first
int first
-
last
int last
-
leftAve
double leftAve
-
maxImpurity
double maxImpurity
-
number
int number
-
position
int position
-
rightAve
double rightAve
-
splitAttr
int splitAttr
-
splitValue
double splitValue
-
-
-
Package weka.clusterers
-
Class weka.clusterers.AbstractClusterer extends Object implements Serializable
- serialVersionUID:
- -6099962589663877632L
-
Serialized Fields
-
m_Debug
boolean m_Debug
-
m_DoNotCheckCapabilities
boolean m_DoNotCheckCapabilities
-
-
Class weka.clusterers.AbstractDensityBasedClusterer extends weka.clusterers.AbstractClusterer implements Serializable
- serialVersionUID:
- -5950728041704213845L
-
Class weka.clusterers.Canopy extends weka.clusterers.RandomizableClusterer implements Serializable
- serialVersionUID:
- 2067574593448223334L
-
Serialized Fields
-
m_canopies
weka.core.Instances m_canopies
-
m_canopyCenters
List<double[][]> m_canopyCenters
-
m_canopyNumMissingForNumerics
List<double[]> m_canopyNumMissingForNumerics
-
m_canopyT2Density
List<double[]> m_canopyT2Density
-
m_clusterCanopies
List<long[]> m_clusterCanopies
-
m_didPruneLastTime
boolean m_didPruneLastTime
-
m_distanceFunction
weka.core.NormalizableDistance m_distanceFunction
-
m_dontReplaceMissing
boolean m_dontReplaceMissing
-
m_instanceCount
int m_instanceCount
-
m_maxCanopyCandidates
int m_maxCanopyCandidates
-
m_minClusterDensity
double m_minClusterDensity
-
m_missingValuesReplacer
weka.filters.Filter m_missingValuesReplacer
-
m_numClustersRequested
int m_numClustersRequested
-
m_periodicPruningRate
int m_periodicPruningRate
-
m_t1
double m_t1
-
m_t2
double m_t2
-
m_trainingData
weka.core.Instances m_trainingData
-
m_userT1
double m_userT1
-
m_userT2
double m_userT2
-
-
Class weka.clusterers.ClusterEvaluation extends Object implements Serializable
- serialVersionUID:
- -830188327319128005L
-
Serialized Fields
-
m_classToCluster
int[] m_classToCluster
-
m_clusterAssignments
double[] m_clusterAssignments
-
m_Clusterer
weka.clusterers.Clusterer m_Clusterer
-
m_clusteringResults
StringBuffer m_clusteringResults
-
m_logL
double m_logL
-
m_numClusters
int m_numClusters
-
-
Class weka.clusterers.Cobweb extends weka.clusterers.RandomizableClusterer implements Serializable
- serialVersionUID:
- 928406656495092318L
-
Serialized Fields
-
m_acuity
double m_acuity
-
m_cobwebTree
weka.clusterers.Cobweb.CNode m_cobwebTree
-
m_cutoff
double m_cutoff
-
m_numberMerges
int m_numberMerges
-
m_numberOfClusters
int m_numberOfClusters
-
m_numberOfClustersDetermined
boolean m_numberOfClustersDetermined
-
m_numberSplits
int m_numberSplits
-
m_saveInstances
boolean m_saveInstances
-
-
Class weka.clusterers.Cobweb.CNode extends Object implements Serializable
- serialVersionUID:
- 3452097436933325631L
-
Serialized Fields
-
m_attStats
weka.core.AttributeStats[] m_attStats
-
m_children
ArrayList<weka.clusterers.Cobweb.CNode> m_children
-
m_clusterInstances
weka.core.Instances m_clusterInstances
-
m_clusterNum
int m_clusterNum
-
m_numAttributes
int m_numAttributes
-
m_totalInstances
double m_totalInstances
-
-
Class weka.clusterers.Dumper extends weka.clusterers.SingleClustererEnhancer implements Serializable
- serialVersionUID:
- 3849909650437555245L
-
Serialized Fields
-
m_Dumper
weka.core.dump.AbstractDumper m_Dumper
-
-
Class weka.clusterers.EM extends weka.clusterers.RandomizableDensityBasedClusterer implements Serializable
- serialVersionUID:
- 8348181483812829475L
-
Serialized Fields
-
m_cvFolds
int m_cvFolds
-
m_displayModelInOldFormat
boolean m_displayModelInOldFormat
-
m_executionSlots
int m_executionSlots
-
m_initialNumClusters
int m_initialNumClusters
-
m_iterationsPerformed
int m_iterationsPerformed
-
m_max_iterations
int m_max_iterations
-
m_maxValues
double[] m_maxValues
-
m_minLogLikelihoodImprovementCV
double m_minLogLikelihoodImprovementCV
-
m_minLogLikelihoodImprovementIterating
double m_minLogLikelihoodImprovementIterating
-
m_minStdDev
double m_minStdDev
-
m_minStdDevPerAtt
double[] m_minStdDevPerAtt
-
m_minValues
double[] m_minValues
-
m_model
weka.estimators.Estimator[][] m_model
-
m_modelNormal
double[][][] m_modelNormal
-
m_modelNormalPrev
double[][][] m_modelNormalPrev
-
m_modelPrev
weka.estimators.Estimator[][] m_modelPrev
-
m_num_attribs
int m_num_attribs
-
m_num_clusters
int m_num_clusters
-
m_num_instances
int m_num_instances
-
m_NumKMeansRuns
int m_NumKMeansRuns
-
m_priors
double[] m_priors
-
m_priorsPrev
double[] m_priorsPrev
-
m_replaceMissing
weka.filters.unsupervised.attribute.ReplaceMissingValues m_replaceMissing
-
m_rr
Random m_rr
-
m_theInstances
weka.core.Instances m_theInstances
-
m_training
boolean m_training
-
m_upperBoundNumClustersCV
int m_upperBoundNumClustersCV
-
m_verbose
boolean m_verbose
-
m_weights
double[][] m_weights
-
-
Class weka.clusterers.FarthestFirst extends weka.clusterers.RandomizableClusterer implements Serializable
- serialVersionUID:
- 7499838100631329509L
-
Serialized Fields
-
m_ClusterCentroids
weka.core.Instances m_ClusterCentroids
-
m_instances
weka.core.Instances m_instances
-
m_Max
double[] m_Max
-
m_Min
double[] m_Min
-
m_NumClusters
int m_NumClusters
-
m_ReplaceMissingFilter
weka.filters.unsupervised.attribute.ReplaceMissingValues m_ReplaceMissingFilter
-
-
Class weka.clusterers.FilteredClusterer extends weka.clusterers.SingleClustererEnhancer implements Serializable
- serialVersionUID:
- 1420005943163412943L
-
Serialized Fields
-
m_Filter
weka.filters.Filter m_Filter
-
m_FilteredInstances
weka.core.Instances m_FilteredInstances
-
-
Class weka.clusterers.HierarchicalClusterer extends weka.clusterers.AbstractClusterer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
m_bDistanceIsBranchLength
boolean m_bDistanceIsBranchLength
-
m_bPrintNewick
boolean m_bPrintNewick
-
m_clusters
weka.clusterers.HierarchicalClusterer.Node[] m_clusters
-
m_DistanceFunction
weka.core.DistanceFunction m_DistanceFunction
-
m_instances
weka.core.Instances m_instances
-
m_nClusterNr
int[] m_nClusterNr
-
m_nLinkType
int m_nLinkType
-
m_nNumClusters
int m_nNumClusters
-
-
Class weka.clusterers.MakeDensityBasedClusterer extends weka.clusterers.AbstractDensityBasedClusterer implements Serializable
- serialVersionUID:
- -5643302427972186631L
-
Serialized Fields
-
m_minStdDev
double m_minStdDev
-
m_model
weka.estimators.DiscreteEstimator[][] m_model
-
m_modelNormal
double[][][] m_modelNormal
-
m_priors
double[] m_priors
-
m_replaceMissing
weka.filters.unsupervised.attribute.ReplaceMissingValues m_replaceMissing
-
m_theInstances
weka.core.Instances m_theInstances
-
m_wrappedClusterer
weka.clusterers.Clusterer m_wrappedClusterer
-
-
Class weka.clusterers.RandomizableClusterer extends weka.clusterers.AbstractClusterer implements Serializable
- serialVersionUID:
- -4819590778152242745L
-
Serialized Fields
-
m_Seed
int m_Seed
-
m_SeedDefault
int m_SeedDefault
-
-
Class weka.clusterers.RandomizableDensityBasedClusterer extends weka.clusterers.AbstractDensityBasedClusterer implements Serializable
- serialVersionUID:
- -5325270357918932849L
-
Serialized Fields
-
m_Seed
int m_Seed
-
m_SeedDefault
int m_SeedDefault
-
-
Class weka.clusterers.RandomizableSingleClustererEnhancer extends weka.clusterers.AbstractClusterer implements Serializable
- serialVersionUID:
- -644847037106316249L
-
Serialized Fields
-
m_Seed
int m_Seed
-
m_SeedDefault
int m_SeedDefault
-
-
Class weka.clusterers.SAXKMeans extends weka.clusterers.RandomizableClusterer implements Serializable
- serialVersionUID:
- -3235809600124455376L
-
Serialized Fields
-
m_Assignments
int[] m_Assignments
Assignments obtained. -
m_canopyClusters
weka.clusterers.Canopy m_canopyClusters
The canopy clusterer (if being used) -
m_centroidCanopyAssignments
List<long[]> m_centroidCanopyAssignments
Canopies that each centroid falls into (determined by T1 radius) -
m_ClusterCentroids
weka.core.Instances m_ClusterCentroids
holds the cluster centroids. -
m_ClusterMissingCounts
int[][] m_ClusterMissingCounts
-
m_ClusterNominalCounts
int[][][] m_ClusterNominalCounts
For each cluster, holds the frequency counts for the values of each nominal attribute. -
m_ClusterSizes
int[] m_ClusterSizes
The number of instances in each cluster. -
m_ClusterStdDevs
weka.core.Instances m_ClusterStdDevs
Holds the standard deviations of the numeric attributes in each cluster. -
m_completed
int m_completed
-
m_dataPointCanopyAssignments
List<long[]> m_dataPointCanopyAssignments
Canopies that each training instance falls into (determined by T1 radius) -
m_displayStdDevs
boolean m_displayStdDevs
Display standard deviations for numeric atts. -
m_DistanceFunction
weka.core.DistanceFunction m_DistanceFunction
the distance function used. -
m_dontReplaceMissing
boolean m_dontReplaceMissing
Replace missing values globally? -
m_executionSlots
int m_executionSlots
Number of threads to run -
m_failed
int m_failed
-
m_FastDistanceCalc
boolean m_FastDistanceCalc
whether to use fast calculation of distances (using a cut-off). -
m_FullMeansOrMediansOrModes
double[] m_FullMeansOrMediansOrModes
Stats on the full data set for comparison purposes. In case the attribute is numeric the value is the mean if is being used the Euclidian distance or the median if Manhattan distance and if the attribute is nominal then it's mode is saved. -
m_FullMissingCounts
int[] m_FullMissingCounts
-
m_FullNominalCounts
int[][] m_FullNominalCounts
-
m_FullStdDevs
double[] m_FullStdDevs
-
m_initializationMethod
int m_initializationMethod
The initialization method to use -
m_initialStartPoints
weka.core.Instances m_initialStartPoints
Holds the initial start points, as supplied by the initialization method used -
m_Iterations
int m_Iterations
Keep track of the number of iterations completed before convergence. -
m_maxCanopyCandidates
int m_maxCanopyCandidates
The maximum number of candidate canopies to hold in memory at any one time (if using canopy clustering) -
m_MaxIterations
int m_MaxIterations
Maximum number of iterations to be executed. -
m_minClusterDensity
double m_minClusterDensity
The minimum cluster density (according to T2 distance) allowed. Used when periodically pruning candidate canopies (if using canopy clustering) -
m_NumClusters
int m_NumClusters
number of clusters to generate. -
m_periodicPruningRate
int m_periodicPruningRate
Prune low-density candidate canopies after every x instances have been seen (if using canopy clustering) -
m_PreserveOrder
boolean m_PreserveOrder
Preserve order of instances. -
m_ReplaceMissingFilter
weka.filters.unsupervised.attribute.ReplaceMissingValues m_ReplaceMissingFilter
replace missing values in training instances. -
m_speedUpDistanceCompWithCanopies
boolean m_speedUpDistanceCompWithCanopies
Whether to reducet the number of distance calcs done by k-means with canopies -
m_squaredErrors
double[] m_squaredErrors
Holds the squared errors for all clusters. -
m_t1
double m_t1
The t1 radius to pass through to Canopy -
m_t2
double m_t2
The t2 radius to pass through to Canopy
-
-
Class weka.clusterers.SimpleKMeans extends weka.clusterers.RandomizableClusterer implements Serializable
- serialVersionUID:
- -3235809600124455376L
-
Serialized Fields
-
m_Assignments
int[] m_Assignments
-
m_canopyClusters
weka.clusterers.Canopy m_canopyClusters
-
m_centroidCanopyAssignments
List<long[]> m_centroidCanopyAssignments
-
m_ClusterCentroids
weka.core.Instances m_ClusterCentroids
-
m_ClusterMissingCounts
double[][] m_ClusterMissingCounts
-
m_ClusterNominalCounts
double[][][] m_ClusterNominalCounts
-
m_ClusterSizes
double[] m_ClusterSizes
-
m_ClusterStdDevs
weka.core.Instances m_ClusterStdDevs
-
m_completed
int m_completed
-
m_dataPointCanopyAssignments
List<long[]> m_dataPointCanopyAssignments
-
m_displayStdDevs
boolean m_displayStdDevs
-
m_DistanceFunction
weka.core.DistanceFunction m_DistanceFunction
-
m_dontReplaceMissing
boolean m_dontReplaceMissing
-
m_executionSlots
int m_executionSlots
-
m_failed
int m_failed
-
m_FastDistanceCalc
boolean m_FastDistanceCalc
-
m_FullMeansOrMediansOrModes
double[] m_FullMeansOrMediansOrModes
-
m_FullMissingCounts
double[] m_FullMissingCounts
-
m_FullNominalCounts
double[][] m_FullNominalCounts
-
m_FullStdDevs
double[] m_FullStdDevs
-
m_initializationMethod
int m_initializationMethod
-
m_initialStartPoints
weka.core.Instances m_initialStartPoints
-
m_Iterations
int m_Iterations
-
m_maxCanopyCandidates
int m_maxCanopyCandidates
-
m_MaxIterations
int m_MaxIterations
-
m_minClusterDensity
double m_minClusterDensity
-
m_NumClusters
int m_NumClusters
-
m_periodicPruningRate
int m_periodicPruningRate
-
m_PreserveOrder
boolean m_PreserveOrder
-
m_ReplaceMissingFilter
weka.filters.unsupervised.attribute.ReplaceMissingValues m_ReplaceMissingFilter
-
m_speedUpDistanceCompWithCanopies
boolean m_speedUpDistanceCompWithCanopies
-
m_squaredErrors
double[] m_squaredErrors
-
m_t1
double m_t1
-
m_t2
double m_t2
-
-
Class weka.clusterers.SingleClustererEnhancer extends weka.clusterers.AbstractClusterer implements Serializable
- serialVersionUID:
- 4893928362926428671L
-
Serialized Fields
-
m_Clusterer
weka.clusterers.Clusterer m_Clusterer
-
-
-
Package weka.core
-
Class weka.core.AbstractHashableInstance extends Object implements Serializable
- serialVersionUID:
- -7852430972984310506L
-
Serialized Fields
-
m_Data
weka.core.Instance m_Data
the wrapped instance. -
m_ExcludeClass
boolean m_ExcludeClass
whether to exclude the class from the hashcode. -
m_ExcludeWeight
boolean m_ExcludeWeight
whether to exclude the weight from the hashcode. -
m_HashCode
Integer m_HashCode
the current hashcode.
-
-
Class weka.core.AbstractInstance extends Object implements Serializable
- serialVersionUID:
- 1482635194499365155L
-
Serialized Fields
-
m_AttValues
double[] m_AttValues
-
m_Dataset
weka.core.Instances m_Dataset
-
m_Weight
double m_Weight
-
-
Class weka.core.AbstractSimpleOptionHandler extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -6267206505797613853L
-
Class weka.core.AlgVector extends Object implements Serializable
- serialVersionUID:
- -4023736016850256591L
-
Serialized Fields
-
m_Elements
double[] m_Elements
-
-
Class weka.core.Attribute extends Object implements Serializable
- serialVersionUID:
- -742180568732916383L
-
Serialized Fields
-
m_AttributeInfo
weka.core.AttributeInfo m_AttributeInfo
-
m_AttributeMetaInfo
weka.core.AttributeMetaInfo m_AttributeMetaInfo
-
m_Index
int m_Index
-
m_Name
String m_Name
-
m_Type
int m_Type
-
m_Weight
double m_Weight
-
-
Class weka.core.AttributeLocator extends Object implements Serializable
- serialVersionUID:
- -2932848827681070345L
-
Class weka.core.AttributeMetaInfo extends Object implements Serializable
-
Serialized Fields
-
m_HasZeropoint
boolean m_HasZeropoint
-
m_IsAveragable
boolean m_IsAveragable
-
m_IsRegular
boolean m_IsRegular
-
m_LowerBound
double m_LowerBound
-
m_LowerBoundIsOpen
boolean m_LowerBoundIsOpen
-
m_Metadata
weka.core.ProtectedProperties m_Metadata
-
m_Ordering
int m_Ordering
-
m_UpperBound
double m_UpperBound
-
m_UpperBoundIsOpen
boolean m_UpperBoundIsOpen
-
-
-
Class weka.core.AttributeStats extends Object implements Serializable
- serialVersionUID:
- 4434688832743939380L
-
Serialized Fields
-
distinctCount
int distinctCount
-
intCount
int intCount
-
missingCount
int missingCount
-
nominalCounts
int[] nominalCounts
-
nominalWeights
double[] nominalWeights
-
numericStats
weka.experiment.Stats numericStats
-
realCount
int realCount
-
totalCount
int totalCount
-
uniqueCount
int uniqueCount
-
-
Class weka.core.BinarySparseInstance extends weka.core.SparseInstance implements Serializable
- serialVersionUID:
- -5297388762342528737L
-
Class weka.core.Capabilities extends Object implements Serializable
- serialVersionUID:
- -5478590032325567849L
-
Serialized Fields
-
m_AttributeTest
boolean m_AttributeTest
-
m_Capabilities
HashSet<weka.core.Capabilities.Capability> m_Capabilities
-
m_Dependencies
HashSet<weka.core.Capabilities.Capability> m_Dependencies
-
m_FailReason
Exception m_FailReason
-
m_InstancesTest
boolean m_InstancesTest
-
m_InterfaceDefinedCapabilities
HashSet<Class> m_InterfaceDefinedCapabilities
-
m_MinimumNumberInstances
int m_MinimumNumberInstances
-
m_MinimumNumberInstancesTest
boolean m_MinimumNumberInstancesTest
-
m_MissingClassValuesTest
boolean m_MissingClassValuesTest
-
m_MissingValuesTest
boolean m_MissingValuesTest
-
m_Owner
weka.core.CapabilitiesHandler m_Owner
-
m_Test
boolean m_Test
-
-
Class weka.core.ChebyshevDistance extends weka.core.NormalizableDistance implements Serializable
- serialVersionUID:
- -7739904999895461429L
-
Class weka.core.DateAttributeInfo extends Object implements Serializable
-
Serialized Fields
-
m_DateFormat
SimpleDateFormat m_DateFormat
-
-
-
Class weka.core.Debug extends Object implements Serializable
- serialVersionUID:
- 66171861743328020L
-
Serialized Fields
-
m_Clock
weka.core.Debug.Clock m_Clock
-
m_Enabled
boolean m_Enabled
-
m_Log
weka.core.Debug.Log m_Log
-
-
Class weka.core.Debug.Clock extends Object implements Serializable
- serialVersionUID:
- 4622161807307942201L
-
Serialized Fields
-
m_CanMeasureCpuTime
boolean m_CanMeasureCpuTime
-
m_OutputFormat
int m_OutputFormat
-
m_Running
boolean m_Running
-
m_Start
long m_Start
-
m_Stop
long m_Stop
-
m_ThreadID
long m_ThreadID
-
m_UseCpuTime
boolean m_UseCpuTime
-
-
Class weka.core.Debug.DBO extends Object implements Serializable
- serialVersionUID:
- -5245628124742606784L
-
Serialized Fields
-
m_outputTypes
weka.core.Range m_outputTypes
-
m_verboseOn
boolean m_verboseOn
-
-
Class weka.core.Debug.Log extends Object implements Serializable
- serialVersionUID:
- 1458435732111675823L
-
Serialized Fields
-
m_Filename
String m_Filename
-
m_LoggerInitFailed
boolean m_LoggerInitFailed
-
m_NumFiles
int m_NumFiles
-
m_Size
int m_Size
-
-
Class weka.core.Debug.Random extends Random implements Serializable
- serialVersionUID:
- 1256846887618333956L
-
Serialized Fields
-
m_Debug
boolean m_Debug
-
m_ID
long m_ID
-
m_Log
weka.core.Debug.Log m_Log
-
-
Class weka.core.Debug.SimpleLog extends Object implements Serializable
- serialVersionUID:
- -2671928223819510830L
-
Serialized Fields
-
m_Filename
String m_Filename
-
-
Class weka.core.Debug.Timestamp extends Object implements Serializable
- serialVersionUID:
- -6099868388466922753L
-
Serialized Fields
-
m_Format
String m_Format
-
m_Formatter
SimpleDateFormat m_Formatter
-
m_Stamp
Date m_Stamp
-
-
Class weka.core.Defaults extends Object implements Serializable
- serialVersionUID:
- 1061521489520308096L
-
Class weka.core.DenseInstance extends weka.core.AbstractInstance implements Serializable
- serialVersionUID:
- 1482635194499365122L
-
Class weka.core.DictionaryBuilder extends Object implements Serializable
- serialVersionUID:
- 5579506627960356012L
-
Serialized Fields
-
m_avgDocLength
double m_avgDocLength
-
m_classIndex
int m_classIndex
-
m_consolidatedDict
Map<String,int[]> m_consolidatedDict
-
m_count
int m_count
-
m_dictsPerClass
Map<String,int[]>[] m_dictsPerClass
-
m_docLengthSum
double m_docLengthSum
-
m_doNotOperateOnPerClassBasis
boolean m_doNotOperateOnPerClassBasis
-
m_IDFTransform
boolean m_IDFTransform
-
m_inputContainsStringAttributes
boolean m_inputContainsStringAttributes
-
m_inputFormat
weka.core.Instances m_inputFormat
-
m_lowerCaseTokens
boolean m_lowerCaseTokens
-
m_minFrequency
int m_minFrequency
-
m_normalize
boolean m_normalize
-
m_numClasses
int m_numClasses
-
m_outputCounts
boolean m_outputCounts
-
m_outputFormat
weka.core.Instances m_outputFormat
-
m_periodicPruneRate
long m_periodicPruneRate
-
m_Prefix
String m_Prefix
-
m_selectedRange
weka.core.Range m_selectedRange
-
m_sortDictionary
boolean m_sortDictionary
-
m_stemmer
weka.core.stemmers.Stemmer m_stemmer
-
m_stopwordsHandler
weka.core.stopwords.StopwordsHandler m_stopwordsHandler
-
m_TFTransform
boolean m_TFTransform
-
m_tokenizer
weka.core.tokenizers.Tokenizer m_tokenizer
-
m_wordsToKeep
int m_wordsToKeep
-
-
Class weka.core.EnvironmentProperties extends Properties implements Serializable
-
Class weka.core.EuclideanDistance extends weka.core.NormalizableDistance implements Serializable
- serialVersionUID:
- 1068606253458807903L
-
Class weka.core.FastVector extends ArrayList<E extends Object> implements Serializable
- serialVersionUID:
- -2173635135622930169L
-
Class weka.core.FilteredDistance extends Object implements Serializable
-
Serialized Fields
-
m_Distance
weka.core.DistanceFunction m_Distance
-
m_Filter
weka.filters.Filter m_Filter
-
m_Remove
weka.filters.unsupervised.attribute.Remove m_Remove
-
-
-
Class weka.core.HashableInstanceUsingString extends AbstractHashableInstance implements Serializable
- serialVersionUID:
- -3580405212034106182L
-
Class weka.core.HashableInstanceUsingSum extends AbstractHashableInstance implements Serializable
- serialVersionUID:
- -2947327008088220713L
-
Class weka.core.InstanceComparator extends Object implements Serializable
- serialVersionUID:
- -6589278678230949683L
-
Serialized Fields
-
m_IncludeClass
boolean m_IncludeClass
-
m_Range
weka.core.Range m_Range
-
-
Class weka.core.Instances extends AbstractList<weka.core.Instance> implements Serializable
- serialVersionUID:
- -19412345060742748L
-
Class weka.core.InstancesView extends weka.core.Instances implements Serializable
- serialVersionUID:
- 6849032134927533467L
-
Serialized Fields
-
m_Dataset
weka.core.Instances m_Dataset
the underlying dataset. -
m_Rows
gnu.trove.list.TIntList m_Rows
the rows to use.
-
-
Class weka.core.ManhattanDistance extends weka.core.NormalizableDistance implements Serializable
- serialVersionUID:
- 6783782554224000243L
-
Class weka.core.Matrix extends Object implements Serializable
- serialVersionUID:
- -3604757095849145838L
-
Serialized Fields
-
m_Matrix
weka.core.matrix.Matrix m_Matrix
Deprecated.
-
-
Class weka.core.MinkowskiDistance extends weka.core.NormalizableDistance implements Serializable
- serialVersionUID:
- -7446019339455453893L
-
Serialized Fields
-
m_Order
double m_Order
-
-
Class weka.core.MXExpressionBuilder extends Object implements Serializable
- serialVersionUID:
- 9191069896843176421L
-
Class weka.core.NominalAttributeInfo extends Object implements Serializable
-
Class weka.core.NormalizableDistance extends Object implements Serializable
- serialVersionUID:
- -2806520224161351708L
-
Serialized Fields
-
m_ActiveIndices
boolean[] m_ActiveIndices
-
m_AttributeIndices
weka.core.Range m_AttributeIndices
-
m_Data
weka.core.Instances m_Data
-
m_DontNormalize
boolean m_DontNormalize
-
m_Ranges
double[][] m_Ranges
-
m_Validated
boolean m_Validated
-
-
Class weka.core.NoSupportForMissingValuesException extends weka.core.WekaException implements Serializable
- serialVersionUID:
- 5161175307725893973L
-
Class weka.core.ProtectedProperties extends Properties implements Serializable
- serialVersionUID:
- 3876658672657323985L
-
Serialized Fields
-
closed
boolean closed
-
-
Class weka.core.Queue extends Object implements Serializable
- serialVersionUID:
- -1141282001146389780L
-
Serialized Fields
-
m_Head
weka.core.Queue.QueueNode m_Head
-
m_Size
int m_Size
-
m_Tail
weka.core.Queue.QueueNode m_Tail
-
-
Class weka.core.Queue.QueueNode extends Object implements Serializable
- serialVersionUID:
- -5119358279412097455L
-
Serialized Fields
-
m_Contents
Object m_Contents
-
m_Next
weka.core.Queue.QueueNode m_Next
-
-
Class weka.core.RandomVariates extends Random implements Serializable
- serialVersionUID:
- -4763742718209460354L
-
Class weka.core.Range extends Object implements Serializable
- serialVersionUID:
- 3667337062176835900L
-
Class weka.core.RelationalAttributeInfo extends weka.core.NominalAttributeInfo implements Serializable
-
Serialized Fields
-
m_Header
weka.core.Instances m_Header
-
-
-
Class weka.core.RelationalLocator extends weka.core.AttributeLocator implements Serializable
- serialVersionUID:
- 4646872277151854732L
-
Class weka.core.SAXDistance extends weka.core.NormalizableDistance implements Serializable
- serialVersionUID:
- 2677863364387767459L
-
Serialized Fields
-
m_bins
int m_bins
number of gaussian bins. (labels) -
m_distMatrix
double[][] m_distMatrix
-
m_n
int m_n
pre-sax number of attributes. -
m_norm
weka.filters.unsupervised.attribute.Normalize m_norm
suid.
-
-
Class weka.core.SelectedTag extends Object implements Serializable
- serialVersionUID:
- 6947341624626504975L
-
Serialized Fields
-
m_Selected
int m_Selected
-
m_Tags
weka.core.Tag[] m_Tags
-
-
Class weka.core.SerializedObject extends Object implements Serializable
- serialVersionUID:
- 6635502953928860434L
-
Serialized Fields
-
m_isCompressed
boolean m_isCompressed
-
m_isJython
boolean m_isJython
-
m_storedObjectArray
byte[] m_storedObjectArray
-
-
Class weka.core.Settings extends Object implements Serializable
- serialVersionUID:
- -4005372566372478008L
-
Class weka.core.Settings.SettingKey extends Object implements Serializable
-
Class weka.core.SetupGenerator extends Object implements Serializable
- serialVersionUID:
- 7683008589774888142L
-
Serialized Fields
-
m_BaseObject
Serializable m_BaseObject
-
m_Initialized
boolean m_Initialized
-
m_Parameters
weka.core.setupgenerator.AbstractParameter[] m_Parameters
-
m_Space
weka.core.setupgenerator.Space m_Space
-
-
Class weka.core.SingleIndex extends Object implements Serializable
- serialVersionUID:
- 5285169134430839303L
-
Serialized Fields
-
m_IndexString
String m_IndexString
-
m_SelectedIndex
int m_SelectedIndex
-
m_Upper
int m_Upper
-
-
Class weka.core.SparseInstance extends weka.core.AbstractInstance implements Serializable
- serialVersionUID:
- -3579051291332630149L
-
Serialized Fields
-
m_Indices
int[] m_Indices
-
m_NumAttributes
int m_NumAttributes
-
-
Class weka.core.StringLocator extends weka.core.AttributeLocator implements Serializable
- serialVersionUID:
- 7805522230268783972L
-
Class weka.core.Tag extends Object implements Serializable
- serialVersionUID:
- 3326379903447135320L
-
Class weka.core.TestInstances extends Object implements Serializable
- serialVersionUID:
- -6263968936330390469L
-
Serialized Fields
-
m_ClassIndex
int m_ClassIndex
-
m_ClassType
int m_ClassType
-
m_Data
weka.core.Instances m_Data
-
m_Handler
weka.core.CapabilitiesHandler m_Handler
-
m_MultiInstance
boolean m_MultiInstance
-
m_NumClasses
int m_NumClasses
-
m_NumDate
int m_NumDate
-
m_NumInstances
int m_NumInstances
-
m_NumInstancesRelational
int m_NumInstancesRelational
-
m_NumNominal
int m_NumNominal
-
m_NumNominalValues
int m_NumNominalValues
-
m_NumNumeric
int m_NumNumeric
-
m_NumRelational
int m_NumRelational
-
m_NumRelationalDate
int m_NumRelationalDate
-
m_NumRelationalNominal
int m_NumRelationalNominal
-
m_NumRelationalNominalValues
int m_NumRelationalNominalValues
-
m_NumRelationalNumeric
int m_NumRelationalNumeric
-
m_NumRelationalString
int m_NumRelationalString
-
m_NumString
int m_NumString
-
m_Random
Random m_Random
-
m_Relation
String m_Relation
-
m_RelationalClassFormat
weka.core.Instances m_RelationalClassFormat
-
m_RelationalFormat
weka.core.Instances[] m_RelationalFormat
-
m_Seed
int m_Seed
-
m_Words
String[] m_Words
-
m_WordSeparators
String m_WordSeparators
-
-
Class weka.core.Trie extends Object implements Serializable
- serialVersionUID:
- -5897980928817779048L
-
Serialized Fields
-
m_HashCode
int m_HashCode
-
m_RecalcHashCode
boolean m_RecalcHashCode
-
m_Root
weka.core.Trie.TrieNode m_Root
-
-
Class weka.core.Trie.TrieNode extends DefaultMutableTreeNode implements Serializable
- serialVersionUID:
- -2252907099391881148L
-
Class weka.core.UnassignedClassException extends RuntimeException implements Serializable
- serialVersionUID:
- 6268278694768818235L
-
Class weka.core.UnassignedDatasetException extends RuntimeException implements Serializable
- serialVersionUID:
- -9000116786626328854L
-
Class weka.core.UnsupportedAttributeTypeException extends weka.core.WekaException implements Serializable
- serialVersionUID:
- 2658987325328414838L
-
Class weka.core.UnsupportedClassTypeException extends weka.core.WekaException implements Serializable
- serialVersionUID:
- 5175741076972192151L
-
Class weka.core.WeightedEuclideanDistance extends weka.core.NormalizableDistance implements Serializable
- serialVersionUID:
- -8518647249857218705L
-
Serialized Fields
-
m_Coefficients
double[] m_Coefficients
Array for storing coefficients of linear regression. -
m_LR
LinearRegressionJ m_LR
-
m_norm
weka.filters.unsupervised.attribute.Normalize m_norm
-
-
Class weka.core.WeightedEuclideanDistanceRidge extends weka.core.NormalizableDistance implements Serializable
- serialVersionUID:
- -8518647249857218705L
-
Serialized Fields
-
m_Coefficients
double[] m_Coefficients
Array for storing coefficients of linear regression. -
m_LR
LinearRegressionJ m_LR
-
m_norm
weka.filters.unsupervised.attribute.Normalize m_norm
-
m_Ridge
double m_Ridge
-
-
Class weka.core.WekaException extends Exception implements Serializable
- serialVersionUID:
- 6428269989006208585L
-
-
Package weka.core.converters
-
Class weka.core.converters.AArffLoader extends weka.core.converters.ArffLoader implements Serializable
- serialVersionUID:
- 8739929496992782311L
-
Class weka.core.converters.AbstractFileLoader extends weka.core.converters.AbstractLoader implements Serializable
- serialVersionUID:
- 5535537461920594758L
-
Class weka.core.converters.AbstractFileSaver extends weka.core.converters.AbstractSaver implements Serializable
- serialVersionUID:
- 2399441762235754491L
-
Class weka.core.converters.AbstractLoader extends Object implements Serializable
- serialVersionUID:
- 2425432084900694551L
-
Serialized Fields
-
m_retrieval
int m_retrieval
-
-
Class weka.core.converters.AbstractSaver extends Object implements Serializable
- serialVersionUID:
- -27467499727819258L
-
Serialized Fields
-
m_DoNotCheckCapabilities
boolean m_DoNotCheckCapabilities
-
m_instances
weka.core.Instances m_instances
-
m_retrieval
int m_retrieval
-
m_writeMode
int m_writeMode
-
-
Class weka.core.converters.ArffLoader extends weka.core.converters.AbstractFileLoader implements Serializable
- serialVersionUID:
- 2726929550544048587L
-
Serialized Fields
-
m_retainStringVals
boolean m_retainStringVals
-
m_URL
String m_URL
-
-
Class weka.core.converters.ArffSaver extends weka.core.converters.AbstractFileSaver implements Serializable
- serialVersionUID:
- 2223634248900042228L
-
Serialized Fields
-
m_CompressOutput
boolean m_CompressOutput
-
m_MaxDecimalPlaces
int m_MaxDecimalPlaces
-
-
Class weka.core.converters.C45Loader extends weka.core.converters.AbstractFileLoader implements Serializable
- serialVersionUID:
- 5454329403218219L
-
Class weka.core.converters.C45Saver extends weka.core.converters.AbstractFileSaver implements Serializable
- serialVersionUID:
- -821428878384253377L
-
Class weka.core.converters.CommonCSVLoader extends weka.core.converters.AbstractFileLoader implements Serializable
- serialVersionUID:
- 3764533621135196582L
-
Serialized Fields
-
m_CustomEscapeCharacter
String m_CustomEscapeCharacter
-
m_CustomFieldSeparator
String m_CustomFieldSeparator
-
m_CustomHeader
String m_CustomHeader
-
m_CustomQuoteCharacter
String m_CustomQuoteCharacter
-
m_CustomQuoteMode
int m_CustomQuoteMode
-
m_Data
weka.core.Instances m_Data
-
m_DateFormat
String m_DateFormat
-
m_DateRange
weka.core.Range m_DateRange
-
m_FirstDataRow
int m_FirstDataRow
-
m_Format
int m_Format
-
m_MissingValue
String m_MissingValue
-
m_NoHeader
boolean m_NoHeader
-
m_nominalLabelSpecs
List<String> m_nominalLabelSpecs
-
m_NominalRange
weka.core.Range m_NominalRange
-
m_NumRowsTypeDetection
int m_NumRowsTypeDetection
-
m_StringRange
weka.core.Range m_StringRange
-
m_Types
weka.core.converters.CommonCSVLoader.AttributeType[] m_Types
-
m_URL
String m_URL
-
m_UseCustomEscapeCharacter
boolean m_UseCustomEscapeCharacter
-
m_UseCustomFieldSeparator
boolean m_UseCustomFieldSeparator
-
m_UseCustomQuoteCharacter
boolean m_UseCustomQuoteCharacter
-
m_UseCustomQuoteMode
boolean m_UseCustomQuoteMode
-
-
Class weka.core.converters.CommonCSVSaver extends weka.core.converters.AbstractFileSaver implements Serializable
- serialVersionUID:
- -7226404765213522043L
-
Serialized Fields
-
m_CustomEscapeCharacter
String m_CustomEscapeCharacter
-
m_CustomFieldSeparator
String m_CustomFieldSeparator
-
m_CustomQuoteCharacter
String m_CustomQuoteCharacter
-
m_CustomQuoteMode
int m_CustomQuoteMode
-
m_Format
int m_Format
-
m_NoHeader
boolean m_NoHeader
-
m_UseCustomEscapeCharacter
boolean m_UseCustomEscapeCharacter
-
m_UseCustomFieldSeparator
boolean m_UseCustomFieldSeparator
-
m_UseCustomQuoteCharacter
boolean m_UseCustomQuoteCharacter
-
m_UseCustomQuoteMode
boolean m_UseCustomQuoteMode
-
-
Class weka.core.converters.ConverterUtils extends Object implements Serializable
- serialVersionUID:
- -2460855349276148760L
-
Class weka.core.converters.ConverterUtils.DataSink extends Object implements Serializable
- serialVersionUID:
- -1504966891136411204L
-
Serialized Fields
-
m_Saver
weka.core.converters.Saver m_Saver
-
m_Stream
OutputStream m_Stream
-
-
Class weka.core.converters.ConverterUtils.DataSource extends Object implements Serializable
- serialVersionUID:
- -613122395928757332L
-
Class weka.core.converters.CSVLoader extends weka.core.converters.AbstractFileLoader implements Serializable
- serialVersionUID:
- -1300595850715808438L
-
Serialized Fields
-
m_bufferSize
int m_bufferSize
-
m_current
ArrayList<Object> m_current
-
m_dateAttributes
weka.core.Range m_dateAttributes
-
m_dateFormat
String m_dateFormat
-
m_Enclosures
String m_Enclosures
-
m_FieldSeparator
String m_FieldSeparator
-
m_fieldSeparatorAndEnclosures
String[] m_fieldSeparatorAndEnclosures
-
m_formatter
SimpleDateFormat m_formatter
-
m_incrementalReader
weka.core.converters.ArffLoader.ArffReader m_incrementalReader
-
m_MissingValue
String m_MissingValue
-
m_noHeaderRow
boolean m_noHeaderRow
-
m_NominalAttributes
weka.core.Range m_NominalAttributes
-
m_nominalLabelSpecs
List<String> m_nominalLabelSpecs
-
m_nominalVals
Map<Integer,LinkedHashSet<String>> m_nominalVals
-
m_numBufferedRows
int m_numBufferedRows
-
m_numericAttributes
weka.core.Range m_numericAttributes
-
m_rowBuffer
List<String> m_rowBuffer
-
m_StringAttributes
weka.core.Range m_StringAttributes
-
m_types
weka.core.converters.CSVLoader.TYPE[] m_types
-
-
Class weka.core.converters.CSVSaver extends weka.core.converters.AbstractFileSaver implements Serializable
- serialVersionUID:
- 476636654410701807L
-
Class weka.core.converters.DatabaseConnection extends weka.experiment.DatabaseUtils implements Serializable
- serialVersionUID:
- 1673169848863178695L
-
Class weka.core.converters.DatabaseLoader extends weka.core.converters.AbstractLoader implements Serializable
- serialVersionUID:
- -7936159015338318659L
-
Serialized Fields
-
m_checkForTable
boolean m_checkForTable
-
m_choice
int m_choice
-
m_counter
int m_counter
-
m_CreateSparseData
boolean m_CreateSparseData
-
m_CustomPropsFile
File m_CustomPropsFile
-
m_DataBaseConnection
weka.core.converters.DatabaseConnection m_DataBaseConnection
-
m_datasetPseudoInc
weka.core.Instances m_datasetPseudoInc
-
m_firstTime
boolean m_firstTime
-
m_idColumn
String m_idColumn
-
m_inc
boolean m_inc
-
m_Keys
String m_Keys
-
m_nominalIndexes
Hashtable<String,Double>[] m_nominalIndexes
-
m_nominalStrings
ArrayList<String>[] m_nominalStrings
-
m_nominalToStringLimit
int m_nominalToStringLimit
-
m_oldStructure
weka.core.Instances m_oldStructure
-
m_orderBy
ArrayList<String> m_orderBy
-
m_Password
String m_Password
-
m_pseudoIncremental
boolean m_pseudoIncremental
-
m_query
String m_query
-
m_rowCount
int m_rowCount
-
m_structure
weka.core.Instances m_structure
-
m_URL
String m_URL
-
m_User
String m_User
-
-
Class weka.core.converters.DatabaseSaver extends weka.core.converters.AbstractSaver implements Serializable
- serialVersionUID:
- 863971733782624956L
-
Serialized Fields
-
m_count
int m_count
-
m_createDate
String m_createDate
-
m_createDouble
String m_createDouble
-
m_createInt
String m_createInt
-
m_createText
String m_createText
-
m_CustomPropsFile
File m_CustomPropsFile
-
m_DataBaseConnection
weka.core.converters.DatabaseConnection m_DataBaseConnection
-
m_DateFormat
SimpleDateFormat m_DateFormat
-
m_id
boolean m_id
-
m_idColumn
String m_idColumn
-
m_inputFile
String m_inputFile
-
m_Password
String m_Password
-
m_resolvedTableName
String m_resolvedTableName
-
m_tableName
String m_tableName
-
m_tabName
boolean m_tabName
-
m_truncate
boolean m_truncate
-
m_URL
String m_URL
-
m_Username
String m_Username
-
-
Class weka.core.converters.DictionarySaver extends weka.core.converters.AbstractFileSaver implements Serializable
- serialVersionUID:
- -19891905988830722L
-
Serialized Fields
-
m_dictionaryBuilder
weka.core.DictionaryBuilder m_dictionaryBuilder
-
m_dictionaryIsBinary
boolean m_dictionaryIsBinary
-
m_periodicPruningRate
long m_periodicPruningRate
-
-
Class weka.core.converters.ExcelLoader extends weka.core.converters.AbstractFileLoader implements Serializable
- serialVersionUID:
- 9164120515718983413L
-
Class weka.core.converters.ExcelSaver extends weka.core.converters.AbstractFileSaver implements Serializable
- serialVersionUID:
- -7446832500561589653L
-
Serialized Fields
-
m_MissingValue
String m_MissingValue
-
m_UseOOXML
boolean m_UseOOXML
-
-
Class weka.core.converters.JSONLoader extends weka.core.converters.AbstractFileLoader implements Serializable
- serialVersionUID:
- 3764533621135196582L
-
Serialized Fields
-
m_JSON
weka.core.json.JSONNode m_JSON
-
m_URL
String m_URL
-
-
Class weka.core.converters.JSONSaver extends weka.core.converters.AbstractFileSaver implements Serializable
- serialVersionUID:
- -1047134047244534557L
-
Serialized Fields
-
m_ClassIndex
weka.core.SingleIndex m_ClassIndex
-
m_CompressOutput
boolean m_CompressOutput
-
-
Class weka.core.converters.LibSVMLoader extends weka.core.converters.AbstractFileLoader implements Serializable
- serialVersionUID:
- 4988360125354664417L
-
Class weka.core.converters.LibSVMSaver extends weka.core.converters.AbstractFileSaver implements Serializable
- serialVersionUID:
- 2792295817125694786L
-
Serialized Fields
-
m_ClassIndex
weka.core.SingleIndex m_ClassIndex
-
-
Class weka.core.converters.Loader.StructureNotReadyException extends IOException implements Serializable
- serialVersionUID:
- 1938493033987645828L
-
Class weka.core.converters.MatlabLoader extends weka.core.converters.AbstractFileLoader implements Serializable
- serialVersionUID:
- -8861142318612875251L
-
Class weka.core.converters.MatlabMatLoader extends weka.core.converters.AbstractFileLoader implements Serializable
- serialVersionUID:
- 3764533621135196582L
-
Serialized Fields
-
m_Data
weka.core.Instances m_Data
-
m_EntryName
String m_EntryName
-
m_MaxNominalValues
int m_MaxNominalValues
-
-
Class weka.core.converters.MatlabMatSaver extends weka.core.converters.AbstractFileSaver implements Serializable
- serialVersionUID:
- -7226404765213522043L
-
Class weka.core.converters.MatlabSaver extends weka.core.converters.AbstractFileSaver implements Serializable
- serialVersionUID:
- 4118356803697172614L
-
Serialized Fields
-
m_Format
DecimalFormat m_Format
-
m_HeaderWritten
boolean m_HeaderWritten
-
m_UseDouble
boolean m_UseDouble
-
m_UseTabs
boolean m_UseTabs
-
-
Class weka.core.converters.ODFLoader extends weka.core.converters.AbstractFileLoader implements Serializable
- serialVersionUID:
- 9164120515718983413L
-
Class weka.core.converters.ODFSaver extends weka.core.converters.AbstractFileSaver implements Serializable
- serialVersionUID:
- -7446832500561589653L
-
Serialized Fields
-
m_MissingValue
String m_MissingValue
-
-
Class weka.core.converters.SerializedInstancesLoader extends weka.core.converters.AbstractFileLoader implements Serializable
- serialVersionUID:
- 2391085836269030715L
-
Serialized Fields
-
m_Dataset
weka.core.Instances m_Dataset
-
m_IncrementalIndex
int m_IncrementalIndex
-
-
Class weka.core.converters.SerializedInstancesSaver extends weka.core.converters.AbstractFileSaver implements Serializable
- serialVersionUID:
- -7717010648500658872L
-
Serialized Fields
-
m_objectstream
ObjectOutputStream m_objectstream
-
-
Class weka.core.converters.SimpleArffLoader extends weka.core.converters.AbstractFileLoader implements Serializable
- serialVersionUID:
- 8692708185900983930L
-
Serialized Fields
-
m_Data
weka.core.Instances m_Data
the currently loaded data. -
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_ForceCompression
boolean m_ForceCompression
whether to force compression.
-
-
Class weka.core.converters.SimpleArffSaver extends weka.core.converters.AbstractFileSaver implements Serializable
- serialVersionUID:
- -6155802217430401683L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_MaxDecimalPlaces
int m_MaxDecimalPlaces
Max number of decimal places for numeric values -
m_OutputFile
File m_OutputFile
the file to write to.
-
-
Class weka.core.converters.SpreadSheetLoader extends weka.core.converters.AbstractFileLoader implements Serializable
- serialVersionUID:
- -5037505317395902292L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
the conversion to use. -
m_Data
weka.core.Instances m_Data
the actual data. -
m_Debug
boolean m_Debug
whether to print some debug information -
m_Reader
SpreadSheetReader m_Reader
the reader to use. -
m_sourceFile
File m_sourceFile
Holds the source of the data set. -
m_structure
weka.core.Instances m_structure
Holds the determined structure (header) of the data set.
-
-
Class weka.core.converters.SpreadSheetSaver extends weka.core.converters.AbstractFileSaver implements Serializable
- serialVersionUID:
- -6155802217430401683L
-
Serialized Fields
-
m_OutputFile
File m_OutputFile
the file to write to. -
m_Writer
SpreadSheetWriter m_Writer
the spreadsheet writer to use.
-
-
Class weka.core.converters.StreamTokenizerUtils extends Object implements Serializable
- serialVersionUID:
- -5786996944597404253L
-
Class weka.core.converters.SVMLightLoader extends weka.core.converters.AbstractFileLoader implements Serializable
- serialVersionUID:
- 4988360125354664417L
-
Class weka.core.converters.SVMLightSaver extends weka.core.converters.AbstractFileSaver implements Serializable
- serialVersionUID:
- 2605714599263995835L
-
Serialized Fields
-
m_ClassIndex
weka.core.SingleIndex m_ClassIndex
-
-
Class weka.core.converters.TextDirectoryLoader extends weka.core.converters.AbstractLoader implements Serializable
- serialVersionUID:
- 2592118773712247647L
-
Serialized Fields
-
m_charSet
String m_charSet
-
m_Debug
boolean m_Debug
-
m_filesByClass
List<LinkedList<String>> m_filesByClass
-
m_lastClassDir
int m_lastClassDir
-
m_OutputFilename
boolean m_OutputFilename
-
m_sourceFile
File m_sourceFile
-
m_structure
weka.core.Instances m_structure
-
-
Class weka.core.converters.XRFFLoader extends weka.core.converters.AbstractFileLoader implements Serializable
- serialVersionUID:
- 3764533621135196582L
-
Serialized Fields
-
m_URL
String m_URL
-
m_XMLInstances
weka.core.xml.XMLInstances m_XMLInstances
-
-
Class weka.core.converters.XRFFSaver extends weka.core.converters.AbstractFileSaver implements Serializable
- serialVersionUID:
- -7226404765213522043L
-
Serialized Fields
-
m_ClassIndex
weka.core.SingleIndex m_ClassIndex
-
m_CompressOutput
boolean m_CompressOutput
-
m_XMLInstances
weka.core.xml.XMLInstances m_XMLInstances
-
-
-
Package weka.core.matrix
-
Class weka.core.matrix.CholeskyDecomposition extends Object implements Serializable
- serialVersionUID:
- -8739775942782694701L
-
Serialized Fields
-
isspd
boolean isspd
-
L
double[][] L
-
n
int n
-
-
Class weka.core.matrix.EigenvalueDecomposition extends Object implements Serializable
- serialVersionUID:
- 4011654467211422319L
-
Serialized Fields
-
d
double[] d
-
e
double[] e
-
H
double[][] H
-
issymmetric
boolean issymmetric
-
n
int n
-
ort
double[] ort
-
V
double[][] V
-
-
Class weka.core.matrix.ExponentialFormat extends DecimalFormat implements Serializable
- serialVersionUID:
- -5298981701073897741L
-
Serialized Fields
-
digits
int digits
-
exp
int exp
-
nf
DecimalFormat nf
-
sign
boolean sign
-
trailing
boolean trailing
-
-
Class weka.core.matrix.FlexibleDecimalFormat extends DecimalFormat implements Serializable
- serialVersionUID:
- 110912192794064140L
-
Serialized Fields
-
decimalDigits
int decimalDigits
-
digits
int digits
-
exp
boolean exp
-
expDecimalDigits
int expDecimalDigits
-
grouping
boolean grouping
-
intDigits
int intDigits
-
nf
DecimalFormat nf
-
power
int power
-
sign
boolean sign
-
trailing
boolean trailing
-
-
Class weka.core.matrix.FloatingPointFormat extends DecimalFormat implements Serializable
- serialVersionUID:
- 4500373755333429499L
-
Serialized Fields
-
decimal
int decimal
-
nf
DecimalFormat nf
-
trailing
boolean trailing
-
width
int width
-
-
Class weka.core.matrix.LUDecomposition extends Object implements Serializable
- serialVersionUID:
- -2731022568037808629L
-
Serialized Fields
-
LU
double[][] LU
-
m
int m
-
n
int n
-
piv
int[] piv
-
pivsign
int pivsign
-
-
Class weka.core.matrix.Matrix extends Object implements Serializable
- serialVersionUID:
- 7856794138418366180L
-
Serialized Fields
-
A
double[][] A
-
m
int m
-
n
int n
-
-
Class weka.core.matrix.QRDecomposition extends Object implements Serializable
- serialVersionUID:
- -5013090736132211418L
-
Serialized Fields
-
m
int m
-
n
int n
-
QR
double[][] QR
-
Rdiag
double[] Rdiag
-
-
Class weka.core.matrix.SingularValueDecomposition extends Object implements Serializable
- serialVersionUID:
- -8738089610999867951L
-
Serialized Fields
-
m
int m
-
n
int n
-
s
double[] s
-
U
double[][] U
-
V
double[][] V
-
-
-
Package weka.core.neighboursearch
-
Class weka.core.neighboursearch.BallTree extends weka.core.neighboursearch.NearestNeighbourSearch implements Serializable
- serialVersionUID:
- 728763855952698328L
-
Serialized Fields
-
m_Distances
double[] m_Distances
-
m_InstList
int[] m_InstList
-
m_MaxInstancesInLeaf
int m_MaxInstancesInLeaf
-
m_Root
weka.core.neighboursearch.balltrees.BallNode m_Root
-
m_TreeConstructor
weka.core.neighboursearch.balltrees.BallTreeConstructor m_TreeConstructor
-
m_TreeStats
weka.core.neighboursearch.TreePerformanceStats m_TreeStats
-
-
Class weka.core.neighboursearch.CoverTree extends weka.core.neighboursearch.NearestNeighbourSearch implements Serializable
- serialVersionUID:
- 7617412821497807586L
-
Serialized Fields
-
il2
double il2
-
m_Base
double m_Base
-
m_DistanceList
double[] m_DistanceList
-
m_EuclideanDistance
weka.core.EuclideanDistance m_EuclideanDistance
-
m_MaxDepth
int m_MaxDepth
-
m_NumLeaves
int m_NumLeaves
-
m_NumNodes
int m_NumNodes
-
m_Root
weka.core.neighboursearch.CoverTree.CoverTreeNode m_Root
-
m_TreeStats
weka.core.neighboursearch.TreePerformanceStats m_TreeStats
-
-
Class weka.core.neighboursearch.CoverTree.CoverTreeNode extends Object implements Serializable
- serialVersionUID:
- 1808760031169036512L
-
Serialized Fields
-
children
weka.core.neighboursearch.covertrees.Stack<weka.core.neighboursearch.CoverTree.CoverTreeNode> children
-
idx
Integer idx
-
max_dist
double max_dist
-
num_children
int num_children
-
parent_dist
double parent_dist
-
scale
int scale
-
-
Class weka.core.neighboursearch.FilteredNeighbourSearch extends weka.core.neighboursearch.NearestNeighbourSearch implements Serializable
- serialVersionUID:
- 1369174644087067375L
-
Serialized Fields
-
m_AddID
weka.filters.unsupervised.attribute.AddID m_AddID
-
m_Filter
weka.filters.Filter m_Filter
-
m_IndexOfID
int m_IndexOfID
-
m_ModifiedSearchMethod
weka.core.neighboursearch.NearestNeighbourSearch m_ModifiedSearchMethod
-
m_SearchMethod
weka.core.neighboursearch.NearestNeighbourSearch m_SearchMethod
-
-
Class weka.core.neighboursearch.FilteredSearch extends TransformNNSearch implements Serializable
- serialVersionUID:
- -7892640764629075977L
-
Serialized Fields
-
m_Filter
weka.filters.Filter m_Filter
The filter
-
-
Class weka.core.neighboursearch.FilteredSearchWithIndices extends FilteredSearch implements Serializable
- serialVersionUID:
- 8865889822956816622L
-
Class weka.core.neighboursearch.KDTree extends weka.core.neighboursearch.NearestNeighbourSearch implements Serializable
- serialVersionUID:
- 1505717283763272533L
-
Serialized Fields
-
m_DistanceList
double[] m_DistanceList
-
m_EuclideanDistance
weka.core.EuclideanDistance m_EuclideanDistance
-
m_InstList
int[] m_InstList
-
m_MaxDepth
int m_MaxDepth
-
m_MaxInstInLeaf
int m_MaxInstInLeaf
-
m_MinBoxRelWidth
double m_MinBoxRelWidth
-
m_NormalizeNodeWidth
boolean m_NormalizeNodeWidth
-
m_NumLeaves
int m_NumLeaves
-
m_NumNodes
int m_NumNodes
-
m_Root
weka.core.neighboursearch.kdtrees.KDTreeNode m_Root
-
m_Splitter
weka.core.neighboursearch.kdtrees.KDTreeNodeSplitter m_Splitter
-
m_TreeStats
weka.core.neighboursearch.TreePerformanceStats m_TreeStats
-
-
Class weka.core.neighboursearch.LinearNNSearch extends weka.core.neighboursearch.NearestNeighbourSearch implements Serializable
- serialVersionUID:
- 1915484723703917241L
-
Serialized Fields
-
m_Distances
double[] m_Distances
-
m_SkipIdentical
boolean m_SkipIdentical
-
-
Class weka.core.neighboursearch.NearestNeighbourSearch extends Object implements Serializable
- serialVersionUID:
- 7516898393890379876L
-
Serialized Fields
-
m_DistanceFunction
weka.core.DistanceFunction m_DistanceFunction
-
m_Instances
weka.core.Instances m_Instances
-
m_kNN
int m_kNN
-
m_MeasurePerformance
boolean m_MeasurePerformance
-
m_Stats
weka.core.neighboursearch.PerformanceStats m_Stats
-
-
Class weka.core.neighboursearch.NewNNSearch extends weka.core.neighboursearch.NearestNeighbourSearch implements Serializable
- serialVersionUID:
- 1915484723703917241L
-
Serialized Fields
-
m_Distances
double[] m_Distances
Array holding the distances of the nearest neighbours. It is filled up both by nearestNeighbour() and kNearestNeighbours(). -
m_neighbours
SortedList<NewNNSearch.InstanceNode> m_neighbours
-
m_SkipIdentical
boolean m_SkipIdentical
Whether to skip instances from the neighbours that are identical to the query instance.
-
-
Class weka.core.neighboursearch.NewNNSearch.InstanceNode extends Object implements Serializable
-
Serialized Fields
-
distance
Double distance
-
instance_index
int instance_index
-
-
-
Class weka.core.neighboursearch.NewNNSearchWithIndices extends NewNNSearch implements Serializable
- serialVersionUID:
- 8418055082125959809L
-
Class weka.core.neighboursearch.PCANNSearch extends NewNNSearch implements Serializable
- serialVersionUID:
- 1915484723703917241L
-
Serialized Fields
-
m_CoverVariance
double m_CoverVariance
the amount of varaince to cover in the original data when retaining the best n PC's. -
m_MaxAttrsInName
int m_MaxAttrsInName
maximum number of attributes in the transformed attribute name. -
m_myInstances
weka.core.Instances m_myInstances
-
m_pca
PrincipalComponentsJ m_pca
The neighbourhood of instances to find neighbours in. -
m_Preprocessing
int m_Preprocessing
the type of preprocessing
-
-
Class weka.core.neighboursearch.PCANNSearchWithIndices extends PCANNSearch implements Serializable
- serialVersionUID:
- -1506570073632153605L
-
Class weka.core.neighboursearch.PerformanceStats extends Object implements Serializable
- serialVersionUID:
- -7215110351388368092L
-
Serialized Fields
-
m_CoordCount
double m_CoordCount
-
m_MaxC
double m_MaxC
-
m_MaxP
double m_MaxP
-
m_MinC
double m_MinC
-
m_MinP
double m_MinP
-
m_NumQueries
int m_NumQueries
-
m_PointCount
double m_PointCount
-
m_SumC
double m_SumC
-
m_SumP
double m_SumP
-
m_SumSqC
double m_SumSqC
-
m_SumSqP
double m_SumSqP
-
-
Class weka.core.neighboursearch.PLSNNSearch extends TransformNNSearch implements Serializable
- serialVersionUID:
- 1915484723703917241L
-
Serialized Fields
-
m_plsfilter
weka.filters.supervised.attribute.PLSFilter m_plsfilter
The neighbourhood of instances to find neighbours in. -
m_Preprocessing
int m_Preprocessing
the type of preprocessing -
mNumComponents
int mNumComponents
-
-
Class weka.core.neighboursearch.PLSNNSearchWithIndices extends PLSNNSearch implements Serializable
- serialVersionUID:
- -1190031755352538956L
-
Class weka.core.neighboursearch.TransformNNSearch extends NewNNSearch implements Serializable
-
Serialized Fields
-
m_myInstances
weka.core.Instances m_myInstances
Transformed instances.
-
-
-
Class weka.core.neighboursearch.TreePerformanceStats extends weka.core.neighboursearch.PerformanceStats implements Serializable
- serialVersionUID:
- -6637636693340810373L
-
Serialized Fields
-
m_IntNodeCount
int m_IntNodeCount
-
m_LeafCount
int m_LeafCount
-
m_MaxIntNodes
int m_MaxIntNodes
-
m_MaxLeaves
int m_MaxLeaves
-
m_MinIntNodes
int m_MinIntNodes
-
m_MinLeaves
int m_MinLeaves
-
m_SumIntNodes
int m_SumIntNodes
-
m_SumLeaves
int m_SumLeaves
-
m_SumSqIntNodes
int m_SumSqIntNodes
-
m_SumSqLeaves
int m_SumSqLeaves
-
-
-
Package weka.core.tokenizers
-
Class weka.core.tokenizers.AlphabeticTokenizer extends weka.core.tokenizers.Tokenizer implements Serializable
- serialVersionUID:
- 6705199562609861697L
-
Serialized Fields
-
m_CurrentPos
int m_CurrentPos
-
m_Str
char[] m_Str
-
-
Class weka.core.tokenizers.CharacterDelimitedTokenizer extends weka.core.tokenizers.Tokenizer implements Serializable
- serialVersionUID:
- -3091468793633408477L
-
Serialized Fields
-
m_Delimiters
String m_Delimiters
-
-
Class weka.core.tokenizers.CharacterNGramTokenizer extends weka.core.tokenizers.Tokenizer implements Serializable
- serialVersionUID:
- -1181896253171647218L
-
Serialized Fields
-
m_CurrentPosition
int m_CurrentPosition
-
m_N
int m_N
-
m_NMax
int m_NMax
-
m_NMin
int m_NMin
-
m_String
String m_String
-
-
Class weka.core.tokenizers.MultiTokenizer extends weka.core.tokenizers.Tokenizer implements Serializable
- serialVersionUID:
- 6094968316580671771L
-
Class weka.core.tokenizers.NGramTokenizer extends weka.core.tokenizers.CharacterDelimitedTokenizer implements Serializable
- serialVersionUID:
- -2181896254171647219L
-
Serialized Fields
-
m_CurrentPosition
int m_CurrentPosition
-
m_MaxPosition
int m_MaxPosition
-
m_N
int m_N
-
m_NMax
int m_NMax
-
m_NMin
int m_NMin
-
m_SplitString
String[] m_SplitString
-
-
Class weka.core.tokenizers.PreCleanedTokenizer extends weka.core.tokenizers.Tokenizer implements Serializable
- serialVersionUID:
- 6094968316580671771L
-
Serialized Fields
-
m_Cleaner
TokenCleaner m_Cleaner
the cleaner to use. -
m_PostTokenizer
weka.core.tokenizers.Tokenizer m_PostTokenizer
the post tokenizer to use. -
m_PreTokenizer
weka.core.tokenizers.Tokenizer m_PreTokenizer
the pre tokenizer to use.
-
-
Class weka.core.tokenizers.Tokenizer extends Object implements Serializable
- serialVersionUID:
- 7781271062738973996L
-
Class weka.core.tokenizers.WordTokenizer extends weka.core.tokenizers.CharacterDelimitedTokenizer implements Serializable
- serialVersionUID:
- -930893034037880773L
-
-
Package weka.core.tokenizers.cleaners
-
Class weka.core.tokenizers.cleaners.AbstractTokenCleaner extends Object implements Serializable
- serialVersionUID:
- 1681315217955054484L
-
Class weka.core.tokenizers.cleaners.MultiCleaner extends AbstractTokenCleaner implements Serializable
- serialVersionUID:
- -1815343837519097597L
-
Serialized Fields
-
m_Cleaners
TokenCleaner[] m_Cleaners
the cleaners to use.
-
-
Class weka.core.tokenizers.cleaners.NormalizeDuplicateChars extends AbstractTokenCleaner implements Serializable
- serialVersionUID:
- -7758011723883830212L
-
Class weka.core.tokenizers.cleaners.PassThrough extends AbstractTokenCleaner implements Serializable
- serialVersionUID:
- -7758011723883830212L
-
Class weka.core.tokenizers.cleaners.RemoveNonWordCharTokens extends AbstractTokenCleaner implements Serializable
- serialVersionUID:
- -1815343837519097597L
-
Serialized Fields
-
m_Invert
boolean m_Invert
whether to invert the matching sense.
-
-
-
Package weka.experiment
-
Class weka.experiment.AveragingResultProducer extends Object implements Serializable
- serialVersionUID:
- 2551284958501991352L
-
Serialized Fields
-
m_AdditionalMeasures
String[] m_AdditionalMeasures
-
m_CalculateStdDevs
boolean m_CalculateStdDevs
-
m_CountFieldName
String m_CountFieldName
-
m_ExpectedResultsPerAverage
int m_ExpectedResultsPerAverage
-
m_Instances
weka.core.Instances m_Instances
-
m_KeyFieldName
String m_KeyFieldName
-
m_KeyIndex
int m_KeyIndex
-
m_Keys
ArrayList<Object[]> m_Keys
-
m_ResultListener
weka.experiment.ResultListener m_ResultListener
-
m_ResultProducer
weka.experiment.ResultProducer m_ResultProducer
-
m_Results
ArrayList<Object[]> m_Results
-
-
Class weka.experiment.ClassifierSplitEvaluator extends Object implements Serializable
- serialVersionUID:
- -8511241602760467265L
-
Serialized Fields
-
m_AdditionalMeasures
String[] m_AdditionalMeasures
-
m_attID
int m_attID
-
m_Classifier
weka.classifiers.Classifier m_Classifier
-
m_ClassifierOptions
String m_ClassifierOptions
-
m_ClassifierVersion
String m_ClassifierVersion
-
m_doesProduce
boolean[] m_doesProduce
-
m_Evaluation
weka.classifiers.Evaluation m_Evaluation
-
m_IRclass
int m_IRclass
-
m_NoSizeDetermination
boolean m_NoSizeDetermination
-
m_numberAdditionalMeasures
int m_numberAdditionalMeasures
-
m_numPluginStatistics
int m_numPluginStatistics
-
m_pluginMetrics
List<weka.classifiers.evaluation.AbstractEvaluationMetric> m_pluginMetrics
-
m_predTargetColumn
boolean m_predTargetColumn
-
m_result
String m_result
-
m_Template
weka.classifiers.Classifier m_Template
-
-
Class weka.experiment.CostSensitiveClassifierSplitEvaluator extends weka.experiment.ClassifierSplitEvaluator implements Serializable
- serialVersionUID:
- -8069566663019501276L
-
Serialized Fields
-
m_OnDemandDirectory
File m_OnDemandDirectory
-
-
Class weka.experiment.CrossValidationResultProducer extends Object implements Serializable
- serialVersionUID:
- -1580053925080091917L
-
Serialized Fields
-
m_AdditionalMeasures
String[] m_AdditionalMeasures
-
m_debugOutput
boolean m_debugOutput
-
m_Instances
weka.core.Instances m_Instances
-
m_NumFolds
int m_NumFolds
-
m_OutputFile
File m_OutputFile
-
m_ResultListener
weka.experiment.ResultListener m_ResultListener
-
m_SplitEvaluator
weka.experiment.SplitEvaluator m_SplitEvaluator
-
m_ZipDest
weka.experiment.OutputZipper m_ZipDest
-
-
Class weka.experiment.CrossValidationSplitResultProducer extends weka.experiment.CrossValidationResultProducer implements Serializable
- serialVersionUID:
- 1403798164046795073L
-
Class weka.experiment.CSVResultListener extends Object implements Serializable
- serialVersionUID:
- -623185072785174658L
-
Class weka.experiment.DatabaseResultListener extends weka.experiment.DatabaseUtils implements Serializable
- serialVersionUID:
- 7388014746954652818L
-
Class weka.experiment.DatabaseResultProducer extends weka.experiment.DatabaseResultListener implements Serializable
- serialVersionUID:
- -5620660780203158666L
-
Serialized Fields
-
m_AdditionalMeasures
String[] m_AdditionalMeasures
-
m_Instances
weka.core.Instances m_Instances
-
m_ResultListener
weka.experiment.ResultListener m_ResultListener
-
-
Class weka.experiment.DatabaseUtils extends Object implements Serializable
- serialVersionUID:
- -8252351994547116729L
-
Serialized Fields
-
DRIVERS
Vector<String> DRIVERS
-
m_checkForLowerCaseNames
boolean m_checkForLowerCaseNames
-
m_checkForUpperCaseNames
boolean m_checkForUpperCaseNames
-
m_createIndex
boolean m_createIndex
-
m_DatabaseURL
String m_DatabaseURL
-
m_Debug
boolean m_Debug
-
m_doubleType
String m_doubleType
-
m_intType
String m_intType
-
m_Keywords
HashSet<String> m_Keywords
-
m_KeywordsMaskChar
String m_KeywordsMaskChar
-
m_password
String m_password
-
m_setAutoCommit
boolean m_setAutoCommit
-
m_stringType
String m_stringType
-
m_userName
String m_userName
-
PROPERTIES
Properties PROPERTIES
-
-
Class weka.experiment.DensityBasedClustererSplitEvaluator extends Object implements Serializable
- serialVersionUID:
- 5124501059135692160L
-
Serialized Fields
-
m_additionalMeasures
String[] m_additionalMeasures
-
m_clusterer
weka.clusterers.DensityBasedClusterer m_clusterer
-
m_clustererOptions
String m_clustererOptions
-
m_clustererVersion
String m_clustererVersion
-
m_doesProduce
boolean[] m_doesProduce
-
m_Evaluation
weka.clusterers.ClusterEvaluation m_Evaluation
-
m_NoSizeDetermination
boolean m_NoSizeDetermination
-
m_numberAdditionalMeasures
int m_numberAdditionalMeasures
-
m_removeClassColumn
boolean m_removeClassColumn
-
m_result
String m_result
-
-
Class weka.experiment.Experiment extends Object implements Serializable
- serialVersionUID:
- 44945596742646663L
-
Serialized Fields
-
m_AdditionalMeasures
String[] m_AdditionalMeasures
-
m_AdvanceDataSetFirst
boolean m_AdvanceDataSetFirst
-
m_ClassFirst
boolean m_ClassFirst
-
m_Datasets
DefaultListModel m_Datasets
-
m_Notes
String m_Notes
-
m_PropertyArray
Object m_PropertyArray
-
m_PropertyPath
weka.experiment.PropertyNode[] m_PropertyPath
-
m_ResultListener
weka.experiment.ResultListener m_ResultListener
-
m_ResultProducer
weka.experiment.ResultProducer m_ResultProducer
-
m_RunLower
int m_RunLower
-
m_RunUpper
int m_RunUpper
-
m_UsePropertyIterator
boolean m_UsePropertyIterator
-
-
Class weka.experiment.ExplicitTestsetResultProducer extends Object implements Serializable
- serialVersionUID:
- 2613585409333652530L
-
Serialized Fields
-
m_AdditionalMeasures
String[] m_AdditionalMeasures
-
m_debugOutput
boolean m_debugOutput
-
m_Instances
weka.core.Instances m_Instances
-
m_OutputFile
File m_OutputFile
-
m_randomize
boolean m_randomize
-
m_RelationFind
String m_RelationFind
-
m_RelationReplace
String m_RelationReplace
-
m_ResultListener
weka.experiment.ResultListener m_ResultListener
-
m_SplitEvaluator
weka.experiment.SplitEvaluator m_SplitEvaluator
-
m_TestsetDir
File m_TestsetDir
-
m_TestsetPrefix
String m_TestsetPrefix
-
m_TestsetSuffix
String m_TestsetSuffix
-
m_ZipDest
weka.experiment.OutputZipper m_ZipDest
-
-
Class weka.experiment.ExtExperiment extends weka.experiment.Experiment implements Serializable
- serialVersionUID:
- 6600722909231586798L
-
Serialized Fields
-
m_PrefixDatasetsWithIndex
boolean m_PrefixDatasetsWithIndex
whether to prefix the relation names with the index. -
m_UseFilename
boolean m_UseFilename
whether to use the filename (w/o path) instead of relationname.
-
-
Class weka.experiment.InstanceQuery extends weka.experiment.DatabaseUtils implements Serializable
- serialVersionUID:
- 718158370917782584L
-
Class weka.experiment.InstancesResultListener extends weka.experiment.CSVResultListener implements Serializable
- serialVersionUID:
- -2203808461809311178L
-
Class weka.experiment.LearningRateResultProducer extends Object implements Serializable
- serialVersionUID:
- -3841159673490861331L
-
Serialized Fields
-
m_AdditionalMeasures
String[] m_AdditionalMeasures
-
m_CurrentSize
int m_CurrentSize
-
m_Instances
weka.core.Instances m_Instances
-
m_LowerSize
int m_LowerSize
-
m_ResultListener
weka.experiment.ResultListener m_ResultListener
-
m_ResultProducer
weka.experiment.ResultProducer m_ResultProducer
-
m_StepSize
int m_StepSize
-
m_UpperSize
int m_UpperSize
-
-
Class weka.experiment.PairedCorrectedTTester extends weka.experiment.PairedTTester implements Serializable
- serialVersionUID:
- -3105268939845653323L
-
Class weka.experiment.PairedTTester extends Object implements Serializable
- serialVersionUID:
- 8370014624008728610L
-
Serialized Fields
-
m_ColOrder
int[] m_ColOrder
-
m_DatasetKeyColumns
int[] m_DatasetKeyColumns
-
m_DatasetKeyColumnsRange
weka.core.Range m_DatasetKeyColumnsRange
-
m_DatasetSpecifiers
weka.experiment.PairedTTester.DatasetSpecifiers m_DatasetSpecifiers
-
m_DisplayedResultsets
int[] m_DisplayedResultsets
-
m_FoldColumn
int m_FoldColumn
-
m_Instances
weka.core.Instances m_Instances
-
m_ResultMatrix
weka.experiment.ResultMatrix m_ResultMatrix
-
m_ResultsetKeyColumns
int[] m_ResultsetKeyColumns
-
m_ResultsetKeyColumnsRange
weka.core.Range m_ResultsetKeyColumnsRange
-
m_Resultsets
ArrayList<weka.experiment.PairedTTester.Resultset> m_Resultsets
-
m_ResultsetsValid
boolean m_ResultsetsValid
-
m_RunColumn
int m_RunColumn
-
m_RunColumnSet
int m_RunColumnSet
-
m_ShowStdDevs
boolean m_ShowStdDevs
-
m_SignificanceLevel
double m_SignificanceLevel
-
m_SortColumn
int m_SortColumn
-
m_SortOrder
int[] m_SortOrder
-
-
Class weka.experiment.PairedTTester.Dataset extends Object implements Serializable
- serialVersionUID:
- -2801397601839433282L
-
Serialized Fields
-
m_Dataset
ArrayList<weka.core.Instance> m_Dataset
-
m_Template
weka.core.Instance m_Template
-
-
Class weka.experiment.PairedTTester.DatasetSpecifiers extends Object implements Serializable
- serialVersionUID:
- -9020938059902723401L
-
Serialized Fields
-
m_Specifiers
ArrayList<weka.core.Instance> m_Specifiers
-
-
Class weka.experiment.PairedTTester.Resultset extends Object implements Serializable
- serialVersionUID:
- 1543786683821339978L
-
Serialized Fields
-
m_Datasets
ArrayList<weka.experiment.PairedTTester.Dataset> m_Datasets
-
m_Template
weka.core.Instance m_Template
-
-
Class weka.experiment.PropertyNode extends Object implements Serializable
- serialVersionUID:
- -8718165742572631384L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream arg0) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
parentClass
Class<?> parentClass
-
property
PropertyDescriptor property
-
value
Object value
-
-
Class weka.experiment.RandomSplitResultProducer extends Object implements Serializable
- serialVersionUID:
- 1403798165056795073L
-
Serialized Fields
-
m_AdditionalMeasures
String[] m_AdditionalMeasures
-
m_debugOutput
boolean m_debugOutput
-
m_Instances
weka.core.Instances m_Instances
-
m_OutputFile
File m_OutputFile
-
m_randomize
boolean m_randomize
-
m_ResultListener
weka.experiment.ResultListener m_ResultListener
-
m_SplitEvaluator
weka.experiment.SplitEvaluator m_SplitEvaluator
-
m_TrainPercent
double m_TrainPercent
-
m_ZipDest
weka.experiment.OutputZipper m_ZipDest
-
-
Class weka.experiment.RegressionSplitEvaluator extends Object implements Serializable
- serialVersionUID:
- -328181640503349202L
-
Serialized Fields
-
m_AdditionalMeasures
String[] m_AdditionalMeasures
-
m_Classifier
weka.classifiers.Classifier m_Classifier
-
m_ClassifierOptions
String m_ClassifierOptions
-
m_ClassifierVersion
String m_ClassifierVersion
-
m_doesProduce
boolean[] m_doesProduce
-
m_Evaluation
weka.classifiers.Evaluation m_Evaluation
-
m_NoSizeDetermination
boolean m_NoSizeDetermination
-
m_numPluginStatistics
int m_numPluginStatistics
-
m_pluginMetrics
List<weka.classifiers.evaluation.AbstractEvaluationMetric> m_pluginMetrics
-
m_result
String m_result
-
m_Template
weka.classifiers.Classifier m_Template
-
-
Class weka.experiment.RemoteEngine extends UnicastRemoteObject implements Serializable
- serialVersionUID:
- -1021538162895448259L
-
Class weka.experiment.RemoteExperiment extends weka.experiment.Experiment implements Serializable
- serialVersionUID:
- -7357668825635314937L
-
Serialized Fields
-
m_baseExperiment
weka.experiment.Experiment m_baseExperiment
-
m_experimentAborted
boolean m_experimentAborted
-
m_failedCount
int m_failedCount
-
m_finishedCount
int m_finishedCount
-
m_listeners
ArrayList<weka.experiment.RemoteExperimentListener> m_listeners
-
m_remoteHostFailureCounts
int[] m_remoteHostFailureCounts
-
m_remoteHosts
DefaultListModel m_remoteHosts
-
m_remoteHostsQueue
weka.core.Queue m_remoteHostsQueue
-
m_remoteHostsStatus
int[] m_remoteHostsStatus
-
m_removedHosts
int m_removedHosts
-
m_splitByDataSet
boolean m_splitByDataSet
-
m_splitByProperty
boolean m_splitByProperty
-
m_subExpComplete
int[] m_subExpComplete
-
m_subExperiments
weka.experiment.Experiment[] m_subExperiments
-
m_subExpQueue
weka.core.Queue m_subExpQueue
-
-
Class weka.experiment.RemoteExperimentEvent extends Object implements Serializable
- serialVersionUID:
- 7000867987391866451L
-
Serialized Fields
-
m_experimentFinished
boolean m_experimentFinished
-
m_logMessage
boolean m_logMessage
-
m_messageString
String m_messageString
-
m_statusMessage
boolean m_statusMessage
-
-
Class weka.experiment.RemoteExperimentSubTask extends Object implements Serializable
- serialVersionUID:
- -1674092706571603720L
-
Serialized Fields
-
m_experiment
weka.experiment.Experiment m_experiment
-
m_result
weka.experiment.TaskStatusInfo m_result
-
m_serializedExp
weka.core.SerializedObject m_serializedExp
-
-
Class weka.experiment.ResultMatrix extends Object implements Serializable
- serialVersionUID:
- 4487179306428209739L
-
Serialized Fields
-
LEFT_PARENTHESES
String LEFT_PARENTHESES
-
LOSS_STRING
String LOSS_STRING
-
m_ColHidden
boolean[] m_ColHidden
-
m_ColNames
String[] m_ColNames
-
m_ColNameWidth
int m_ColNameWidth
-
m_ColOrder
int[] m_ColOrder
-
m_Counts
double[] m_Counts
-
m_CountWidth
int m_CountWidth
-
m_EnumerateColNames
boolean m_EnumerateColNames
-
m_EnumerateRowNames
boolean m_EnumerateRowNames
-
m_HeaderKeys
Vector<String> m_HeaderKeys
-
m_HeaderValues
Vector<String> m_HeaderValues
-
m_Mean
double[][] m_Mean
-
m_MeanPrec
int m_MeanPrec
-
m_MeanWidth
int m_MeanWidth
-
m_NonSigWins
int[][] m_NonSigWins
-
m_PrintColNames
boolean m_PrintColNames
-
m_PrintRowNames
boolean m_PrintRowNames
-
m_RankingDiff
int[] m_RankingDiff
-
m_RankingLosses
int[] m_RankingLosses
-
m_RankingWins
int[] m_RankingWins
-
m_RemoveFilterName
boolean m_RemoveFilterName
-
m_RowHidden
boolean[] m_RowHidden
-
m_RowNames
String[] m_RowNames
-
m_RowNameWidth
int m_RowNameWidth
-
m_RowOrder
int[] m_RowOrder
-
m_ShowAverage
boolean m_ShowAverage
-
m_ShowStdDev
boolean m_ShowStdDev
-
m_Significance
int[][] m_Significance
-
m_SignificanceWidth
int m_SignificanceWidth
-
m_StdDev
double[][] m_StdDev
-
m_StdDevPrec
int m_StdDevPrec
-
m_StdDevWidth
int m_StdDevWidth
-
m_Wins
int[][] m_Wins
-
RIGHT_PARENTHESES
String RIGHT_PARENTHESES
-
TIE_STRING
String TIE_STRING
-
WIN_STRING
String WIN_STRING
-
-
Class weka.experiment.ResultMatrixAdamsCSV extends weka.experiment.ResultMatrix implements Serializable
- serialVersionUID:
- -171838863135042743L
-
Class weka.experiment.ResultMatrixCSV extends weka.experiment.ResultMatrix implements Serializable
- serialVersionUID:
- -171838863135042743L
-
Class weka.experiment.ResultMatrixGnuPlot extends weka.experiment.ResultMatrix implements Serializable
- serialVersionUID:
- -234648254944790097L
-
Class weka.experiment.ResultMatrixHTML extends weka.experiment.ResultMatrix implements Serializable
- serialVersionUID:
- 6672380422544799990L
-
Class weka.experiment.ResultMatrixLatex extends weka.experiment.ResultMatrix implements Serializable
- serialVersionUID:
- 777690788447600978L
-
Class weka.experiment.ResultMatrixMediaWiki extends weka.experiment.ResultMatrix implements Serializable
- serialVersionUID:
- 6501952611900558450L
-
Serialized Fields
-
m_Border
int m_Border
the size of the border. -
m_CellPadding
int m_CellPadding
the cell padding. -
m_CellSpacing
int m_CellSpacing
the cell spacing.
-
-
Class weka.experiment.ResultMatrixPlainText extends weka.experiment.ResultMatrix implements Serializable
- serialVersionUID:
- 1502934525382357937L
-
Class weka.experiment.ResultMatrixSignificance extends weka.experiment.ResultMatrix implements Serializable
- serialVersionUID:
- -1280545644109764206L
-
Class weka.experiment.Stats extends Object implements Serializable
- serialVersionUID:
- -8610544539090024102L
-
Serialized Fields
-
count
double count
-
max
double max
-
mean
double mean
-
min
double min
-
stdDev
double stdDev
-
stdDevFactor
double stdDevFactor
-
sum
double sum
-
sumSq
double sumSq
-
-
Class weka.experiment.TaskStatusInfo extends Object implements Serializable
- serialVersionUID:
- -6129343303703560015L
-
-
Package weka.filters
-
Class weka.filters.AllFilter extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 5022109283147503266L
-
Class weka.filters.Dumper extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- 9140334137670320734L
-
Serialized Fields
-
m_Dumper
weka.core.dump.AbstractDumper m_Dumper
-
-
Class weka.filters.Filter extends Object implements Serializable
- serialVersionUID:
- -8835063755891851218L
-
Serialized Fields
-
m_Debug
boolean m_Debug
-
m_DoNotCheckCapabilities
boolean m_DoNotCheckCapabilities
-
m_FirstBatchDone
boolean m_FirstBatchDone
-
m_InputFormat
weka.core.Instances m_InputFormat
-
m_InputRelAtts
weka.core.RelationalLocator m_InputRelAtts
-
m_InputStringAtts
weka.core.StringLocator m_InputStringAtts
-
m_NewBatch
boolean m_NewBatch
-
m_OutputFormat
weka.core.Instances m_OutputFormat
-
m_OutputQueue
weka.core.Queue m_OutputQueue
-
m_OutputRelAtts
weka.core.RelationalLocator m_OutputRelAtts
-
m_OutputStringAtts
weka.core.StringLocator m_OutputStringAtts
-
-
Class weka.filters.FilteredFilter extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- 2750612199034543886L
-
Serialized Fields
-
m_MainFilter
weka.filters.Filter m_MainFilter
The main filter to apply to the data. -
m_PreFilter
weka.filters.Filter m_PreFilter
The pre-filter to apply to the data.
-
-
Class weka.filters.FlowFilter extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- 4204884126927666844L
-
Serialized Fields
-
m_FlowFile
FlowFile m_FlowFile
the flow file to process the data with. -
m_SubProcess
SubProcess m_SubProcess
the flow for processing the data.
-
-
Class weka.filters.MultiFilter extends weka.filters.SimpleStreamFilter implements Serializable
- serialVersionUID:
- -6293720886005713120L
-
Serialized Fields
-
m_Filters
weka.filters.Filter[] m_Filters
-
m_Seed
int m_Seed
-
m_Streamable
boolean m_Streamable
-
m_StreamableChecked
boolean m_StreamableChecked
-
-
Class weka.filters.RenameRelation extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 8082179220141937043L
-
Class weka.filters.SerializedFilter extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- 4204884126927666844L
-
Serialized Fields
-
m_ActualFilter
weka.filters.Filter m_ActualFilter
the actual filter. -
m_Serialized
PlaceholderFile m_Serialized
the flow file to process the data with.
-
-
Class weka.filters.SimpleBatchFilter extends weka.filters.SimpleFilter implements Serializable
- serialVersionUID:
- 8102908673378055114L
-
Class weka.filters.SimpleFilter extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 5702974949137433141L
-
Class weka.filters.SimpleStreamFilter extends weka.filters.SimpleFilter implements Serializable
- serialVersionUID:
- 2754882676192747091L
-
-
Package weka.filters.supervised.attribute
-
Class weka.filters.supervised.attribute.AddClassification extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -1931467132568441909L
-
Serialized Fields
-
m_ActualClassifier
weka.classifiers.Classifier m_ActualClassifier
-
m_Classifier
weka.classifiers.Classifier m_Classifier
-
m_OutputClassification
boolean m_OutputClassification
-
m_OutputDistribution
boolean m_OutputDistribution
-
m_OutputErrorFlag
boolean m_OutputErrorFlag
-
m_RemoveOldClass
boolean m_RemoveOldClass
-
m_SerializedClassifierFile
File m_SerializedClassifierFile
-
m_SerializedHeader
weka.core.Instances m_SerializedHeader
-
-
Class weka.filters.supervised.attribute.AttributeSelection extends weka.filters.Filter implements Serializable
- serialVersionUID:
- -296211247688169716L
-
Serialized Fields
-
m_ASEvaluator
weka.attributeSelection.ASEvaluation m_ASEvaluator
-
m_ASSearch
weka.attributeSelection.ASSearch m_ASSearch
-
m_hasClass
boolean m_hasClass
-
m_SelectedAttributes
int[] m_SelectedAttributes
-
m_trainSelector
weka.attributeSelection.AttributeSelection m_trainSelector
-
-
Class weka.filters.supervised.attribute.ClassConditionalProbabilities extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- 1684310720200284263L
-
Serialized Fields
-
m_estimator
weka.classifiers.bayes.NaiveBayes m_estimator
-
m_estimatorLookup
Map<String,weka.estimators.Estimator[]> m_estimatorLookup
-
m_excludeNominalAttributes
boolean m_excludeNominalAttributes
-
m_excludeNumericAttributes
boolean m_excludeNumericAttributes
-
m_nominalConversionThreshold
int m_nominalConversionThreshold
-
m_remove
weka.filters.unsupervised.attribute.Remove m_remove
-
m_SpreadAttributeWeight
boolean m_SpreadAttributeWeight
-
m_unchanged
weka.core.Instances m_unchanged
-
-
Class weka.filters.supervised.attribute.ClassOrder extends weka.filters.Filter implements Serializable
- serialVersionUID:
- -2116226838887628411L
-
Serialized Fields
-
m_ClassAttribute
weka.core.Attribute m_ClassAttribute
-
m_ClassCounts
double[] m_ClassCounts
-
m_ClassOrder
int m_ClassOrder
-
m_Converter
int[] m_Converter
-
m_Random
Random m_Random
-
m_Seed
long m_Seed
-
-
Class weka.filters.supervised.attribute.Discretize extends weka.filters.Filter implements Serializable
- serialVersionUID:
- -3141006402280129097L
-
Serialized Fields
-
m_BinRangePrecision
int m_BinRangePrecision
-
m_CutPoints
double[][] m_CutPoints
-
m_DiscretizeCols
weka.core.Range m_DiscretizeCols
-
m_MakeBinary
boolean m_MakeBinary
-
m_SpreadAttributeWeight
boolean m_SpreadAttributeWeight
-
m_UseBetterEncoding
boolean m_UseBetterEncoding
-
m_UseBinNumbers
boolean m_UseBinNumbers
-
m_UseKononenko
boolean m_UseKononenko
-
-
Class weka.filters.supervised.attribute.MergeNominalValues extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- 7447337831221353842L
-
Serialized Fields
-
m_AttToBeModified
boolean[] m_AttToBeModified
-
m_Indicators
int[][] m_Indicators
-
m_SelectCols
weka.core.Range m_SelectCols
-
m_SelectedAttributes
int[] m_SelectedAttributes
-
m_SigLevel
double m_SigLevel
-
m_UseShortIdentifiers
boolean m_UseShortIdentifiers
-
-
Class weka.filters.supervised.attribute.MultiPLS extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -3335106965521265631L
-
Serialized Fields
-
m_Algorithm
AbstractPLS m_Algorithm
the PLS algorithm. -
m_DropNonClassYs
boolean m_DropNonClassYs
whether to keep Ys that are not the class or not. -
m_MatrixNames
String[] m_MatrixNames
the matrix names. -
m_OtherIndices
gnu.trove.list.TIntList m_OtherIndices
the indices of the other attributes. -
m_PLS
Map<String,AbstractPLS> m_PLS
the PLS algorithms corresponding to the Y attributes. -
m_XIndices
gnu.trove.list.TIntList m_XIndices
the indices of the X attributes. -
m_XRegExp
BaseRegExp m_XRegExp
the regular expression for the X columns. -
m_YIndices
gnu.trove.list.TIntList m_YIndices
the indices of the Y attributes. -
m_YRegExp
BaseRegExp m_YRegExp
the regular expression for the Y columns.
-
-
Class weka.filters.supervised.attribute.NominalToBinary extends weka.filters.Filter implements Serializable
- serialVersionUID:
- -5004607029857673950L
-
Serialized Fields
-
m_Indices
int[][] m_Indices
-
m_needToTransform
boolean m_needToTransform
-
m_Numeric
boolean m_Numeric
-
m_SpreadAttributeWeight
boolean m_SpreadAttributeWeight
-
m_TransformAll
boolean m_TransformAll
-
-
Class weka.filters.supervised.attribute.PartitionMembership extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 333532554667754026L
-
Serialized Fields
-
m_partitionGenerator
weka.core.PartitionGenerator m_partitionGenerator
-
-
Class weka.filters.supervised.attribute.PLS extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -3335106965521265631L
-
Serialized Fields
-
m_Algorithm
AbstractPLS m_Algorithm
the PLS algorithm.
-
-
Class weka.filters.supervised.attribute.PLSFilter extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -3335106965521265631L
-
Serialized Fields
-
m_Algorithm
int m_Algorithm
-
m_ClassMean
double m_ClassMean
-
m_ClassStdDev
double m_ClassStdDev
-
m_Filter
weka.filters.Filter m_Filter
-
m_Missing
weka.filters.Filter m_Missing
-
m_NumComponents
int m_NumComponents
-
m_PerformPrediction
boolean m_PerformPrediction
-
m_PLS1_b_hat
weka.core.matrix.Matrix m_PLS1_b_hat
-
m_PLS1_P
weka.core.matrix.Matrix m_PLS1_P
-
m_PLS1_RegVector
weka.core.matrix.Matrix m_PLS1_RegVector
-
m_PLS1_W
weka.core.matrix.Matrix m_PLS1_W
-
m_Preprocessing
int m_Preprocessing
-
m_ReplaceMissing
boolean m_ReplaceMissing
-
m_SIMPLS_B
weka.core.matrix.Matrix m_SIMPLS_B
-
m_SIMPLS_W
weka.core.matrix.Matrix m_SIMPLS_W
-
-
Class weka.filters.supervised.attribute.PLSFilterExtended extends weka.filters.supervised.attribute.PLSFilter implements Serializable
- serialVersionUID:
- 3908648580492805218L
-
Serialized Fields
-
m_Means
double[] m_Means
-
m_StdDevs
double[] m_StdDevs
-
-
Class weka.filters.supervised.attribute.PLSFilterWithLoadings extends weka.filters.supervised.attribute.PLSFilter implements Serializable
- serialVersionUID:
- -5366730549674709661L
-
Class weka.filters.supervised.attribute.SIMPLSMatrixFilter extends weka.filters.supervised.attribute.PLSFilter implements Serializable
- serialVersionUID:
- -5366730549674709661L
-
Serialized Fields
-
m_SIMPLS_MATRIX_LOCAL
weka.core.matrix.Matrix m_SIMPLS_MATRIX_LOCAL
-
-
Class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString extends weka.filters.supervised.attribute.PLSFilter implements Serializable
- serialVersionUID:
- -5366730549674709661L
-
Serialized Fields
-
m_BitString
String m_BitString
-
m_Columns
int m_Columns
-
m_Max
double m_Max
-
m_Min
double m_Min
-
m_Rows
int m_Rows
-
m_SIMPLS_MATRIX_LOCAL
weka.core.matrix.Matrix m_SIMPLS_MATRIX_LOCAL
-
m_Splits
int m_Splits
-
-
Class weka.filters.supervised.attribute.TSLagMaker extends weka.filters.Filter implements Serializable
- serialVersionUID:
- -1697901820770907975L
-
Serialized Fields
-
m_addDateMap
weka.filters.unsupervised.attribute.Add m_addDateMap
-
m_adjustForTrends
boolean m_adjustForTrends
-
m_adjustForVariance
boolean m_adjustForVariance
-
m_am
boolean m_am
-
m_artificialTimeMaker
weka.filters.unsupervised.attribute.AddID m_artificialTimeMaker
-
m_averageConsecutiveLongLags
boolean m_averageConsecutiveLongLags
-
m_averagedLagMakers
List<weka.filters.Filter> m_averagedLagMakers
-
m_averageLagsAfter
int m_averageLagsAfter
-
m_customPeriodics
Map<String,ArrayList<weka.classifiers.timeseries.core.CustomPeriodicTest>> m_customPeriodics
-
m_dateBasedPeriodicity
weka.filters.supervised.attribute.TSLagMaker.PeriodicityHandler m_dateBasedPeriodicity
-
m_dateFormat
String m_dateFormat
-
m_dateTimeStampBase
long m_dateTimeStampBase
-
m_dayOfMonth
boolean m_dayOfMonth
-
m_dayOfWeek
boolean m_dayOfWeek
-
m_deleteMissingFromStartOfSeries
boolean m_deleteMissingFromStartOfSeries
-
m_derivedPeriodicMakers
List<weka.filters.Filter> m_derivedPeriodicMakers
-
m_extraneousAttributeRemover
weka.filters.unsupervised.attribute.Remove m_extraneousAttributeRemover
-
m_fieldsToLag
List<String> m_fieldsToLag
-
m_includePowersOfTime
boolean m_includePowersOfTime
-
m_includeTimeLagCrossProducts
boolean m_includeTimeLagCrossProducts
-
m_initialSecondBatchHeaderCheck
boolean m_initialSecondBatchHeaderCheck
-
m_lagFineTune
String m_lagFineTune
-
m_lagMakers
List<weka.filters.Filter> m_lagMakers
-
m_lastHistoricInstance
weka.core.Instance m_lastHistoricInstance
-
m_lastTimeValue
double m_lastTimeValue
-
m_maxLag
int m_maxLag
-
m_minLag
int m_minLag
-
m_monthOfYear
boolean m_monthOfYear
-
m_numConsecutiveToAverage
int m_numConsecutiveToAverage
-
m_numDaysInMonth
boolean m_numDaysInMonth
-
m_originalHeader
weka.core.Instances m_originalHeader
-
m_overlayFields
List<String> m_overlayFields
-
m_primaryPeriodicName
String m_primaryPeriodicName
-
m_primaryPeriodicSequence
Map<String,String> m_primaryPeriodicSequence
-
m_quarter
boolean m_quarter
-
m_reset
boolean m_reset
-
m_runningAsAFilter
boolean m_runningAsAFilter
-
m_secondaryPeriodicLookups
Map<weka.core.Attribute,Map<String,String>> m_secondaryPeriodicLookups
-
m_skipEntries
String m_skipEntries
-
m_timeIndexMakers
List<weka.filters.Filter> m_timeIndexMakers
-
m_timeLagCrossProductMakers
List<weka.filters.Filter> m_timeLagCrossProductMakers
-
m_timeStampName
String m_timeStampName
-
m_useArtificialTimeIndex
boolean m_useArtificialTimeIndex
-
m_userHintPeriodicity
weka.filters.supervised.attribute.TSLagMaker.Periodicity m_userHintPeriodicity
-
m_varianceAdjusters
List<weka.filters.Filter> m_varianceAdjusters
-
m_weekend
boolean m_weekend
-
-
Class weka.filters.supervised.attribute.TSLagMaker.LogFilter extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 5427729966639957517L
-
Serialized Fields
-
m_attIndex
int m_attIndex
-
-
Class weka.filters.supervised.attribute.TSLagMaker.PeriodicityHandler extends Object implements Serializable
- serialVersionUID:
- 6330232772323425050L
-
Serialized Fields
-
m_dateTimeStampBaseVal
long m_dateTimeStampBaseVal
-
m_dateTimeStampFinalVal
long m_dateTimeStampFinalVal
-
m_dateTimeStampInitialVal
long m_dateTimeStampInitialVal
-
m_deltaTime
double m_deltaTime
-
m_handlerPeriodicity
weka.filters.supervised.attribute.TSLagMaker.Periodicity m_handlerPeriodicity
-
m_isDateBased
boolean m_isDateBased
-
m_skipList
List<Object> m_skipList
-
m_trainingRemapSkipAdjust
long m_trainingRemapSkipAdjust
-
-
Class weka.filters.supervised.attribute.YGradientEPO extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -3335106965521265631L
-
Serialized Fields
-
m_Algorithm
com.github.waikatodatamining.matrix.algorithm.glsw.YGradientEPO m_Algorithm
the EPO algorithm. -
m_Alpha
double m_Alpha
Alpha parameter. Defines how strongly GLSW downweights interferences -
m_N
int m_N
Number of eigenvectors to keep.
-
-
Class weka.filters.supervised.attribute.YGradientGLSW extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -3335106965521265631L
-
Serialized Fields
-
m_Algorithm
com.github.waikatodatamining.matrix.algorithm.glsw.YGradientGLSW m_Algorithm
the GLSW algorithm. -
m_Alpha
double m_Alpha
Alpha parameter. Defines how strongly GLSW downweights interferences
-
-
-
Package weka.filters.supervised.instance
-
Class weka.filters.supervised.instance.ClassBalancer extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- 6237337831221353842L
-
Serialized Fields
-
m_NumIntervals
int m_NumIntervals
-
-
Class weka.filters.supervised.instance.RemoveOutliers extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -8292965351930853084L
-
Serialized Fields
-
m_Classifier
weka.classifiers.Classifier m_Classifier
the classifier to use for evaluation. -
m_Detector
AbstractOutlierDetector m_Detector
the outlier detector to use. -
m_NumFolds
int m_NumFolds
the number of folds to use. -
m_NumThreads
int m_NumThreads
the number of threads to use for parallel execution. -
m_Seed
int m_Seed
the seed value.
-
-
Class weka.filters.supervised.instance.Resample extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 7079064953548300681L
-
Serialized Fields
-
m_BiasToUniformClass
double m_BiasToUniformClass
-
m_InvertSelection
boolean m_InvertSelection
-
m_NoReplacement
boolean m_NoReplacement
-
m_RandomSeed
int m_RandomSeed
-
m_SampleSizePercent
double m_SampleSizePercent
-
-
Class weka.filters.supervised.instance.SpreadSubsample extends weka.filters.Filter implements Serializable
- serialVersionUID:
- -3947033795243930016L
-
Serialized Fields
-
m_AdjustWeights
boolean m_AdjustWeights
-
m_DistributionSpread
double m_DistributionSpread
-
m_MaxCount
int m_MaxCount
-
m_RandomSeed
int m_RandomSeed
-
-
Class weka.filters.supervised.instance.StratifiedRemoveFolds extends weka.filters.Filter implements Serializable
- serialVersionUID:
- -7069148179905814324L
-
Serialized Fields
-
m_Fold
int m_Fold
-
m_Inverse
boolean m_Inverse
-
m_NumFolds
int m_NumFolds
-
m_Seed
long m_Seed
-
-
-
Package weka.filters.unsupervised.attribute
-
Class weka.filters.unsupervised.attribute.AbstractColumnFinderApplier extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- 2750612199034543886L
-
Serialized Fields
-
m_ColumnFinder
ColumnFinder m_ColumnFinder
The classifier template used to do the classification. -
m_Invert
boolean m_Invert
Whether to invert the column indices.
-
-
Class weka.filters.unsupervised.attribute.AbstractTimeSeries extends weka.filters.Filter implements Serializable
- serialVersionUID:
- -3795656792078022357L
-
Serialized Fields
-
m_FillWithMissing
boolean m_FillWithMissing
-
m_History
weka.core.Queue m_History
-
m_InstanceRange
int m_InstanceRange
-
m_SelectedCols
weka.core.Range m_SelectedCols
-
-
Class weka.filters.unsupervised.attribute.Add extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 761386447332932389L
-
Class weka.filters.unsupervised.attribute.AddCluster extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 7414280611943807337L
-
Serialized Fields
-
m_ActualClusterer
weka.clusterers.Clusterer m_ActualClusterer
-
m_Clusterer
weka.clusterers.Clusterer m_Clusterer
-
m_IgnoreAttributesRange
weka.core.Range m_IgnoreAttributesRange
-
m_removeAttributes
weka.filters.Filter m_removeAttributes
-
m_SerializedClustererFile
File m_SerializedClustererFile
-
-
Class weka.filters.unsupervised.attribute.AddExpression extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 402130384261736245L
-
Class weka.filters.unsupervised.attribute.AddID extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 4734383199819293390L
-
Serialized Fields
-
m_Counter
int m_Counter
-
m_Index
weka.core.SingleIndex m_Index
-
m_Name
String m_Name
-
-
Class weka.filters.unsupervised.attribute.AddNoise extends weka.filters.Filter implements Serializable
- serialVersionUID:
- -8499673222857299082L
-
Serialized Fields
-
m_AttIndex
weka.core.SingleIndex m_AttIndex
-
m_Percent
int m_Percent
-
m_RandomSeed
int m_RandomSeed
-
m_UseMissing
boolean m_UseMissing
-
-
Class weka.filters.unsupervised.attribute.AddUserFields extends weka.filters.Filter implements Serializable
- serialVersionUID:
- -2761427344847891585L
-
Serialized Fields
-
m_attributeSpecs
List<weka.filters.unsupervised.attribute.AddUserFields.AttributeSpec> m_attributeSpecs
-
-
Class weka.filters.unsupervised.attribute.AddUserFields.AttributeSpec extends Object implements Serializable
- serialVersionUID:
- -617328946241474608L
-
Class weka.filters.unsupervised.attribute.AddValues extends weka.filters.Filter implements Serializable
- serialVersionUID:
- -8100622241742393656L
-
Class weka.filters.unsupervised.attribute.AndrewsCurves extends weka.filters.SimpleStreamFilter implements Serializable
- serialVersionUID:
- 2244583826137735498L
-
Serialized Fields
-
m_NumPoints
int m_NumPoints
the number of data points.
-
-
Class weka.filters.unsupervised.attribute.AnyToString extends weka.filters.SimpleStreamFilter implements Serializable
- serialVersionUID:
- -183001278236751069L
-
Serialized Fields
-
m_Indices
gnu.trove.set.TIntSet m_Indices
the attribute indices to work on. -
m_Range
WekaAttributeRange m_Range
the attribute range to process.
-
-
Class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- 741929497853488506L
-
Serialized Fields
-
m_ClassName
BaseString m_ClassName
The class-attribute for supervised attribute filters. -
m_ColumnFinder
ColumnFinder m_ColumnFinder
The column-finder which selects the attributes to summarise. -
m_ColumnSplitter
ColumnSplitter m_ColumnSplitter
Column-splitter for separating attributes to be summarised. -
m_IDSplitter
ColumnSplitter m_IDSplitter
Column-splitter for separating the ID column. -
m_KeepSupervisedClass
boolean m_KeepSupervisedClass
Whether to keep the supervised filter class or discard it. -
m_Merger
Simple m_Merger
Merger for reconstructing partial datasets. -
m_PreserveIDColumn
boolean m_PreserveIDColumn
Whether to treat the first attribute as an ID. -
m_RowFinder
RowFinder m_RowFinder
The row-finder which separates training data from actual data. -
m_RowSplitter
RowSplitter m_RowSplitter
Row-splitter for splitting training and actual data. -
m_SummaryFilter
weka.filters.Filter m_SummaryFilter
The filter which performs attribute summarising. -
m_SupervisedClassSplitter
ColumnSplitter m_SupervisedClassSplitter
Column-splitter for removing the supervised filter class.
-
-
Class weka.filters.unsupervised.attribute.CartesianProduct extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -227979753639722020L
-
Serialized Fields
-
m_Attributes
weka.core.Range m_Attributes
-
-
Class weka.filters.unsupervised.attribute.Center extends weka.filters.unsupervised.attribute.PotentialClassIgnorer implements Serializable
- serialVersionUID:
- -9101338448900581023L
-
Serialized Fields
-
m_Means
double[] m_Means
-
-
Class weka.filters.unsupervised.attribute.ChangeDateFormat extends weka.filters.Filter implements Serializable
- serialVersionUID:
- -1609344074013448737L
-
Serialized Fields
-
m_AttIndex
weka.core.SingleIndex m_AttIndex
-
m_DateFormat
SimpleDateFormat m_DateFormat
-
m_OutputAttribute
weka.core.Attribute m_OutputAttribute
-
-
Class weka.filters.unsupervised.attribute.ClassAssigner extends weka.filters.SimpleStreamFilter implements Serializable
- serialVersionUID:
- 1775780193887394115L
-
Serialized Fields
-
m_ClassIndex
int m_ClassIndex
-
-
Class weka.filters.unsupervised.attribute.ClusterMembership extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 6675702504667714026L
-
Serialized Fields
-
m_clusterer
weka.clusterers.DensityBasedClusterer m_clusterer
-
m_clusterers
weka.clusterers.DensityBasedClusterer[] m_clusterers
-
m_ignoreAttributesRange
weka.core.Range m_ignoreAttributesRange
-
m_priors
double[] m_priors
-
m_removeAttributes
weka.filters.Filter m_removeAttributes
-
-
Class weka.filters.unsupervised.attribute.Copy extends weka.filters.Filter implements Serializable
- serialVersionUID:
- -8543707493627441566L
-
Serialized Fields
-
m_CopyCols
weka.core.Range m_CopyCols
-
m_SelectedAttributes
int[] m_SelectedAttributes
-
-
Class weka.filters.unsupervised.attribute.CorrelationMatrix extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- 2353556679864963099L
-
Class weka.filters.unsupervised.attribute.DatasetCleaner extends AbstractColumnFinderApplier implements Serializable
- serialVersionUID:
- -111639385529662833L
-
Serialized Fields
-
m_Remove
weka.filters.unsupervised.attribute.Remove m_Remove
the remove filter to use.
-
-
Class weka.filters.unsupervised.attribute.DateToNumeric extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -6614650822291796239L
-
Serialized Fields
-
m_Cols
weka.core.Range m_Cols
-
m_DefaultCols
String m_DefaultCols
-
-
Class weka.filters.unsupervised.attribute.Detrend extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -9044105839662849793L
-
Serialized Fields
-
m_AttIndices
gnu.trove.list.TIntList m_AttIndices
the determined indices. -
m_AttIndicesSet
gnu.trove.set.TIntSet m_AttIndicesSet
the determined indices (as set). -
m_AttRegExp
BaseRegExp m_AttRegExp
the range of attributes to work on. -
m_Correction
AbstractDetrend m_Correction
the correction to use. -
m_WaveNo
double[] m_WaveNo
the extracted wave numbers. -
m_WaveNoRegExp
BaseRegExp m_WaveNoRegExp
the regexp for extracting the wavenumbers from the attribute name.
-
-
Class weka.filters.unsupervised.attribute.Discretize extends weka.filters.unsupervised.attribute.PotentialClassIgnorer implements Serializable
- serialVersionUID:
- -1358531742174527279L
-
Serialized Fields
-
m_BinRangePrecision
int m_BinRangePrecision
-
m_CutPoints
double[][] m_CutPoints
-
m_DefaultCols
String m_DefaultCols
-
m_DesiredWeightOfInstancesPerInterval
double m_DesiredWeightOfInstancesPerInterval
-
m_DiscretizeCols
weka.core.Range m_DiscretizeCols
-
m_FindNumBins
boolean m_FindNumBins
-
m_MakeBinary
boolean m_MakeBinary
-
m_NumBins
int m_NumBins
-
m_SpreadAttributeWeight
boolean m_SpreadAttributeWeight
-
m_UseBinNumbers
boolean m_UseBinNumbers
-
m_UseEqualFrequency
boolean m_UseEqualFrequency
-
-
Class weka.filters.unsupervised.attribute.DownSample extends weka.filters.SimpleStreamFilter implements Serializable
- serialVersionUID:
- 5944266872914953692L
-
Serialized Fields
-
m_NthPoint
int m_NthPoint
the nth point.
-
-
Class weka.filters.unsupervised.attribute.EquiDistance extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- 1579715266499862368L
-
Serialized Fields
-
m_Attributes
gnu.trove.list.TIntList m_Attributes
the indices of the identified attributes. -
m_AttributeSelection
EquiDistance.AttributeSelection m_AttributeSelection
how to select the attributes. -
m_AverageSpacing
double m_AverageSpacing
the average spacing. -
m_NumPoints
int m_NumPoints
the number of points to output ("-1" uses the same amount of points as currently in the data). -
m_Prefix
String m_Prefix
the prefix for the new attributes. -
m_Range
Range m_Range
the attribute range to use. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to use.
-
-
Class weka.filters.unsupervised.attribute.FastWavelet extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -8596728919861340618L
-
Serialized Fields
-
m_Algorithm
int m_Algorithm
the type of algorithm. -
m_Filter
weka.filters.Filter m_Filter
an optional filter for preprocessing of the data. -
m_InverseTransform
boolean m_InverseTransform
whether to perform inverse transformation. -
m_Padding
int m_Padding
the type of padding.
-
-
Class weka.filters.unsupervised.attribute.FFT extends weka.filters.SimpleStreamFilter implements Serializable
- serialVersionUID:
- 2244583826137735498L
-
Serialized Fields
-
m_InverseTransform
boolean m_InverseTransform
whether to perform inverse transformation (wavelet -> normal space). -
m_PaddingType
PaddingType m_PaddingType
the type of padding to use. -
m_Real
boolean m_Real
whether to return complex or real part of the transformation.
-
-
Class weka.filters.unsupervised.attribute.FirstOrder extends weka.filters.Filter implements Serializable
- serialVersionUID:
- -7500464545400454179L
-
Serialized Fields
-
m_DeltaCols
weka.core.Range m_DeltaCols
-
-
Class weka.filters.unsupervised.attribute.FixedDictionaryStringToWordVector extends weka.filters.SimpleStreamFilter implements Serializable
- serialVersionUID:
- 7990892846966916757L
-
Serialized Fields
-
m_dictionaryFile
File m_dictionaryFile
-
m_dictionaryIsBinary
boolean m_dictionaryIsBinary
-
m_vectorizer
weka.core.DictionaryBuilder m_vectorizer
-
-
Class weka.filters.unsupervised.attribute.InputSmearing extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -4180301757935955561L
-
Serialized Fields
-
m_AttributeRange
WekaAttributeRange m_AttributeRange
the range of the attributes to work on. -
m_Indices
int[] m_Indices
the indices to work on. -
m_Random
Random m_Random
the random number generator to use. -
m_Seed
int m_Seed
The random number seed. -
m_StdDev
double m_StdDev
the standard deviation multiplier to use. -
m_StdDevs
Double[] m_StdDevs
the std devs to use.
-
-
Class weka.filters.unsupervised.attribute.InterquartileRange extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -227879653639723030L
-
Serialized Fields
-
m_AttributeIndices
int[] m_AttributeIndices
-
m_Attributes
weka.core.Range m_Attributes
-
m_DetectionPerAttribute
boolean m_DetectionPerAttribute
-
m_ExtremeValuesAsOutliers
boolean m_ExtremeValuesAsOutliers
-
m_ExtremeValuesFactor
double m_ExtremeValuesFactor
-
m_IQR
double[] m_IQR
-
m_LowerExtremeValue
double[] m_LowerExtremeValue
-
m_LowerOutlier
double[] m_LowerOutlier
-
m_Median
double[] m_Median
-
m_OutlierAttributePosition
int[] m_OutlierAttributePosition
-
m_OutlierFactor
double m_OutlierFactor
-
m_OutputOffsetMultiplier
boolean m_OutputOffsetMultiplier
-
m_UpperExtremeValue
double[] m_UpperExtremeValue
-
m_UpperOutlier
double[] m_UpperOutlier
-
-
Class weka.filters.unsupervised.attribute.InterquartileRangeSamp extends weka.filters.unsupervised.attribute.InterquartileRange implements Serializable
- serialVersionUID:
- 3811630774543798261L
-
Serialized Fields
-
m_AttValues
Hashtable<Integer,gnu.trove.list.array.TDoubleArrayList> m_AttValues
-
m_IgnoredAttributes
BaseRegExp m_IgnoredAttributes
the regular expression for attributes to skip. -
m_IQRs
Hashtable<Integer,List<InterquartileRangeSamp.IQRs>> m_IQRs
-
m_MinSamples
int m_MinSamples
the minimum number of samples. -
m_SampleSize
int m_SampleSize
the sample size to use.
-
-
Class weka.filters.unsupervised.attribute.JoinAttributes extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -4180301757935955561L
-
Class weka.filters.unsupervised.attribute.KernelFilter extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- 213800899640387499L
-
Serialized Fields
-
m_ActualFilter
weka.filters.Filter m_ActualFilter
-
m_ActualKernel
weka.classifiers.functions.supportVector.Kernel m_ActualKernel
-
m_checksTurnedOff
boolean m_checksTurnedOff
-
m_Filter
weka.filters.Filter m_Filter
-
m_InitFile
File m_InitFile
-
m_InitFileClassIndex
weka.core.SingleIndex m_InitFileClassIndex
-
m_Initialized
boolean m_Initialized
-
m_Kernel
weka.classifiers.functions.supportVector.Kernel m_Kernel
-
m_KernelFactor
double m_KernelFactor
-
m_KernelFactorExpression
String m_KernelFactorExpression
-
m_Missing
weka.filters.unsupervised.attribute.ReplaceMissingValues m_Missing
-
m_NominalToBinary
weka.filters.unsupervised.attribute.NominalToBinary m_NominalToBinary
-
m_NumTrainInstances
int m_NumTrainInstances
-
-
Class weka.filters.unsupervised.attribute.LogTransform extends weka.filters.SimpleStreamFilter implements Serializable
- serialVersionUID:
- -8798054963031276516L
-
Serialized Fields
-
m_AddOne
boolean m_AddOne
If true output nominal, false output numeric . -
m_AttributeRange
weka.core.Range m_AttributeRange
the range of attributes to log-transform.
-
-
Class weka.filters.unsupervised.attribute.MakeIndicator extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 766001176862773163L
-
Serialized Fields
-
m_AttIndex
weka.core.SingleIndex m_AttIndex
-
m_Numeric
boolean m_Numeric
-
m_ValIndex
weka.core.Range m_ValIndex
-
-
Class weka.filters.unsupervised.attribute.MathExpression extends weka.filters.unsupervised.attribute.PotentialClassIgnorer implements Serializable
- serialVersionUID:
- -3713222714671997901L
-
Serialized Fields
-
m_attStats
weka.experiment.Stats[] m_attStats
-
m_CompiledExpression
weka.core.expressionlanguage.common.Primitives.DoubleExpression m_CompiledExpression
-
m_CurrentValue
weka.core.expressionlanguage.common.SimpleVariableDeclarations.VariableInitializer m_CurrentValue
-
m_expression
String m_expression
-
m_InstancesHelper
weka.core.expressionlanguage.weka.InstancesHelper m_InstancesHelper
-
m_SelectCols
weka.core.Range m_SelectCols
-
m_StatsHelper
weka.core.expressionlanguage.weka.StatsHelper m_StatsHelper
-
-
Class weka.filters.unsupervised.attribute.MergeInfrequentNominalValues extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- 4444337331921333847L
-
Serialized Fields
-
m_AttToBeModified
boolean[] m_AttToBeModified
-
m_MinimumFrequency
int m_MinimumFrequency
-
m_NewValues
int[][] m_NewValues
-
m_SelectCols
weka.core.Range m_SelectCols
-
m_SelectedAttributes
int[] m_SelectedAttributes
-
m_UseShortIDs
boolean m_UseShortIDs
-
-
Class weka.filters.unsupervised.attribute.MergeManyAttributes extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -8596728919861340618L
-
Serialized Fields
-
m_AttributeNames
BaseString[] m_AttributeNames
the attribute names. -
m_Differ
int m_Differ
how to handle differing values. -
m_Merged
String m_Merged
the name of the merged attribute. -
m_MergedIndex
weka.core.SingleIndex m_MergedIndex
the position for the merged attribute (empty = leave at default position). -
m_OneMissing
int m_OneMissing
what to do if one value is missing. -
m_RemoveChars
String m_RemoveChars
the characters to remove from the merged name (start/end).
-
-
Class weka.filters.unsupervised.attribute.MergeManyValues extends weka.filters.unsupervised.attribute.PotentialClassIgnorer implements Serializable
- serialVersionUID:
- 4649332102154713625L
-
Serialized Fields
-
m_AttIndex
weka.core.SingleIndex m_AttIndex
-
m_Label
String m_Label
-
m_MergeRange
weka.core.Range m_MergeRange
-
-
Class weka.filters.unsupervised.attribute.MergeTwoAttributes extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -8596728919861340618L
-
Serialized Fields
-
m_Differ
int m_Differ
how to handle differing values. -
m_FirstAttribute
String m_FirstAttribute
the name of the first attribute. -
m_Merged
String m_Merged
the name of the merged attribute. -
m_MergedIndex
weka.core.SingleIndex m_MergedIndex
the position for the merged attribute (empty = leave at default position). -
m_OneMissing
int m_OneMissing
what to do if one value is missing. -
m_RemoveChars
String m_RemoveChars
the characters to remove from the merged name (start/end). -
m_SecondAttribute
String m_SecondAttribute
the name of the second attribute.
-
-
Class weka.filters.unsupervised.attribute.MergeTwoValues extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 2925048980504034018L
-
Serialized Fields
-
m_AttIndex
weka.core.SingleIndex m_AttIndex
-
m_FirstIndex
weka.core.SingleIndex m_FirstIndex
-
m_SecondIndex
weka.core.SingleIndex m_SecondIndex
-
-
Class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- 1054608438486826054L
-
Serialized Fields
-
m_ActualFilter
PartitionedMultiFilter2 m_ActualFilter
the actual filter used internally for filtering the data. -
m_Filters
weka.filters.Filter[] m_Filters
The filters. -
m_Prefixes
BaseString[] m_Prefixes
The prefixes. -
m_RegExp
BaseRegExp[] m_RegExp
The prefixes. -
m_RemoveUnused
boolean m_RemoveUnused
Whether unused attributes are left out of the output.
-
-
Class weka.filters.unsupervised.attribute.MissingValuesImputation extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- 8349568310991609867L
-
Serialized Fields
-
m_Algorithm
weka.filters.unsupervised.attribute.missingvaluesimputation.Imputation m_Algorithm
-
-
Class weka.filters.unsupervised.attribute.MissingValuesInjection extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- 8349568310991609867L
-
Serialized Fields
-
m_Algorithm
weka.filters.unsupervised.attribute.missingvaluesinjection.Injection m_Algorithm
-
-
Class weka.filters.unsupervised.attribute.ModifyAttributeWeights extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- 9140334137670320734L
-
Serialized Fields
-
m_Modifier
weka.filters.unsupervised.attribute.attributeweightsmodifiers.AttributeWeightsModifier m_Modifier
-
-
Class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -9044105839662849793L
-
Serialized Fields
-
m_AttIndices
gnu.trove.list.TIntList m_AttIndices
the determined indices. -
m_AttIndicesSet
gnu.trove.set.TIntSet m_AttIndicesSet
the determined indices (as set). -
m_AttRegExp
BaseRegExp m_AttRegExp
the range of attributes to work on. -
m_Average
double[] m_Average
the calculated averages. -
m_Correction
AbstractMultiplicativeScatterCorrection m_Correction
the correction to use. -
m_WaveNo
double[] m_WaveNo
the extracted wave numbers. -
m_WaveNoRegExp
BaseRegExp m_WaveNoRegExp
the regexp for extracting the wavenumbers from the attribute name.
-
-
Class weka.filters.unsupervised.attribute.MXExpression extends weka.filters.SimpleStreamFilter implements Serializable
- serialVersionUID:
- 8349568310991609867L
-
Class weka.filters.unsupervised.attribute.NominalToBinary extends weka.filters.Filter implements Serializable
- serialVersionUID:
- -1130642825710549138L
-
Serialized Fields
-
m_Columns
weka.core.Range m_Columns
-
m_needToTransform
boolean m_needToTransform
-
m_Numeric
boolean m_Numeric
-
m_SpreadAttributeWeight
boolean m_SpreadAttributeWeight
-
m_TransformAll
boolean m_TransformAll
-
-
Class weka.filters.unsupervised.attribute.NominalToNumeric extends weka.filters.SimpleStreamFilter implements Serializable
- serialVersionUID:
- -2908650889595166498L
-
Serialized Fields
-
m_AttIndex
int m_AttIndex
the attribute index. -
m_Find
BaseRegExp m_Find
the regular expression to use. -
m_Index
WekaAttributeIndex m_Index
the attribute to convert. -
m_Mapping
Map<String,Double> m_Mapping
the mapping between label and new value. -
m_Replace
String m_Replace
the replacement string. -
m_Type
NominalToNumeric.ConversionType m_Type
the type of conversion to perform.
-
-
Class weka.filters.unsupervised.attribute.NominalToString extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 8655492378380068939L
-
Serialized Fields
-
m_AttIndex
weka.core.Range m_AttIndex
-
-
Class weka.filters.unsupervised.attribute.Normalize extends weka.filters.unsupervised.attribute.PotentialClassIgnorer implements Serializable
- serialVersionUID:
- -8158531150984362898L
-
Serialized Fields
-
m_MaxArray
double[] m_MaxArray
-
m_MinArray
double[] m_MinArray
-
m_Scale
double m_Scale
-
m_Translation
double m_Translation
-
-
Class weka.filters.unsupervised.attribute.NormalizeAdaptive extends weka.filters.unsupervised.attribute.PotentialClassIgnorer implements Serializable
- serialVersionUID:
- -8158531150984262898L
-
Serialized Fields
-
m_classIndex
int m_classIndex
-
m_fScale
double m_fScale
-
m_MaxArray
double[] m_MaxArray
The maximum values for numeric attributes. -
m_MinArray
double[] m_MinArray
The minimum values for numeric attributes.
-
-
Class weka.filters.unsupervised.attribute.NumericCleaner extends weka.filters.SimpleStreamFilter implements Serializable
- serialVersionUID:
- -352890679895066592L
-
Serialized Fields
-
m_CloseTo
double m_CloseTo
-
m_CloseToDefault
double m_CloseToDefault
-
m_CloseToTolerance
double m_CloseToTolerance
-
m_Cols
weka.core.Range m_Cols
-
m_Decimals
int m_Decimals
-
m_IncludeClass
boolean m_IncludeClass
-
m_MaxDefault
double m_MaxDefault
-
m_MaxThreshold
double m_MaxThreshold
-
m_MinDefault
double m_MinDefault
-
m_MinThreshold
double m_MinThreshold
-
-
Class weka.filters.unsupervised.attribute.NumericToBinary extends weka.filters.unsupervised.attribute.PotentialClassIgnorer implements Serializable
- serialVersionUID:
- 2616879323359470802L
-
Serialized Fields
-
m_Cols
weka.core.Range m_Cols
-
m_DefaultCols
String m_DefaultCols
-
-
Class weka.filters.unsupervised.attribute.NumericToDate extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -6514657821295776239L
-
Serialized Fields
-
m_Cols
weka.core.Range m_Cols
-
m_DateFormat
SimpleDateFormat m_DateFormat
-
m_DefaultCols
String m_DefaultCols
-
-
Class weka.filters.unsupervised.attribute.NumericToNominal extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -6614630932899796239L
-
Serialized Fields
-
m_Cols
weka.core.Range m_Cols
-
m_DefaultCols
String m_DefaultCols
-
-
Class weka.filters.unsupervised.attribute.NumericTransform extends weka.filters.Filter implements Serializable
- serialVersionUID:
- -8561413333351366934L
-
Class weka.filters.unsupervised.attribute.Obfuscate extends weka.filters.Filter implements Serializable
- serialVersionUID:
- -343922772462971561L
-
Class weka.filters.unsupervised.attribute.OrdinalToNumeric extends weka.filters.unsupervised.attribute.PotentialClassIgnorer implements Serializable
- serialVersionUID:
- -5199516576940135696L
-
Class weka.filters.unsupervised.attribute.OuterProductAnalysis extends weka.filters.SimpleStreamFilter implements Serializable
- serialVersionUID:
- -4180301757935955561L
-
Serialized Fields
-
m_AttributePrefix
String m_AttributePrefix
the prefix to use for the generated attributes. -
m_First
int[] m_First
the positions of the first range. -
m_FirstRange
BaseRegExp m_FirstRange
the first range of the attributes to use. -
m_Positions
int[] m_Positions
the new positions for the attributes. -
m_Second
int[] m_Second
the positions of the second range. -
m_SecondRange
BaseRegExp m_SecondRange
the second range of the attributes to use. -
m_Types
int[] m_Types
the types of the attributes.
-
-
Class weka.filters.unsupervised.attribute.PAA extends weka.filters.SimpleStreamFilter implements Serializable
- serialVersionUID:
- -3516731512819723355L
-
Serialized Fields
-
m_windows
int m_windows
number of windows.
-
-
Class weka.filters.unsupervised.attribute.PartitionedMultiFilter extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -6293720886005713120L
-
Serialized Fields
-
m_Filters
weka.filters.Filter[] m_Filters
-
m_IndicesUnused
int[] m_IndicesUnused
-
m_Ranges
weka.core.Range[] m_Ranges
-
m_RemoveUnused
boolean m_RemoveUnused
-
-
Class weka.filters.unsupervised.attribute.PartitionedMultiFilter2 extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -6293720886005713120L
-
Serialized Fields
-
m_Filters
weka.filters.Filter[] m_Filters
The filters. -
m_IndicesUnused
int[] m_IndicesUnused
the indices of the unused attributes. -
m_Prefixes
BaseString[] m_Prefixes
The prefixes. -
m_Processed
weka.core.Instances[] m_Processed
temporary filter results when determining output format to avoid duplicate processing of data. -
m_Ranges
weka.core.Range[] m_Ranges
The attribute ranges. -
m_RemoveUnused
boolean m_RemoveUnused
Whether unused attributes are left out of the output.
-
-
Class weka.filters.unsupervised.attribute.PKIDiscretize extends weka.filters.unsupervised.attribute.Discretize implements Serializable
- serialVersionUID:
- 6153101248977702675L
-
Class weka.filters.unsupervised.attribute.PotentialClassIgnorer extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 8625371119276845454L
-
Serialized Fields
-
m_ClassIndex
int m_ClassIndex
-
m_IgnoreClass
boolean m_IgnoreClass
-
-
Class weka.filters.unsupervised.attribute.PrincipalComponents extends weka.filters.Filter implements Serializable
- serialVersionUID:
- -5649876869480249303L
-
Serialized Fields
-
m_AttributeFilter
weka.filters.unsupervised.attribute.Remove m_AttributeFilter
-
m_center
boolean m_center
-
m_centerFilter
weka.filters.unsupervised.attribute.Center m_centerFilter
-
m_ClassIndex
int m_ClassIndex
-
m_Correlation
no.uib.cipr.matrix.UpperSymmDenseMatrix m_Correlation
-
m_CoverVariance
double m_CoverVariance
-
m_Eigenvalues
double[] m_Eigenvalues
-
m_Eigenvectors
double[][] m_Eigenvectors
-
m_HasClass
boolean m_HasClass
-
m_MaxAttributes
int m_MaxAttributes
-
m_MaxAttrsInName
int m_MaxAttrsInName
-
m_NominalToBinaryFilter
weka.filters.unsupervised.attribute.NominalToBinary m_NominalToBinaryFilter
-
m_NumAttribs
int m_NumAttribs
-
m_NumInstances
int m_NumInstances
-
m_OutputNumAtts
int m_OutputNumAtts
-
m_ReplaceMissingFilter
weka.filters.unsupervised.attribute.ReplaceMissingValues m_ReplaceMissingFilter
-
m_SortedEigens
int[] m_SortedEigens
-
m_standardizeFilter
weka.filters.unsupervised.attribute.Standardize m_standardizeFilter
-
m_SumOfEigenValues
double m_SumOfEigenValues
-
m_TrainCopy
weka.core.Instances m_TrainCopy
-
m_TrainInstances
weka.core.Instances m_TrainInstances
-
m_TransformedFormat
weka.core.Instances m_TransformedFormat
-
-
Class weka.filters.unsupervised.attribute.PrincipalComponentsJ extends weka.filters.Filter implements Serializable
- serialVersionUID:
- -5649876869480249303L
-
Serialized Fields
-
m_AttributeFilter
weka.filters.unsupervised.attribute.Remove m_AttributeFilter
Filter for removing class attribute, nominal attributes with 0 or 1 value. -
m_center
boolean m_center
If true, center (rather than standardize) the data and compute PCA from covariance (rather than correlation) matrix. -
m_centerFilter
weka.filters.unsupervised.attribute.Center m_centerFilter
Filter for centering the data -
m_ClassIndex
int m_ClassIndex
Class index. -
m_Correlation
double[][] m_Correlation
Correlation matrix for the original data. -
m_CoverVariance
double m_CoverVariance
the amount of varaince to cover in the original data when retaining the best n PC's. -
m_Eigenvalues
double[] m_Eigenvalues
Eigenvalues for the corresponding eigenvectors. -
m_Eigenvectors
double[][] m_Eigenvectors
Will hold the unordered linear transformations of the (normalized) original data. -
m_HasClass
boolean m_HasClass
Data has a class set. -
m_MaxAttributes
int m_MaxAttributes
maximum number of attributes in the transformed data (-1 for all). -
m_MaxAttrsInName
int m_MaxAttrsInName
maximum number of attributes in the transformed attribute name. -
m_NominalToBinaryFilter
weka.filters.unsupervised.attribute.NominalToBinary m_NominalToBinaryFilter
Filter for turning nominal values into numeric ones. -
m_NumAttribs
int m_NumAttribs
Number of attributes. -
m_NumInstances
int m_NumInstances
Number of instances. -
m_OutputNumAtts
int m_OutputNumAtts
The number of attributes in the pc transformed data. -
m_ReplaceMissingFilter
weka.filters.unsupervised.attribute.ReplaceMissingValues m_ReplaceMissingFilter
Filters for replacing missing values. -
m_SimpleAttributeNames
boolean m_SimpleAttributeNames
whether to just number the attributes rather than compiling them from other attribute names. -
m_SortedEigens
int[] m_SortedEigens
Sorted eigenvalues. -
m_standardizeFilter
weka.filters.unsupervised.attribute.Standardize m_standardizeFilter
Filter for standardizing the data -
m_SumOfEigenValues
double m_SumOfEigenValues
sum of the eigenvalues. -
m_TrainCopy
weka.core.Instances m_TrainCopy
Keep a copy for the class attribute (if set). -
m_TrainInstances
weka.core.Instances m_TrainInstances
The data to transform analyse/transform. -
m_TransformedFormat
weka.core.Instances m_TransformedFormat
The header for the transformed data format.
-
-
Class weka.filters.unsupervised.attribute.PublicPrincipalComponents extends PrincipalComponentsJ implements Serializable
- serialVersionUID:
- -3256644040958902529L
-
Class weka.filters.unsupervised.attribute.RandomProjection extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 4428905532728645880L
-
Serialized Fields
-
m_distribution
int m_distribution
-
m_k
int m_k
-
m_ntob
weka.filters.Filter m_ntob
-
m_OutputFormatDefined
boolean m_OutputFormatDefined
-
m_percent
double m_percent
-
m_random
Random m_random
-
m_replaceMissing
weka.filters.Filter m_replaceMissing
-
m_rmatrix
double[][] m_rmatrix
-
m_rndmSeed
int m_rndmSeed
-
m_useReplaceMissing
boolean m_useReplaceMissing
-
-
Class weka.filters.unsupervised.attribute.RandomSubset extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- 2911221724251628050L
-
Serialized Fields
-
m_Indices
int[] m_Indices
-
m_invertSelection
boolean m_invertSelection
-
m_NumAttributes
double m_NumAttributes
-
m_Seed
int m_Seed
-
-
Class weka.filters.unsupervised.attribute.Remove extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 5011337331921522847L
-
Serialized Fields
-
m_SelectCols
weka.core.Range m_SelectCols
-
m_SelectedAttributes
int[] m_SelectedAttributes
-
-
Class weka.filters.unsupervised.attribute.RemoveByName extends weka.filters.SimpleStreamFilter implements Serializable
- serialVersionUID:
- -3335106965521265631L
-
Serialized Fields
-
m_Expression
String m_Expression
-
m_InvertSelection
boolean m_InvertSelection
-
m_Remove
weka.filters.unsupervised.attribute.Remove m_Remove
-
-
Class weka.filters.unsupervised.attribute.RemoveType extends weka.filters.Filter implements Serializable
- serialVersionUID:
- -3563999462782486279L
-
Serialized Fields
-
m_attributeFilter
weka.filters.unsupervised.attribute.Remove m_attributeFilter
-
m_attTypeToDelete
int m_attTypeToDelete
-
m_invert
boolean m_invert
-
-
Class weka.filters.unsupervised.attribute.RemoveUseless extends weka.filters.Filter implements Serializable
- serialVersionUID:
- -8659417851407640038L
-
Serialized Fields
-
m_maxVariancePercentage
double m_maxVariancePercentage
-
m_removeFilter
weka.filters.unsupervised.attribute.Remove m_removeFilter
-
-
Class weka.filters.unsupervised.attribute.RenameAttribute extends weka.filters.SimpleStreamFilter implements Serializable
- serialVersionUID:
- 4216491776378279596L
-
Class weka.filters.unsupervised.attribute.RenameNominalValues extends weka.filters.Filter implements Serializable
- serialVersionUID:
- -2121767582746512209L
-
Class weka.filters.unsupervised.attribute.Reorder extends weka.filters.Filter implements Serializable
- serialVersionUID:
- -1135571321097202292L
-
Serialized Fields
-
m_InputStringIndex
int[] m_InputStringIndex
-
m_NewOrderCols
String m_NewOrderCols
-
m_SelectedAttributes
int[] m_SelectedAttributes
-
m_setAllAttributeWeightsToOne
boolean m_setAllAttributeWeightsToOne
-
-
Class weka.filters.unsupervised.attribute.ReplaceMissingValues extends weka.filters.unsupervised.attribute.PotentialClassIgnorer implements Serializable
- serialVersionUID:
- 8349568310991609867L
-
Serialized Fields
-
m_ModesAndMeans
double[] m_ModesAndMeans
-
-
Class weka.filters.unsupervised.attribute.ReplaceMissingValuesWithZero extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 5990095244439198836L
-
Class weka.filters.unsupervised.attribute.ReplaceMissingWithUserConstant extends weka.filters.unsupervised.attribute.PotentialClassIgnorer implements Serializable
- serialVersionUID:
- -7334039452189350356L
-
Serialized Fields
-
m_dateConstant
String m_dateConstant
-
m_dateConstVal
double m_dateConstVal
-
m_defaultDateFormat
String m_defaultDateFormat
-
m_nominalStringConstant
String m_nominalStringConstant
-
m_numericConstant
String m_numericConstant
-
m_numericConstVal
double m_numericConstVal
-
m_range
String m_range
-
m_resolvedDateConstant
String m_resolvedDateConstant
-
m_resolvedDateFormat
String m_resolvedDateFormat
-
m_resolvedNominalStringConstant
String m_resolvedNominalStringConstant
-
m_resolvedNumericConstant
String m_resolvedNumericConstant
-
m_resolvedRange
String m_resolvedRange
-
m_selectedRange
weka.core.Range m_selectedRange
-
-
Class weka.filters.unsupervised.attribute.ReplaceWithMissingValue extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -2356630932899796239L
-
Serialized Fields
-
m_Cols
weka.core.Range m_Cols
-
m_DefaultCols
String m_DefaultCols
-
m_IgnoreClass
boolean m_IgnoreClass
-
m_Probability
double m_Probability
-
m_Seed
int m_Seed
-
-
Class weka.filters.unsupervised.attribute.RowSum extends weka.filters.SimpleStreamFilter implements Serializable
- serialVersionUID:
- -8798054963031276516L
-
Class weka.filters.unsupervised.attribute.SavitzkyGolay extends weka.filters.SimpleStreamFilter implements Serializable
- serialVersionUID:
- 2244583826137735498L
-
Serialized Fields
-
m_Coefficients
double[] m_Coefficients
the calculated coefficients. -
m_DerivativeOrder
int m_DerivativeOrder
the order of the derivative. -
m_FixAttCount
boolean m_FixAttCount
whether to use corrected output. -
m_KeepAttributeNames
boolean m_KeepAttributeNames
whether to keep the original attribute names. -
m_NumPointsLeft
int m_NumPointsLeft
the number of points to the left of a data point. -
m_NumPointsRight
int m_NumPointsRight
the number of points to the right of a data point. -
m_PolynomialOrder
int m_PolynomialOrder
the polynomial order.
-
-
Class weka.filters.unsupervised.attribute.SavitzkyGolay2 extends weka.filters.SimpleStreamFilter implements Serializable
- serialVersionUID:
- 6860559375223030676L
-
Serialized Fields
-
m_Coefficients
double[] m_Coefficients
the calculated coefficients. -
m_DerivativeOrder
int m_DerivativeOrder
the order of the derivative. -
m_FixAttCount
boolean m_FixAttCount
whether to use corrected output. -
m_KeepAttributeNames
boolean m_KeepAttributeNames
whether to keep the original attribute names. -
m_NumPoints
int m_NumPoints
the number of points to the left of a data point. -
m_PolynomialOrder
int m_PolynomialOrder
the polynomial order.
-
-
Class weka.filters.unsupervised.attribute.SAX extends weka.filters.SimpleStreamFilter implements Serializable
- serialVersionUID:
- -7011253199243036622L
-
Serialized Fields
-
m_bins
int m_bins
number of gaussian bins. (labels) -
m_bps
double[] m_bps
breakpoints. -
m_OutputNominal
boolean m_OutputNominal
If true output nominal, false output numeric . -
m_windows
int m_windows
number of windows.
-
-
Class weka.filters.unsupervised.attribute.SetMissingValue extends weka.filters.SimpleStreamFilter implements Serializable
- serialVersionUID:
- 5695593189966243444L
-
Serialized Fields
-
m_AttributeRange
weka.core.Range m_AttributeRange
the range of attributes to set to missing.
-
-
Class weka.filters.unsupervised.attribute.SimpleDetrend extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -9044105839662849793L
-
Serialized Fields
-
m_AttIndices
int[] m_AttIndices
the determined indices. -
m_AttributeRange
Range m_AttributeRange
the range of attributes to work on. -
m_Correction
AbstractDetrend m_Correction
the correction to use. -
m_WaveNo
double[] m_WaveNo
the fake wave numbers.
-
-
Class weka.filters.unsupervised.attribute.SortLabels extends weka.filters.SimpleStreamFilter implements Serializable
- serialVersionUID:
- 7815204879694105691L
-
Serialized Fields
-
m_AttributeIndices
weka.core.Range m_AttributeIndices
-
m_Comparator
Comparator<String> m_Comparator
-
m_NewOrder
int[][] m_NewOrder
-
m_SortType
int m_SortType
-
-
Class weka.filters.unsupervised.attribute.SortLabels.CaseInsensitiveComparator extends Object implements Serializable
- serialVersionUID:
- -4515292733342486066L
-
Class weka.filters.unsupervised.attribute.SortLabels.CaseSensitiveComparator extends Object implements Serializable
- serialVersionUID:
- 7071450356783873277L
-
Class weka.filters.unsupervised.attribute.SpellChecker extends weka.filters.SimpleStreamFilter implements Serializable
- serialVersionUID:
- 5944266872914953692L
-
Serialized Fields
-
m_AttributeIndex
weka.core.SingleIndex m_AttributeIndex
the index of the attribute to work on. -
m_Correct
String m_Correct
the correct spelling for the labels. -
m_Incorrect
String[] m_Incorrect
the (misspelled) labels of the attribute to replace. -
m_IncorrectCache
HashSet<String> m_IncorrectCache
the hashset with the incorret labels (for faster access).
-
-
Class weka.filters.unsupervised.attribute.Standardize extends weka.filters.unsupervised.attribute.PotentialClassIgnorer implements Serializable
- serialVersionUID:
- -6830769026855053281L
-
Serialized Fields
-
m_Means
double[] m_Means
-
m_StdDevs
double[] m_StdDevs
-
-
Class weka.filters.unsupervised.attribute.StringToDate extends weka.filters.SimpleStreamFilter implements Serializable
- serialVersionUID:
- -183001278236751069L
-
Serialized Fields
-
m_Format
String m_Format
the parse format. -
m_Indices
gnu.trove.set.TIntSet m_Indices
the attribute indices to work on. -
m_Range
WekaAttributeRange m_Range
the attribute range to process.
-
-
Class weka.filters.unsupervised.attribute.StringToNominal extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 4864084427902797605L
-
Serialized Fields
-
m_AttIndices
weka.core.Range m_AttIndices
-
-
Class weka.filters.unsupervised.attribute.StringToWordVector extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 8249106275278565424L
-
Serialized Fields
-
m_dictionaryBuilder
weka.core.DictionaryBuilder m_dictionaryBuilder
-
m_dictionaryFile
File m_dictionaryFile
-
m_dictionaryIsBinary
boolean m_dictionaryIsBinary
-
m_filterType
int m_filterType
-
m_PeriodicPruningRate
double m_PeriodicPruningRate
-
-
Class weka.filters.unsupervised.attribute.SwapValues extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 6155834679414275855L
-
Serialized Fields
-
m_AttIndex
weka.core.SingleIndex m_AttIndex
-
m_FirstIndex
weka.core.SingleIndex m_FirstIndex
-
m_SecondIndex
weka.core.SingleIndex m_SecondIndex
-
-
Class weka.filters.unsupervised.attribute.TimeSeriesDelta extends weka.filters.unsupervised.attribute.TimeSeriesTranslate implements Serializable
- serialVersionUID:
- 3101490081896634942L
-
Class weka.filters.unsupervised.attribute.TimeSeriesTranslate extends weka.filters.unsupervised.attribute.AbstractTimeSeries implements Serializable
- serialVersionUID:
- -8901621509691785705L
-
Class weka.filters.unsupervised.attribute.Transpose extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- 213999899640387499L
-
-
Package weka.filters.unsupervised.attribute.detrend
-
Class weka.filters.unsupervised.attribute.detrend.AbstractDetrend extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6930354949224477227L
-
Class weka.filters.unsupervised.attribute.detrend.Mean extends AbstractDetrend implements Serializable
- serialVersionUID:
- -6754404982002787538L
-
Class weka.filters.unsupervised.attribute.detrend.RangeBased extends AbstractDetrend implements Serializable
- serialVersionUID:
- -6754404982002787538L
-
Serialized Fields
-
m_Ranges
BaseInterval[] m_Ranges
the ranges to calculate the intercept/slope for.
-
-
-
Package weka.filters.unsupervised.attribute.multiplicativescattercorrection
-
Class weka.filters.unsupervised.attribute.multiplicativescattercorrection.AbstractMultiplicativeScatterCorrection extends AbstractSimpleOptionHandler implements Serializable
- serialVersionUID:
- 1910580022776009212L
-
Class weka.filters.unsupervised.attribute.multiplicativescattercorrection.RangeBased extends AbstractMultiplicativeScatterCorrection implements Serializable
- serialVersionUID:
- -6754404982002787538L
-
Serialized Fields
-
m_Ranges
BaseInterval[] m_Ranges
the ranges to calculate the intercept/slope for.
-
-
-
Package weka.filters.unsupervised.instance
-
Class weka.filters.unsupervised.instance.AbstractRowFinderApplier extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- 2750612199034543886L
-
Serialized Fields
-
m_Invert
boolean m_Invert
Whether to invert the row indices. -
m_OnlyFirstBatch
boolean m_OnlyFirstBatch
Whether to only apply during first batch. -
m_RowFinder
RowFinder m_RowFinder
The classifier template used to do the classification.
-
-
Class weka.filters.unsupervised.instance.AccumulatedLWLWeights extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -6784901276150528252L
-
Serialized Fields
-
m_kNN
int m_kNN
The number of neighbours used to select the kernel bandwidth. -
m_NNSearch
weka.core.neighboursearch.NearestNeighbourSearch m_NNSearch
The nearest neighbour search algorithm to use. (Default: weka.core.neighboursearch.LinearNNSearch) -
m_NoUpdate
boolean m_NoUpdate
whether to suppress the update of the nearest-neighbor search algorithm when making predictions. -
m_RowFinder
RowFinder m_RowFinder
the row finder to use if enabled. -
m_RowFinderEnabled
boolean m_RowFinderEnabled
whether to use the row finder. -
m_WeightKernel
int m_WeightKernel
The weighting kernel method currently selected.
-
-
Class weka.filters.unsupervised.instance.AlignDataset extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -3311037407238263617L
-
Serialized Fields
-
m_CustomLoader
weka.core.converters.AbstractFileLoader m_CustomLoader
the file loader to use for loading the reference data. -
m_ReferenceDataset
File m_ReferenceDataset
the file containing the reference dataset. -
m_SuppliedReferenceDataset
weka.core.Instances m_SuppliedReferenceDataset
the supplied test set, when using programmatically. -
m_UseCustomLoader
boolean m_UseCustomLoader
whether to use a custom loader for the reference data.
-
-
Class weka.filters.unsupervised.instance.DatasetCleaner extends AbstractRowFinderApplier implements Serializable
- serialVersionUID:
- -111639385529662833L
-
Class weka.filters.unsupervised.instance.DatasetLabeler extends AbstractRowFinderApplier implements Serializable
- serialVersionUID:
- -3519667295906912802L
-
Serialized Fields
-
m_AddFilter
weka.filters.unsupervised.attribute.Add m_AddFilter
the filter for adding the label attribute. -
m_AttributeName
String m_AttributeName
the name of the attribute name to add. -
m_LabelMatch
String m_LabelMatch
the label to use for a match. -
m_LabelNonMatch
String m_LabelNonMatch
the label to use for a nonmatch.
-
-
Class weka.filters.unsupervised.instance.KeepRange extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- 4444860420131316510L
-
Serialized Fields
-
m_RowRange
UnorderedRange m_RowRange
the index of the attribute to sort on.
-
-
Class weka.filters.unsupervised.instance.KennardStone extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- 7465262788509209875L
-
Serialized Fields
-
m_AttRange
Range m_AttRange
the range of attributes to apply to. -
m_InvertSelection
boolean m_InvertSelection
whether to invert the selection. -
m_NumberInSubset
int m_NumberInSubset
Number of spectra to select in subset -
m_PreFilter
weka.filters.Filter m_PreFilter
Pre filter to apply before selection
-
-
Class weka.filters.unsupervised.instance.LatestRecords extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -6195745510550220758L
-
Serialized Fields
-
m_Amount
double m_Amount
the amount to keep (less than 1: percentage, otherwise absolute number). -
m_AttributeName
String m_AttributeName
the name of the attribute that holds the numeric database ID.
-
-
Class weka.filters.unsupervised.instance.ModifyInstanceWeights extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- 9140334137670320734L
-
Serialized Fields
-
m_Modifier
weka.filters.unsupervised.instance.instanceweightsmodifiers.InstanceWeightsModifier m_Modifier
-
-
Class weka.filters.unsupervised.instance.MultiRowProcessor extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- 7355559053694071645L
-
Serialized Fields
-
m_RowSelection
AbstractRowSelection m_RowSelection
the row selection scheme. -
m_SelectionProcessor
AbstractSelectionProcessor m_SelectionProcessor
the row processing scheme.
-
-
Class weka.filters.unsupervised.instance.NonSparseToSparse extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 4694489111366063852L
-
Serialized Fields
-
m_encodeMissingAsZero
boolean m_encodeMissingAsZero
-
-
Class weka.filters.unsupervised.instance.Randomize extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 8854479785121877582L
-
Serialized Fields
-
m_Random
Random m_Random
-
m_Seed
int m_Seed
-
-
Class weka.filters.unsupervised.instance.RemoveDuplicateIDs extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -7024951985782351356L
-
Serialized Fields
-
m_ID
WekaAttributeIndex m_ID
the attribute with the IDs.
-
-
Class weka.filters.unsupervised.instance.RemoveDuplicates extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -7024951985782351356L
-
Serialized Fields
-
m_IncludeClass
boolean m_IncludeClass
whether to take the class into account. -
m_Randomize
boolean m_Randomize
whether to randomize the data after the removal. -
m_Seed
int m_Seed
the seed value for the randomization.
-
-
Class weka.filters.unsupervised.instance.RemoveFolds extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 8220373305559055700L
-
Serialized Fields
-
m_Fold
int m_Fold
-
m_Inverse
boolean m_Inverse
-
m_NumFolds
int m_NumFolds
-
m_Seed
long m_Seed
-
-
Class weka.filters.unsupervised.instance.RemoveFrequentValues extends weka.filters.Filter implements Serializable
- serialVersionUID:
- -2447432930070059511L
-
Class weka.filters.unsupervised.instance.RemoveInstancesWithMissingValue extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -8611897473185237907L
-
Serialized Fields
-
m_IgnoreClass
boolean m_IgnoreClass
whether to ignore the class attribute.
-
-
Class weka.filters.unsupervised.instance.RemoveMisclassified extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 5469157004717663171L
-
Serialized Fields
-
m_classIndex
int m_classIndex
-
m_cleansingClassifier
weka.classifiers.Classifier m_cleansingClassifier
-
m_firstBatchFinished
boolean m_firstBatchFinished
-
m_invertMatching
boolean m_invertMatching
-
m_numericClassifyThreshold
double m_numericClassifyThreshold
-
m_numOfCleansingIterations
int m_numOfCleansingIterations
-
m_numOfCrossValidationFolds
int m_numOfCrossValidationFolds
-
-
Class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs extends weka.filters.Filter implements Serializable
- serialVersionUID:
- -9062734450276332975L
-
Serialized Fields
-
m_classIndex
int m_classIndex
The attribute to treat as the class for purposes of cleansing. -
m_cleansingClassifier
weka.classifiers.Classifier m_cleansingClassifier
The classifier used to do the cleansing -
m_firstBatchFinished
boolean m_firstBatchFinished
Have we processed the first batch (i.e. training data)? -
m_invertMatching
boolean m_invertMatching
Whether to invert the match so the correctly classified instances are discarded -
m_numericClassifyThreshold
double m_numericClassifyThreshold
The threshold for deciding when a numeric value is correctly classified -
m_numericClassifyThresholdAbs
double m_numericClassifyThresholdAbs
if Absolute error is less than this, then we're ok -
m_numOfCleansingIterations
int m_numOfCleansingIterations
The maximum number of cleansing iterations to perform (<1 = until fully cleansed) -
m_numOfCrossValidationFolds
int m_numOfCrossValidationFolds
The number of cross validation folds to perform (<2 = no cross validation)
-
-
Class weka.filters.unsupervised.instance.RemoveMisclassifiedRel extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 5469157004717663171L
-
Serialized Fields
-
m_classIndex
int m_classIndex
The attribute to treat as the class for purposes of cleansing. -
m_cleansingClassifier
weka.classifiers.Classifier m_cleansingClassifier
The classifier used to do the cleansing -
m_firstBatchFinished
boolean m_firstBatchFinished
Have we processed the first batch (i.e. training data)? -
m_invertMatching
boolean m_invertMatching
Whether to invert the match so the correctly classified instances are discarded -
m_numericClassifyThreshold
double m_numericClassifyThreshold
The threshold for deciding when a numeric value is correctly classified -
m_numericClassifyThresholdAbs
double m_numericClassifyThresholdAbs
if Absolute error is less than this, then we're ok -
m_numOfCleansingIterations
int m_numOfCleansingIterations
The maximum number of cleansing iterations to perform (<1 = until fully cleansed) -
m_numOfCrossValidationFolds
int m_numOfCrossValidationFolds
The number of cross validation folds to perform (<2 = no cross validation)
-
-
Class weka.filters.unsupervised.instance.RemovePercentage extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 2150341191158533133L
-
Serialized Fields
-
m_Inverse
boolean m_Inverse
-
m_Percentage
double m_Percentage
-
-
Class weka.filters.unsupervised.instance.RemoveRange extends weka.filters.Filter implements Serializable
- serialVersionUID:
- -3064641215340828695L
-
Serialized Fields
-
m_Range
weka.core.Range m_Range
-
-
Class weka.filters.unsupervised.instance.RemoveTestInstances extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -6784901276150528252L
-
Serialized Fields
-
m_CustomLoader
weka.core.converters.AbstractFileLoader m_CustomLoader
the file loader to use for loading the test set. -
m_ID
WekaAttributeIndex m_ID
the attribute to use for identifying instances. -
m_IDTest
WekaAttributeIndex m_IDTest
the attribute to use for identifying instances in the test set. -
m_Invert
boolean m_Invert
whether to invert the matching. -
m_SuppliedTestSet
weka.core.Instances m_SuppliedTestSet
the supplied test set, when using programmatically. -
m_TestSet
File m_TestSet
the file containing the test set. -
m_UseCustomLoader
boolean m_UseCustomLoader
whether to use a custom loader for the test set.
-
-
Class weka.filters.unsupervised.instance.RemoveWithLabels extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -7380188286130951331L
-
Serialized Fields
-
m_Index
WekaAttributeIndex m_Index
the attribute to remove the labels from. -
m_Invert
boolean m_Invert
whether to invert the matching. -
m_LabelMapping
Map<Integer,Integer> m_LabelMapping
the label mapping (old -> new). -
m_LabelRegExp
BaseRegExp m_LabelRegExp
the regular expression for matching the labels to remove. -
m_UpdateHeader
boolean m_UpdateHeader
whether to update the header.
-
-
Class weka.filters.unsupervised.instance.RemoveWithValues extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 4752870193679263361L
-
Serialized Fields
-
m_AttIndex
weka.core.SingleIndex m_AttIndex
-
m_dontFilterAfterFirstBatch
boolean m_dontFilterAfterFirstBatch
-
m_MatchMissingValues
boolean m_MatchMissingValues
-
m_ModifyHeader
boolean m_ModifyHeader
-
m_NominalMapping
int[] m_NominalMapping
-
m_Value
double m_Value
-
m_Values
weka.core.Range m_Values
-
-
Class weka.filters.unsupervised.instance.RemoveWithWeights extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -6784901276150528252L
-
Serialized Fields
-
m_DropAbove
double m_DropAbove
the threshold of weight above which to drop instances. -
m_DropBelow
double m_DropBelow
the threshold of weight below which to drop instances.
-
-
Class weka.filters.unsupervised.instance.RemoveWithZeroes extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -6784901276150528252L
-
Serialized Fields
-
m_MinZeroes
int m_MinZeroes
the minimum number of zeroes that a row must have. -
m_NumNumericAttributes
int m_NumNumericAttributes
the number of numeric attributes in the dataset. -
m_NumZeroes
double m_NumZeroes
the number (or percentage) of zeroes that the row must contain to be removed.
-
-
Class weka.filters.unsupervised.instance.Resample extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 3119607037607101160L
-
Serialized Fields
-
m_InvertSelection
boolean m_InvertSelection
-
m_NoReplacement
boolean m_NoReplacement
-
m_RandomSeed
int m_RandomSeed
-
m_SampleSizePercent
double m_SampleSizePercent
-
-
Class weka.filters.unsupervised.instance.ReservoirSample extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 3119607037607101160L
-
Class weka.filters.unsupervised.instance.RowNorm extends weka.filters.SimpleStreamFilter implements Serializable
- serialVersionUID:
- 6812351429964183179L
-
Class weka.filters.unsupervised.instance.SafeRemoveRange extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -3064641215340828695L
-
Serialized Fields
-
m_InvertSelection
boolean m_InvertSelection
whether to invert the selection. -
m_Range
Range m_Range
Range of instances requested by the user.
-
-
Class weka.filters.unsupervised.instance.Scale extends weka.filters.SimpleStreamFilter implements Serializable
- serialVersionUID:
- 6812351429964183179L
-
Serialized Fields
-
m_Max
double m_Max
the maximum to use. -
m_Min
double m_Min
the minimum to use.
-
-
Class weka.filters.unsupervised.instance.Sort extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -6195745510550220758L
-
Serialized Fields
-
m_IncludeClass
boolean m_IncludeClass
whether to take the class into account.
-
-
Class weka.filters.unsupervised.instance.SortOnAttribute extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- 4444860420131316510L
-
Serialized Fields
-
m_AttributeIndex
weka.core.SingleIndex m_AttributeIndex
the index of the attribute to sort on.
-
-
Class weka.filters.unsupervised.instance.SparseToNonSparse extends weka.filters.Filter implements Serializable
- serialVersionUID:
- 2481634184210236074L
-
Class weka.filters.unsupervised.instance.SubsetByExpression extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- 5628686110979589602L
-
Serialized Fields
-
m_Expression
String m_Expression
-
m_filterAfterFirstBatch
boolean m_filterAfterFirstBatch
-
-
Class weka.filters.unsupervised.instance.WeightsBasedResample extends weka.filters.SimpleBatchFilter implements Serializable
- serialVersionUID:
- -6784901276150528252L
-
Serialized Fields
-
m_DropAtMost
double m_DropAtMost
the maximum percentage (0-1) of instances to drop. -
m_DropBelow
double m_DropBelow
the threshold of weight below which to drop instances. -
m_MaxFactor
double m_MaxFactor
the upper limit of the multiplication factor (<= 0 is not capped). -
m_Seed
int m_Seed
the seed for randomizing the final dataset. -
m_SizeLimit
double m_SizeLimit
the maximum size of the dataset to generate (<= 0 is off, <= 10 is percentage, > 10 is absolute).
-
-
-
Package weka.filters.unsupervised.instance.multirowprocessor
-
Class weka.filters.unsupervised.instance.multirowprocessor.AbstractMultiRowProcessorPlugin extends Object implements Serializable
- serialVersionUID:
- -8959596035616332968L
-
Serialized Fields
-
m_Debug
boolean m_Debug
whether to output debugging information.
-
-
-
Package weka.filters.unsupervised.instance.multirowprocessor.processor
-
Class weka.filters.unsupervised.instance.multirowprocessor.processor.AbstractRangeBasedSelectionProcessor extends AbstractSelectionProcessor implements Serializable
- serialVersionUID:
- -598983861360058698L
-
Serialized Fields
-
m_Range
WekaAttributeRange m_Range
the range of attributes to work on.
-
-
Class weka.filters.unsupervised.instance.multirowprocessor.processor.AbstractSelectionProcessor extends AbstractMultiRowProcessorPlugin implements Serializable
- serialVersionUID:
- -3561684420376456445L
-
Class weka.filters.unsupervised.instance.multirowprocessor.processor.Average extends AbstractRangeBasedSelectionProcessor implements Serializable
- serialVersionUID:
- 273226641478995302L
-
Class weka.filters.unsupervised.instance.multirowprocessor.processor.PassThrough extends AbstractSelectionProcessor implements Serializable
- serialVersionUID:
- 6646211858982714315L
-
-
Package weka.filters.unsupervised.instance.multirowprocessor.selection
-
Class weka.filters.unsupervised.instance.multirowprocessor.selection.AbstractRowSelection extends AbstractMultiRowProcessorPlugin implements Serializable
- serialVersionUID:
- -3561684420376456445L
-
Class weka.filters.unsupervised.instance.multirowprocessor.selection.GroupExpression extends AbstractRowSelection implements Serializable
- serialVersionUID:
- -8519118208205929299L
-
Serialized Fields
-
m_Group
String m_Group
the group expression. -
m_Index
WekaAttributeIndex m_Index
the index to use for grouping. -
m_RegExp
BaseRegExp m_RegExp
the regular expression for the nominal/string attribute.
-
-
Class weka.filters.unsupervised.instance.multirowprocessor.selection.IndividualRows extends AbstractRowSelection implements Serializable
- serialVersionUID:
- -8519118208205929299L
-
-
Package weka.gui
-
Class weka.gui.AbstractGUIApplication extends JPanel implements Serializable
- serialVersionUID:
- -2116770422043462730L
-
Serialized Fields
-
m_applicationSettings
weka.core.Settings m_applicationSettings
-
m_perspectiveManager
weka.gui.PerspectiveManager m_perspectiveManager
-
-
Class weka.gui.AbstractPerspective extends JPanel implements Serializable
- serialVersionUID:
- 1919714661641262879L
-
Serialized Fields
-
m_isActive
boolean m_isActive
-
m_isLoaded
boolean m_isLoaded
-
m_log
weka.gui.Logger m_log
-
m_mainApplication
weka.gui.GUIApplication m_mainApplication
-
m_perspectiveIcon
Icon m_perspectiveIcon
-
m_perspectiveID
String m_perspectiveID
-
m_perspectiveTipText
String m_perspectiveTipText
-
m_perspectiveTitle
String m_perspectiveTitle
-
-
Class weka.gui.AttributeListPanel extends JPanel implements Serializable
- serialVersionUID:
- -2030706987910400362L
-
Serialized Fields
-
m_Model
weka.gui.AttributeListPanel.AttributeTableModel m_Model
-
m_Table
JTable m_Table
-
-
Class weka.gui.AttributeSelectionPanel extends JPanel implements Serializable
- serialVersionUID:
- 627131485290359194L
-
Class weka.gui.AttributeSummaryPanel extends JPanel implements Serializable
- serialVersionUID:
- -5434987925737735880L
-
Serialized Fields
-
m_allEqualWeights
boolean m_allEqualWeights
-
m_AttributeNameLab
JLabel m_AttributeNameLab
-
m_AttributeStats
weka.core.AttributeStats[] m_AttributeStats
-
m_AttributeTypeLab
JLabel m_AttributeTypeLab
-
m_AttributeWeightLab
JLabel m_AttributeWeightLab
-
m_DistinctLab
JLabel m_DistinctLab
-
m_Instances
weka.core.Instances m_Instances
-
m_MissingLab
JLabel m_MissingLab
-
m_StatsTable
JTable m_StatsTable
-
m_UniqueLab
JLabel m_UniqueLab
-
m_WeightLab
JLabel m_WeightLab
-
-
Class weka.gui.AttributeVisualizationPanel extends weka.gui.visualize.PrintablePanel implements Serializable
- serialVersionUID:
- -8650490488825371193L
-
Serialized Fields
-
m_as
weka.core.AttributeStats m_as
-
m_asCache
weka.core.AttributeStats[] m_asCache
-
m_attribIndex
int m_attribIndex
-
m_barRange
double m_barRange
-
m_classIndex
int m_classIndex
-
m_colorAttrib
JComboBox m_colorAttrib
-
m_colorList
ArrayList<Color> m_colorList
-
m_data
weka.core.Instances m_data
-
m_displayCurrentAttribute
boolean m_displayCurrentAttribute
-
m_doneCurrentAttribute
boolean m_doneCurrentAttribute
-
m_fm
FontMetrics m_fm
-
m_hc
Thread m_hc
-
m_histBarClassCounts
weka.core.SparseInstance[] m_histBarClassCounts
-
m_histBarCounts
double[] m_histBarCounts
-
m_locker
Integer m_locker
-
m_maxValue
double m_maxValue
-
m_threadRun
boolean m_threadRun
-
-
Class weka.gui.CheckBoxList extends JList implements Serializable
- serialVersionUID:
- -4359573373359270258L
-
Class weka.gui.CheckBoxList.CheckBoxListModel extends DefaultListModel implements Serializable
- serialVersionUID:
- 7772455499540273507L
-
Class weka.gui.CheckBoxList.CheckBoxListRenderer extends JCheckBox implements Serializable
- serialVersionUID:
- 1059591605858524586L
-
Class weka.gui.CloseableTabTitle extends JPanel implements Serializable
- serialVersionUID:
- 9178081197757118130L
-
Serialized Fields
-
m_callback
weka.gui.CloseableTabTitle.ClosingCallback m_callback
-
m_closeAccelleratorText
String m_closeAccelleratorText
-
m_enclosingPane
JTabbedPane m_enclosingPane
-
m_tabButton
weka.gui.CloseableTabTitle.TabButton m_tabButton
-
m_tabLabel
JLabel m_tabLabel
-
-
Class weka.gui.CommandToCodePanel extends JPanel implements Serializable
-
Serialized Fields
-
m_ButtonConverters
JButton m_ButtonConverters
-
m_ButtonCopy
JButton m_ButtonCopy
-
m_ButtonPaste
JButton m_ButtonPaste
-
m_ComboBoxConverters
JComboBox m_ComboBoxConverters
-
m_Converters
weka.core.code.Converter[] m_Converters
-
m_LabelCode
JLabel m_LabelCode
-
m_LabelCommand
JLabel m_LabelCommand
-
m_LabelConverters
JLabel m_LabelConverters
-
m_PanelCode
JPanel m_PanelCode
-
m_PanelCommand
JPanel m_PanelCommand
-
m_TextCode
JTextArea m_TextCode
-
m_TextCommand
JTextArea m_TextCommand
-
-
-
Class weka.gui.CommandToCodePanel.TransferableString extends Object implements Serializable
- serialVersionUID:
- -4291529156857201031L
-
Serialized Fields
-
m_Data
String m_Data
-
-
Class weka.gui.ConverterFileChooser extends weka.gui.WekaFileChooser implements Serializable
- serialVersionUID:
- -5373058011025481738L
-
Serialized Fields
-
m_CapabilitiesFilter
weka.core.Capabilities m_CapabilitiesFilter
-
m_CheckBoxOptions
JCheckBox m_CheckBoxOptions
-
m_CoreConvertersOnly
boolean m_CoreConvertersOnly
-
m_CurrentConverter
Object m_CurrentConverter
-
m_DialogType
int m_DialogType
-
m_Editor
weka.gui.GenericObjectEditor m_Editor
-
m_EditorResult
int m_EditorResult
-
m_FileMustExist
boolean m_FileMustExist
-
m_LastFilter
FileFilter m_LastFilter
-
m_Listener
PropertyChangeListener m_Listener
-
m_OverwriteWarning
boolean m_OverwriteWarning
-
-
Class weka.gui.CostBenefitAnalysisPanel extends JPanel implements Serializable
- serialVersionUID:
- 5364871945448769003L
-
Serialized Fields
-
m_benefitR
JRadioButton m_benefitR
-
m_classAttribute
weka.core.Attribute m_classAttribute
-
m_classificationAccV
JLabel m_classificationAccV
-
m_conf_aa
weka.gui.CostBenefitAnalysisPanel.ConfusionCell m_conf_aa
-
m_conf_ab
weka.gui.CostBenefitAnalysisPanel.ConfusionCell m_conf_ab
-
m_conf_actualA
JLabel m_conf_actualA
-
m_conf_actualB
JLabel m_conf_actualB
-
m_conf_ba
weka.gui.CostBenefitAnalysisPanel.ConfusionCell m_conf_ba
-
m_conf_bb
weka.gui.CostBenefitAnalysisPanel.ConfusionCell m_conf_bb
-
m_conf_predictedA
JLabel m_conf_predictedA
-
m_conf_predictedB
JLabel m_conf_predictedB
-
m_cost_aa
JTextField m_cost_aa
-
m_cost_ab
JTextField m_cost_ab
-
m_cost_actualA
JLabel m_cost_actualA
-
m_cost_actualB
JLabel m_cost_actualB
-
m_cost_ba
JTextField m_cost_ba
-
m_cost_bb
JTextField m_cost_bb
-
m_cost_predictedA
JLabel m_cost_predictedA
-
m_cost_predictedB
JLabel m_cost_predictedB
-
m_costBenefit
weka.gui.visualize.PlotData2D m_costBenefit
-
m_costBenefitL
JLabel m_costBenefitL
-
m_costBenefitPanel
weka.gui.visualize.VisualizePanel m_costBenefitPanel
-
m_costBenefitV
JLabel m_costBenefitV
-
m_costR
JRadioButton m_costR
-
m_fnPrevious
double m_fnPrevious
-
m_fpPrevious
double m_fpPrevious
-
m_gainV
JLabel m_gainV
-
m_masterPlot
weka.gui.visualize.PlotData2D m_masterPlot
-
m_maximizeCB
JButton m_maximizeCB
-
m_minimizeCB
JButton m_minimizeCB
-
m_originalPopSize
int m_originalPopSize
-
m_percOfTarget
JRadioButton m_percOfTarget
-
m_percOfTargetLab
JLabel m_percOfTargetLab
-
m_percPop
JRadioButton m_percPop
-
m_percPopLab
JLabel m_percPopLab
-
m_performancePanel
weka.gui.visualize.VisualizePanel m_performancePanel
-
m_previousShapeIndex
int m_previousShapeIndex
-
m_randomV
JLabel m_randomV
-
m_shapeSizes
int[] m_shapeSizes
-
m_threshold
JRadioButton m_threshold
-
m_thresholdLab
JLabel m_thresholdLab
-
m_thresholdSlider
JSlider m_thresholdSlider
-
m_tnPrevious
double m_tnPrevious
-
m_totalPopField
JTextField m_totalPopField
-
m_totalPopPrevious
int m_totalPopPrevious
-
m_tpPrevious
double m_tpPrevious
-
-
Class weka.gui.CostBenefitAnalysisPanel.ConfusionCell extends JPanel implements Serializable
- serialVersionUID:
- 6148640235434494767L
-
Class weka.gui.DatabaseConnectionDialog extends JDialog implements Serializable
- serialVersionUID:
- -1081946748666245054L
-
Serialized Fields
-
m_DbaseURLLab
JLabel m_DbaseURLLab
-
m_DbaseURLText
JTextField m_DbaseURLText
-
m_DebugCheckBox
JCheckBox m_DebugCheckBox
-
m_DebugLab
JLabel m_DebugLab
-
m_PasswordLab
JLabel m_PasswordLab
-
m_PasswordText
JPasswordField m_PasswordText
-
m_returnValue
int m_returnValue
-
m_UserNameLab
JLabel m_UserNameLab
-
m_UserNameText
JTextField m_UserNameText
-
-
Class weka.gui.EnvironmentField extends JPanel implements Serializable
- serialVersionUID:
- -3125404573324734121L
-
Serialized Fields
-
m_combo
JComboBox m_combo
-
m_currentCaretPos
int m_currentCaretPos
-
m_currentContents
String m_currentContents
-
m_env
weka.core.Environment m_env
-
m_firstCaretPos
int m_firstCaretPos
-
m_label
JLabel m_label
-
m_previousCaretPos
int m_previousCaretPos
-
m_support
PropertyChangeSupport m_support
-
-
Class weka.gui.EnvironmentField.WideComboBox extends JComboBox implements Serializable
- serialVersionUID:
- -6512065375459733517L
-
Serialized Fields
-
m_layingOut
boolean m_layingOut
-
-
Class weka.gui.ETable extends JTable implements Serializable
- serialVersionUID:
- -3028630226368293049L
-
Serialized Fields
-
MAC_FOCUSED_SELECTED_CELL_HORIZONTAL_LINE_COLOR
Color MAC_FOCUSED_SELECTED_CELL_HORIZONTAL_LINE_COLOR
-
MAC_FOCUSED_SELECTED_VERTICAL_LINE_COLOR
Color MAC_FOCUSED_SELECTED_VERTICAL_LINE_COLOR
-
MAC_FOCUSED_UNSELECTED_VERTICAL_LINE_COLOR
Color MAC_FOCUSED_UNSELECTED_VERTICAL_LINE_COLOR
-
MAC_OS_ALTERNATE_ROW_COLOR
Color MAC_OS_ALTERNATE_ROW_COLOR
-
MAC_UNFOCUSED_SELECTED_CELL_BACKGROUND_COLOR
Color MAC_UNFOCUSED_SELECTED_CELL_BACKGROUND_COLOR
-
MAC_UNFOCUSED_SELECTED_CELL_HORIZONTAL_LINE_COLOR
Color MAC_UNFOCUSED_SELECTED_CELL_HORIZONTAL_LINE_COLOR
-
MAC_UNFOCUSED_SELECTED_VERTICAL_LINE_COLOR
Color MAC_UNFOCUSED_SELECTED_VERTICAL_LINE_COLOR
-
MAC_UNFOCUSED_UNSELECTED_VERTICAL_LINE_COLOR
Color MAC_UNFOCUSED_UNSELECTED_VERTICAL_LINE_COLOR
-
-
Class weka.gui.EvaluationMetricSelectionDialog extends JDialog implements Serializable
- serialVersionUID:
- 4451184027143094270L
-
Class weka.gui.ExtensionFileFilter extends FileFilter implements Serializable
- serialVersionUID:
- -5960622841390665131L
-
Class weka.gui.ExtensionFileFilterWithClass extends weka.gui.ExtensionFileFilter implements Serializable
-
Serialized Fields
-
m_FilterClass
Class m_FilterClass
-
-
-
Class weka.gui.FileEnvironmentField extends weka.gui.EnvironmentField implements Serializable
- serialVersionUID:
- -233731548086207652L
-
Serialized Fields
-
m_browseBut
JButton m_browseBut
-
m_fileEditor
weka.gui.FileEditor m_fileEditor
-
m_fileEditorDialog
weka.gui.PropertyDialog m_fileEditorDialog
-
-
Class weka.gui.GenericObjectEditor.CapabilitiesFilterDialog extends JDialog implements Serializable
- serialVersionUID:
- -7845503345689646266L
-
Serialized Fields
-
m_CancelButton
JButton m_CancelButton
-
m_Capabilities
weka.core.Capabilities m_Capabilities
-
m_InfoLabel
JLabel m_InfoLabel
-
m_List
weka.gui.CheckBoxList m_List
-
m_OkButton
JButton m_OkButton
-
m_Popup
JPopupMenu m_Popup
-
m_Self
JDialog m_Self
-
-
Class weka.gui.GenericObjectEditor.GOEPanel extends JPanel implements Serializable
- serialVersionUID:
- 3656028520876011335L
-
Class weka.gui.GenericObjectEditor.GOETreeNode extends DefaultMutableTreeNode implements Serializable
- serialVersionUID:
- -1707872446682150133L
-
Serialized Fields
-
m_Capabilities
weka.core.Capabilities m_Capabilities
-
m_toolTipText
String m_toolTipText
-
-
Class weka.gui.GenericObjectEditor.JTreePopupMenu extends JPopupMenu implements Serializable
- serialVersionUID:
- -3404546329655057387L
-
Serialized Fields
-
m_CloseButton
JButton m_CloseButton
-
m_FilterButton
JButton m_FilterButton
-
m_RemoveFilterButton
JButton m_RemoveFilterButton
-
m_scroller
JScrollPane m_scroller
-
m_Self
JPopupMenu m_Self
-
m_tree
JTree m_tree
-
-
Class weka.gui.GenericObjectEditorHistory extends Object implements Serializable
- serialVersionUID:
- -1255734638729633595L
-
Class weka.gui.GenericObjectEditorHistory.HistorySelectionEvent extends EventObject implements Serializable
- serialVersionUID:
- 45824542929908105L
-
Serialized Fields
-
m_HistoryItem
Object m_HistoryItem
-
-
Class weka.gui.GUIChooserApp extends JFrame implements Serializable
- serialVersionUID:
- 9001529425230247914L
-
Serialized Fields
-
m_ChildFrames
HashSet<Container> m_ChildFrames
-
m_ExperimenterBut
JButton m_ExperimenterBut
-
m_ExplorerBut
JButton m_ExplorerBut
-
m_FileChooserGraphVisualizer
weka.gui.WekaFileChooser m_FileChooserGraphVisualizer
-
m_FileChooserPlot
weka.gui.WekaFileChooser m_FileChooserPlot
-
m_FileChooserROC
weka.gui.WekaFileChooser m_FileChooserROC
-
m_FileChooserTreeVisualizer
weka.gui.WekaFileChooser m_FileChooserTreeVisualizer
-
m_Frames
Vector<JFrame> m_Frames
-
m_Icon
Image m_Icon
-
m_jMenuBar
JMenuBar m_jMenuBar
-
m_jMenuHelp
JMenu m_jMenuHelp
-
m_jMenuProgram
JMenu m_jMenuProgram
-
m_jMenuTools
JMenu m_jMenuTools
-
m_jMenuVisualization
JMenu m_jMenuVisualization
-
m_KnowledgeFlowBut
JButton m_KnowledgeFlowBut
-
m_PanelApplications
JPanel m_PanelApplications
-
m_Self
weka.gui.GUIChooserApp m_Self
-
m_settings
weka.core.Settings m_settings
-
m_SimpleBut
JButton m_SimpleBut
-
m_weka
Image m_weka
-
m_WorkbenchBut
JButton m_WorkbenchBut
-
-
Class weka.gui.GUIChooserApp.ChildFrameSDI extends JFrame implements Serializable
- serialVersionUID:
- 8588293938686425618L
-
Serialized Fields
-
m_Parent
weka.gui.GUIChooserApp m_Parent
-
-
Class weka.gui.GUIChooserApp.GUIChooserDefaults extends weka.core.Defaults implements Serializable
- serialVersionUID:
- -8524894440289936685L
-
Class weka.gui.HierarchyPropertyParser extends Object implements Serializable
- serialVersionUID:
- -4151103338506077544L
-
Serialized Fields
-
m_Current
weka.gui.HierarchyPropertyParser.TreeNode m_Current
-
m_Depth
int m_Depth
-
m_Root
weka.gui.HierarchyPropertyParser.TreeNode m_Root
-
m_Seperator
String m_Seperator
-
-
Class weka.gui.InstancesSummaryPanel extends JPanel implements Serializable
- serialVersionUID:
- -5243579535296681063L
-
Serialized Fields
-
Class weka.gui.InteractiveTableModel extends AbstractTableModel implements Serializable
- serialVersionUID:
- -5113873323690309667L
-
Class weka.gui.InteractiveTablePanel extends JPanel implements Serializable
- serialVersionUID:
- 4495705463732140410L
-
Serialized Fields
-
m_columnNames
String[] m_columnNames
-
m_scroller
JScrollPane m_scroller
-
m_table
JTable m_table
-
m_tableModel
weka.gui.InteractiveTableModel m_tableModel
-
-
Class weka.gui.ListSelectorDialog extends JDialog implements Serializable
- serialVersionUID:
- 906147926840288895L
-
Class weka.gui.LogPanel extends JPanel implements Serializable
- serialVersionUID:
- -4072464549112439484L
-
Class weka.gui.LogWindow extends JFrame implements Serializable
- serialVersionUID:
- 5650947361381061112L
-
Class weka.gui.Main extends JFrame implements Serializable
- serialVersionUID:
- 1453813254824253849L
-
Serialized Fields
-
jDesktopPane
JDesktopPane jDesktopPane
-
jMenuApplications
JMenu jMenuApplications
-
jMenuBar
JMenuBar jMenuBar
-
jMenuExtensions
JMenu jMenuExtensions
-
jMenuHelp
JMenu jMenuHelp
-
jMenuItemApplicationsExperimenter
JMenuItem jMenuItemApplicationsExperimenter
-
jMenuItemApplicationsExplorer
JMenuItem jMenuItemApplicationsExplorer
-
jMenuItemApplicationsKnowledgeFlow
JMenuItem jMenuItemApplicationsKnowledgeFlow
-
jMenuItemApplicationsSimpleCLI
JMenuItem jMenuItemApplicationsSimpleCLI
-
jMenuItemHelpAbout
JMenuItem jMenuItemHelpAbout
-
jMenuItemHelpHomepage
JMenuItem jMenuItemHelpHomepage
-
jMenuItemHelpSourceforge
JMenuItem jMenuItemHelpSourceforge
-
jMenuItemHelpSystemInfo
JMenuItem jMenuItemHelpSystemInfo
-
jMenuItemHelpWekaWiki
JMenuItem jMenuItemHelpWekaWiki
-
jMenuItemProgramExit
JMenuItem jMenuItemProgramExit
-
jMenuItemProgramLogWindow
JMenuItem jMenuItemProgramLogWindow
-
jMenuItemProgramMemoryUsage
JMenuItem jMenuItemProgramMemoryUsage
-
jMenuItemToolsArffViewer
JMenuItem jMenuItemToolsArffViewer
-
jMenuItemToolsGroovyConsole
JMenuItem jMenuItemToolsGroovyConsole
-
jMenuItemToolsJythonConsole
JMenuItem jMenuItemToolsJythonConsole
-
jMenuItemToolsSqlViewer
JMenuItem jMenuItemToolsSqlViewer
-
jMenuItemVisualizationBoundaryVisualizer
JMenuItem jMenuItemVisualizationBoundaryVisualizer
-
jMenuItemVisualizationGraphVisualizer
JMenuItem jMenuItemVisualizationGraphVisualizer
-
jMenuItemVisualizationPlot
JMenuItem jMenuItemVisualizationPlot
-
jMenuItemVisualizationROC
JMenuItem jMenuItemVisualizationROC
-
jMenuItemVisualizationTreeVisualizer
JMenuItem jMenuItemVisualizationTreeVisualizer
-
jMenuProgram
JMenu jMenuProgram
-
jMenuTools
JMenu jMenuTools
-
jMenuVisualization
JMenu jMenuVisualization
-
jMenuWindows
JMenu jMenuWindows
-
m_ChildFrames
HashSet<Container> m_ChildFrames
-
m_FileChooserGraphVisualizer
weka.gui.WekaFileChooser m_FileChooserGraphVisualizer
-
m_FileChooserPlot
weka.gui.WekaFileChooser m_FileChooserPlot
-
m_FileChooserROC
weka.gui.WekaFileChooser m_FileChooserROC
-
m_FileChooserTreeVisualizer
weka.gui.WekaFileChooser m_FileChooserTreeVisualizer
-
m_GUIType
int m_GUIType
-
m_Self
weka.gui.Main m_Self
-
-
Class weka.gui.Main.BackgroundDesktopPane extends JDesktopPane implements Serializable
- serialVersionUID:
- 2046713123452402745L
-
Serialized Fields
-
m_Background
Image m_Background
-
-
Class weka.gui.Main.ChildFrameMDI extends JInternalFrame implements Serializable
- serialVersionUID:
- 3772573515346899959L
-
Serialized Fields
-
m_Parent
weka.gui.Main m_Parent
-
-
Class weka.gui.Main.ChildFrameSDI extends JFrame implements Serializable
- serialVersionUID:
- 8588293938686425618L
-
Serialized Fields
-
m_Parent
weka.gui.Main m_Parent
-
-
Class weka.gui.MemoryUsagePanel extends JPanel implements Serializable
- serialVersionUID:
- -4812319791687471721L
-
Serialized Fields
-
m_BackgroundColor
Color m_BackgroundColor
-
m_ButtonGC
JButton m_ButtonGC
-
m_Colors
Hashtable<Double,Color> m_Colors
-
m_DefaultColor
Color m_DefaultColor
-
m_FrameLocation
Point m_FrameLocation
-
m_History
Vector<Double> m_History
-
m_Memory
weka.core.Memory m_Memory
-
m_Monitor
weka.gui.MemoryUsagePanel.MemoryMonitor m_Monitor
-
m_Percentages
Vector<Double> m_Percentages
-
-
Class weka.gui.PackageManager extends JPanel implements Serializable
- serialVersionUID:
- -7463821313750352385L
-
Serialized Fields
-
m_allBut
JRadioButton m_allBut
-
m_allPackages
List<weka.core.packageManagement.Package> m_allPackages
-
m_availableBut
JRadioButton m_availableBut
-
m_availablePackages
List<weka.core.packageManagement.Package> m_availablePackages
-
m_backB
JButton m_backB
-
m_browserHistory
LinkedList<URL> m_browserHistory
-
m_browserTools
JToolBar m_browserTools
-
m_cacheEstablished
boolean m_cacheEstablished
-
m_cacheRefreshInProgress
boolean m_cacheRefreshInProgress
-
m_detailLabel
JLabel m_detailLabel
-
m_forceBut
JCheckBox m_forceBut
-
m_homeB
JButton m_homeB
-
m_infoPane
JEditorPane m_infoPane
-
m_installBut
JButton m_installBut
-
m_installedBut
JRadioButton m_installedBut
-
m_installedPackages
List<weka.core.packageManagement.Package> m_installedPackages
-
m_installing
boolean m_installing
-
m_model
DefaultTableModel m_model
-
m_newPackagesAvailableL
JLabel m_newPackagesAvailableL
-
m_packageComparator
Comparator<weka.core.packageManagement.Package> m_packageComparator
-
m_packageDescriptions
Map<String,String> m_packageDescriptions
-
m_packageLookupInfo
Map<String,List<Object>> m_packageLookupInfo
-
m_progress
JProgressBar m_progress
-
m_refreshCacheBut
JButton m_refreshCacheBut
-
m_reverseSort
boolean m_reverseSort
-
m_searchField
JTextField m_searchField
-
m_searchHitsLab
JLabel m_searchHitsLab
-
m_searchResults
List<weka.core.packageManagement.Package> m_searchResults
-
m_sortColumn
int m_sortColumn
-
m_splitP
JSplitPane m_splitP
-
m_table
JTable m_table
-
m_toggleLoad
JButton m_toggleLoad
-
m_uninstallBut
JButton m_uninstallBut
-
m_unofficialBut
JButton m_unofficialBut
-
m_unofficialChooser
weka.gui.FileEnvironmentField m_unofficialChooser
-
m_unofficialFrame
JFrame m_unofficialFrame
-
-
Class weka.gui.PackageManager.ComboBoxEditor extends DefaultCellEditor implements Serializable
- serialVersionUID:
- 5240331667759901966L
-
Class weka.gui.PasswordField extends JPanel implements Serializable
- serialVersionUID:
- 8180782063577036194L
-
Serialized Fields
-
m_label
JLabel m_label
-
m_password
JPasswordField m_password
-
m_support
PropertyChangeSupport m_support
-
-
Class weka.gui.PerspectiveManager extends JPanel implements Serializable
- serialVersionUID:
- -6099806469970666208L
-
Serialized Fields
-
m_allowedPerspectiveClassPrefixes
List<String> m_allowedPerspectiveClassPrefixes
-
m_appMenuBar
JMenuBar m_appMenuBar
-
m_configAndPerspectivesToolBar
JPanel m_configAndPerspectivesToolBar
-
m_configAndPerspectivesVisible
boolean m_configAndPerspectivesVisible
-
m_disallowedPerspectiveClassPrefixes
List<String> m_disallowedPerspectiveClassPrefixes
-
m_LogPanel
weka.gui.LogPanel m_LogPanel
-
m_logVisible
boolean m_logVisible
-
m_mainApp
weka.gui.GUIApplication m_mainApp
-
m_mainPerspective
weka.gui.Perspective m_mainPerspective
-
m_perspectiveCache
Map<String,weka.gui.Perspective> m_perspectiveCache
-
m_perspectiveGroup
ButtonGroup m_perspectiveGroup
-
m_perspectiveNameLookup
Map<String,String> m_perspectiveNameLookup
-
m_perspectives
List<weka.gui.Perspective> m_perspectives
-
m_perspectiveToolBar
JToolBar m_perspectiveToolBar
-
m_programMenu
JMenu m_programMenu
-
m_togglePerspectivesToolBar
JMenuItem m_togglePerspectivesToolBar
-
m_visiblePerspectives
LinkedHashSet<String> m_visiblePerspectives
-
-
Class weka.gui.PerspectiveManager.SelectedPerspectivePreferences extends Object implements Serializable
- serialVersionUID:
- -2665480123235382483L
-
Serialized Fields
-
m_perspectivesToolbarAlwaysHidden
boolean m_perspectivesToolbarAlwaysHidden
-
m_perspectivesToolbarVisibleOnStartup
boolean m_perspectivesToolbarVisibleOnStartup
-
m_userVisiblePerspectives
LinkedList<String> m_userVisiblePerspectives
-
-
Class weka.gui.PropertyDialog extends JDialog implements Serializable
- serialVersionUID:
- -2314850859392433539L
-
Serialized Fields
-
m_Editor
PropertyEditor m_Editor
-
m_EditorComponent
Component m_EditorComponent
-
-
Class weka.gui.PropertyPanel extends JPanel implements Serializable
- serialVersionUID:
- 5370025273466728904L
-
Serialized Fields
-
m_CustomPanel
JPanel m_CustomPanel
-
m_Editor
PropertyEditor m_Editor
-
m_HasCustomPanel
boolean m_HasCustomPanel
-
m_PD
weka.gui.PropertyDialog m_PD
-
-
Class weka.gui.PropertySelectorDialog extends JDialog implements Serializable
- serialVersionUID:
- -3155058124137930518L
-
Class weka.gui.PropertySheetPanel extends JPanel implements Serializable
- serialVersionUID:
- -8939835593429918345L
-
Serialized Fields
-
m_aboutPanel
JPanel m_aboutPanel
-
m_CapabilitiesBut
JButton m_CapabilitiesBut
-
m_CapabilitiesDialog
weka.gui.PropertySheetPanel.CapabilitiesHelpDialog m_CapabilitiesDialog
-
m_CapabilitiesText
JTextArea m_CapabilitiesText
-
m_Customizer
weka.gui.beans.GOECustomizer m_Customizer
-
m_Editors
PropertyEditor[] m_Editors
-
m_HelpBut
JButton m_HelpBut
-
m_HelpDialog
JDialog m_HelpDialog
-
m_HelpText
StringBuffer m_HelpText
-
m_Labels
JLabel[] m_Labels
-
m_Methods
MethodDescriptor[] m_Methods
-
m_NumEditable
int m_NumEditable
-
m_Properties
PropertyDescriptor[] m_Properties
-
m_propertyGroupingCategory
String m_propertyGroupingCategory
-
m_showAboutPanel
boolean m_showAboutPanel
-
m_Target
Object m_Target
-
m_TipTexts
String[] m_TipTexts
-
m_useEnvironmentPropertyEditors
boolean m_useEnvironmentPropertyEditors
-
m_Values
Object[] m_Values
-
m_Views
JComponent[] m_Views
-
support
PropertyChangeSupport support
-
-
Class weka.gui.PropertySheetPanel.CapabilitiesHelpDialog extends JDialog implements Serializable
- serialVersionUID:
- -1404770987103289858L
-
Serialized Fields
-
m_Self
weka.gui.PropertySheetPanel.CapabilitiesHelpDialog m_Self
-
-
Class weka.gui.ResultHistoryPanel extends JPanel implements Serializable
- serialVersionUID:
- 4297069440135326829L
-
Serialized Fields
-
m_FramedOutput
Hashtable<String,JTextArea> m_FramedOutput
-
m_HandleRightClicks
boolean m_HandleRightClicks
-
m_List
JList m_List
-
m_Model
DefaultListModel m_Model
-
m_Objs
Hashtable<String,Object> m_Objs
-
m_Printer
weka.gui.visualize.PrintableComponent m_Printer
-
m_Results
Hashtable<String,StringBuffer> m_Results
-
m_SingleName
String m_SingleName
-
m_SingleText
JTextComponent m_SingleText
-
-
Class weka.gui.ResultHistoryPanel.RKeyAdapter extends KeyAdapter implements Serializable
- serialVersionUID:
- -8675332541861828079L
-
Class weka.gui.ResultHistoryPanel.RMouseAdapter extends MouseAdapter implements Serializable
- serialVersionUID:
- -8991922650552358669L
-
Class weka.gui.SetInstancesPanel extends JPanel implements Serializable
- serialVersionUID:
- -384804041420453735L
-
Serialized Fields
-
m_ClassComboBox
JComboBox m_ClassComboBox
-
m_ClassLabel
JLabel m_ClassLabel
-
m_CloseBut
JButton m_CloseBut
-
m_CloseButPanel
JPanel m_CloseButPanel
-
m_FileChooser
weka.gui.ConverterFileChooser m_FileChooser
-
m_Instances
weka.core.Instances m_Instances
-
m_IOThread
Thread m_IOThread
-
m_LastURL
String m_LastURL
-
m_Loader
weka.core.converters.Loader m_Loader
-
m_OpenFileBut
JButton m_OpenFileBut
-
m_OpenURLBut
JButton m_OpenURLBut
-
m_ParentFrame
JFrame m_ParentFrame
-
m_readIncrementally
boolean m_readIncrementally
-
m_showClassComboBox
boolean m_showClassComboBox
-
m_showZeroInstancesAsUnknown
boolean m_showZeroInstancesAsUnknown
-
m_Summary
weka.gui.InstancesSummaryPanel m_Summary
-
m_Support
PropertyChangeSupport m_Support
-
-
Class weka.gui.SettingsEditor extends JPanel implements Serializable
- serialVersionUID:
- 1453121012707399758L
-
Serialized Fields
-
m_ownerApp
weka.gui.GUIApplication m_ownerApp
-
m_perspectiveEditors
List<weka.gui.SettingsEditor.SingleSettingsEditor> m_perspectiveEditors
-
m_perspectiveSelector
weka.gui.SettingsEditor.PerspectiveSelector m_perspectiveSelector
-
m_settings
weka.core.Settings m_settings
-
m_settingsTabs
JTabbedPane m_settingsTabs
-
-
Class weka.gui.SettingsEditor.PerspectiveSelector extends JPanel implements Serializable
- serialVersionUID:
- -4765015948030757897L
-
Class weka.gui.SettingsEditor.PickList extends JPanel implements Serializable
- serialVersionUID:
- 3505647427533464230L
-
Class weka.gui.SettingsEditor.SingleSettingsEditor extends JPanel implements Serializable
- serialVersionUID:
- 8896265984902770239L
-
Serialized Fields
-
m_editorMap
Map<weka.core.Settings.SettingKey,PropertyEditor> m_editorMap
-
m_perspSettings
Map<weka.core.Settings.SettingKey,Object> m_perspSettings
-
-
Class weka.gui.SimpleCLI extends JFrame implements Serializable
- serialVersionUID:
- -50661410800566036L
-
Class weka.gui.SimpleCLIPanel extends weka.gui.scripting.ScriptingPanel implements Serializable
- serialVersionUID:
- 1089039734615114942L
-
Serialized Fields
-
m_CommandHistory
Vector<String> m_CommandHistory
-
m_Completion
weka.gui.SimpleCLIPanel.CommandlineCompletion m_Completion
-
m_HistoryPos
int m_HistoryPos
-
m_Input
JTextField m_Input
-
m_mainApp
weka.gui.GUIApplication m_mainApp
-
m_OutputArea
JTextPane m_OutputArea
-
m_perspectiveIcon
Icon m_perspectiveIcon
-
m_RunThread
Thread m_RunThread
-
m_Variables
Map<String,Object> m_Variables
-
-
Class weka.gui.SortedTableModel extends AbstractTableModel implements Serializable
- serialVersionUID:
- 4030907921461127548L
-
Serialized Fields
-
mAscending
boolean mAscending
-
mIndices
int[] mIndices
-
mModel
TableModel mModel
-
mSortColumn
int mSortColumn
-
-
Class weka.gui.SplashWindow extends Window implements Serializable
- serialVersionUID:
- -2685134277041307795L
-
Class weka.gui.ViewerDialog extends JDialog implements Serializable
- serialVersionUID:
- 6747718484736047752L
-
Class weka.gui.WekaFileChooser extends JFileChooser implements Serializable
-
Serialized Fields
-
m_AccessoryPanel
JPanel m_AccessoryPanel
-
m_BookmarksPanel
weka.gui.WekaFileChooser.FileChooserBookmarksPanel m_BookmarksPanel
-
-
-
Class weka.gui.WekaFileChooser.Factory extends com.googlecode.jfilechooserbookmarks.DefaultFactory implements Serializable
-
Class weka.gui.WekaFileChooser.FileChooserBookmarksPanel extends com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel implements Serializable
-
Class weka.gui.WekaFileChooser.PropertiesHandler extends com.googlecode.jfilechooserbookmarks.AbstractPropertiesHandler implements Serializable
-
Class weka.gui.WekaTaskMonitor extends JPanel implements Serializable
- serialVersionUID:
- 508309816292197578L
-
Class weka.gui.WorkbenchApp extends weka.gui.AbstractGUIApplication implements Serializable
- serialVersionUID:
- -2357486011273897728L
-
Serialized Fields
-
m_mainPerspective
weka.gui.explorer.PreprocessPanel m_mainPerspective
-
m_workbenchSettings
weka.core.Settings m_workbenchSettings
-
-
Class weka.gui.WorkbenchDefaults extends weka.core.Defaults implements Serializable
- serialVersionUID:
- 7881327795923189743L
-
Class weka.gui.WrapLayout extends FlowLayout implements Serializable
- serialVersionUID:
- 7055023419450383821L
-
Serialized Fields
-
preferredLayoutSize
Dimension preferredLayoutSize
-
-
-
Package weka.gui.explorer
-
Class weka.gui.explorer.AbstractExplorerPanelHandler extends Object implements Serializable
- serialVersionUID:
- 8194827957975338306L
-
Serialized Fields
-
m_SkipHistory
boolean m_SkipHistory
whether to skip the history panels.
-
-
Class weka.gui.explorer.AbstractPlotInstances extends Object implements Serializable
- serialVersionUID:
- 2375155184845160908L
-
Serialized Fields
-
m_FinishUpCalled
boolean m_FinishUpCalled
-
m_Instances
weka.core.Instances m_Instances
-
m_PlotInstances
weka.core.Instances m_PlotInstances
-
-
Class weka.gui.explorer.AssociationsHandler extends AbstractExplorerPanelHandler implements Serializable
- serialVersionUID:
- 2284676357783882049L
-
Class weka.gui.explorer.AssociationsPanel extends weka.gui.AbstractPerspective implements Serializable
- serialVersionUID:
- -6867871711865476971L
-
Serialized Fields
-
m_AssociatorEditor
weka.gui.GenericObjectEditor m_AssociatorEditor
-
m_CEPanel
weka.gui.PropertyPanel m_CEPanel
-
m_Explorer
weka.gui.explorer.Explorer m_Explorer
-
m_History
weka.gui.ResultHistoryPanel m_History
-
m_initialSettingsSet
boolean m_initialSettingsSet
-
m_Instances
weka.core.Instances m_Instances
-
m_Log
weka.gui.Logger m_Log
-
m_OutText
JTextArea m_OutText
-
m_RunThread
Thread m_RunThread
-
m_SaveOut
weka.gui.SaveBuffer m_SaveOut
-
m_StartBut
JButton m_StartBut
-
m_StopBut
JButton m_StopBut
-
m_storeOutput
JCheckBox m_storeOutput
-
m_TestInstances
weka.core.Instances m_TestInstances
-
-
Class weka.gui.explorer.AssociationsPanel.AssociationsPanelDefaults extends weka.core.Defaults implements Serializable
- serialVersionUID:
- 1108450683775771792L
-
Class weka.gui.explorer.AttributeSelectionHandler extends AbstractExplorerPanelHandler implements Serializable
- serialVersionUID:
- 2284676357783882049L
-
Class weka.gui.explorer.AttributeSelectionPanel extends weka.gui.AbstractPerspective implements Serializable
- serialVersionUID:
- 5627185966993476142L
-
Serialized Fields
-
COMBO_SIZE
Dimension COMBO_SIZE
-
m_AEEPanel
weka.gui.PropertyPanel m_AEEPanel
-
m_ASEPanel
weka.gui.PropertyPanel m_ASEPanel
-
m_AttributeEvaluatorEditor
weka.gui.GenericObjectEditor m_AttributeEvaluatorEditor
-
m_AttributeSearchEditor
weka.gui.GenericObjectEditor m_AttributeSearchEditor
-
m_ClassCombo
JComboBox m_ClassCombo
-
m_CVBut
JRadioButton m_CVBut
-
m_CVLab
JLabel m_CVLab
-
m_CVText
JTextField m_CVText
-
m_Explorer
weka.gui.explorer.Explorer m_Explorer
-
m_History
weka.gui.ResultHistoryPanel m_History
-
m_initialSettingsSet
boolean m_initialSettingsSet
-
m_Instances
weka.core.Instances m_Instances
-
m_Log
weka.gui.Logger m_Log
-
m_OutText
JTextArea m_OutText
-
m_RadioListener
ActionListener m_RadioListener
-
m_RunThread
Thread m_RunThread
-
m_SaveOut
weka.gui.SaveBuffer m_SaveOut
-
m_SeedLab
JLabel m_SeedLab
-
m_SeedText
JTextField m_SeedText
-
m_StartBut
JButton m_StartBut
-
m_StopBut
JButton m_StopBut
-
m_TrainBut
JRadioButton m_TrainBut
-
-
Class weka.gui.explorer.AttributeSelectionPanel.AttributeSelectionPanelDefaults extends weka.core.Defaults implements Serializable
- serialVersionUID:
- -5413933415469545770L
-
Class weka.gui.explorer.ClassifierErrorsPlotInstances extends weka.gui.explorer.AbstractPlotInstances implements Serializable
- serialVersionUID:
- -3941976365792013279L
-
Serialized Fields
-
m_Classifier
weka.classifiers.Classifier m_Classifier
-
m_ClassIndex
int m_ClassIndex
-
m_Evaluation
weka.classifiers.Evaluation m_Evaluation
-
m_MaximumPlotSizeNumeric
int m_MaximumPlotSizeNumeric
-
m_MinimumPlotSizeNumeric
int m_MinimumPlotSizeNumeric
-
m_PlotShapes
ArrayList<Integer> m_PlotShapes
-
m_PlotSizes
ArrayList<Object> m_PlotSizes
-
m_pointSizeProportionalToMargin
boolean m_pointSizeProportionalToMargin
-
m_SaveForVisualization
boolean m_SaveForVisualization
-
-
Class weka.gui.explorer.ClassifierHandler extends AbstractExplorerPanelHandler implements Serializable
- serialVersionUID:
- 2284676357783882049L
-
Class weka.gui.explorer.ClassifierPanel extends weka.gui.AbstractPerspective implements Serializable
- serialVersionUID:
- 6959973704963624003L
-
Serialized Fields
-
COMBO_SIZE
Dimension COMBO_SIZE
-
m_CEPanel
weka.gui.PropertyPanel m_CEPanel
-
m_ClassCombo
JComboBox m_ClassCombo
-
m_ClassificationOutputEditor
weka.gui.GenericObjectEditor m_ClassificationOutputEditor
-
m_ClassificationOutputPanel
weka.gui.PropertyPanel m_ClassificationOutputPanel
-
m_ClassifierEditor
weka.gui.GenericObjectEditor m_ClassifierEditor
-
m_CollectPredictionsForEvaluationBut
JCheckBox m_CollectPredictionsForEvaluationBut
-
m_CostMatrixEditor
weka.gui.CostMatrixEditor m_CostMatrixEditor
-
m_CVBut
JRadioButton m_CVBut
-
m_CVLab
JLabel m_CVLab
-
m_CVText
JTextField m_CVText
-
m_errorPlotPointSizeProportionalToMargin
JCheckBox m_errorPlotPointSizeProportionalToMargin
-
m_EvalWRTCostsBut
JCheckBox m_EvalWRTCostsBut
-
m_Explorer
weka.gui.explorer.Explorer m_Explorer
-
m_FileChooser
weka.gui.WekaFileChooser m_FileChooser
-
m_History
weka.gui.ResultHistoryPanel m_History
-
m_initialSettingsSet
boolean m_initialSettingsSet
-
m_Instances
weka.core.Instances m_Instances
-
m_Log
weka.gui.Logger m_Log
-
m_ModelFilter
FileFilter m_ModelFilter
-
m_MoreOptions
JButton m_MoreOptions
-
m_OutputAdditionalAttributesRange
weka.core.Range m_OutputAdditionalAttributesRange
-
m_OutputConfusionBut
JCheckBox m_OutputConfusionBut
-
m_OutputEntropyBut
JCheckBox m_OutputEntropyBut
-
m_OutputModelBut
JCheckBox m_OutputModelBut
-
m_OutputModelsForTrainingSplitsBut
JCheckBox m_OutputModelsForTrainingSplitsBut
-
m_OutputPerClassBut
JCheckBox m_OutputPerClassBut
-
m_OutputSourceCode
JCheckBox m_OutputSourceCode
-
m_OutText
JTextArea m_OutText
-
m_PercentBut
JRadioButton m_PercentBut
-
m_PercentLab
JLabel m_PercentLab
-
m_PercentText
JTextField m_PercentText
-
m_PMMLModelFilter
FileFilter m_PMMLModelFilter
-
m_PreserveOrderBut
JCheckBox m_PreserveOrderBut
-
m_RadioListener
ActionListener m_RadioListener
-
m_RandomLab
JLabel m_RandomLab
-
m_RandomSeedText
JTextField m_RandomSeedText
-
m_RunThread
Thread m_RunThread
-
m_SaveOut
weka.gui.SaveBuffer m_SaveOut
-
m_selectedEvalMetrics
List<String> m_selectedEvalMetrics
-
m_SetCostsBut
JButton m_SetCostsBut
-
m_SetCostsFrame
weka.gui.PropertyDialog m_SetCostsFrame
-
m_SetTestBut
JButton m_SetTestBut
-
m_SetTestFrame
JFrame m_SetTestFrame
-
m_SourceCodeClass
JTextField m_SourceCodeClass
-
m_StartBut
JButton m_StartBut
-
m_StopBut
JButton m_StopBut
-
m_StoreTestDataAndPredictionsBut
JCheckBox m_StoreTestDataAndPredictionsBut
-
m_TestClassIndex
int m_TestClassIndex
-
m_TestLoader
weka.core.converters.Loader m_TestLoader
-
m_TestSplitBut
JRadioButton m_TestSplitBut
-
m_TrainBut
JRadioButton m_TrainBut
-
-
Class weka.gui.explorer.ClassifierPanel.ClassifierPanelDefaults extends weka.core.Defaults implements Serializable
- serialVersionUID:
- 7109938811150596359L
-
Class weka.gui.explorer.ClustererAssignmentsPlotInstances extends weka.gui.explorer.AbstractPlotInstances implements Serializable
- serialVersionUID:
- -4748134272046520423L
-
Serialized Fields
-
m_Clusterer
weka.clusterers.Clusterer m_Clusterer
-
m_Evaluation
weka.clusterers.ClusterEvaluation m_Evaluation
-
m_PlotShapes
int[] m_PlotShapes
-
-
Class weka.gui.explorer.ClustererHandler extends AbstractExplorerPanelHandler implements Serializable
- serialVersionUID:
- 2284676357783882049L
-
Class weka.gui.explorer.ClustererPanel extends weka.gui.AbstractPerspective implements Serializable
- serialVersionUID:
- -2474932792950820990L
-
Serialized Fields
-
COMBO_SIZE
Dimension COMBO_SIZE
-
m_ClassCombo
JComboBox m_ClassCombo
-
m_ClassesToClustersBut
JRadioButton m_ClassesToClustersBut
-
m_CLPanel
weka.gui.PropertyPanel m_CLPanel
-
m_ClustererEditor
weka.gui.GenericObjectEditor m_ClustererEditor
-
m_CurrentVis
weka.gui.visualize.VisualizePanel m_CurrentVis
-
m_Explorer
weka.gui.explorer.Explorer m_Explorer
-
m_FileChooser
weka.gui.WekaFileChooser m_FileChooser
-
m_History
weka.gui.ResultHistoryPanel m_History
-
m_ignoreBut
JButton m_ignoreBut
-
m_ignoreKeyList
JList m_ignoreKeyList
-
m_ignoreKeyModel
DefaultListModel m_ignoreKeyModel
-
m_initialSettingsSet
boolean m_initialSettingsSet
-
m_Instances
weka.core.Instances m_Instances
-
m_Log
weka.gui.Logger m_Log
-
m_ModelFilter
FileFilter m_ModelFilter
-
m_OutText
JTextArea m_OutText
-
m_PercentBut
JRadioButton m_PercentBut
-
m_PercentLab
JLabel m_PercentLab
-
m_PercentText
JTextField m_PercentText
-
m_RadioListener
ActionListener m_RadioListener
-
m_RunThread
Thread m_RunThread
-
m_SaveOut
weka.gui.SaveBuffer m_SaveOut
-
m_SetTestBut
JButton m_SetTestBut
-
m_SetTestFrame
JFrame m_SetTestFrame
-
m_StartBut
JButton m_StartBut
-
m_StopBut
JButton m_StopBut
-
m_StorePredictionsBut
JCheckBox m_StorePredictionsBut
-
m_Summary
weka.gui.InstancesSummaryPanel m_Summary
-
m_TestInstances
weka.core.Instances m_TestInstances
-
m_TestSplitBut
JRadioButton m_TestSplitBut
-
m_TrainBut
JRadioButton m_TrainBut
-
-
Class weka.gui.explorer.ClustererPanel.ClustererPanelDefaults extends weka.core.Defaults implements Serializable
- serialVersionUID:
- 2708388782229179493L
-
Class weka.gui.explorer.DataGeneratorPanel extends JPanel implements Serializable
- serialVersionUID:
- -2520408165350629380L
-
Serialized Fields
-
m_GeneratorEditor
weka.gui.GenericObjectEditor m_GeneratorEditor
-
m_Instances
weka.core.Instances m_Instances
-
m_Log
weka.gui.Logger m_Log
-
m_Output
StringWriter m_Output
-
-
Class weka.gui.explorer.DefaultHandler extends AbstractExplorerPanelHandler implements Serializable
- serialVersionUID:
- 4732115938287218497L
-
Class weka.gui.explorer.ExperimentHandler extends AbstractExplorerPanelHandler implements Serializable
- serialVersionUID:
- 2284676357783882049L
-
Class weka.gui.explorer.ExperimentPanel extends JPanel implements Serializable
- serialVersionUID:
- 2078066653508312179L
-
Serialized Fields
-
COMBO_SIZE
Dimension COMBO_SIZE
Stop the class combo from taking up to much space. -
m_CEPanel
weka.gui.PropertyPanel m_CEPanel
The panel showing the current classifier selection. -
m_ClassCombo
BaseComboBox m_ClassCombo
Lets the user select the class column. -
m_ClassifierEditor
weka.gui.GenericObjectEditor m_ClassifierEditor
Lets the user configure the classifier. -
m_EvalCombo
BaseComboBox m_EvalCombo
The type of evaluation: cross-validation or random split. -
m_Explorer
weka.gui.explorer.Explorer m_Explorer
the parent frame. -
m_FoldsPercLabel
JLabel m_FoldsPercLabel
The label for either the number of folds or the percentage for the random split. -
m_FoldsPercText
BaseTextField m_FoldsPercText
Either the number of folds or the percentage for the random split. -
m_History
weka.gui.ResultHistoryPanel m_History
A panel controlling results viewing. -
m_Instances
weka.core.Instances m_Instances
The main set of instances we're playing with. -
m_Log
weka.gui.Logger m_Log
The destination for log/status messages. -
m_OutText
BaseTextArea m_OutText
The output area for classification results. -
m_RunsSpinner
JSpinner m_RunsSpinner
The spinner for the number of runs. -
m_RunThread
Thread m_RunThread
A thread that classification runs in. -
m_SaveOut
weka.gui.SaveBuffer m_SaveOut
The buffer saving object for saving output. -
m_StartBut
BaseButton m_StartBut
Click to start running the experiment. -
m_StopBut
BaseButton m_StopBut
Click to stop a running experiment. -
m_TestLoader
weka.core.converters.Loader m_TestLoader
The loader used to load the user-supplied test set (if any).
-
-
Class weka.gui.explorer.Explorer extends JPanel implements Serializable
- serialVersionUID:
- -7674003708867909578L
-
Serialized Fields
-
m_CapabilitiesFilterChangeListeners
HashSet<weka.gui.explorer.Explorer.CapabilitiesFilterChangeListener> m_CapabilitiesFilterChangeListeners
-
m_LogPanel
weka.gui.LogPanel m_LogPanel
-
m_Panels
Vector<weka.gui.explorer.Explorer.ExplorerPanel> m_Panels
-
m_PreprocessPanel
weka.gui.explorer.PreprocessPanel m_PreprocessPanel
-
m_TabbedPane
JTabbedPane m_TabbedPane
-
-
Class weka.gui.explorer.Explorer.CapabilitiesFilterChangeEvent extends ChangeEvent implements Serializable
- serialVersionUID:
- 1194260517270385559L
-
Serialized Fields
-
m_Filter
weka.core.Capabilities m_Filter
-
-
Class weka.gui.explorer.ExplorerDefaults extends Object implements Serializable
- serialVersionUID:
- 4954795757927524225L
-
Class weka.gui.explorer.ExplorerEntryPanel extends AbstractNamedHistoryPanel<ExplorerExt> implements Serializable
- serialVersionUID:
- 1704390033157269580L
-
Class weka.gui.explorer.ExplorerExt extends weka.gui.explorer.Explorer implements Serializable
- serialVersionUID:
- 173388459172775839L
-
Serialized Fields
-
m_ButtonEdit
BaseButton m_ButtonEdit
the edit button of the preprocess panel. -
m_ButtonUndo
BaseButton m_ButtonUndo
the undo button of the preprocess panel. -
m_CurrentFile
File m_CurrentFile
the current file. -
m_FileChooser
weka.gui.ConverterFileChooser m_FileChooser
The file chooser for selecting data files -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemEditData
JMenuItem m_MenuItemEditData
the edit data menu item. -
m_MenuItemEditUndo
JMenuItem m_MenuItemEditUndo
the undo menu item. -
m_MenuItemFileLoadClassifier
JMenuItem m_MenuItemFileLoadClassifier
the load classifier menu item. -
m_MenuItemFileLoadClusterer
JMenuItem m_MenuItemFileLoadClusterer
the load clusterer menu item. -
m_MenuItemFileSave
JMenuItem m_MenuItemFileSave
the save menu item. -
m_MenuItemFileSaveAs
JMenuItem m_MenuItemFileSaveAs
the save as menu item. -
m_MenuItemLoadRecent
JMenu m_MenuItemLoadRecent
the "load recent" submenu. -
m_MenuItemViewInstanceExplorer
JMenuItem m_MenuItemViewInstanceExplorer
the view instance explorer menu item. -
m_RecentFilesHandler
RecentFilesHandler<JMenu> m_RecentFilesHandler
the recent files handler. -
m_TitleGenerator
TitleGenerator m_TitleGenerator
for generating the title.
-
-
Class weka.gui.explorer.ForecastingHandler extends AbstractExplorerPanelHandler implements Serializable
- serialVersionUID:
- -3524073619785515675L
-
Serialized Fields
-
m_Handler
AbstractExplorerPanelHandler m_Handler
the actual handler.
-
-
Class weka.gui.explorer.MultiExplorer extends BasePanel implements Serializable
- serialVersionUID:
- -20320489406680254L
-
Serialized Fields
-
m_ButtonAdd
BaseButton m_ButtonAdd
the button for adding a panel. -
m_ButtonCopy
BaseButton m_ButtonCopy
the button for copying a panel. -
m_ButtonRemove
BaseButton m_ButtonRemove
the button for removing a panel. -
m_ButtonWorkspace
BaseButton m_ButtonWorkspace
the button for managing the workspaces. -
m_History
ExplorerEntryPanel m_History
the history panel. -
m_PanelButtons
BasePanel m_PanelButtons
the panel for the buttons. -
m_PanelExplorer
BasePanel m_PanelExplorer
the actual panel for displaying the other panels. -
m_PanelHistory
BasePanel m_PanelHistory
the history panel. -
m_SplitPane
JSplitPane m_SplitPane
the split pane for the components. -
m_WorkspaceFileChooser
BaseFileChooser m_WorkspaceFileChooser
the file chooser for the workspaces.
-
-
Class weka.gui.explorer.PreprocessHandler extends AbstractExplorerPanelHandler implements Serializable
- serialVersionUID:
- 6826999786685140073L
-
Class weka.gui.explorer.PreprocessPanel extends weka.gui.AbstractPerspective implements Serializable
- serialVersionUID:
- 6764850273874813049L
-
Serialized Fields
-
m_ApplyFilterBut
JButton m_ApplyFilterBut
-
m_AttPanel
weka.gui.AttributeSelectionPanel m_AttPanel
-
m_AttSummaryPanel
weka.gui.AttributeSummaryPanel m_AttSummaryPanel
-
m_AttVisualizePanel
weka.gui.AttributeVisualizationPanel m_AttVisualizePanel
-
m_DataGenerator
weka.datagenerators.DataGenerator m_DataGenerator
-
m_EditBut
JButton m_EditBut
-
m_EditM
JMenuItem m_EditM
-
m_Explorer
weka.gui.explorer.Explorer m_Explorer
-
m_FileChooser
weka.gui.ConverterFileChooser m_FileChooser
-
m_FilterEditor
weka.gui.GenericObjectEditor m_FilterEditor
-
m_FilterPanel
weka.gui.PropertyPanel m_FilterPanel
-
m_GenerateBut
JButton m_GenerateBut
-
m_initialSettingsSet
boolean m_initialSettingsSet
-
m_Instances
weka.core.Instances m_Instances
-
m_InstSummaryPanel
weka.gui.InstancesSummaryPanel m_InstSummaryPanel
-
m_IOThread
Thread m_IOThread
-
m_LastURL
String m_LastURL
-
m_Log
weka.gui.Logger m_Log
-
m_menus
List<JMenu> m_menus
-
m_OpenDBBut
JButton m_OpenDBBut
-
m_OpenFileBut
JButton m_OpenFileBut
-
m_OpenURLBut
JButton m_OpenURLBut
-
m_RemoveButton
JButton m_RemoveButton
-
m_SaveBut
JButton m_SaveBut
-
m_sendToPerspective
JMenu m_sendToPerspective
-
m_SQLQ
String m_SQLQ
-
m_StopBut
JButton m_StopBut
-
m_Support
PropertyChangeSupport m_Support
-
m_tempUndoFiles
File[] m_tempUndoFiles
-
m_tempUndoIndex
int m_tempUndoIndex
-
m_UndoBut
JButton m_UndoBut
-
-
Class weka.gui.explorer.PreprocessPanel.PreprocessDefaults extends weka.core.Defaults implements Serializable
-
Class weka.gui.explorer.SqlPanel extends JPanel implements Serializable
- serialVersionUID:
- 2926260895970369406L
-
Serialized Fields
-
m_ButtonLoad
BaseButton m_ButtonLoad
the Load button -
m_Explorer
weka.gui.explorer.Explorer m_Explorer
the parent frame -
m_LabelQuery
JLabel m_LabelQuery
displays the current query -
m_Log
weka.gui.Logger m_Log
The destination for log/status messages -
m_PanelButtons
JPanel m_PanelButtons
the panel for the buttons -
m_Support
PropertyChangeSupport m_Support
Manages sending notifications to people when we change the set of working instances. -
m_Viewer
weka.gui.sql.SqlViewer m_Viewer
the SQL panel
-
-
Class weka.gui.explorer.VisualizePanel extends weka.gui.AbstractPerspective implements Serializable
- serialVersionUID:
- 6084015036853918846L
-
Serialized Fields
-
m_Explorer
weka.gui.explorer.Explorer m_Explorer
-
m_hasInstancesSet
boolean m_hasInstancesSet
-
m_matrixPanel
weka.gui.visualize.MatrixPanel m_matrixPanel
-
-
Class weka.gui.explorer.VisualizePanel.ScatterDefaults extends weka.core.Defaults implements Serializable
- serialVersionUID:
- -6890761195767034507L
-