public class ReallocationMatrix
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
ReallocationMatrix.ReallocationMatrixIterator |
Constructor and Description |
---|
ReallocationMatrix(int logTraces,
int modelTraces) |
Modifier and Type | Method and Description |
---|---|
ReallocationMatrix.ReallocationMatrixIterator |
iterator() |
void |
set(int traceAIndex,
int traceBIndex,
double value) |
int |
size() |
public ReallocationMatrix.ReallocationMatrixIterator iterator()
public void set(int traceAIndex, int traceBIndex, double value)
public int size()