java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_ml.python.nlptransformers.relationprediction.RelationTypePredictionResult

public class RelationTypePredictionResult extends Object
  • Field Details

    • confidence

      private double confidence
    • clazz

      private int clazz
  • Constructor Details

    • RelationTypePredictionResult

      public RelationTypePredictionResult(double confidence, int clazz)
  • Method Details

    • getConfidence

      public double getConfidence()
    • getClazz

      public int getClazz()