Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 459 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 459 Bytes

CfaPredictor

To run the example code: java -cp CfaPredictor/jars/CfaPredictor.jar examples.MainPredictor
CfaPredictor/sample_data/data.txt
CfaPredictor/sample_data/schema.txt

"sample_data/" includes the example data and schema. "data.txt": an example of the first 100 rows of the original trace file (not sharable publicly) "schema.txt": the schema of the example data "jars/" includes a runnable jar "CfaPredictor/src" has all the source code