A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

R

RANGE - Static variable in class com.spss.psapi.core.ParameterType
Indicates that the parameter value lies between two points on a scale.
RANGE - Static variable in class com.spss.psapi.data.MeasureType
Indicates that the column value lies between two points on a scale.
RAW - Static variable in interface com.spss.psapi.data.ModelOutputMetadata
Used by binary classifiers as the tag value indicating that the column indicates raw propensity.
readContainer(InputStream, ContentFormat) - Method in interface com.spss.psapi.core.ContentContainer
Reads the container from the specified input stream.
REAL - Static variable in class com.spss.psapi.core.ParameterStorage
Indicates that the storage type is a floating point number.
REAL - Static variable in class com.spss.psapi.data.StorageType
Indicates that the storage type is a floating point number.
receive(String) - Method in interface com.spss.psapi.as.ClientEmbeddedASDelegate.Listener
This is called whenever the server side calls ServerEmbeddedASDelegate.Sender.send.
RECLASSIFY - Static variable in class com.spss.psapi.transform.ProcessorType
Represents a DataTransformer that allows a set of discrete values to be mapped to another.
RECLASSIFY_DEFAULT - Static variable in class com.spss.psapi.core.Property
 
RECLASSIFY_FIELD - Static variable in class com.spss.psapi.core.Property
 
RECLASSIFY_FIELDS - Static variable in class com.spss.psapi.core.Property
 
RECLASSIFY_NEW_NAME - Static variable in class com.spss.psapi.core.Property
 
RECLASSIFY_PICK_LIST - Static variable in class com.spss.psapi.core.Property
 
RECLASSIFY_REPLACE_FIELD - Static variable in class com.spss.psapi.core.Property
 
RECLASSIFY_USE_DEFAULT - Static variable in class com.spss.psapi.core.Property
 
RECORD_ID - Static variable in class com.spss.psapi.data.ModelingRole
Indicates that this column is used to indentify the record id.
REDUCTION - Static variable in class com.spss.psapi.model.ModelType
Indicates that the model reduces the complexity of data.
refresh() - Method in interface com.spss.psapi.admin.ServerActivitySnapshot
Reload new up-to-date monitoring information
REGRESSION - Static variable in class com.spss.psapi.model.PMMLModelType
PMML RegressionModel
REGRESSION_COLLINEARITY_DIAGNOSTICS - Static variable in class com.spss.psapi.core.Property
 
REGRESSION_COVARIANCE_MATRIX - Static variable in class com.spss.psapi.core.Property
 
REGRESSION_DESCRIPTIVES - Static variable in class com.spss.psapi.core.Property
 
REGRESSION_DURBIN_WATSON - Static variable in class com.spss.psapi.core.Property
 
REGRESSION_F_VALUE_ENTRY - Static variable in class com.spss.psapi.core.Property
 
REGRESSION_F_VALUE_REMOVAL - Static variable in class com.spss.psapi.core.Property
 
REGRESSION_INCLUDE_CONSTANT - Static variable in class com.spss.psapi.core.Property
 
REGRESSION_METHOD - Static variable in class com.spss.psapi.core.Property
 
REGRESSION_MODEL_FIT - Static variable in class com.spss.psapi.core.Property
 
REGRESSION_P_CORRELATIONS - Static variable in class com.spss.psapi.core.Property
 
REGRESSION_R_SQUARED_CHANGE - Static variable in class com.spss.psapi.core.Property
 
REGRESSION_RESIDUALS - Static variable in class com.spss.psapi.core.Property
 
REGRESSION_SELECTION_CRITERIA - Static variable in class com.spss.psapi.core.Property
 
REGRESSION_STEPPING_METHOD - Static variable in class com.spss.psapi.core.Property
 
RELEASE_VERSION - Static variable in class com.spss.psapi.VersionInfo
 
removeAll() - Method in interface com.spss.psapi.extensions.common.DocumentOutputManager
Removes all outputs from the manager.
removeAll() - Method in interface com.spss.psapi.extensions.common.ModelOutputManager
Removes all model outputs from the manager.
removeAll() - Method in interface com.spss.psapi.extensions.common.ProcessorStreamManager
Removes all streams from the manager.
removeAttribute(String) - Method in interface com.spss.psapi.session.Session
Deletes the specified attribute from this session.
removeColumns(Collection<String>) - Method in interface com.spss.psapi.data.DataModel
Creates and returns a new data model based on this data model with the specified columns modified.
removeContent(String) - Method in interface com.spss.psapi.core.ContentProvider
Removes any content stored by this provider under the specified tag.
removeDocumentOutput(DocumentOutput) - Method in interface com.spss.psapi.extensions.common.DocumentOutputManager
Remove the supplied document output object from the manager.
removeDocumentOutputType(String) - Static method in class com.spss.psapi.transform.DocumentOutputType
Removes the specified type.
removeEntriesAt(int[]) - Method in interface com.spss.psapi.extensions.ui.spi.CustomFieldSelectionTableModel
Removes the entries at the specified positions in the data model.
removeExecutionFeedbackListener(ExecutionFeedbackListener) - Method in interface com.spss.psapi.interaction.DecisionListModelInteractor
Removes the specified execution feedback listener from this session.
removeExecutionFeedbackListener(ExecutionFeedbackListener) - Method in interface com.spss.psapi.session.Session
Removes the specified execution feedback listener from this session.
removeExecutionStateListener(ExecutionStateListener) - Method in interface com.spss.psapi.interaction.DecisionListModelInteractor
Removes the specified execution state listener from this session.
removeExecutionStateListener(ExecutionStateListener) - Method in interface com.spss.psapi.session.Session
Removes the specified execution state listener from this session.
removeFromDataModel(String[], DataModel) - Method in interface com.spss.psapi.data.DataModelFactory
Returns a DataModel consisting of the source data model with the named columns removed.
removeFromDataModel(StorageType[], DataModel) - Method in interface com.spss.psapi.data.DataModelFactory
Returns a DataModel consisting of the source data model with columns of the supplied storage type(s) removed.
removeFromDataModel(MeasureType[], DataModel) - Method in interface com.spss.psapi.data.DataModelFactory
Returns a DataModel consisting of the source data model with columns of the supplied measure type(s) removed.
removeFromDataModel(ModelingRole[], DataModel) - Method in interface com.spss.psapi.data.DataModelFactory
Returns a DataModel consisting of the source data model with columns of the supplied modeling roles(s) removed.
removeInteractiveOutput(InteractiveOutput) - Method in interface com.spss.psapi.extensions.common.DocumentOutputManager
Remove the supplied interactive output object from the manager.
removeMessageListener(MessageListener) - Method in interface com.spss.psapi.extensions.common.ExtensionInteractor
Removes a listener from the list of registered message listeners.
removeModelOutput(ModelOutput) - Method in interface com.spss.psapi.extensions.common.ModelOutputManager
Remove the supplied model output object from the manager.
removeModelOutputType(String) - Static method in class com.spss.psapi.transform.ModelOutputType
Removes the specified type.
removeModelResults(List<String>) - Method in interface com.spss.psapi.transform.CompositeModelOwner
Permanently removes the supplied model results from this composite model object owner.
removeProcessorType(String) - Static method in class com.spss.psapi.transform.ProcessorType
Removes the specified type.
removePropertyControlListener(String, PropertyControlListener) - Method in interface com.spss.psapi.extensions.ui.ControlManager
Used to notify the control manager that a listener needs to be removed from a particular property control
renameColumns(Map<String, String>) - Method in interface com.spss.psapi.data.DataModel
Creates and returns a new data model based on this data model with the specified columns renamed.
renameFolder(String, String) - Method in interface com.spss.psapi.session.Repository
Renames the specified folder.
replace(Processor, Processor, boolean) - Method in interface com.spss.psapi.transform.ProcessorDiagram
Replaces the specified node from this diagram.
report(Diagnostic) - Method in interface com.spss.psapi.extensions.common.SessionContext
Reports a diagnostic message to the current session.
REPORT - Static variable in class com.spss.psapi.transform.DocumentOutputType
 
REPORT_DOCUMENT - Static variable in class com.spss.psapi.transform.DocumentOutputType
 
REPORT_FORMAT - Static variable in class com.spss.psapi.core.Property
 
REPORT_HIGHLIGHTS - Static variable in class com.spss.psapi.core.Property
 
REPORT_TEXT - Static variable in class com.spss.psapi.core.Property
 
REPORT_TITLE - Static variable in class com.spss.psapi.core.Property
 
reportASLGenerationIssue(String) - Method in interface com.spss.psapi.extensions.common.spi.AslFunctionProvider2.Reporter
Deprecated.
 
ReportBuilder - Interface in com.spss.psapi.transform
This encapsulates the functionality of a node that builds a report.
ReportOutput - Interface in com.spss.psapi.transform
This encapsulates the concrete results of executing DocumentBuilder nodes that produce report-type outputs such as quality reports.
Repository - Interface in com.spss.psapi.session
This defines the basic functionality for a content repository.
REPOSITORY_LAST_MODIFIED_DATE - Static variable in class com.spss.psapi.core.Property
 
REPOSITORY_PATH - Static variable in class com.spss.psapi.core.Property
 
REPOSITORY_VERSION_MARKER - Static variable in class com.spss.psapi.core.Property
 
RepositoryConnectionDescriptor - Interface in com.spss.psapi.core
Defines the basic data elements required to connect to a content repository.
RepositoryConnectionDescriptor2 - Interface in com.spss.psapi.core
Extends the repository connection details for applications which are aware of PASW platform services.
RepositoryConnectionDescriptor3 - Interface in com.spss.psapi.core
 
request(String) - Method in interface com.spss.psapi.extensions.common.ExtensionInteractor
Executes the specified request on the peer.
reset() - Method in interface com.spss.psapi.content.ContentModel
Flushes any internal storage associated with this content model.
RESIDUAL - Static variable in class com.spss.psapi.core.ModelFieldRole
Indicates a field containing the residual of the predicted numeric value.
RESTRUCTURE - Static variable in class com.spss.psapi.transform.ProcessorType
Represents a DataTransformer that converts columns with multiple categories into new columns that indicate whether a category was present.
RESTRUCTURE_INCLUDE_FIELD_NAMES - Static variable in class com.spss.psapi.core.Property
 
RESTRUCTURE_VALUE_FIELDS - Static variable in class com.spss.psapi.core.Property
 
RESTRUCTURE_VALUES_MODE - Static variable in class com.spss.psapi.core.Property
 
retrieveDocument(String, String, String, boolean) - Method in interface com.spss.psapi.session.Repository
Retrieves a document output from the specified path.
retrieveModel(String, String, String, boolean) - Method in interface com.spss.psapi.session.Repository
Retrieves a model output from the specified path.
retrieveProcessor(String, String, String, ProcessorDiagram) - Method in interface com.spss.psapi.session.Repository
Retrieves a node from the specified path and inserts it into the supplied diagram.
retrieveStream(String, String, String, boolean) - Method in interface com.spss.psapi.session.Repository
Retrieves a stream from the specified path.
RFM_AGGREGATE - Static variable in class com.spss.psapi.transform.ProcessorType
Represents a DataTransformer that prepares transactional data for Recency, Frequency and Monetary analysis.
RFM_AGGREGATE_DATE_FIELD - Static variable in class com.spss.psapi.core.Property
 
RFM_AGGREGATE_DISCARD_RECORDS_BELOW - Static variable in class com.spss.psapi.core.Property
 
RFM_AGGREGATE_DISCARD_RECORDS_BELOW_VALUE - Static variable in class com.spss.psapi.core.Property
 
RFM_AGGREGATE_EXTENSION_POSITION - Static variable in class com.spss.psapi.core.Property
 
RFM_AGGREGATE_ID_FIELD - Static variable in class com.spss.psapi.core.Property
 
RFM_AGGREGATE_INCLUDE_RECENT_TRANSACTIONS - Static variable in class com.spss.psapi.core.Property
 
RFM_AGGREGATE_NAME_EXTENSION - Static variable in class com.spss.psapi.core.Property
 
RFM_AGGREGATE_RECENCY_DATE_MODE - Static variable in class com.spss.psapi.core.Property
 
RFM_AGGREGATE_REFERENCE_DATE - Static variable in class com.spss.psapi.core.Property
 
RFM_AGGREGATE_SAVE_DATE_2 - Static variable in class com.spss.psapi.core.Property
 
RFM_AGGREGATE_SAVE_DATE_3 - Static variable in class com.spss.psapi.core.Property
 
RFM_AGGREGATE_SPECIFY_TRANSACTION_DATE - Static variable in class com.spss.psapi.core.Property
 
RFM_AGGREGATE_TRANSACTION_DATE_AFTER - Static variable in class com.spss.psapi.core.Property
 
RFM_AGGREGATE_TRANSACTION_WITHIN_LAST - Static variable in class com.spss.psapi.core.Property
 
RFM_AGGREGATE_TRANSACTIONS_SCALE - Static variable in class com.spss.psapi.core.Property
 
RFM_AGGREGATE_VALUE_FIELD - Static variable in class com.spss.psapi.core.Property
 
RFM_ANALYSIS - Static variable in class com.spss.psapi.transform.ProcessorType
Represents a DataTransformer that performs Recency, Frequency and Monetary analysis on aggregated data.
RFM_ANALYSIS_ASSIGN_TIES_TO_SAME_BIN - Static variable in class com.spss.psapi.core.Property
 
RFM_ANALYSIS_BIN_VALUES_FIELD - Static variable in class com.spss.psapi.core.Property
 
RFM_ANALYSIS_FREQUENCY_FIELD - Static variable in class com.spss.psapi.core.Property
 
RFM_ANALYSIS_FREQUENCY_NUM_BINS - Static variable in class com.spss.psapi.core.Property
 
RFM_ANALYSIS_FREQUENCY_WEIGHT - Static variable in class com.spss.psapi.core.Property
 
RFM_ANALYSIS_MONETARY_FIELD - Static variable in class com.spss.psapi.core.Property
 
RFM_ANALYSIS_MONETARY_NUM_BINS - Static variable in class com.spss.psapi.core.Property
 
RFM_ANALYSIS_MONETARY_WEIGHT - Static variable in class com.spss.psapi.core.Property
 
RFM_ANALYSIS_RECALCULATE_BINS - Static variable in class com.spss.psapi.core.Property
 
RFM_ANALYSIS_RECENCY_FIELD - Static variable in class com.spss.psapi.core.Property
 
RFM_ANALYSIS_RECENCY_NUM_BINS - Static variable in class com.spss.psapi.core.Property
 
RFM_ANALYSIS_RECENCY_WEIGHT - Static variable in class com.spss.psapi.core.Property
 
RowSet - Interface in com.spss.psapi.data
This defines the properties of a tabular dataset.
RowSetBuilder - Interface in com.spss.psapi.transform
This encapsulates the functionality of a node that builds an output based on a RowSet.
RowSetContainer - Interface in com.spss.psapi.core
Defines the functionality associated with data set containers.
RowSetFactory - Interface in com.spss.psapi.data
A factory class that creates instances of RowSet.
RowSetOutput - Interface in com.spss.psapi.transform
This encapsulates the concrete results of executing DocumentBuilder nodes that produce objects that are based on underlying RowSet such as tables and matrices.
RTF - Static variable in class com.spss.psapi.core.FileFormat
Identifier for Rich Text Format.
RULE - Static variable in class com.spss.psapi.transform.ModelOutputType
 
RULE_SET - Static variable in class com.spss.psapi.model.PMMLModelType
PMML RuleSetModel
run(ProcessorStream, Collection) - Method in interface com.spss.psapi.session.Session
Executes the supplied stream synchronously and waits for it to complete.
run(Processor[], Collection) - Method in interface com.spss.psapi.session.Session
Executes the supplied array of nodes synchronously and waits for them to complete.
run(Collection) - Method in interface com.spss.psapi.transform.Processor
Executes this node synchronously and waits for execution to complete.
runAll(Collection) - Method in interface com.spss.psapi.transform.CompositeProcessorDiagram
Executes the executable nodes within this sub-stream synchronously and waits for it to complete.
runAll(Collection) - Method in interface com.spss.psapi.transform.ProcessorStream
Executes the stream synchronously and waits for it to complete.
runPostASLActions(AslContext, boolean) - Method in interface com.spss.psapi.extensions.common.spi2.AslGenerator
Performs whatever actions are necessary once ASL execution has completed.
runScript(Collection) - Method in interface com.spss.psapi.transform.ProcessorStream
Executes the stream script synchronously and waits for it to complete.
runSelected(Processor[], Collection) - Method in interface com.spss.psapi.transform.CompositeProcessorDiagram
Executes the supplied array of nodes synchronously and waits for them to complete.
runSelected(Processor[], Collection) - Method in interface com.spss.psapi.transform.ProcessorStream
Executes the supplied array of nodes synchronously and waits for them to complete.
runTask(Task) - Method in interface com.spss.psapi.interaction.DecisionListModelInteractor
Executes the supplied task synchronously and waits for it to complete.
runTask(Task) - Method in interface com.spss.psapi.session.Session
Executes the supplied task synchronously and waits for it to complete.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

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