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