Package | Description |
---|---|
com.spss.psapi |
This provides general classes used by other parts of the API.
|
com.spss.psapi.core |
This provides the base objects used by other parts of the API.
|
com.spss.psapi.data |
This provides support for metadata such as the names, values and types of data.
|
com.spss.psapi.model |
This provides support for accessing information about data mining models.
|
com.spss.psapi.task |
This provides objects that create and represent data mining tasks.
|
com.spss.psapi.transform |
This provides objects that perform data processing and model building.
|
Modifier and Type | Method and Description |
---|---|
protected static Enum |
Enum.getEnum(java.lang.String name,
java.util.Map enumMap)
Returns the Enum with the supplied name or
null
if no such enum exists. |
Modifier and Type | Method and Description |
---|---|
protected static void |
Enum.putEnum(java.lang.String name,
Enum enumValue,
java.util.Map enumMap)
Puts the supplied enum in the map.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentFormat
Enumerates the valid content formats for content containers.
|
class |
FileFormat
This class defines constants for the different file formats supported
by objects in the Modeler API.
|
class |
ModelFieldRole
This class enumerates the valid model output roles.
|
class |
ParameterStorage
This class enumerates the valid storage types for columns in a
DataModel
or parameters. |
class |
ParameterType
This class enumerates the valid types of parameter support by a
ParameterProvider . |
class |
PropertyType
This class enumerates the valid types for Property values.
|
class |
StructureAttributeType
This class enumerates the valid types of attribute supported by a
ParameterProvider . |
Modifier and Type | Class and Description |
---|---|
class |
ColumnGroupType
This class enumerates the valid types for a ColumnGroup.
|
class |
MeasureType
This class enumerates the valid measures for columns in a
DataModel . |
class |
ModelingRole
This class enumerates the valid modeling roles for columns in a
DataModel . |
class |
StorageType
This class enumerates the valid storage types for columns in a
DataModel
or parameters. |
Modifier and Type | Class and Description |
---|---|
class |
ModelType
This class enumerates the valid model types.
|
class |
PMMLModelType
Enumerates the model types specified by PMML 4.0.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutionState
This class enumerates the task execution states.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeProcessorType
This class enumerates the types of supernodes.
|
class |
DocumentOutputType
This class enumerates the types of document outputs that are generated by the
different
ProcessorType that are DocumentBuilder s
or which can be imported. |
class |
ModelInteractorType
Enumerates the types of model interactor that can be instantiated by an
InteractiveOutput . |
class |
ModelOutputType
This class enumerates the types of model outputs that are generated by the
different
ProcessorType that are ModelBuilders
or which can be imported. |
class |
ProcessorType
This clas enumerates the types of nodes.
|
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.