Package | Description |
---|---|
com.spss.psapi.extensions.common |
This provides definitions that are used to manage streams, documents and models in scripting, and for extensions using the CLEF Java API.
|
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.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 |
---|---|
ModelOutput |
ModelOutputManager.getModelOutputAt(int index)
Returns the model output at the specified index.
|
ModelOutput |
ModelOutputManager.getModelOutputForID(java.lang.String id)
Returns the model output with the specified ID or
null if no such model output can be found. |
Modifier and Type | Method and Description |
---|---|
void |
ModelOutputManager.addModelOutput(ModelOutput modelOutput,
java.lang.Object source)
Adds the supplied model output object to the manager.
|
void |
ModelOutputManager.removeModelOutput(ModelOutput modelOutput)
Remove the supplied model output object from the manager.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
ModelOutput |
Repository.retrieveModel(java.lang.String path,
java.lang.String version,
java.lang.String label,
boolean autoManage)
Retrieves a model output from the specified path.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Repository.storeModel(ModelOutput modelOutput,
java.lang.String path,
java.lang.String label)
Stores a model output to the specified location.
|
Modifier and Type | Method and Description |
---|---|
ModelOutput |
TaskRunner.importPMMLModelFromFile(java.lang.String filename,
boolean autoManage)
Reads PMML from the specified file and returns a model.
|
ModelOutput |
TaskRunner.openModelFromFile(java.lang.String filename,
boolean autoManage)
Reads and returns a model from the specified file.
|
Modifier and Type | Method and Description |
---|---|
Task |
TaskFactory.createExportModelTask(ModelOutput model,
java.io.OutputStream outputStream,
FileFormat fileFormat)
Creates a task that exports a
ModelOutput object
to an output stream using the specified FileFormat name. |
Task |
TaskFactory.createSaveModelTask(ModelOutput model,
java.io.OutputStream outputStream)
Creates a task that saves a
ModelOutput object to an output stream. |
Task |
TaskFactory.createUpdatePMMLModelTask(ModelOutput modelOutput,
java.io.InputStream inputStream)
Creates a task that updates the
ModelOutput object with PMML read from an input stream. |
void |
TaskRunner.exportModelSummaryToFile(ModelOutput modelOutput,
java.lang.String filename,
FileFormat fileFormat)
Exports the model summary to a file using the specified file format.
|
void |
TaskRunner.exportModelToFile(ModelOutput modelOutput,
java.lang.String filename,
FileFormat fileFormat)
Exports the model to a file using the specified file format.
|
void |
TaskRunner.saveModelToFile(ModelOutput modelOutput,
java.lang.String filename)
Saves the model to the specified file location.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CompositeModelOutput
This encapsulates the concrete results of executing
ModelBuilder
nodes or by opening or importing Composite models. |
Modifier and Type | Method and Description |
---|---|
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.
|
ModelOutput |
OutputFactory.createModelOutput(ModelApplier applier)
Creates a model output from the specified model applier node.
|
ModelOutput |
CompositeModelResult.getModelOutput()
Returns the model output of the composite model result.
|
Modifier and Type | Method and Description |
---|---|
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(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. |
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.