com.spss.psapi.model

Class PMMLModelType



  • public final class PMMLModelType
    extends Enum
    Enumerates the model types specified by PMML 4.0.
    Since:
    PSAPI 15.0.0.1
    Version:
    1.0
    Author:
    Robert Duncan
    See Also:
    ModelDetail
    Specification Status:
    Under Development
    • Field Detail

      • ASSOCIATION

        public static final PMMLModelType ASSOCIATION
        PMML AssociationModel
      • CLUSTERING

        public static final PMMLModelType CLUSTERING
        PMML ClusteringModel
      • GENERAL_REGRESSION

        public static final PMMLModelType GENERAL_REGRESSION
        PMML GeneralRegressionModel
      • MINING

        public static final PMMLModelType MINING
        PMML MiningModel
      • NAIVE_BAYES

        public static final PMMLModelType NAIVE_BAYES
        PMML NaiveBayesModel
      • NEURAL_NETWORK

        public static final PMMLModelType NEURAL_NETWORK
        PMML NeuralNetwork
      • REGRESSION

        public static final PMMLModelType REGRESSION
        PMML RegressionModel
      • RULE_SET

        public static final PMMLModelType RULE_SET
        PMML RuleSetModel
      • SEQUENCE

        public static final PMMLModelType SEQUENCE
        PMML SequenceModel
      • SUPPORT_VECTOR_MACHINE

        public static final PMMLModelType SUPPORT_VECTOR_MACHINE
        PMML SupportVectorMachineModel
      • TIME_SERIES

        public static final PMMLModelType TIME_SERIES
        PMML TimeSeriesModel
    • Method Detail

      • getEnum

        public static PMMLModelType getEnum(java.lang.String name)
        Returns the PMMLModelType corresponding to the specified PMML model type name, or null if there is no such model type. The name must be one specified by PMML 4.0.
        Parameters:
        name - the PMML model type name
        Returns:
        the corresponding model type or null
      • getValues

        public static PMMLModelType[] getValues()
        Returns an array containing all the valid values for this enumeration class.
        Returns:
        an array containing all the valid values for this enumeration class
      • isUnknown

        public boolean isUnknown()
        Returns false always. All the values in this class represent known model types; there is no "unknown".
        Overrides:
        isUnknown in class Enum
        Returns:
        false always

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.