public class MatlabFileInitStrat extends Object implements InitStrategy
| Constructor and Description |
|---|
MatlabFileInitStrat(File matfile) |
| Modifier and Type | Method and Description |
|---|---|
gov.sandia.cognition.math.matrix.Matrix |
init(int rows,
int cols) |
public MatlabFileInitStrat(File matfile) throws IOException
matfile - the file from which to readIOExceptionpublic gov.sandia.cognition.math.matrix.Matrix init(int rows, int cols)
init in interface InitStrategy