public class MatlabFileDataGenerator extends Object implements MatrixDataGenerator<gov.sandia.cognition.math.matrix.Matrix>
| Constructor and Description |
|---|
MatlabFileDataGenerator(File matfile) |
| Modifier and Type | Method and Description |
|---|---|
org.openimaj.util.pair.Pair<gov.sandia.cognition.math.matrix.Matrix> |
generate() |
int |
size() |
public MatlabFileDataGenerator(File matfile) throws IOException
IOExceptionpublic org.openimaj.util.pair.Pair<gov.sandia.cognition.math.matrix.Matrix> generate()
generate in interface DataGenerator<gov.sandia.cognition.math.matrix.Matrix,gov.sandia.cognition.math.matrix.Matrix>generate in interface MatrixDataGenerator<gov.sandia.cognition.math.matrix.Matrix>public int size()