Package | Description |
---|---|
com.spss.psapi.interaction |
This provides classes used for interactive modeling.
|
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 |
---|---|
DecisionListModel |
DecisionListModelInteractor.createDecisionListModel(ModelDetail model)
Creates a Decision List model from the specified model detail.
|
DecisionListModel |
DecisionListModelInteractor.createDecisionListModel(java.lang.String pmml)
Creates a Decision List model from the specified PMML.
|
ModelDetail |
DecisionListModelInteractor.createModelDetail(DecisionListModel model)
Creates model detail for the specified model.
|
ModelOutput |
DecisionListModelInteractor.createModelOutput(ModelDetail modelDetail)
Creates a
ModelOutput from the specified model detail. |
ModelOutput |
DecisionListModelInteractor.createModelOutput(ModelDetail modelDetail,
java.lang.Object interactiveState)
Creates a
ModelOutput from the specified model detail. |
Modifier and Type | Method and Description |
---|---|
static SessionFactory |
SessionFactory.getInstance()
Creates the shared instance of the SessionFactory.
|
Modifier and Type | Method and Description |
---|---|
Processor |
ProcessorDiagram.create(java.lang.String nodeType,
java.lang.String name)
Creates a
Processor of the specified type and adds it to this diagram. |
Processor |
ProcessorDiagram.createAt(java.lang.String nodeType,
java.lang.String name,
int x,
int y)
Creates a
Processor of the specified type and adds it to this diagram at the specified
location. |
CompositeProcessor |
ProcessorFactory.createCompositeProcessor(CompositeProcessorType type,
java.lang.String name)
Creates a
CompositeProcessor of the specified type and adds it to the stream. |
CompositeProcessor |
ProcessorFactory.createCompositeProcessor(CompositeProcessorType type,
java.lang.String name,
ProcessorDiagram diagram)
Creates a
CompositeProcessor of the specified type and adds it to the supplied diagram. |
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. |
DocumentOutput |
OutputFactory.createExtensionDocumentOutput(java.lang.String extensionId,
java.lang.String extensionElementId,
java.lang.String name,
DocumentContainer primaryDocument,
ObjectBuilder builder)
Constructs a document output object based on a document container
whose definition is specified by an extension.
|
DocumentOutput |
OutputFactory.createExtensionDocumentOutput(java.lang.String extensionId,
java.lang.String extensionElementId,
java.lang.String name,
RowSetContainer primaryRowSet,
ObjectBuilder builder)
Constructs a document output object based on a row set container
whose definition is specified by an extension.
|
ModelOutput |
OutputFactory.createExtensionModelOutput(java.lang.String extensionId,
java.lang.String extensionElementId,
java.lang.String name,
ModelContainer primaryModel,
ObjectBuilder builder)
Constructs a model output object whose definition is specified
by an extension.
|
Processor |
ProcessorFactory.createExtensionProcessor(java.lang.String extensionId,
java.lang.String extensionNodeId,
java.lang.String name)
Creates a
Processor whose definition is specified
by an extension and adds it to the stream. |
Processor |
ProcessorFactory.createExtensionProcessor(java.lang.String extensionId,
java.lang.String extensionNodeId,
java.lang.String name,
ProcessorDiagram diagram)
Creates a
Processor whose definition is specified
by an extension and adds it to the supplied diagram. |
ModelApplier |
ProcessorFactory.createModelApplier(ModelOutput modelOutput,
java.lang.String name)
Creates a
ModelApplier that can apply the model of the specified type
and adds it to the stream. |
Processor |
ProcessorDiagram.createModelApplier(ModelOutput modelOutput,
java.lang.String name)
Creates a
ModelApplier derived from the supplied model output object. |
ModelApplier |
ProcessorFactory.createModelApplier(ModelOutput modelOutput,
java.lang.String name,
ProcessorDiagram diagram)
Creates a
ModelApplier that can apply the model of the specified type
and adds it to the supplied diagram. |
Processor |
ProcessorDiagram.createModelApplierAt(ModelOutput modelOutput,
java.lang.String name,
int x,
int y)
Creates a
ModelApplier derived from the supplied model output object. |
ModelApplier |
ProcessorFactory.createModelApplierAt(ModelOutput modelOutput,
java.lang.String name,
ProcessorDiagram diagram,
int x,
int y)
Creates a
ModelApplier at a specified location that can apply the model of the specified type
and adds it to the supplied diagram. |
ModelBuilder |
ProcessorFactory.createModelBuilder(ModelApplier modelApplier,
java.lang.String name)
Creates a
ModelBuilder of the specified type and adds it to the stream. |
ModelBuilder |
ProcessorFactory.createModelBuilder(ModelApplier modelApplier,
java.lang.String name,
ProcessorDiagram diagram)
Creates a
ModelBuilder of the specified type and adds it to the supplied diagram. |
ModelBuilder |
ProcessorFactory.createModelBuilder(ModelOutput modelOutput,
java.lang.String name)
Creates a
ModelBuilder of the specified type and adds it to the stream. |
ModelBuilder |
ProcessorFactory.createModelBuilder(ModelOutput modelOutput,
java.lang.String name,
ProcessorDiagram diagram)
Creates a
ModelBuilder 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. |
ModelOutput |
OutputFactory.createModelOutput(ModelApplier applier)
Creates a model output from the specified model applier node.
|
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. |
Processor |
ProcessorFactory.createProcessor(java.lang.String nodeTypeName,
java.lang.String name)
Creates a
Processor of the specified type and adds it to the stream. |
Processor |
ProcessorFactory.createProcessor(java.lang.String nodeTypeName,
java.lang.String name,
ProcessorDiagram diagram)
Creates a
Processor of the specified type and adds it to the supplied diagram. |
Processor |
ProcessorFactory.createProcessorAt(java.lang.String nodeTypeName,
java.lang.String name,
ProcessorDiagram diagram,
int x,
int y)
Creates a
Processor of the specified type and adds it to the supplied diagram. |
Interactor |
InteractiveOutput.getInteractor()
Returns the interactor for this output.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.