public interface FileTransformer
GlobalTransform
instance.Modifier and Type | Method and Description |
---|---|
File |
transform(File inputMatrixFile,
File outputMatrixFile,
GlobalTransform transform)
Transforms a given matrix file into a new matrix file using the provided
GlobalTransform method provided. |
File transform(File inputMatrixFile, File outputMatrixFile, GlobalTransform transform)
GlobalTransform
method provided.inputMatrixFile
- The input matrix file of a specific format that
will be transformedoutputMatrixFile
- 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.