Package | Description |
---|---|
com.spss.psapi.session |
This provides support for the construction and use of data mining sessions.
|
com.spss.psapi.transform |
This provides objects that perform data processing and model building.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
LocaleInfo.getLocalizedName(ProcessorType type)
Returns a locale-sensitive string representing the supplied node type
or
null if a name cannot be found. |
Modifier and Type | Field and Description |
---|---|
static ProcessorType |
ProcessorType.AGGREGATE
Represents a
DataTransformer that aggregates data in order to
produce summary information such as row counts, minimum and maximum values
etc. |
static ProcessorType |
ProcessorType.ANONYMIZE
Represents a
DataTransformer that allows field names and values
to be anonymized to hide their original meaning. |
static ProcessorType |
ProcessorType.APPEND
Represents a
DataTransformer that appends rows from multiple
data sources. |
static ProcessorType |
ProcessorType.APPLY_ANOMALY_DETECTION
Represents a
ModelApplier that applies anomaly detection models. |
static ProcessorType |
ProcessorType.APPLY_APRIORI_ASSOCIATION
Represents a
ModelApplier that applies association models generated
by the Apriori association algorithm. |
static ProcessorType |
ProcessorType.APPLY_AUTO_CLASSIFIER
Represents a
ModelApplier that applies auto classifier models. |
static ProcessorType |
ProcessorType.APPLY_AUTO_CLUSTER
Represents a
ModelApplier that applies auto cluster models. |
static ProcessorType |
ProcessorType.APPLY_AUTO_NUMERIC
Represents a
ModelApplier that applies auto numeric models. |
static ProcessorType |
ProcessorType.APPLY_BACK_PROPAGATION
Represents a
ModelApplier that applies back-propagation neural net models. |
static ProcessorType |
ProcessorType.APPLY_C50
Represents a
ModelApplier that applies models generated by C5.0. |
static ProcessorType |
ProcessorType.APPLY_C5SPLIT_MODEL
Represents a split
ModelApplier that applies models generated by C5.0. |
static ProcessorType |
ProcessorType.APPLY_CARMA_ASSOCIATION
Represents a
ModelApplier that applies association models generated
by the CARMA association algorithm. |
static ProcessorType |
ProcessorType.APPLY_CART
Represents a
ModelApplier that applies C&RT models. |
static ProcessorType |
ProcessorType.APPLY_CATEGORIZE
Represents a
ModelApplier that applies categorize models. |
static ProcessorType |
ProcessorType.APPLY_CHAID
Represents a
ModelApplier that applies CHAID models. |
static ProcessorType |
ProcessorType.APPLY_DB2IM_ASSOCIATION
Represents a
ModelApplier that applies an association built using the
Association Rule algorithm in IBM DB2 Intelligent Miner. |
static ProcessorType |
ProcessorType.APPLY_DB2IM_CLUSTER
Represents a
ModelApplier that applies a cluster model built using the
clustering algorithm in IBM DB2 Intelligent Miner. |
static ProcessorType |
ProcessorType.APPLY_DB2IM_DECISION_TREE
Represents a
ModelApplier that applies a decision tree built using the
Decision Trees algorithm in IBM DB2 Intelligent Miner. |
static ProcessorType |
ProcessorType.APPLY_DB2IM_LOGISTIC
Represents a
ModelApplier that applies a logistic regression model built using the
logistic algorithm in IBM DB2 Intelligent Miner. |
static ProcessorType |
ProcessorType.APPLY_DB2IM_NAIVEBAYES
Represents a
ModelApplier that applies a naive bayes model built using the
naive bayes algorithm in IBM DB2 Intelligent Miner. |
static ProcessorType |
ProcessorType.APPLY_DB2IM_REGRESSION
Represents a
ModelApplier that applies a regression tree built using the
regression algorithm in IBM DB2 Intelligent Miner. |
static ProcessorType |
ProcessorType.APPLY_DB2IM_SEQUENCE
Represents a
ModelApplier that applies an sequence built using the
Sequence Rule algorithm in IBM DB2 Intelligent Miner. |
static ProcessorType |
ProcessorType.APPLY_DECISION_LIST
Represents a
ModelApplier that applies decision list models. |
static ProcessorType |
ProcessorType.APPLY_FACTOR
Represents a
ModelApplier that applies PCA or Factor equation models. |
static ProcessorType |
ProcessorType.APPLY_FEATURE_SELECTION
Represents a
ModelApplier that applies feature selection models. |
static ProcessorType |
ProcessorType.APPLY_KMEANS
Represents a
ModelApplier that applies K-Means clustering models. |
static ProcessorType |
ProcessorType.APPLY_KOHONEN
Represents a
ModelApplier that applies Kohonen neural net models. |
static ProcessorType |
ProcessorType.APPLY_LINEAR_REGRESSION
Represents a
ModelApplier that applies linear regression models. |
static ProcessorType |
ProcessorType.APPLY_LOGISTIC_REGRESSION
Represents a
ModelApplier that applies logistic regression models. |
static ProcessorType |
ProcessorType.APPLY_MS_ASSOCIATION_RULES
Represents a
ModelApplier that applies an association rule set using the
Microsoft Association Rules algorithm and Microsoft Analysis Services. |
static ProcessorType |
ProcessorType.APPLY_MS_CLUSTERING
Represents a
ModelApplier that applies a clustering model using the
Microsoft Clustering algorithm and Microsoft Analysis Services. |
static ProcessorType |
ProcessorType.APPLY_MS_DECISION_TREE
Represents a
ModelApplier that applies a decision tree built using the
Microsoft Decision Trees algorithm and Microsoft Analysis Services. |
static ProcessorType |
ProcessorType.APPLY_MS_LOGISTIC
Represents a
ModelApplier that applies a logistic regression model using the
Microsoft Logistic Regression algorithm and Microsoft Analysis Services. |
static ProcessorType |
ProcessorType.APPLY_MS_NAIVE_BAYES
Represents a
ModelApplier that applies a naive Bayes model using the
Microsoft Naive Bayes algorithm and Microsoft Analysis Services. |
static ProcessorType |
ProcessorType.APPLY_MS_NEURAL_NETWORK
Represents a
ModelApplier that applies a neural network model using the
Microsoft Neural Network algorithm and Microsoft Analysis Services. |
static ProcessorType |
ProcessorType.APPLY_MS_REGRESSION
Represents a
ModelApplier that applies a linear regression model using the
Microsoft Linear Regression algorithm and Microsoft Analysis Services. |
static ProcessorType |
ProcessorType.APPLY_MS_SEQUENCE_CLUSTERING
Represents a
ModelApplier that applies a sequence cluster model using the
Microsoft Sequence Clustering algorithm and Microsoft Analysis Services. |
static ProcessorType |
ProcessorType.APPLY_MS_TIME_SERIES
Represents a
ModelApplier that applies a time series model using the
Microsoft Time Series algorithm and Microsoft Analysis Services. |
static ProcessorType |
ProcessorType.APPLY_ORACLE_ADAPTIVE_BAYES
Represents a
ModelApplier that applies an adaptive Bayes model built using the
adaptive Bayes algorithm in Oracle Data Mining. |
static ProcessorType |
ProcessorType.APPLY_ORACLE_ATTRIBUTE_IMPORTANCE
Represents a
ModelApplier that applies a decision tree model built using the
decision tree algorithm in Oracle Data Mining. |
static ProcessorType |
ProcessorType.APPLY_ORACLE_DECISION_TREE
Represents a
ModelApplier that applies a decision tree model built using the
decision tree algorithm in Oracle Data Mining. |
static ProcessorType |
ProcessorType.APPLY_ORACLE_GLM
Represents a
ModelApplier that applies an GLM model built using the
Generalized Linear Models algorithm in Oracle Data Mining. |
static ProcessorType |
ProcessorType.APPLY_ORACLE_KMEANS
Represents a
ModelApplier that applies a KMeans model built using the
KMeans algorithm in Oracle Data Mining. |
static ProcessorType |
ProcessorType.APPLY_ORACLE_NAIVE_BAYES
Represents a
ModelApplier that applies a naive Bayes model built using the
naive Bayes algorithm in Oracle Data Mining. |
static ProcessorType |
ProcessorType.APPLY_ORACLE_NMF
Represents a
ModelApplier that applies an NMF model built using the
NMF algorithm in Oracle Data Mining. |
static ProcessorType |
ProcessorType.APPLY_ORACLE_OCLUSTER
Represents a
ModelApplier that applies an OCluster model built using the
OCluster algorithm in Oracle Data Mining. |
static ProcessorType |
ProcessorType.APPLY_ORACLE_SVM
Represents a
ModelApplier that applies an SVM model built using the
Support Vector Machines algorithm in Oracle Data Mining. |
static ProcessorType |
ProcessorType.APPLY_QUEST
Represents a
ModelApplier that applies QUEST models. |
static ProcessorType |
ProcessorType.APPLY_RULE
Represents a
ModelApplier that applies generic rule/decision tree models. |
static ProcessorType |
ProcessorType.APPLY_SEQUENCE
Represents a
ModelApplier that applies sequence models. |
static ProcessorType |
ProcessorType.APPLY_SPSS_MODEL
Represents a
ModelApplier that applies spss models. |
static ProcessorType |
ProcessorType.APPLY_TEXT_EXTRACTION
Represents a
ModelApplier that applies text extraction models. |
static ProcessorType |
ProcessorType.APPLY_TIME_SERIES
Represents a
ModelApplier that applies time series models. |
static ProcessorType |
ProcessorType.APPLY_TWOSTEP
Represents a
ModelApplier that applies models generated by TwoStep
clustering. |
static ProcessorType |
ProcessorType.AUTO_DATA_PREP
Represents a
DataTransformer that automatically prepare data for the
modelling node |
static ProcessorType |
ProcessorType.BALANCE
Represents a
DataTransformer that modifies the ratios of value
categories within a data set. |
static ProcessorType |
ProcessorType.BINNING
Represents a
DataTransformer that allows numeric values to
be converted to a discrete set of values. |
static ProcessorType |
ProcessorType.BUILD_ANALYSIS
Represents a
ReportBuilder that builds a model analysis report. |
static ProcessorType |
ProcessorType.BUILD_ANOMALY_DETECTION
Represents a
ModelBuilder that builds an anomaly detection model |
static ProcessorType |
ProcessorType.BUILD_APRIORI
Represents a
ModelBuilder that builds an association rule set
using the Apriori algorithm. |
static ProcessorType |
ProcessorType.BUILD_AUTO_CLASSIFIER
Represents a
ModelBuilder that builds multiple classification models. |
static ProcessorType |
ProcessorType.BUILD_AUTO_CLUSTER
Represents a
ModelBuilder that builds multiple clustering models. |
static ProcessorType |
ProcessorType.BUILD_AUTO_NUMERIC
Represents a
ModelBuilder that builds multiple models to predict a numeric outcome. |
static ProcessorType |
ProcessorType.BUILD_BACK_PROPAGATION
Represents a
ModelBuilder that builds a back-propagation
neural net models. |
static ProcessorType |
ProcessorType.BUILD_BINARY_CLASSIFIER
Deprecated.
As of PSAPI 13.0, replaced by
BUILD_AUTO_CLASSIFIER . |
static ProcessorType |
ProcessorType.BUILD_C50
Represents a
ModelBuilder that builds a decision tree or rule set
using the C5.0 rule induction algorithm. |
static ProcessorType |
ProcessorType.BUILD_CARMA
Represents a
ModelBuilder that builds an association rule set
using the CARMA algorithm. |
static ProcessorType |
ProcessorType.BUILD_CART
Represents a
ModelBuilder that builds a decision tree using
the C&RT algorithm. |
static ProcessorType |
ProcessorType.BUILD_CHAID
Represents a
ModelBuilder that builds a decision tree
using the CHAID algorithm. |
static ProcessorType |
ProcessorType.BUILD_COLLECTION
Represents a
GraphBuilder that builds a collection graph. |
static ProcessorType |
ProcessorType.BUILD_CUSTOM_TABLE
Represents a
ReportBuilder that builds an SPSS custom table. |
static ProcessorType |
ProcessorType.BUILD_DATA_AUDIT
Represents a
RowSetBuilder that builds a table continaing summary
information about each column in the data set. |
static ProcessorType |
ProcessorType.BUILD_DB2IM_ASSOCIATION_RULES
Represents a
ModelBuilder that builds association rules using the
association algorithm in IBM DB2 Intelligent Miner. |
static ProcessorType |
ProcessorType.BUILD_DB2IM_CLUSTER
Represents a
ModelBuilder that builds a cluster model using the
clustering algorithm in IBM DB2 Intelligent Miner. |
static ProcessorType |
ProcessorType.BUILD_DB2IM_DECISION_TREE
Represents a
ModelBuilder that builds a decision tree using the
Decision Trees algorithm in IBM DB2 Intelligent Miner. |
static ProcessorType |
ProcessorType.BUILD_DB2IM_LOGISTIC
Represents a
ModelBuilder that builds a logistic regression using the
logistic algorithm in IBM DB2 Intelligent Miner. |
static ProcessorType |
ProcessorType.BUILD_DB2IM_NAIVEBAYES
Represents a
ModelBuilder that builds a naive bayes model using the
naive bayes algorithm in IBM DB2 Intelligent Miner. |
static ProcessorType |
ProcessorType.BUILD_DB2IM_REGRESSION
Represents a
ModelBuilder that builds an estimation rule set using the
regression algorithm in IBM DB2 Intelligent Miner. |
static ProcessorType |
ProcessorType.BUILD_DB2IM_SEQUENCE_RULES
Represents a
ModelBuilder that builds sequence rules using the
sequence algorithm in IBM DB2 Intelligent Miner. |
static ProcessorType |
ProcessorType.BUILD_DB2IM_TIMESERIES
Represents a
ModelBuilder that builds a time series using the
time series algorithm in IBM DB2 Intelligent Miner. |
static ProcessorType |
ProcessorType.BUILD_DECISION_LIST
Represents a
ModelBuilder that builds a decision list model |
static ProcessorType |
ProcessorType.BUILD_DISTRIBUTION
Represents a
RowSetBuilder that builds a distribution table. |
static ProcessorType |
ProcessorType.BUILD_EVALUATION
Represents a
GraphBuilder that builds an evaluation graph. |
static ProcessorType |
ProcessorType.BUILD_FACTOR
Represents a
ModelBuilder that uses either principal components
analysis or factor analysis to reduce data complexity. |
static ProcessorType |
ProcessorType.BUILD_FEATURE_SELECTION
Represents a
ModelBuilder that builds a feature selection model |
static ProcessorType |
ProcessorType.BUILD_GRAPH_BOARD
Represents a
GraphBuilder that builds a graph board graph. |
static ProcessorType |
ProcessorType.BUILD_GRI
Represents a
ModelBuilder that builds an association rule set
using the GRI (Generalised Rule Induction) algorithm. |
static ProcessorType |
ProcessorType.BUILD_HISTOGRAM
Represents a
GraphBuilder that builds a histogram. |
static ProcessorType |
ProcessorType.BUILD_KMEANS
Represents a
ModelBuilder that builds a clustering model
using the K-Means clustering algorithm. |
static ProcessorType |
ProcessorType.BUILD_KOHONEN
Represents a
ModelBuilder that builds a self-organising Kohonen
neural network. |
static ProcessorType |
ProcessorType.BUILD_LINEAR_REGRESSION
Represents a
ModelBuilder that builds a linear regression model. |
static ProcessorType |
ProcessorType.BUILD_LOGISTIC_REGRESSION
Represents a
ModelBuilder that builds a logistic regression model. |
static ProcessorType |
ProcessorType.BUILD_MAP
Represents a
GraphBuilder that builds a graph geo-map. |
static ProcessorType |
ProcessorType.BUILD_MATRIX
Represents a
RowSetBuilder that builds a matrix. |
static ProcessorType |
ProcessorType.BUILD_MEANS
Represents a
ReportBuilder that builds a means report. |
static ProcessorType |
ProcessorType.BUILD_MS_ASSOCIATION_RULES
Represents a
ModelBuilder that builds an association rule set using the
Microsoft Association Rules algorithm and Microsoft Analysis Services. |
static ProcessorType |
ProcessorType.BUILD_MS_CLUSTERING
Represents a
ModelBuilder that builds a clustering model using the
Microsoft Clustering algorithm and Microsoft Analysis Services. |
static ProcessorType |
ProcessorType.BUILD_MS_DECISION_TREE
Represents a
ModelBuilder that builds a decision tree using the
Microsoft Decision Trees algorithm and Microsoft Analysis Services. |
static ProcessorType |
ProcessorType.BUILD_MS_LOGISTIC
Represents a
ModelBuilder that builds a logistic regression model using the
Microsoft Logistic Regression and Microsoft Analysis Services. |
static ProcessorType |
ProcessorType.BUILD_MS_NAIVE_BAYES
Represents a
ModelBuilder that builds a naive Bayes model using the
Microsoft Naive Bayes algorithm and Microsoft Analysis Services. |
static ProcessorType |
ProcessorType.BUILD_MS_NEURAL_NETWORK
Represents a
ModelBuilder that builds a neural network model using the
Microsoft Neural Network and Microsoft Analysis Services. |
static ProcessorType |
ProcessorType.BUILD_MS_REGRESSION
Represents a
ModelBuilder that builds a linear regression model using the
Microsoft Linear Regression and Microsoft Analysis Services. |
static ProcessorType |
ProcessorType.BUILD_MS_SEQUENCE_CLUSTERING
Represents a
ModelBuilder that builds a sequence cluster model using the
Microsoft Sequence Clustering and Microsoft Analysis Services. |
static ProcessorType |
ProcessorType.BUILD_MS_TIME_SERIES
Represents a
ModelBuilder that builds a time series model using the
Microsoft Time Series and Microsoft Analysis Services. |
static ProcessorType |
ProcessorType.BUILD_MULTI_PLOT
Represents a
GraphBuilder that builds a multi-plot graph. |
static ProcessorType |
ProcessorType.BUILD_ORACLE_ADAPTIVE_BAYES
Represents a
ModelBuilder that builds an adaptive Bayes model using the
adaptive Bayes algorithm in Oracle Data Mining. |
static ProcessorType |
ProcessorType.BUILD_ORACLE_APRIORI
Represents a
ModelBuilder that builds an Apriori model using the
Apriori algorithm in Oracle Data Mining. |
static ProcessorType |
ProcessorType.BUILD_ORACLE_ATTRIBUTE_IMPORTANCE
Represents a
ModelBuilder that builds a NMF model using the
NMF algorithm in Oracle Data Mining. |
static ProcessorType |
ProcessorType.BUILD_ORACLE_DECISION_TREE
Represents a
ModelBuilder that builds a Decision Tree model using the
Decision Tree algorithm in Oracle Data Mining. |
static ProcessorType |
ProcessorType.BUILD_ORACLE_GLM
Represents a
ModelBuilder that builds a GLM model using the
Generalized Linear Models in Oracle Data Mining. |
static ProcessorType |
ProcessorType.BUILD_ORACLE_KMEANS
Represents a
ModelBuilder that builds a KMeans model using the
KMeans algorithm in Oracle Data Mining. |
static ProcessorType |
ProcessorType.BUILD_ORACLE_MDL |
static ProcessorType |
ProcessorType.BUILD_ORACLE_NAIVE_BAYES
Represents a
ModelBuilder that builds a naive Bayes model using the
naive Bayes algorithm in Oracle Data Mining. |
static ProcessorType |
ProcessorType.BUILD_ORACLE_NMF
Represents a
ModelBuilder that builds a NMF model using the
NMF algorithm in Oracle Data Mining. |
static ProcessorType |
ProcessorType.BUILD_ORACLE_OCLUSTER
Represents a
ModelBuilder that builds a OCluster model using the
OCluster algorithm in Oracle Data Mining. |
static ProcessorType |
ProcessorType.BUILD_ORACLE_SVM
Represents a
ModelBuilder that builds a SVM model using the
Support Vector Machines algorithm in Oracle Data Mining. |
static ProcessorType |
ProcessorType.BUILD_QUALITY
Represents a
RowSetBuilder that builds a quality table. |
static ProcessorType |
ProcessorType.BUILD_QUEST
Represents a
ModelBuilder that builds a decision tree
using the QUEST algorithm. |
static ProcessorType |
ProcessorType.BUILD_RANGE_PREDICTOR
Deprecated.
As of PSAPI 13.0, replaced by
BUILD_AUTO_NUMERIC . |
static ProcessorType |
ProcessorType.BUILD_REPORT
Represents a
ReportBuilder that builds a basic, user specified report. |
static ProcessorType |
ProcessorType.BUILD_SCATTER_PLOT
Represents a
GraphBuilder that builds scatter plots. |
static ProcessorType |
ProcessorType.BUILD_SEQUENCE
Represents a
ModelBuilder that builds a sequence model. |
static ProcessorType |
ProcessorType.BUILD_SPSS_MODEL
Represents a
ModelBuilder that builds Statistics models |
static ProcessorType |
ProcessorType.BUILD_STATISTICS
Represents a
ReportBuilder that builds a statistics report. |
static ProcessorType |
ProcessorType.BUILD_STATISTICS_OUTPUT
Represents a
ReportBuilder that builds Statistics output |
static ProcessorType |
ProcessorType.BUILD_TABLE
Represents a
RowSetBuilder that builds a table showing data as
rows and columns. |
static ProcessorType |
ProcessorType.BUILD_TEXT_EXTRACTION
Represents a
ModelBuilder that builds a text extraction model
using Lexi text extraction. |
static ProcessorType |
ProcessorType.BUILD_TIME_PLOT
Represents a
GraphBuilder that builds time plots. |
static ProcessorType |
ProcessorType.BUILD_TIME_SERIES
Represents a
ModelBuilder that builds a time series model. |
static ProcessorType |
ProcessorType.BUILD_TRANSFORM
Represents a
RowSetBuilder that builds a table containing transforms for each field. |
static ProcessorType |
ProcessorType.BUILD_TWOSTEP
Represents a
ModelBuilder that builds a clustering model
using the TwoStep clustering algorithm. |
static ProcessorType |
ProcessorType.BUILD_WEB
Represents a
GraphBuilder that builds a web or directed web graph. |
static ProcessorType |
ProcessorType.DERIVE
Represents a
DataTransformer that adds new columns to the
data set. |
static ProcessorType |
ProcessorType.DISTINCT
Represents a
DataTransformer that removes duplicate rows. |
static ProcessorType |
ProcessorType.ENSEMBLE
Represents a
DataTransformer that generates output columns based
on a group of predictive models. |
static ProcessorType |
ProcessorType.EXPORT_DATABASE
Represents a
DataWriter that exports data to a database. |
static ProcessorType |
ProcessorType.EXPORT_DELIMITED
Represents a
DataWriter that exports data to a delimited text file. |
static ProcessorType |
ProcessorType.EXPORT_DIMENSIONS
Represents a
DataWriter that exports data to a Data Collection (formerly Dimensions) file. |
static ProcessorType |
ProcessorType.EXPORT_EXCEL
Represents a
DataWriter that exports data to an Excel file. |
static ProcessorType |
ProcessorType.EXPORT_SAS
Represents a
DataWriter that exports data to a SAS format file. |
static ProcessorType |
ProcessorType.EXPORT_SPSS
Represents a
DataWriter that exports data to a Statistics ".sav" file. |
static ProcessorType |
ProcessorType.FIELD_REORDER
Represents a
DataTransformer that allows the order of columns
to be modified. |
static ProcessorType |
ProcessorType.FILLER
Represents a
DataTransformer that can be used to replace
null or missing values. |
static ProcessorType |
ProcessorType.FILTER
Represents a
DataTransformer that is used to rename or
remove columns of data. |
static ProcessorType |
ProcessorType.HISTORY
Represents a
DataTransformer that can include values from previous
rows. |
static ProcessorType |
ProcessorType.IMPORT_DATABASE
Represents a
DataReader that imports data from a database. |
static ProcessorType |
ProcessorType.IMPORT_DELIMITED
Represents a
DataReader that imports data from a delimited text file. |
static ProcessorType |
ProcessorType.IMPORT_DIMENSIONS
Represents a
DataReader that imports data from a Data Collection (formerly Dimensions) DSC. |
static ProcessorType |
ProcessorType.IMPORT_EV
Represents a
DataReader that imports data from the Enterprise View. |
static ProcessorType |
ProcessorType.IMPORT_EXCEL
Represents a
DataReader that imports data from an Excel .xls file. |
static ProcessorType |
ProcessorType.IMPORT_FIXED_COLUMN
Represents a
DataReader that imports data from a fixed with column text file. |
static ProcessorType |
ProcessorType.IMPORT_SAS
Represents a
DataReader that imports data from a file generated by SAS. |
static ProcessorType |
ProcessorType.IMPORT_SPSS
Represents a
DataReader that imports data from a Statistics ".sav" file. |
static ProcessorType |
ProcessorType.INPUT_CONNECTOR
A
DiagramConnector which routes input to a composite diagram. |
static ProcessorType |
ProcessorType.JOIN
Represents a
DataTransformer that joins rows from multiple
data sources. |
static ProcessorType |
ProcessorType.OUTPUT_CONNECTOR
A
DiagramConnector which routes output from a composite diagram. |
static ProcessorType |
ProcessorType.PARTITION
Represents a
DataTransformer that adds a new column whose value
identifies the data partition. |
static ProcessorType |
ProcessorType.PUBLISHER
Represents a
TerminalProcessor that allows streams
to be "published" for subsequent deployment. |
static ProcessorType |
ProcessorType.RECLASSIFY
Represents a
DataTransformer that allows a set of discrete
values to be mapped to another. |
static ProcessorType |
ProcessorType.RESTRUCTURE
Represents a
DataTransformer that converts columns with multiple
categories into new columns that indicate whether a category was present. |
static ProcessorType |
ProcessorType.RFM_AGGREGATE
Represents a
DataTransformer that prepares transactional data for
Recency, Frequency and Monetary analysis. |
static ProcessorType |
ProcessorType.RFM_ANALYSIS
Represents a
DataTransformer that performs Recency, Frequency
and Monetary analysis on aggregated data. |
static ProcessorType |
ProcessorType.SAMPLE
Represents a
DataTransformer that extracts a sample of records. |
static ProcessorType |
ProcessorType.SELECT
Represents a
DataTransformer that selects or discards rows based
on a specified condition. |
static ProcessorType |
ProcessorType.SET_GLOBALS
Represents a
TerminalProcessor that allows global values to be
calculated and be made globally accessible. |
static ProcessorType |
ProcessorType.SET_TO_FLAG
Represents a
DataTransformer that converts columns with multiple
categories into new flag columns that indicate whether a category was present. |
static ProcessorType |
ProcessorType.SORT
Represents a
DataTransformer that sorts rows into a specified
order. |
static ProcessorType |
ProcessorType.SPSSXD
Represents a
DataTransformer that allows command in SPSS
syntax to be run. |
static ProcessorType |
ProcessorType.STATISTICS_TRANSFORM
Represents a
DataTransformer that transforms data using Statistics syntax. |
static ProcessorType |
ProcessorType.SUPER_PROCESS
A
CompositeProcessor which encapsulates nodes in the middle of a stream. |
static ProcessorType |
ProcessorType.SUPER_SOURCE
A
CompositeProcessor which encapsulates nodes at the start of a stream. |
static ProcessorType |
ProcessorType.SUPER_TERMINAL
A
CompositeProcessor which encapsulates nodes at the end of a stream. |
static ProcessorType |
ProcessorType.TIME_INTERVALS
Represents a
DataTransformer that creates evenly spaced time
intervals or appends time labels. |
static ProcessorType |
ProcessorType.TIMESERIES_PROCESS
Represents a
DataTransformer that builds and scores a Time Series model. |
static ProcessorType |
ProcessorType.TRANSPOSE
Represents a
DataTransformer that converts columns to rows and
rows to columns. |
static ProcessorType |
ProcessorType.TYPE
Represents a
DataTransformer that gathers metadata and controls
how columns within the data set should be treated e.g., continuous or
discrete, predictor or predicted etc.. |
static ProcessorType |
ProcessorType.UNKNOWN
Represents a node whose type cannot be determined.
|
static ProcessorType |
ProcessorType.USER_INPUT
Represents a
DataReader that generates a temporary data set from user-specified values. |
Modifier and Type | Method and Description |
---|---|
static ProcessorType |
ProcessorType.addProcessorType(java.lang.String identifier)
Adds a the type with the supplied name.
|
static ProcessorType |
ProcessorType.getEnum(java.lang.String name)
Returns the enumeration with the supplied name or
null if
no enumeration exists for the supplied name. |
ProcessorType |
ModelOutput.getModelApplierType()
Returns the type of
ModelApplier that corresponds
with this model output or null if this model output cannot
be applied directly to data. |
ProcessorType |
Processor.getProcessorType()
Returns the type of the node.
|
static ProcessorType[] |
ProcessorType.getValues()
Returns an array containing all the valid values for this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
DataReader |
ProcessorFactory.createDataReader(ProcessorType type,
java.lang.String name)
Creates a
DataReader of the specified type and adds it to the stream. |
DataReader |
ProcessorFactory.createDataReader(ProcessorType type,
java.lang.String name,
ProcessorDiagram diagram)
Creates a
DataReader of the specified type and adds it to the supplied diagram. |
DataTransformer |
ProcessorFactory.createDataTransformer(ProcessorType type,
java.lang.String name)
Creates a
DataTransformer of the specified type
and adds it to the stream. |
DataTransformer |
ProcessorFactory.createDataTransformer(ProcessorType type,
java.lang.String name,
ProcessorDiagram diagram)
Creates a
DataTransformer of the specified type
and adds it to the supplied diagram. |
DataWriter |
ProcessorFactory.createDataWriter(ProcessorType type,
java.lang.String name)
Creates a
DataWriter of the specified type and adds it to the stream. |
DataWriter |
ProcessorFactory.createDataWriter(ProcessorType type,
java.lang.String name,
ProcessorDiagram diagram)
Creates a
DataWriter of the specified type and adds it to the supplied diagram. |
DocumentBuilder |
ProcessorFactory.createDocumentBuilder(ProcessorType type,
java.lang.String name)
Creates an
DocumentBuilder of the specified type and adds it to the stream. |
DocumentBuilder |
ProcessorFactory.createDocumentBuilder(ProcessorType type,
java.lang.String name,
ProcessorDiagram diagram)
Creates an
DocumentBuilder of the specified type and adds it to the supplied diagram. |
ModelBuilder |
ProcessorFactory.createModelBuilder(ProcessorType type,
java.lang.String name)
Creates an
ModelBuilder of the specified type and adds it to the stream. |
ModelBuilder |
ProcessorFactory.createModelBuilder(ProcessorType type,
java.lang.String name,
ProcessorDiagram diagram)
Creates an
ModelBuilder of the specified type and adds it to the supplied diagram. |
Processor |
ProcessorFactory.createProcessor(ProcessorType type,
java.lang.String name)
Creates a
Processor of the specified type and adds it to the stream. |
Processor |
ProcessorFactory.createProcessor(ProcessorType type,
java.lang.String name,
ProcessorDiagram diagram)
Creates a
Processor of the specified type and adds it to the supplied diagram. |
java.util.Collection |
ProcessorDiagram.findAll(ProcessorType type,
java.lang.String label)
Returns a list of all nodes with the specified type and name.
|
java.util.Collection |
ProcessorDiagram.findProcessorType(ProcessorType type)
Returns a list of all nodes with the specified com.spss.psapi.transform.type.
|
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.