Uses of Class
org.dmg.pmml.mining.Segment
-
Packages that use Segment Package Description org.dmg.pmml org.dmg.pmml.mining org.jpmml.model.visitors -
-
Uses of Segment in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type Segment Modifier and Type Method Description VisitorActionVisitor. visit(Segment segment) -
Uses of Segment in org.dmg.pmml.mining
Methods in org.dmg.pmml.mining that return Segment Modifier and Type Method Description SegmentSegment. addExtensions(Extension... extensions)SegmentObjectFactory. createSegment()Create an instance ofSegmentSegmentSegment. setId(java.lang.String id)SegmentSegment. setModel(Model model)SegmentSegment. setPredicate(Predicate predicate)SegmentSegment. setVariableWeight(VariableWeight variableWeight)SegmentSegment. setWeight(java.lang.Number weight)Methods in org.dmg.pmml.mining that return types with arguments of type Segment Modifier and Type Method Description java.util.List<Segment>Segmentation. getSegments()java.util.List<Segment>Segmentation. requireSegments()Methods in org.dmg.pmml.mining with parameters of type Segment Modifier and Type Method Description SegmentationSegmentation. addSegments(Segment... segments)Constructor parameters in org.dmg.pmml.mining with type arguments of type Segment Constructor Description Segmentation(Segmentation.MultipleModelMethod multipleModelMethod, java.util.List<Segment> segments) -
Uses of Segment in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Segment Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Segment segment)
-