public static class SpoofOperator.SideInput extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
clen |
double[] |
ddat |
MatrixBlock |
mdat |
| Constructor and Description |
|---|
SideInput(double[] 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 double[] ddat
public final MatrixBlock mdat
public final int clen
public SideInput(double[] ddata,
MatrixBlock mdata,
int clength)
Copyright © 2017 The Apache Software Foundation. All rights reserved.