Class Softmax

java.lang.Object
org.apache.wayang.basic.model.op.Op
org.apache.wayang.basic.model.op.nn.Softmax
All Implemented Interfaces:
Serializable

public class Softmax extends Op
See Also:
  • Constructor Details

    • Softmax

      public Softmax()
    • Softmax

      public Softmax(String name)
  • Method Details