public class
CategoricalHinge
A Metric that computes the categorical hinge loss metric between labels and predictions.
Inherited Constants
Public Constructors
|
CategoricalHinge(Ops tf, String name, long seed, Class<T> type)
Creates a CategoricalHinge metric
|
Public Methods
| Operand<T> |
Inherited Methods
Public Constructors
public CategoricalHinge (Ops tf, String name, long seed, Class<T> type)
Creates a CategoricalHinge metric
Parameters
| tf | the TensorFlow Ops |
|---|---|
| name | the name of this metric, if null then metric name is getSimpleName(). |
| seed | the seed for random number generation. An initializer created with a given seed will always produce the same random tensor for a given shape and data type. |
| type | the type for the variables and result |