Package sklearn

Class InitializerUtil


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.jpmml.converter.Feature createWildcardFeature​(java.lang.String name, SkLearnEncoder encoder)  
      static org.jpmml.converter.Feature selectFeature​(java.lang.String column, java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)  
      static java.util.List<org.jpmml.converter.Feature> selectFeatures​(java.util.List<?> columns, java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)  
      • Methods inherited from class java.lang.Object

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

      • selectFeature

        public static org.jpmml.converter.Feature selectFeature​(java.lang.String column,
                                                                java.util.List<org.jpmml.converter.Feature> features,
                                                                SkLearnEncoder encoder)
      • selectFeatures

        public static java.util.List<org.jpmml.converter.Feature> selectFeatures​(java.util.List<?> columns,
                                                                                 java.util.List<org.jpmml.converter.Feature> features,
                                                                                 SkLearnEncoder encoder)
      • createWildcardFeature

        public static org.jpmml.converter.Feature createWildcardFeature​(java.lang.String name,
                                                                        SkLearnEncoder encoder)