Class TabularResults.TabularResult

java.lang.Object
ai.djl.basicdataset.tabular.TabularResults.TabularResult
Enclosing class:
TabularResults

public static final class TabularResults.TabularResult extends Object
A single result corresponding to a single feature.
  • Constructor Details

    • TabularResult

      public TabularResult(String name, Object result)
      Constructs the result.
      Parameters:
      name - the feature name
      result - the computed feature result
  • Method Details

    • getName

      public String getName()
      Returns the result (feature) name.
      Returns:
      the result (feature) name
    • getResult

      public Object getResult()
      Returns the computed result.
      Returns:
      the computed result