Class SourceVolumePrediction
java.lang.Object
eu.qualimaster.easy.extension.internal.SourceVolumePrediction
- All Implemented Interfaces:
net.ssehub.easy.instantiation.core.model.vilTypes.IVilType
public class SourceVolumePrediction
extends Object
implements net.ssehub.easy.instantiation.core.model.vilTypes.IVilType
Performs parameter value predictions.
- Author:
- Holger Eichelberger
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidEmits a class loading error.static DoublesourceVolumePrediction(String pipeline, String source, String keyword) Performs a prediction of source volumes for a certain keyword.sourceVolumePrediction(String pipeline, String source, net.ssehub.easy.instantiation.core.model.vilTypes.Sequence<String> keywords) Performs a prediction of source volumes for certain keywords.
-
Field Details
-
IMPL
-
-
Constructor Details
-
SourceVolumePrediction
public SourceVolumePrediction()
-
-
Method Details
-
error
Emits a class loading error.- Parameters:
exc- the exception/throwable
-
sourceVolumePrediction
public static net.ssehub.easy.instantiation.core.model.vilTypes.Map<String,Double> sourceVolumePrediction(String pipeline, String source, net.ssehub.easy.instantiation.core.model.vilTypes.Sequence<String> keywords) Performs a prediction of source volumes for certain keywords.- Parameters:
pipeline- the name of the pipeline to predict forsource- the name of the source to predict forkeywords- the keywords to predict for- Returns:
- the predicted new value (may be null if there is no prediction)
-
sourceVolumePrediction
Performs a prediction of source volumes for a certain keyword.- Parameters:
pipeline- the name of the pipeline to predict forsource- the name of the source to predict forkeyword- the keyword to predict for- Returns:
- the predicted new value (may be null if there is no prediction)
-