public interface DataConvertor
Modifier and Type | Method and Description |
---|---|
SparseMatrix |
getDatetimeMatrix()
Returns a
SparseMatrix object which stores time data. |
SparseMatrix |
getPreferenceMatrix()
Returns a
SparseMatrix object which stores rate data. |
SparseTensor |
getSparseTensor()
Returns a
SparseTensor object which stores rate data. |
void |
processData()
Process the input data.
|
void processData() throws java.io.IOException
java.io.IOException
- if the path is not validSparseMatrix getPreferenceMatrix()
SparseMatrix
object which stores rate data.SparseMatrix
object which stores rate data.SparseMatrix getDatetimeMatrix()
SparseMatrix
object which stores time data.SparseMatrix
object which stores time data.SparseTensor getSparseTensor()
SparseTensor
object which stores rate data.SparseTensor
object which stores rate data.Copyright © 2017. All Rights Reserved.