Class IfElse
- java.lang.Object
- 
- org.apache.sysds.runtime.functionobjects.FunctionObject
- 
- org.apache.sysds.runtime.functionobjects.ValueFunction
- 
- org.apache.sysds.runtime.functionobjects.TernaryValueFunction
- 
- org.apache.sysds.runtime.functionobjects.IfElse
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class IfElse extends TernaryValueFunction - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.sysds.runtime.functionobjects.TernaryValueFunctionTernaryValueFunction.ValueFunctionWithConstant
 
- 
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleexecute(double in1, double in2, double in3)static IfElsegetFnObject()- 
Methods inherited from class org.apache.sysds.runtime.functionobjects.ValueFunctionrequiresCorrection
 
- 
 
- 
- 
- 
Method Detail- 
getFnObjectpublic static IfElse getFnObject() 
 - 
executepublic double execute(double in1, double in2, double in3)- Specified by:
- executein class- TernaryValueFunction
 
 
- 
 
-