Interface NetworkGenerator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ai.djl.nn.Block generate​(ai.djl.basicdataset.tabular.TabularDataset dataset)
      Generates the network using the supplied dataset.
      • Methods inherited from interface adams.flow.core.FlowContextHandler

        getFlowContext, setFlowContext
    • Method Detail

      • generate

        ai.djl.nn.Block generate​(ai.djl.basicdataset.tabular.TabularDataset dataset)
        Generates the network using the supplied dataset.
        Parameters:
        dataset - the dataset to generate the network for
        Returns:
        the network