Class BlockIndicatorUtil


  • public class BlockIndicatorUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<org.jpmml.converter.Feature> selectFeatures​(java.util.List<?> blockIndiators, java.util.List<org.jpmml.converter.Feature> features)  
      static org.dmg.pmml.BlockIndicator[] toBlockIndicators​(java.util.List<org.jpmml.converter.Feature> features)  
      • Methods inherited from class java.lang.Object

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

      • selectFeatures

        public static java.util.List<org.jpmml.converter.Feature> selectFeatures​(java.util.List<?> blockIndiators,
                                                                                 java.util.List<org.jpmml.converter.Feature> features)
      • toBlockIndicators

        public static org.dmg.pmml.BlockIndicator[] toBlockIndicators​(java.util.List<org.jpmml.converter.Feature> features)