public class KiePMMLSegmentFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static KiePMMLSegment |
getSegment(String parentPackageName,
org.dmg.pmml.DataDictionary dataDictionary,
org.dmg.pmml.TransformationDictionary transformationDictionary,
org.dmg.pmml.mining.Segment segment,
org.kie.pmml.commons.model.HasClassLoader hasClassloader) |
static List<KiePMMLSegment> |
getSegments(String parentPackageName,
org.dmg.pmml.DataDictionary dataDictionary,
org.dmg.pmml.TransformationDictionary transformationDictionary,
List<org.dmg.pmml.mining.Segment> segments,
org.kie.pmml.commons.model.HasClassLoader hasClassloader) |
static Map<String,String> |
getSegmentSourcesMap(String packageName,
org.dmg.pmml.DataDictionary dataDictionary,
org.dmg.pmml.mining.Segment segment) |
static Map<String,String> |
getSegmentSourcesMap(String parentPackageName,
org.dmg.pmml.DataDictionary dataDictionary,
org.dmg.pmml.TransformationDictionary transformationDictionary,
org.dmg.pmml.mining.Segment segment,
org.kie.pmml.commons.model.HasClassLoader hasClassloader,
List<org.kie.pmml.commons.model.KiePMMLModel> nestedModels) |
static Map<String,String> |
getSegmentsSourcesMap(String parentPackageName,
org.dmg.pmml.DataDictionary dataDictionary,
org.dmg.pmml.TransformationDictionary transformationDictionary,
List<org.dmg.pmml.mining.Segment> segments,
org.kie.pmml.commons.model.HasClassLoader hasClassloader,
List<org.kie.pmml.commons.model.KiePMMLModel> nestedModels) |
public static List<KiePMMLSegment> getSegments(String parentPackageName, org.dmg.pmml.DataDictionary dataDictionary, org.dmg.pmml.TransformationDictionary transformationDictionary, List<org.dmg.pmml.mining.Segment> segments, org.kie.pmml.commons.model.HasClassLoader hasClassloader)
public static KiePMMLSegment getSegment(String parentPackageName, org.dmg.pmml.DataDictionary dataDictionary, org.dmg.pmml.TransformationDictionary transformationDictionary, org.dmg.pmml.mining.Segment segment, org.kie.pmml.commons.model.HasClassLoader hasClassloader)
public static Map<String,String> getSegmentsSourcesMap(String parentPackageName, org.dmg.pmml.DataDictionary dataDictionary, org.dmg.pmml.TransformationDictionary transformationDictionary, List<org.dmg.pmml.mining.Segment> segments, org.kie.pmml.commons.model.HasClassLoader hasClassloader, List<org.kie.pmml.commons.model.KiePMMLModel> nestedModels)
public static Map<String,String> getSegmentSourcesMap(String parentPackageName, org.dmg.pmml.DataDictionary dataDictionary, org.dmg.pmml.TransformationDictionary transformationDictionary, org.dmg.pmml.mining.Segment segment, org.kie.pmml.commons.model.HasClassLoader hasClassloader, List<org.kie.pmml.commons.model.KiePMMLModel> nestedModels)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.