public static class SpoofOperator.SideInput extends Object
| Modifier and Type | Field and Description | 
|---|---|
int | 
clen  | 
DenseBlock | 
ddat  | 
MatrixBlock | 
mdat  | 
| Constructor and Description | 
|---|
SideInput(DenseBlock ddata,
         MatrixBlock mdata,
         int clength)  | 
| Modifier and Type | Method and Description | 
|---|---|
double | 
getValue(int r,
        int c)  | 
int | 
pos(int r)  | 
void | 
reset()  | 
double[] | 
values(int r)  | 
public final DenseBlock ddat
public final MatrixBlock mdat
public final int clen
public SideInput(DenseBlock ddata, MatrixBlock mdata, int clength)
Copyright © 2021 The Apache Software Foundation. All rights reserved.