Uses of Class
adams.core.base.BaseKeyValuePair
-
-
Uses of BaseKeyValuePair in adams.core.base
Methods in adams.core.base that return BaseKeyValuePair Modifier and Type Method Description static BaseKeyValuePair[]
BaseKeyValuePair. fromMap(Map<String,String> map)
Turns the string map into pairs.Methods in adams.core.base with parameters of type BaseKeyValuePair Modifier and Type Method Description static Map<String,String>
BaseKeyValuePair. toMap(BaseKeyValuePair[] pairs)
Turns the array into a string map. -
Uses of BaseKeyValuePair in adams.core.management
Methods in adams.core.management that return BaseKeyValuePair Modifier and Type Method Description BaseKeyValuePair[]
EnvironmentVariablesHandler. getEnvVars()
Returns the environment variables to overlay on top of the current ones.Methods in adams.core.management with parameters of type BaseKeyValuePair Modifier and Type Method Description static HashMap<String,String>
ProcessUtils. getEnvironment(BaseKeyValuePair[] envVars, boolean nullIfEmpty)
Returns the system's environment variables with the provided ones overlayed on top.void
EnvironmentVariablesHandler. setEnvVars(BaseKeyValuePair[] value)
Sets the environment variables to overlay on top of the current ones. -
Uses of BaseKeyValuePair in adams.core.tags
Methods in adams.core.tags that return BaseKeyValuePair Modifier and Type Method Description BaseKeyValuePair[]
TagHandler. getTags()
Returns the tags (generators may make use of them).Methods in adams.core.tags that return types with arguments of type BaseKeyValuePair Modifier and Type Method Description List<BaseKeyValuePair>
TagHandler. getAllTags()
Retrieves all tags, going up in the actor tree, with lower ones overriding ones defined higher up.static List<BaseKeyValuePair>
TagProcessorHelper. getAllTags(TagHandler handler)
Retrieves all tags from the tag handler,.static List<BaseKeyValuePair>
TagProcessorHelper. getAllTags(Actor actor, boolean traverse)
Retrieves all tags from the actor, going up in the actor tree, with lower ones overriding ones defined higher up.static List<BaseKeyValuePair>
TagProcessorHelper. getAllTags(Node node, boolean traverse)
Retrieves all tags from the actor, going up in the actor tree, with lower ones overriding ones defined higher up.Methods in adams.core.tags with parameters of type BaseKeyValuePair Modifier and Type Method Description void
TagHandler. addTag(BaseKeyValuePair value)
Adds the tag.protected static void
TagProcessorHelper. addToMap(Map<String,BaseKeyValuePair> map, BaseKeyValuePair[] tags, boolean override)
Adds the tags to the map.void
TagHandler. setTags(BaseKeyValuePair[] value)
Sets the tags (generators may make use of them).Method parameters in adams.core.tags with type arguments of type BaseKeyValuePair Modifier and Type Method Description protected static void
TagProcessorHelper. addToMap(Map<String,BaseKeyValuePair> map, BaseKeyValuePair[] tags, boolean override)
Adds the tags to the map.protected static void
TagProcessorHelper. addToMap(Map<String,BaseKeyValuePair> map, List<BaseKeyValuePair> tags, boolean override)
Adds the tags to the map.protected static void
TagProcessorHelper. addToMap(Map<String,BaseKeyValuePair> map, List<BaseKeyValuePair> tags, boolean override)
Adds the tags to the map. -
Uses of BaseKeyValuePair in adams.data.groupextraction
Fields in adams.data.groupextraction declared as BaseKeyValuePair Modifier and Type Field Description protected BaseKeyValuePair[]
SpreadSheetCellWithLookUp. m_LookUps
the lookup values.Methods in adams.data.groupextraction that return BaseKeyValuePair Modifier and Type Method Description BaseKeyValuePair[]
SpreadSheetCellWithLookUp. getLookUps()
Returns the lookup pairs.Methods in adams.data.groupextraction with parameters of type BaseKeyValuePair Modifier and Type Method Description void
SpreadSheetCellWithLookUp. setLookUps(BaseKeyValuePair[] value)
Sets the lookup pairs. -
Uses of BaseKeyValuePair in adams.data.imagesegmentation.filter
Fields in adams.data.imagesegmentation.filter declared as BaseKeyValuePair Modifier and Type Field Description protected BaseKeyValuePair[]
Draw. m_LayerColorMappings
the layer/color mappings.Methods in adams.data.imagesegmentation.filter that return BaseKeyValuePair Modifier and Type Method Description BaseKeyValuePair[]
Draw. getLayerColorMappings()
Returns the mappings of label/color (in hex notation).Methods in adams.data.imagesegmentation.filter with parameters of type BaseKeyValuePair Modifier and Type Method Description void
Draw. setLayerColorMappings(BaseKeyValuePair[] value)
Sets the mappings of label/color (in hex notation). -
Uses of BaseKeyValuePair in adams.data.objectfilter
Fields in adams.data.objectfilter declared as BaseKeyValuePair Modifier and Type Field Description protected BaseKeyValuePair[]
RenameLabels. m_Rules
the renaming rules (old=new).Methods in adams.data.objectfilter that return BaseKeyValuePair Modifier and Type Method Description BaseKeyValuePair[]
RenameLabels. getRules()
Returns the rules for renaming the labels.Methods in adams.data.objectfilter with parameters of type BaseKeyValuePair Modifier and Type Method Description void
RenameLabels. setRules(BaseKeyValuePair[] value)
Sets the rules for renaming the labels. -
Uses of BaseKeyValuePair in adams.flow.sink
Fields in adams.flow.sink declared as BaseKeyValuePair Modifier and Type Field Description protected BaseKeyValuePair[]
Exec. m_EnvVars
environment variables.Methods in adams.flow.sink that return BaseKeyValuePair Modifier and Type Method Description BaseKeyValuePair[]
Exec. getEnvVars()
Returns the environment variables to overlay on top of the current ones.Methods in adams.flow.sink with parameters of type BaseKeyValuePair Modifier and Type Method Description void
Exec. setEnvVars(BaseKeyValuePair[] value)
Sets the environment variables to overlay on top of the current ones. -
Uses of BaseKeyValuePair in adams.flow.source
Fields in adams.flow.source declared as BaseKeyValuePair Modifier and Type Field Description protected BaseKeyValuePair[]
Command. m_EnvVars
environment variables.protected BaseKeyValuePair[]
Exec. m_EnvVars
environment variables.protected BaseKeyValuePair[]
HttpRequest. m_Headers
the (optional) request headers.protected BaseKeyValuePair[]
HttpRequest. m_Parameters
the form parameters.Methods in adams.flow.source that return BaseKeyValuePair Modifier and Type Method Description BaseKeyValuePair[]
Command. getEnvVars()
Returns the environment variables to overlay on top of the current ones.BaseKeyValuePair[]
Exec. getEnvVars()
Returns the environment variables to overlay on top of the current ones.BaseKeyValuePair[]
HttpRequest. getHeaders()
Returns the (optional) request headers for the request.BaseKeyValuePair[]
HttpRequest. getParameters()
Returns the form parameters for the request.Methods in adams.flow.source with parameters of type BaseKeyValuePair Modifier and Type Method Description void
Command. setEnvVars(BaseKeyValuePair[] value)
Sets the environment variables to overlay on top of the current ones.void
Exec. setEnvVars(BaseKeyValuePair[] value)
Sets the environment variables to overlay on top of the current ones.void
HttpRequest. setHeaders(BaseKeyValuePair[] value)
Sets the (optional) request headers for the request.void
HttpRequest. setParameters(BaseKeyValuePair[] value)
Sets the form parameters for the request. -
Uses of BaseKeyValuePair in adams.flow.standalone
Fields in adams.flow.standalone with type parameters of type BaseKeyValuePair Modifier and Type Field Description protected List<BaseKeyValuePair>
DeserializeToStorage. m_StorageFilePairs
the storage/file pairs.Methods in adams.flow.standalone that return BaseKeyValuePair Modifier and Type Method Description BaseKeyValuePair[]
DeserializeToStorage. getStorageFilePairs()
Returns the pairs of storage name / file name.Methods in adams.flow.standalone with parameters of type BaseKeyValuePair Modifier and Type Method Description void
DeserializeToStorage. addStorageFilePair(BaseKeyValuePair value)
Adds the variable name/value pair.void
DeserializeToStorage. setStorageFilePairs(BaseKeyValuePair[] value)
Sets the storage name / file name pairs. -
Uses of BaseKeyValuePair in adams.flow.transformer
Fields in adams.flow.transformer declared as BaseKeyValuePair Modifier and Type Field Description protected BaseKeyValuePair[]
HttpPostFile. m_FormFields
the form field/value pairs.protected BaseKeyValuePair[]
HttpRequest. m_Headers
the (optional) request headers.protected BaseKeyValuePair[]
ViaAnnotationsToReports. m_LabelMapping
the label mappings to use, in the format old=new\n.Methods in adams.flow.transformer that return BaseKeyValuePair Modifier and Type Method Description BaseKeyValuePair[]
HttpPostFile. getFormFields()
Returns the additional form fields for the request.BaseKeyValuePair[]
HttpRequest. getHeaders()
Returns the (optional) request headers for the request.BaseKeyValuePair[]
ViaAnnotationsToReports. getLabelMapping()
Returns the label mappings.Methods in adams.flow.transformer with parameters of type BaseKeyValuePair Modifier and Type Method Description void
HttpPostFile. setFormFields(BaseKeyValuePair[] value)
Sets the additional form fields for the request.void
HttpRequest. setHeaders(BaseKeyValuePair[] value)
Sets the (optional) request headers for the request.void
ViaAnnotationsToReports. setLabelMapping(BaseKeyValuePair[] value)
Sets the label mappings. -
Uses of BaseKeyValuePair in adams.flow.transformer.indexedsplitsrunsgenerator
Fields in adams.flow.transformer.indexedsplitsrunsgenerator declared as BaseKeyValuePair Modifier and Type Field Description protected BaseKeyValuePair[]
AbstractIndexedSplitsRunsGenerator. m_MetaData
the meta-data to add.protected BaseKeyValuePair[]
ManualSplitGenerator. m_Splits
the named ranges.Methods in adams.flow.transformer.indexedsplitsrunsgenerator that return BaseKeyValuePair Modifier and Type Method Description BaseKeyValuePair[]
AbstractIndexedSplitsRunsGenerator. getMetaData()
Returns the meta-data to attach.BaseKeyValuePair[]
ManualSplitGenerator. getSplits()
Returns the named split ranges.Methods in adams.flow.transformer.indexedsplitsrunsgenerator with parameters of type BaseKeyValuePair Modifier and Type Method Description void
AbstractIndexedSplitsRunsGenerator. setMetaData(BaseKeyValuePair[] value)
Sets the meta-data to attach.void
ManualSplitGenerator. setSplits(BaseKeyValuePair[] value)
Sets the named split ranges. -
Uses of BaseKeyValuePair in adams.gui.visualization.core
Fields in adams.gui.visualization.core declared as BaseKeyValuePair Modifier and Type Field Description protected BaseKeyValuePair[]
RegExpColorProvider. m_Colors
the regexp/color pairs.Methods in adams.gui.visualization.core that return BaseKeyValuePair Modifier and Type Method Description BaseKeyValuePair[]
RegExpColorProvider. getColors()
Returns the regexp/color key-value pairs.Methods in adams.gui.visualization.core with parameters of type BaseKeyValuePair Modifier and Type Method Description void
RegExpColorProvider. setColors(BaseKeyValuePair[] value)
Sets the regexp/color key-value pairs. -
Uses of BaseKeyValuePair in weka.classifiers.meta
Fields in weka.classifiers.meta declared as BaseKeyValuePair Modifier and Type Field Description protected BaseKeyValuePair[]
VotedImbalance. m_Thresholds
the thresholds to use (pair: probability minority class = num balanced). -
Uses of BaseKeyValuePair in weka.classifiers.trees
Fields in weka.classifiers.trees declared as BaseKeyValuePair Modifier and Type Field Description protected BaseKeyValuePair[]
XGBoost. m_OtherParameters
Allows the user to enter arbitrary parameters.Methods in weka.classifiers.trees that return BaseKeyValuePair Modifier and Type Method Description BaseKeyValuePair[]
XGBoost. getOtherParameters()
Gets any other XGBoost parameters the user has set.Methods in weka.classifiers.trees with parameters of type BaseKeyValuePair Modifier and Type Method Description void
XGBoost. setOtherParameters(BaseKeyValuePair[] value)
Sets any additional XGBoost parameters.
-