Class CustomOutput

java.lang.Object
org.apache.ignite.example.ml.custom.CustomOutput
All Implemented Interfaces:
Serializable

public class CustomOutput extends Object implements Serializable
Represents the output of a custom ML model inference.
See Also:
  • Method Details

    • getSequence

      public String getSequence()
    • getLabels

      public String[] getLabels()
    • getScores

      public double[] getScores()