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.voidEnvironmentVariablesHandler. 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_LookUpsthe 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 voidSpreadSheetCellWithLookUp. 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_LayerColorMappingsthe 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 voidDraw. 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_Rulesthe 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 voidRenameLabels. 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_EnvVarsenvironment 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 voidExec. 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_EnvVarsenvironment variables.protected BaseKeyValuePair[]Exec. m_EnvVarsenvironment variables.protected BaseKeyValuePair[]HttpRequest. m_Headersthe (optional) request headers.protected BaseKeyValuePair[]HttpRequest. m_Parametersthe 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 voidCommand. setEnvVars(BaseKeyValuePair[] value)Sets the environment variables to overlay on top of the current ones.voidExec. setEnvVars(BaseKeyValuePair[] value)Sets the environment variables to overlay on top of the current ones.voidHttpRequest. setHeaders(BaseKeyValuePair[] value)Sets the (optional) request headers for the request.voidHttpRequest. 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_StorageFilePairsthe 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 voidDeserializeToStorage. addStorageFilePair(BaseKeyValuePair value)Adds the container name / storage name pair.voidDeserializeToStorage. 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_FormFieldsthe form field/value pairs.protected BaseKeyValuePair[]HttpRequest. m_Headersthe (optional) request headers.protected BaseKeyValuePair[]ViaAnnotationsToReports. m_LabelMappingthe 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_ContainerStorageNamePairsthe container name/storage name pairs.protected List<BaseKeyValuePair>ContainerToVariables. m_ContainerVariableNamePairsthe 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 voidContainerToStorage. addContainerStorageNamePair(BaseKeyValuePair value)Adds the container name / storage name pair.voidContainerToVariables. addContainerVariableNamePair(BaseKeyValuePair value)Adds the container name / variable name pair.voidContainerToStorage. setContainerStorageNamePairs(BaseKeyValuePair[] value)Sets the container name / storage name pairs.voidContainerToVariables. setContainerVariableNamePairs(BaseKeyValuePair[] value)Sets the container name / variable name pairs.voidHttpPostFile. setFormFields(BaseKeyValuePair[] value)Sets the additional form fields for the request.voidHttpRequest. setHeaders(BaseKeyValuePair[] value)Sets the (optional) request headers for the request.voidViaAnnotationsToReports. 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_MetaDatathe meta-data to add.protected BaseKeyValuePair[]ManualSplitGenerator. m_Splitsthe 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 voidAbstractIndexedSplitsRunsGenerator. setMetaData(BaseKeyValuePair[] value)Sets the meta-data to attach.voidManualSplitGenerator. 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_Colorsthe 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 voidRegExpColorProvider. 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_Thresholdsthe 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_OtherParametersAllows 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 voidXGBoost. setOtherParameters(BaseKeyValuePair[] value)Sets any additional XGBoost parameters.
-