public interface ModelConverter
Interface for a model converter that converts an association model in PMML
into a target model type.
-
Method Summary
Modifier and TypeMethodDescriptionvoidconvert(PMMLAssociationModel model, File targetFile) Convert the given PMML model into the target format and persist the results at the given location.
-
Method Details
-
convert
Convert the given PMML model into the target format and persist the results at the given location.- Parameters:
model- PMML model to converttargetFile- location of target file- Throws:
IOException
-