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 |
---|---|
ExecutionHandle |
Session.publish(DataWriter node)
Executes the specified
DataWriter in publish mode to obtain a
PublishedImage . |
ExecutionHandle |
Session.spawnPublish(DataWriter node)
Executes the specified
DataWriter asynchronously in publish mode to obtain a
PublishedImage . |
Modifier and Type | Method and Description |
---|---|
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. |
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.