Class InferPostprocessor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      <T> List<T> postprocess(InferenceOptions options) Processes output from a model and generates a result.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • postprocess

         <T> List<T> postprocess(InferenceOptions options)

        Processes output from a model and generates a result.

        Parameters:
        options - the options provided from the UI for inference.
        Returns:

        the output of the postprocessing step.