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 Details

  • Constructor Details

    • SourceVolumePrediction

      public SourceVolumePrediction()
  • Method Details

    • error

      private static void error(Throwable exc)
      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 for
      source - the name of the source to predict for
      keywords - the keywords to predict for
      Returns:
      the predicted new value (may be null if there is no prediction)
    • sourceVolumePrediction

      public static Double sourceVolumePrediction(String pipeline, String source, String keyword)
      Performs a prediction of source volumes for a certain keyword.
      Parameters:
      pipeline - the name of the pipeline to predict for
      source - the name of the source to predict for
      keyword - the keyword to predict for
      Returns:
      the predicted new value (may be null if there is no prediction)