public class MatrixFactoryUtils
extends java.lang.Object
| Constructor and Description |
|---|
MatrixFactoryUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
setResponseAndWeightAndOffset(water.fvec.Chunk[] chunks,
int respIdx,
int weightIdx,
int offsetIdx,
float[] resp,
float[] weights,
float[] offsets,
int j,
int i) |
static int |
setResponseWeightAndOffset(water.fvec.Chunk weightChunk,
water.fvec.Chunk offsetChunk,
water.fvec.Chunk respChunk,
float[] resp,
float[] weights,
float[] offsets,
int j,
int i) |
public static int setResponseAndWeightAndOffset(water.fvec.Chunk[] chunks,
int respIdx,
int weightIdx,
int offsetIdx,
float[] resp,
float[] weights,
float[] offsets,
int j,
int i)
public static int setResponseWeightAndOffset(water.fvec.Chunk weightChunk,
water.fvec.Chunk offsetChunk,
water.fvec.Chunk respChunk,
float[] resp,
float[] weights,
float[] offsets,
int j,
int i)