Package org.dmg.pmml
Class ObjectFactory
- java.lang.Object
-
- org.dmg.pmml.ObjectFactory
-
public class ObjectFactory extends java.lang.ObjectThis object contains factory methods for each Java content interface and Java element interface generated in the org.dmg.pmml package.An ObjectFactory allows you to programmatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.dmg.pmml
-
Method Summary
-
-
-
Method Detail
-
createNormDiscrete
public NormDiscrete createNormDiscrete()
Create an instance ofNormDiscrete- Returns:
- the new instance of
NormDiscrete
-
createInterval
public Interval createInterval()
Create an instance ofInterval- Returns:
- the new instance of
Interval
-
createAggregate
public Aggregate createAggregate()
Create an instance ofAggregate- Returns:
- the new instance of
Aggregate
-
createTextIndex
public TextIndex createTextIndex()
Create an instance ofTextIndex- Returns:
- the new instance of
TextIndex
-
createMiningField
public MiningField createMiningField()
Create an instance ofMiningField- Returns:
- the new instance of
MiningField
-
createValue
public Value createValue()
Create an instance ofValue- Returns:
- the new instance of
Value
-
createOutputField
public OutputField createOutputField()
Create an instance ofOutputField- Returns:
- the new instance of
OutputField
-
createArray
public Array createArray()
Create an instance ofArray- Returns:
- the new instance of
Array
-
createAnovaRow
public AnovaRow createAnovaRow()
Create an instance ofAnovaRow- Returns:
- the new instance of
AnovaRow
-
createUnivariateStats
public UnivariateStats createUnivariateStats()
Create an instance ofUnivariateStats- Returns:
- the new instance of
UnivariateStats
-
createMatrix
public Matrix createMatrix()
Create an instance ofMatrix- Returns:
- the new instance of
Matrix
-
createPredictiveModelQuality
public PredictiveModelQuality createPredictiveModelQuality()
Create an instance ofPredictiveModelQuality- Returns:
- the new instance of
PredictiveModelQuality
-
createPartitionFieldStats
public PartitionFieldStats createPartitionFieldStats()
Create an instance ofPartitionFieldStats- Returns:
- the new instance of
PartitionFieldStats
-
createTarget
public Target createTarget()
Create an instance ofTarget- Returns:
- the new instance of
Target
-
createSimplePredicate
public SimplePredicate createSimplePredicate()
Create an instance ofSimplePredicate- Returns:
- the new instance of
SimplePredicate
-
createSimpleSetPredicate
public SimpleSetPredicate createSimpleSetPredicate()
Create an instance ofSimpleSetPredicate- Returns:
- the new instance of
SimpleSetPredicate
-
createCompoundPredicate
public CompoundPredicate createCompoundPredicate()
Create an instance ofCompoundPredicate- Returns:
- the new instance of
CompoundPredicate
-
createComparisonMeasure
public ComparisonMeasure createComparisonMeasure()
Create an instance ofComparisonMeasure- Returns:
- the new instance of
ComparisonMeasure
-
createChildParent
public ChildParent createChildParent()
Create an instance ofChildParent- Returns:
- the new instance of
ChildParent
-
createDataField
public DataField createDataField()
Create an instance ofDataField- Returns:
- the new instance of
DataField
-
createDefineFunction
public DefineFunction createDefineFunction()
Create an instance ofDefineFunction- Returns:
- the new instance of
DefineFunction
-
createExtension
public Extension createExtension()
Create an instance ofExtension- Returns:
- the new instance of
Extension
-
createParameterField
public ParameterField createParameterField()
Create an instance ofParameterField- Returns:
- the new instance of
ParameterField
-
createConstant
public Constant createConstant()
Create an instance ofConstant- Returns:
- the new instance of
Constant
-
createFieldRef
public FieldRef createFieldRef()
Create an instance ofFieldRef- Returns:
- the new instance of
FieldRef
-
createNormContinuous
public NormContinuous createNormContinuous()
Create an instance ofNormContinuous- Returns:
- the new instance of
NormContinuous
-
createLinearNorm
public LinearNorm createLinearNorm()
Create an instance ofLinearNorm- Returns:
- the new instance of
LinearNorm
-
createDiscretize
public Discretize createDiscretize()
Create an instance ofDiscretize- Returns:
- the new instance of
Discretize
-
createDiscretizeBin
public DiscretizeBin createDiscretizeBin()
Create an instance ofDiscretizeBin- Returns:
- the new instance of
DiscretizeBin
-
createMapValues
public MapValues createMapValues()
Create an instance ofMapValues- Returns:
- the new instance of
MapValues
-
createFieldColumnPair
public FieldColumnPair createFieldColumnPair()
Create an instance ofFieldColumnPair- Returns:
- the new instance of
FieldColumnPair
-
createTableLocator
public TableLocator createTableLocator()
Create an instance ofTableLocator- Returns:
- the new instance of
TableLocator
-
createInlineTable
public InlineTable createInlineTable()
Create an instance ofInlineTable- Returns:
- the new instance of
InlineTable
-
createTextIndexNormalization
public TextIndexNormalization createTextIndexNormalization()
Create an instance ofTextIndexNormalization- Returns:
- the new instance of
TextIndexNormalization
-
createApply
public Apply createApply()
Create an instance ofApply- Returns:
- the new instance of
Apply
-
createBlockIndicator
public BlockIndicator createBlockIndicator()
Create an instance ofBlockIndicator- Returns:
- the new instance of
BlockIndicator
-
createMiningSchema
public MiningSchema createMiningSchema()
Create an instance ofMiningSchema- Returns:
- the new instance of
MiningSchema
-
createOutput
public Output createOutput()
Create an instance ofOutput- Returns:
- the new instance of
Output
-
createDecisions
public Decisions createDecisions()
Create an instance ofDecisions- Returns:
- the new instance of
Decisions
-
createDecision
public Decision createDecision()
Create an instance ofDecision- Returns:
- the new instance of
Decision
-
createModelStats
public ModelStats createModelStats()
Create an instance ofModelStats- Returns:
- the new instance of
ModelStats
-
createCounts
public Counts createCounts()
Create an instance ofCounts- Returns:
- the new instance of
Counts
-
createNumericInfo
public NumericInfo createNumericInfo()
Create an instance ofNumericInfo- Returns:
- the new instance of
NumericInfo
-
createQuantile
public Quantile createQuantile()
Create an instance ofQuantile- Returns:
- the new instance of
Quantile
-
createDiscrStats
public DiscrStats createDiscrStats()
Create an instance ofDiscrStats- Returns:
- the new instance of
DiscrStats
-
createContStats
public ContStats createContStats()
Create an instance ofContStats- Returns:
- the new instance of
ContStats
-
createAnova
public Anova createAnova()
Create an instance ofAnova- Returns:
- the new instance of
Anova
-
createMultivariateStats
public MultivariateStats createMultivariateStats()
Create an instance ofMultivariateStats- Returns:
- the new instance of
MultivariateStats
-
createMultivariateStat
public MultivariateStat createMultivariateStat()
Create an instance ofMultivariateStat- Returns:
- the new instance of
MultivariateStat
-
createModelExplanation
public ModelExplanation createModelExplanation()
Create an instance ofModelExplanation- Returns:
- the new instance of
ModelExplanation
-
createConfusionMatrix
public ConfusionMatrix createConfusionMatrix()
Create an instance ofConfusionMatrix- Returns:
- the new instance of
ConfusionMatrix
-
createClassLabels
public ClassLabels createClassLabels()
Create an instance ofClassLabels- Returns:
- the new instance of
ClassLabels
-
createMatCell
public MatCell createMatCell()
Create an instance ofMatCell- Returns:
- the new instance of
MatCell
-
createLiftData
public LiftData createLiftData()
Create an instance ofLiftData- Returns:
- the new instance of
LiftData
-
createModelLiftGraph
public ModelLiftGraph createModelLiftGraph()
Create an instance ofModelLiftGraph- Returns:
- the new instance of
ModelLiftGraph
-
createLiftGraph
public LiftGraph createLiftGraph()
Create an instance ofLiftGraph- Returns:
- the new instance of
LiftGraph
-
createXCoordinates
public XCoordinates createXCoordinates()
Create an instance ofXCoordinates- Returns:
- the new instance of
XCoordinates
-
createYCoordinates
public YCoordinates createYCoordinates()
Create an instance ofYCoordinates- Returns:
- the new instance of
YCoordinates
-
createBoundaryValues
public BoundaryValues createBoundaryValues()
Create an instance ofBoundaryValues- Returns:
- the new instance of
BoundaryValues
-
createBoundaryValueMeans
public BoundaryValueMeans createBoundaryValueMeans()
Create an instance ofBoundaryValueMeans- Returns:
- the new instance of
BoundaryValueMeans
-
createOptimumLiftGraph
public OptimumLiftGraph createOptimumLiftGraph()
Create an instance ofOptimumLiftGraph- Returns:
- the new instance of
OptimumLiftGraph
-
createRandomLiftGraph
public RandomLiftGraph createRandomLiftGraph()
Create an instance ofRandomLiftGraph- Returns:
- the new instance of
RandomLiftGraph
-
createROCGraph
public ROCGraph createROCGraph()
Create an instance ofROCGraph- Returns:
- the new instance of
ROCGraph
-
createClusteringModelQuality
public ClusteringModelQuality createClusteringModelQuality()
Create an instance ofClusteringModelQuality- Returns:
- the new instance of
ClusteringModelQuality
-
createCorrelations
public Correlations createCorrelations()
Create an instance ofCorrelations- Returns:
- the new instance of
Correlations
-
createCorrelationFields
public CorrelationFields createCorrelationFields()
Create an instance ofCorrelationFields- Returns:
- the new instance of
CorrelationFields
-
createCorrelationValues
public CorrelationValues createCorrelationValues()
Create an instance ofCorrelationValues- Returns:
- the new instance of
CorrelationValues
-
createCorrelationMethods
public CorrelationMethods createCorrelationMethods()
Create an instance ofCorrelationMethods- Returns:
- the new instance of
CorrelationMethods
-
createTargets
public Targets createTargets()
Create an instance ofTargets- Returns:
- the new instance of
Targets
-
createTargetValue
public TargetValue createTargetValue()
Create an instance ofTargetValue- Returns:
- the new instance of
TargetValue
-
createPartition
public Partition createPartition()
Create an instance ofPartition- Returns:
- the new instance of
Partition
-
createLocalTransformations
public LocalTransformations createLocalTransformations()
Create an instance ofLocalTransformations- Returns:
- the new instance of
LocalTransformations
-
createDerivedField
public DerivedField createDerivedField()
Create an instance ofDerivedField- Returns:
- the new instance of
DerivedField
-
createResultField
public ResultField createResultField()
Create an instance ofResultField- Returns:
- the new instance of
ResultField
-
createFalse
public False createFalse()
Create an instance ofFalse- Returns:
- the new instance of
False
-
createComplexScoreDistribution
public ComplexScoreDistribution createComplexScoreDistribution()
Create an instance ofComplexScoreDistribution- Returns:
- the new instance of
ComplexScoreDistribution
-
createModelVerification
public ModelVerification createModelVerification()
Create an instance ofModelVerification- Returns:
- the new instance of
ModelVerification
-
createVerificationFields
public VerificationFields createVerificationFields()
Create an instance ofVerificationFields- Returns:
- the new instance of
VerificationFields
-
createVerificationField
public VerificationField createVerificationField()
Create an instance ofVerificationField- Returns:
- the new instance of
VerificationField
-
createAnyDistribution
public AnyDistribution createAnyDistribution()
Create an instance ofAnyDistribution- Returns:
- the new instance of
AnyDistribution
-
createGaussianDistribution
public GaussianDistribution createGaussianDistribution()
Create an instance ofGaussianDistribution- Returns:
- the new instance of
GaussianDistribution
-
createPoissonDistribution
public PoissonDistribution createPoissonDistribution()
Create an instance ofPoissonDistribution- Returns:
- the new instance of
PoissonDistribution
-
createUniformDistribution
public UniformDistribution createUniformDistribution()
Create an instance ofUniformDistribution- Returns:
- the new instance of
UniformDistribution
-
createEuclidean
public Euclidean createEuclidean()
Create an instance ofEuclidean- Returns:
- the new instance of
Euclidean
-
createSquaredEuclidean
public SquaredEuclidean createSquaredEuclidean()
Create an instance ofSquaredEuclidean- Returns:
- the new instance of
SquaredEuclidean
-
createChebychev
public Chebychev createChebychev()
Create an instance ofChebychev- Returns:
- the new instance of
Chebychev
-
createCityBlock
public CityBlock createCityBlock()
Create an instance ofCityBlock- Returns:
- the new instance of
CityBlock
-
createMinkowski
public Minkowski createMinkowski()
Create an instance ofMinkowski- Returns:
- the new instance of
Minkowski
-
createSimpleMatching
public SimpleMatching createSimpleMatching()
Create an instance ofSimpleMatching- Returns:
- the new instance of
SimpleMatching
-
createJaccard
public Jaccard createJaccard()
Create an instance ofJaccard- Returns:
- the new instance of
Jaccard
-
createTanimoto
public Tanimoto createTanimoto()
Create an instance ofTanimoto- Returns:
- the new instance of
Tanimoto
-
createBinarySimilarity
public BinarySimilarity createBinarySimilarity()
Create an instance ofBinarySimilarity- Returns:
- the new instance of
BinarySimilarity
-
createRealSparseArray
public RealSparseArray createRealSparseArray()
Create an instance ofRealSparseArray- Returns:
- the new instance of
RealSparseArray
-
createTaxonomy
public Taxonomy createTaxonomy()
Create an instance ofTaxonomy- Returns:
- the new instance of
Taxonomy
-
createTimestamp
public Timestamp createTimestamp()
Create an instance ofTimestamp- Returns:
- the new instance of
Timestamp
-
createHeader
public Header createHeader()
Create an instance ofHeader- Returns:
- the new instance of
Header
-
createApplication
public Application createApplication()
Create an instance ofApplication- Returns:
- the new instance of
Application
-
createAnnotation
public Annotation createAnnotation()
Create an instance ofAnnotation- Returns:
- the new instance of
Annotation
-
createMiningBuildTask
public MiningBuildTask createMiningBuildTask()
Create an instance ofMiningBuildTask- Returns:
- the new instance of
MiningBuildTask
-
createDataDictionary
public DataDictionary createDataDictionary()
Create an instance ofDataDictionary- Returns:
- the new instance of
DataDictionary
-
createTransformationDictionary
public TransformationDictionary createTransformationDictionary()
Create an instance ofTransformationDictionary- Returns:
- the new instance of
TransformationDictionary
-
createIntSparseArray
public IntSparseArray createIntSparseArray()
Create an instance ofIntSparseArray- Returns:
- the new instance of
IntSparseArray
-
createCountTable
public jakarta.xml.bind.JAXBElement<CountTable> createCountTable(CountTable value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CountTable>
-
createNormalizedCountTable
public jakarta.xml.bind.JAXBElement<CountTable> createNormalizedCountTable(CountTable value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CountTable>
-
createIndices
public jakarta.xml.bind.JAXBElement<java.util.List<java.lang.Integer>> createIndices(java.util.List<java.lang.Integer> value)
Create an instance ofJAXBElement<List<Integer>>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<List<Integer>>
-
createINTEntries
public jakarta.xml.bind.JAXBElement<java.util.List<java.lang.Integer>> createINTEntries(java.util.List<java.lang.Integer> value)
Create an instance ofJAXBElement<List<Integer>>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<List<Integer>>
-
createREALEntries
public jakarta.xml.bind.JAXBElement<java.util.List<java.lang.Double>> createREALEntries(java.util.List<java.lang.Double> value)
Create an instance ofJAXBElement<List<Double>>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<List<Double>>
-
-