Class SimpleInputDataLabel<T>
java.lang.Object
org.palladiosimulator.dependability.ml.model.InputDataLabel
org.palladiosimulator.dependability.ml.model.SimpleInputDataLabel<T>
-
Method Summary
Modifier and TypeMethodDescriptionstatic SimpleInputDataLabel<String>
categoricalLabel
(String value) getLabel()
static SimpleInputDataLabel<Number>
numericalLabel
(Number value)
-
Method Details
-
numericalLabel
-
categoricalLabel
-
getLabel
- Overrides:
getLabel
in classInputDataLabel
-