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.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 container name / storage name 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.Fields in adams.flow.transformer with type parameters of type BaseKeyValuePair Modifier and Type Field Description protected List<BaseKeyValuePair>
ContainerToStorage. m_ContainerStorageNamePairs
the container name/storage name pairs.protected List<BaseKeyValuePair>
ContainerToVariables. m_ContainerVariableNamePairs
the container name/variable name pairs.Methods in adams.flow.transformer that return BaseKeyValuePair Modifier and Type Method Description BaseKeyValuePair[]
ContainerToStorage. getContainerStorageNamePairs()
Returns the pairs of container name / storage name.BaseKeyValuePair[]
ContainerToVariables. getContainerVariableNamePairs()
Returns the pairs of container name / variable name.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
ContainerToStorage. addContainerStorageNamePair(BaseKeyValuePair value)
Adds the container name / storage name pair.void
ContainerToVariables. addContainerVariableNamePair(BaseKeyValuePair value)
Adds the container name / variable name pair.void
ContainerToStorage. setContainerStorageNamePairs(BaseKeyValuePair[] value)
Sets the container name / storage name pairs.void
ContainerToVariables. setContainerVariableNamePairs(BaseKeyValuePair[] value)
Sets the container name / variable name pairs.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.
-