Class LossFunction

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
net.razorvine.pickle.objects.ClassDict
org.jpmml.python.PythonObject
org.jpmml.python.CustomPythonObject
sklearn.linear_model.stochastic_gradient.LossFunction
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>
Direct Known Subclasses:
Hinge, Log, ModifiedHuber, SquaredHinge

public abstract class LossFunction extends org.jpmml.python.CustomPythonObject
See Also:
  • Constructor Details

    • LossFunction

      public LossFunction(String module, String name)