com.spss.psapi.transform

Interface ModelOutput

    • Method Detail

      • getModelDetail

        ModelDetail getModelDetail()
        Returns the underlying model representation.
        Returns:
        the underlying model representation
      • getModelOutputType

        ModelOutputType getModelOutputType()
        Returns the ModelOutputType of this model output. The returned value corresponds with one of the model-type constants defined by ModelOutputType.
        Returns:
        the ModelOutputType of this object
        See Also:
        ModelOutputType
      • getTypeName

        java.lang.String getTypeName()
        Returns the name of this type of output object.
        Returns:
        the name of this type of output object
        Since:
        PSAPI 16.0.0
      • getModelApplierType

        ProcessorType getModelApplierType()
        Returns the type of ModelApplier that corresponds with this model output or null if this model output cannot be applied directly to data. The returned value corresponds with one of the model-type constants defined by ProcessorType.
        Returns:
        the type of ModelApplier used to apply this model output or null
        See Also:
        ProcessorType
      • getModelApplierID

        java.lang.String getModelApplierID()
        Returns the ID of ModelApplier that corresponds with this model output or null if this model output cannot be applied directly to data.
        Returns:
        the ID of ModelApplier used to apply this model output or null
        Since:
        PSAPI 14.0.1
      • getLocalizedAlgorithmName

        java.lang.String getLocalizedAlgorithmName()
        Returns the localized algorithm name.
        Returns:
        the the localized algorithm name
        Since:
        PSAPI 11.1

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