public class MapBlock extends Object
| Constructor and Description |
|---|
MapBlock() |
public static <K,R> H2ODrm exec(H2ODrm drmA, int ncol, Object bmf, boolean isRstr, scala.reflect.ClassTag<K> k, scala.reflect.ClassTag<R> r)
drmA - DRM representing matrix A.ncol - Number of columns output by BMF.bmf - BlockMapFunction which maps input DRM partition to output.isRstr - flag indicating if key type of output DRM is a String.k - ClassTag of intput DRM key type.r - ClassTag of output DRM key type.Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.