- emptyDrm(long, int, int, int) - Static method in class org.apache.mahout.h2obindings.H2OHelper
-
Create an empty (zero-filled) H2O DRM.
- emptyFrame(long, int, int, int) - Static method in class org.apache.mahout.h2obindings.H2OHelper
-
Create an empty (zero-filled) H2O Frame efficiently.
- emptyFrame(long, int, int, int, Vec.VectorGroup) - Static method in class org.apache.mahout.h2obindings.H2OHelper
-
Create an empty (zero-filled) H2O Frame efficiently.
- exec(H2ODrm, H2ODrm) - Static method in class org.apache.mahout.h2obindings.ops.ABt
-
Calculate AB' on two DRMs to create a new DRM holding the result.
- exec(H2ODrm, H2ODrm, String) - Static method in class org.apache.mahout.h2obindings.ops.AewB
-
Perform element-wise operation on two DRMs to create a new DRM.
- exec(H2ODrm, double, String) - Static method in class org.apache.mahout.h2obindings.ops.AewScalar
-
Perform element-wise operation on a DRM with a Scalar to create a new DRM.
- exec(H2ODrm, Object, boolean) - Static method in class org.apache.mahout.h2obindings.ops.AewUnary
-
Execute a UnaryFunc on each element of a DRM.
- exec(H2ODrm) - Static method in class org.apache.mahout.h2obindings.ops.At
-
Perform transpose operation on a DRM to create a new DRM.
- exec(H2ODrm) - Static method in class org.apache.mahout.h2obindings.ops.AtA
-
Perform A'A operation on a DRM to create a new DRM.
- exec(H2ODrm, H2ODrm) - Static method in class org.apache.mahout.h2obindings.ops.AtB
-
Perform A'B operation on two DRMs to create a new DRM.
- exec(H2ODrm, Vector) - Static method in class org.apache.mahout.h2obindings.ops.Atx
-
Perform A'x operation with a DRM and an in-core Vector to create a new DRM.
- exec(H2ODrm, Vector) - Static method in class org.apache.mahout.h2obindings.ops.Ax
-
Perform Ax operation with a DRM and an in-core Vector to create a new DRM.
- exec(H2ODrm, H2ODrm) - Static method in class org.apache.mahout.h2obindings.ops.Cbind
-
Combine the columns of two DRMs A and B to create a new DRM.
- exec(H2ODrm, double, boolean) - Static method in class org.apache.mahout.h2obindings.ops.CbindScalar
-
Combine the columns of DRM A with a new column storing
the given scalar.
- exec(H2ODrm, int, Object, boolean, ClassTag<K>, ClassTag<R>) - Static method in class org.apache.mahout.h2obindings.ops.MapBlock
-
Execute a BlockMapFunction on DRM partitions to create a new DRM.
- exec(H2ODrm, int, int) - Static method in class org.apache.mahout.h2obindings.ops.Par
-
(re)Parallelize DRM data according to new partitioning hints.
- exec(H2ODrm, H2ODrm) - Static method in class org.apache.mahout.h2obindings.ops.Rbind
-
Combine the rows of two DRMs A and B to create a new DRM.
- exec(H2ODrm, Range) - Static method in class org.apache.mahout.h2obindings.ops.RowRange
-
Filter rows from intput DRM, to include only row indiced included in R.
- exec(H2ODrm, Matrix) - Static method in class org.apache.mahout.h2obindings.ops.TimesRightMatrix
-
Multiply a DRM with an in-core Matrix to create a new DRM.