Class FrameLibRemoveEmpty
- java.lang.Object
-
- org.apache.sysds.runtime.frame.data.lib.FrameLibRemoveEmpty
-
public class FrameLibRemoveEmpty extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getNumberTrue(boolean[] select)
static FrameBlock
removeEmpty(FrameBlock fb, boolean rows, boolean emptyReturn, MatrixBlock select)
-
-
-
Method Detail
-
removeEmpty
public static FrameBlock removeEmpty(FrameBlock fb, boolean rows, boolean emptyReturn, MatrixBlock select)
-
getNumberTrue
public static int getNumberTrue(boolean[] select)
-
-