org.nd4j.linalg.util
Class IterationResult
- java.lang.Object
-
- org.nd4j.linalg.util.IterationResult
-
- All Implemented Interfaces:
- java.io.Serializable
public class IterationResult extends java.lang.Object implements java.io.SerializableIteration result for iterating through a dimension- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description IterationResult(double result, boolean nextSlice)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanequals(java.lang.Object o)doublegetResult()inthashCode()booleanisNextSlice()voidsetNextSlice(boolean nextSlice)voidsetResult(double result)
-
-
-
Method Detail
-
getResult
public double getResult()
-
setResult
public void setResult(double result)
-
isNextSlice
public boolean isNextSlice()
-
setNextSlice
public void setNextSlice(boolean nextSlice)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-
DMelt 3.0 © DataMelt by jWork.ORG