Interface PMMLProducer

  • All Known Implementing Classes:
    Logistic

    public interface PMMLProducer
    Interface to something that can produce a PMML representation of itself.
    Version:
    $Revision: $
    Author:
    David Persons, Mark Hall (mhall{[at]}pentaho{[dot]}com)
    • Method Detail

      • toPMML

        java.lang.String toPMML​(Instances train)
        Produce a PMML representation
        Parameters:
        train - the training data that might have been used by the implementer. If it is not needed by the implementer then clients can safely pass in null
        Returns:
        a string containing the PMML representation