Package org.dmg.pmml.mining
Class Segmentation
- java.lang.Object
-
- org.dmg.pmml.PMMLObject
-
- org.dmg.pmml.mining.Segmentation
-
- All Implemented Interfaces:
java.io.Serializable,HasExtensions<Segmentation>,HasLocator,Visitable
public class Segmentation extends PMMLObject implements HasExtensions<Segmentation>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSegmentation.MissingPredictionTreatmentstatic classSegmentation.MultipleModelMethod
-
Constructor Summary
Constructors Constructor Description Segmentation()Segmentation(Segmentation.MultipleModelMethod multipleModelMethod, java.util.List<Segment> segments)
-
Method Summary
-
Methods inherited from class org.dmg.pmml.PMMLObject
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator
-
-
-
-
Constructor Detail
-
Segmentation
public Segmentation()
-
Segmentation
public Segmentation(Segmentation.MultipleModelMethod multipleModelMethod, java.util.List<Segment> segments)
-
-
Method Detail
-
requireMultipleModelMethod
public Segmentation.MultipleModelMethod requireMultipleModelMethod()
-
getMultipleModelMethod
public Segmentation.MultipleModelMethod getMultipleModelMethod()
-
setMultipleModelMethod
public Segmentation setMultipleModelMethod(Segmentation.MultipleModelMethod multipleModelMethod)
-
getMissingPredictionTreatment
public Segmentation.MissingPredictionTreatment getMissingPredictionTreatment()
-
setMissingPredictionTreatment
public Segmentation setMissingPredictionTreatment(Segmentation.MissingPredictionTreatment missingPredictionTreatment)
-
getMissingThreshold
public java.lang.Number getMissingThreshold()
-
setMissingThreshold
public Segmentation setMissingThreshold(java.lang.Number missingThreshold)
-
hasExtensions
public boolean hasExtensions()
- Specified by:
hasExtensionsin interfaceHasExtensions<Segmentation>
-
getExtensions
public java.util.List<Extension> getExtensions()
- Specified by:
getExtensionsin interfaceHasExtensions<Segmentation>
-
addExtensions
public Segmentation addExtensions(Extension... extensions)
- Specified by:
addExtensionsin interfaceHasExtensions<Segmentation>
-
getLocalTransformations
public LocalTransformations getLocalTransformations()
-
setLocalTransformations
public Segmentation setLocalTransformations(LocalTransformations localTransformations)
-
hasSegments
public boolean hasSegments()
-
requireSegments
public java.util.List<Segment> requireSegments()
-
getSegments
public java.util.List<Segment> getSegments()
-
addSegments
public Segmentation addSegments(Segment... segments)
-
accept
public VisitorAction accept(Visitor visitor)
-
-