Interface NeuralNetworkModel.Activation

  • Enclosing class:
    NeuralNetworkModel

    protected static interface NeuralNetworkModel.Activation
    • Method Detail

      • apply

        float apply​(float in)