Class KiePMMLSegmentFactory


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map<java.lang.String,​java.lang.String> getSegmentSourcesMap​(SegmentCompilationDTO segmentCompilationDTO, java.util.List<org.kie.pmml.commons.model.KiePMMLModel> nestedModels)  
      static java.util.Map<java.lang.String,​java.lang.String> getSegmentsSourcesMap​(MiningModelCompilationDTO compilationDTO, java.util.List<org.kie.pmml.commons.model.KiePMMLModel> nestedModels)  
      • Methods inherited from class java.lang.Object

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

      • getSegmentsSourcesMap

        public static java.util.Map<java.lang.String,​java.lang.String> getSegmentsSourcesMap​(MiningModelCompilationDTO compilationDTO,
                                                                                                   java.util.List<org.kie.pmml.commons.model.KiePMMLModel> nestedModels)
      • getSegmentSourcesMap

        public static java.util.Map<java.lang.String,​java.lang.String> getSegmentSourcesMap​(SegmentCompilationDTO segmentCompilationDTO,
                                                                                                  java.util.List<org.kie.pmml.commons.model.KiePMMLModel> nestedModels)