Package com.tibco.patterns.learn.api.project

The main package to support Patterns Learn projects and automated model training. ProjectFiles class manages all files in the project directory. It creates or loads one project.xml and a number of model.xml files, and returns objects of ProjectSettings and ModelSettings for the respective XML files. All model training functionality for a specific ModelSettings object is implemented by ModelTrainer class.

The package also contains a number of classes that support individual data structures required for Patterns Learn projects, such as DataPartition, DatasetResult, RecPair and RecPairMap.