public class MatlabSparseFileTransformer extends Object implements FileTransformer
FileTransformer
for matrix files in the Format#MATLAB_SPARSE
format.Constructor and Description |
---|
MatlabSparseFileTransformer() |
Modifier and Type | Method and Description |
---|---|
File |
transform(File inputFile,
File outputFile,
GlobalTransform transform)
Transforms a given matrix file into a new matrix file using the provided
GlobalTransform method provided. |
public File transform(File inputFile, File outputFile, GlobalTransform transform)
GlobalTransform
method provided.transform
in interface FileTransformer
inputFile
- The input matrix file of a specific format that
will be transformedoutputFile
- The output matrix file specificying where the
resulting matrix should be stored.transform
- A transformation instance that will convert values at a
particular row and column into a new value.outputMatrixFile
Copyright © 2012. All Rights Reserved.