Class Predictions<T>

java.lang.Object
com.logicaldoc.ai.Predictions<T>
Type Parameters:
T - the type of result value, usually it is a String

public class Predictions<T> extends Object
The predictions are the result of an AI model elaboration. It brings a list of ordered scores(probability of the result) each one with it's label.
Since:
9.2
Author:
Marco Meschieri - LogicalDOC
  • Constructor Details

    • Predictions

      public Predictions()
    • Predictions

      public Predictions(List<Prediction<T>> results)
      Constructor
      Parameters:
      results - All the results
  • Method Details