- PairwiseStatsContentModel - Interface in com.spss.psapi.content
-
An interface that provides a mechanism for accessing correlations between
columns.
- ParameterDefinition - Interface in com.spss.psapi.core
-
Describes a parameter which affects the behaviour of some Modeler API objects.
- parameterIterator() - Method in interface com.spss.psapi.core.ParameterProvider
-
Returns an iterator of parameter names for this object.
- ParameterProvider - Interface in com.spss.psapi.core
-
Identifies objects that contain parameters.
- ParameterStorage - Class in com.spss.psapi.core
-
This class enumerates the valid storage types for columns in a DataModel
or parameters.
- ParameterType - Class in com.spss.psapi.core
-
This class enumerates the valid types of parameter support by a ParameterProvider
.
- PARENT_PROCESS_ID - Static variable in interface com.spss.psapi.admin.ServerActivitySnapshot
-
Parent process ID is the ID of the parent of each process
- parseExpression(String, DataModel) - Method in interface com.spss.psapi.expr.Parser
-
Attempts to parse the String
argument to an Expression
.
- Parser - Interface in com.spss.psapi.expr
-
This interface encapsulates the functionality for parsing CLEM expressions.
- ParserException - Exception in com.spss.psapi.expr
-
A ParserException
is thrown to indicate that an attempt to parse a String
to an Expression
failed.
- ParserException(String, int, int) - Constructor for exception com.spss.psapi.expr.ParserException
-
Creates a ParserException.
- PARTITION - Static variable in class com.spss.psapi.data.ModelingRole
-
Indicates that this column is used to indentify the data partition.
- PARTITION - Static variable in class com.spss.psapi.transform.ProcessorType
-
Represents a DataTransformer
that adds a new column whose value
identifies the data partition.
- PARTITION_CREATE_VALIDATION - Static variable in class com.spss.psapi.core.Property
-
- PARTITION_NEW_NAME - Static variable in class com.spss.psapi.core.Property
-
- PARTITION_RANDOM_SEED - Static variable in class com.spss.psapi.core.Property
-
- PARTITION_TESTING_LABEL - Static variable in class com.spss.psapi.core.Property
-
- PARTITION_TESTING_SIZE - Static variable in class com.spss.psapi.core.Property
-
- PARTITION_TRAINING_LABEL - Static variable in class com.spss.psapi.core.Property
-
- PARTITION_TRAINING_SIZE - Static variable in class com.spss.psapi.core.Property
-
- PARTITION_USE_RANDOM_SEED - Static variable in class com.spss.psapi.core.Property
-
- PARTITION_VALIDATION_LABEL - Static variable in class com.spss.psapi.core.Property
-
- PARTITION_VALIDATION_SIZE - Static variable in class com.spss.psapi.core.Property
-
- PARTITION_VALUE_MODE - Static variable in class com.spss.psapi.core.Property
-
- PASW_RULE - Static variable in class com.spss.psapi.core.FileFormat
-
Identifier for PASW RULE format.
- PDF - Static variable in class com.spss.psapi.core.FileFormat
-
Identifier for PDF format.
- PERCENTAGE_CPU - Static variable in interface com.spss.psapi.admin.ServerActivitySnapshot
-
Percentage CPU Usage indicates how much processor time the process
recently consumed (as a percentage of overall processor time)
- PhasedAslGenerator - Interface in com.spss.psapi.extensions.common.spi2
-
Defines the methods supported by an execution handler that generates ASL with multi-phase support.
- phasedGenerateASL(AslContext) - Method in interface com.spss.psapi.extensions.common.spi2.PhasedAslGenerator
-
Performs a single compilation step.
- PLAIN_TEXT - Static variable in class com.spss.psapi.core.FileFormat
-
Identifier for plain text format.
- PMMLModelType - Class in com.spss.psapi.model
-
Enumerates the model types specified by PMML 4.0.
- PNG - Static variable in class com.spss.psapi.core.FileFormat
-
Identifier for PNG image format.
- postInitialise(ExtensionObjectWindowHandle) - Method in interface com.spss.psapi.extensions.ui.spi.PostUIInitialiseHandler
-
Called after the UI for an extension object is created.
- PostUIInitialiseHandler - Interface in com.spss.psapi.extensions.ui.spi
-
- predecessorAt(Processor, int) - Method in interface com.spss.psapi.transform.ProcessorDiagram
-
Returns the specified immediate predecessor of the supplied node or null
if the index is out of bounds
- predecessorCount(Processor) - Method in interface com.spss.psapi.transform.ProcessorDiagram
-
Returns the number of immediate predecessors of the supplied node.
- predecessors(Processor) - Method in interface com.spss.psapi.transform.ProcessorDiagram
-
Returns the immediate predecessors of the supplied node.
- PREDICTED_DISPLAY_VALUE - Static variable in class com.spss.psapi.core.ModelFieldRole
-
Indicates a field containing a displayed-friendly representation of the predicted value.
- PREDICTED_VALUE - Static variable in class com.spss.psapi.core.ModelFieldRole
-
Indicates a field containing the predicted value.
- PredictiveServerException - Exception in com.spss.psapi
-
A generic Modeler exception.
- PredictiveServerException(String) - Constructor for exception com.spss.psapi.PredictiveServerException
-
Creates a PredictiveServerException with the specified message.
- PredictiveServerException(Throwable) - Constructor for exception com.spss.psapi.PredictiveServerException
-
Creates a PredictiveServerException that wraps another Throwable.
- PredictiveServerException(String, Throwable) - Constructor for exception com.spss.psapi.PredictiveServerException
-
Creates a PredictiveServerException with the specified messages
that wraps another Throwable.
- PredictiveServerException() - Constructor for exception com.spss.psapi.PredictiveServerException
-
Creates a PredictiveServerException with the specified error code.
- PredictiveServerRuntimeException - Exception in com.spss.psapi
-
A generic Modeler runtime exception.
- PredictiveServerRuntimeException(String) - Constructor for exception com.spss.psapi.PredictiveServerRuntimeException
-
Creates a PredictiveServerRuntimeException with the specified message.
- PredictiveServerRuntimeException(Throwable) - Constructor for exception com.spss.psapi.PredictiveServerRuntimeException
-
Creates a PredictiveServerRuntimeException that wraps another Throwable.
- PredictiveServerRuntimeException(String, Throwable) - Constructor for exception com.spss.psapi.PredictiveServerRuntimeException
-
Creates a PredictiveServerRuntimeException with the specified messages
that wraps another Throwable.
- PredictiveServerRuntimeException() - Constructor for exception com.spss.psapi.PredictiveServerRuntimeException
-
Creates a PredictiveServerRuntimeException with the specified error code.
- PROBABILITY - Static variable in class com.spss.psapi.core.ModelFieldRole
-
Indicates a field containing the probability of the target value.
- PROCESS - Static variable in class com.spss.psapi.transform.CompositeProcessorType
-
Represents a CompositeProcessor
that allows data to flow through it.
- PROCESSOR - Static variable in class com.spss.psapi.core.FileFormat
-
Identifier for the native Processor
format.
- Processor - Interface in com.spss.psapi.transform
-
This is the base interface for all nodes.
- PROCESSOR_ENABLED - Static variable in class com.spss.psapi.core.Property
-
Specifies whether a node is enabled (used) or disabled (ignored).
- PROCESSOR_STREAM - Static variable in class com.spss.psapi.core.FileFormat
-
Identifier for the native ProcessorStream
format.
- ProcessorDiagram - Interface in com.spss.psapi.transform
-
This is the container used to assemble Processor
objects into a
connected flow or well-formed sequence of nodes.
- ProcessorFactory - Interface in com.spss.psapi.transform
-
A factory class that creates Processor
instances.
- ProcessorFilter - Interface in com.spss.psapi.transform
-
This is used to define arbitrary criteria for filtering nodes e.g. during searches.
- processorIterator() - Method in interface com.spss.psapi.transform.ProcessorDiagram
-
Deprecated.
- ProcessorStream - Interface in com.spss.psapi.transform
-
This is the top-level container used to assemble Processor
objects into a
connected "flow".
- ProcessorStreamManager - Interface in com.spss.psapi.extensions.common
-
A stream manager contains all streams being managed by the session.
- ProcessorType - Class in com.spss.psapi.transform
-
This clas enumerates the types of nodes.
- PRODICTED_SEQUENCE - Static variable in class com.spss.psapi.core.ModelFieldRole
-
Indicates a field containing the predicted sequence.
- PRODICTED_SEQUENCE_PROBABILITY - Static variable in class com.spss.psapi.core.ModelFieldRole
-
Indicates a field containing the probability associated with the predicted sequence.
- PROJECT - Static variable in class com.spss.psapi.core.FileFormat
-
Identifier for the native Project format.
- PROPENSITY - Static variable in class com.spss.psapi.core.ModelFieldRole
-
Indicates a field containing the propensity of the prediction.
- PropertiedObject - Interface in com.spss.psapi.core
-
This encapsulates the functionality of objects that contain settable properties.
- Properties - Interface in com.spss.psapi.extensions.common
-
Provides functionality for accessing properties declared by the extension.
- PROPERTIES_CHANGED - Static variable in class com.spss.psapi.extensions.common.ExtensionObjectEvent
-
Indicates that properties in an extension object were updated.
- Property - Class in com.spss.psapi.core
-
This defines constants corresponding to the property names of all
PropertiedObject
objects.
- Property() - Constructor for class com.spss.psapi.core.Property
-
- PropertyControl - Interface in com.spss.psapi.extensions.ui.spi
-
Defines the functionality associated with a custom property control
on a PropertiesPanel.
- PropertyControlEvent - Class in com.spss.psapi.extensions.ui
-
- PropertyControlEvent(Object, Object) - Constructor for class com.spss.psapi.extensions.ui.PropertyControlEvent
-
Constructs a ControllerEvent object.
- PropertyControlListener - Interface in com.spss.psapi.extensions.ui.spi
-
- propertyControlModified(PropertyControlEvent) - Method in interface com.spss.psapi.extensions.ui.spi.PropertyControlListener
-
Invoked after a controller has been modified.
- propertyError(String, String) - Static method in class com.spss.psapi.extensions.common.Diagnostic
-
Creates and returns a new property error diagnostic.
- PropertyFactory - Interface in com.spss.psapi.core
-
This provides convenience methods for constructing and decomposing
structured property values.
- propertyInformation(String, String) - Static method in class com.spss.psapi.extensions.common.Diagnostic
-
Creates and returns a new property information diagnostic.
- propertyIterator() - Method in interface com.spss.psapi.core.PropertiedObject
-
Returns an iterator of property names for this object.
- PropertyType - Class in com.spss.psapi.core
-
This class enumerates the valid types for Property values.
- PropertyValidator - Interface in com.spss.psapi.extensions.common.spi2
-
This is a marker class for delegates that support property validation.
- propertyWarning(String, String) - Static method in class com.spss.psapi.extensions.common.Diagnostic
-
Creates and returns a new property warning diagnostic.
- publish(DataWriter) - Method in interface com.spss.psapi.session.Session
-
Executes the specified DataWriter
in publish mode to obtain a
PublishedImage
.
- publish(TerminalProcessor, boolean) - Method in interface com.spss.psapi.session.Session
-
Executes the specified node in publish mode to obtain a
PublishedImage
ready for inline scoring.
- PUBLISHED_IMAGE - Static variable in class com.spss.psapi.core.FileFormat
-
Identifier for the native image format produced by a Publisher node.
- PUBLISHED_PARAMETERS - Static variable in class com.spss.psapi.core.FileFormat
-
Identifier for the native image parameter format produced by a Publisher node.
- PublishedImage - Interface in com.spss.psapi.transform
-
The result of publishing a DataWriter
.
- PUBLISHER - Static variable in class com.spss.psapi.transform.ProcessorType
-
Represents a TerminalProcessor
that allows streams
to be "published" for subsequent deployment.
- PUBLISHER_DATABASE_BATCH_SIZE - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DATABASE_BULK_LOADING - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DATABASE_CHECK_TABLE_SIZE - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DATABASE_CUSTOM_CREATE_TABLE_CMD - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DATABASE_DATA_FILE - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DATABASE_DEFAULT_STRING_SIZE - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DATABASE_DELETE_EXISTING_ROWS - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DATABASE_DROP_EXISTING_TABLE - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DATABASE_DSN - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DATABASE_EPASSWORD - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DATABASE_GENERATE_LOGFILE - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DATABASE_LOADER_DELIMIT_MODE - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DATABASE_LOADER_OPTIONS - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DATABASE_LOADER_OTHER_DELIMITER - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DATABASE_LOADER_PROGRAM - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DATABASE_LOGFILE_NAME - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DATABASE_NOT_LOGGED - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DATABASE_ODBC_BINDING - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DATABASE_PASSWORD - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DATABASE_TABLENAME - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DATABASE_USE_BATCH - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DATABASE_USE_CUSTOM_CREATE_TABLE_CMD - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DATABASE_USE_DATA_FILE - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DATABASE_USE_LOADER_PROGRAM - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DATABASE_USE_QUOTES - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DATABASE_USERNAME - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DATABASE_WRITE_MODE - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DELIMITED_DECIMAL_SYMBOL - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DELIMITED_DELIMIT_MODE - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DELIMITED_FULL_FILENAME - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DELIMITED_INCLUDE_FIELD_NAMES - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DELIMITED_NEWLINE_AFTER_RECORD - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DELIMITED_OTHER_DELIMITERS - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DELIMITED_OTHER_QUOTE - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DELIMITED_QUOTE_MODE - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_DELIMITED_WRITE_MODE - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_EXPORT_MODE - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_GENERATE_METADATA - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_OUTPUT_NAME - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_SAS_FILE_FORMAT - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_SAS_FULL_FILENAME - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_SAS_NAME_EXPORT_MODE - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_SPSS_FULL_FILENAME - Static variable in class com.spss.psapi.core.Property
-
- PUBLISHER_SPSS_NAME_EXPORT_MODE - Static variable in class com.spss.psapi.core.Property
-
- publishModelToScoringAdapterTask(Processor, ServerDatabaseConnection, String) - Method in interface com.spss.psapi.task.TaskRunner
-
Publishes the model from a model apply Processor
to the specified database
and optional ID.
- putContent(String, ContentFormat, Object) - Method in interface com.spss.psapi.core.ContentProvider
-
Stores content in this provider with the specified tag and format.
- putContent(String, byte[]) - Method in interface com.spss.psapi.extensions.common.ExtensionInteractor
-
Transfers binary content to the specified file owned by the peer.
- putContent(String, String) - Method in interface com.spss.psapi.extensions.common.ExtensionInteractor
-
Transfers text content to the specified file owned by the peer.
- putContent(String, ContentContainer) - Method in interface com.spss.psapi.extensions.common.ExtensionInteractor
-
Transfers content to the specified file owned by the peer.
- putContent(String, InputStream) - Method in interface com.spss.psapi.extensions.common.ExtensionInteractor
-
Transfers content to the specified file owned by the peer.
- putContentAsBinary(String, byte[]) - Method in interface com.spss.psapi.core.ContentProvider
-
Stores binary content in this provider under the specified tag.
- putContentAsUTF8(String, String) - Method in interface com.spss.psapi.core.ContentProvider
-
Stores string content in this provider under the specified tag.
- putContentContainer(String, ContentContainer) - Method in interface com.spss.psapi.core.ContentContainerProvider
-
Adds or updates the container component with the supplied tag.
- putEnum(String, Enum, Map) - Static method in class com.spss.psapi.Enum
-
Puts the supplied enum in the map.