Documentation of 'weka.core.pmml.PMMLUtils' Java class
PMMLUtils
weka.core.pmml

Class PMMLUtils



  • public class PMMLUtils
    extends java.lang.Object
    Utility routines.
    • Constructor Summary

      Constructors 
      Constructor and Description
      PMMLUtils() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String pad(java.lang.String source, java.lang.String padChar, int length, boolean leftPad)
      Utility method to left or right pad strings with arbitrary characters.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PMMLUtils

        public PMMLUtils()
    • Method Detail

      • pad

        public static java.lang.String pad(java.lang.String source,
                                           java.lang.String padChar,
                                           int length,
                                           boolean leftPad)
        Utility method to left or right pad strings with arbitrary characters.
        Parameters:
        source - the source string
        padChar - the character to pad with
        length - the length of the resulting string
        leftPad - pad to the left instead of the right
        Returns:
        a padded string

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.