FRosner / DataGenerator

Tool for generating various test data for machine learning and data mining algorithms.
Apache License 2.0
10 stars 2 forks source link

Enable feature graph serialization #192

Open FRosner opened 10 years ago

FRosner commented 10 years ago

In order to save statistical models (feature graphs) there should be a way to serialize them. Either we choose a Java serialization format or some textual format as JSON or XML.


Required for: #193