-
public interface ModelConverter
Interface for a model converter that converts an association model in PMML into a target model type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
convert(PMMLAssociationModel model, File targetFile)
Convert the given PMML model into the target format and persist the results at the given location.
-
-
-
Method Detail
-
convert
void convert(PMMLAssociationModel model, File targetFile) throws IOException
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
-
-