| Constructor and Description |
|---|
Diff(ParameterName name) |
Diff(ParameterName name,
DoubleTensor value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Diff o) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName() |
DoubleTensor |
getValue() |
int |
hashCode() |
public Diff(ParameterName name)
public Diff(ParameterName name, DoubleTensor value)
public java.lang.String getName()
public DoubleTensor getValue()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object