程序包 weka.core.pmml
类 PMMLUtils
java.lang.Object
weka.core.pmml.PMMLUtils
Utility routines.
- 版本:
- $Revision: 5562 $
- 作者:
- Mark Hall (mhall{[at]}pentaho{[dot]}com)
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
PMMLUtils
public PMMLUtils()
-
-
方法详细资料
-
pad
Utility method to left or right pad strings with arbitrary characters.- 参数:
source
- the source stringpadChar
- the character to pad withlength
- the length of the resulting stringleftPad
- pad to the left instead of the right- 返回:
- a padded string
-