Class BaseCondition
- java.lang.Object
-
- org.nd4j.linalg.indexing.conditions.BaseCondition
-
- Direct Known Subclasses:
AbsoluteEquals,AbsValueGreaterOrEqualsThan,AbsValueGreaterThan,AbsValueLessOrEqualsThan,AbsValueLessThan,EpsilonEquals,EpsilonNotEquals,EqualsCondition,GreaterThan,GreaterThanOrEqual,IsFinite,IsInfinite,IsNaN,LessThan,LessThanOrEqual,NotEqualsCondition,NotFinite
public abstract class BaseCondition extends Object implements Condition
-
-
Constructor Summary
Constructors Constructor Description BaseCondition(Number value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleepsThreshold()doublegetValue()voidsetValue(Number value)Allows overriding of the value.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nd4j.linalg.indexing.conditions.Condition
apply, conditionType
-
-
-
-
Field Detail
-
value
protected Number value
-
-
Constructor Detail
-
BaseCondition
public BaseCondition(Number value)
-
-
Method Detail
-
setValue
public void setValue(Number value)
Description copied from interface:ConditionAllows overriding of the value.
-
epsThreshold
public double epsThreshold()
- Specified by:
epsThresholdin interfaceCondition
-
-