Package org.dmg.pmml.clustering
Class ObjectFactory
- java.lang.Object
-
- org.dmg.pmml.clustering.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.clustering 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.clustering
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CenterFieldscreateCenterFields()Create an instance ofCenterFieldsClustercreateCluster()Create an instance ofClusterClusteringFieldcreateClusteringField()Create an instance ofClusteringFieldClusteringModelcreateClusteringModel()Create an instance ofClusteringModelComparisonscreateComparisons()Create an instance ofComparisonsCovariancescreateCovariances()Create an instance ofCovariancesKohonenMapcreateKohonenMap()Create an instance ofKohonenMapMissingValueWeightscreateMissingValueWeights()Create an instance ofMissingValueWeights
-
-
-
Method Detail
-
createClusteringField
public ClusteringField createClusteringField()
Create an instance ofClusteringField- Returns:
- the new instance of
ClusteringField
-
createClusteringModel
public ClusteringModel createClusteringModel()
Create an instance ofClusteringModel- Returns:
- the new instance of
ClusteringModel
-
createComparisons
public Comparisons createComparisons()
Create an instance ofComparisons- Returns:
- the new instance of
Comparisons
-
createCenterFields
public CenterFields createCenterFields()
Create an instance ofCenterFields- Returns:
- the new instance of
CenterFields
-
createMissingValueWeights
public MissingValueWeights createMissingValueWeights()
Create an instance ofMissingValueWeights- Returns:
- the new instance of
MissingValueWeights
-
createCluster
public Cluster createCluster()
Create an instance ofCluster- Returns:
- the new instance of
Cluster
-
createKohonenMap
public KohonenMap createKohonenMap()
Create an instance ofKohonenMap- Returns:
- the new instance of
KohonenMap
-
createCovariances
public Covariances createCovariances()
Create an instance ofCovariances- Returns:
- the new instance of
Covariances
-
-