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(TerminalProcessor node,
boolean inline)
Executes the specified node in publish mode to obtain a
PublishedImage ready for inline scoring. |
ExecutionHandle |
Session.spawnPublish(TerminalProcessor node,
boolean inline)
Executes the specified node asynchronously in publish mode to obtain a
PublishedImage ready for inline scoring. |
Modifier and Type | Interface and Description |
---|---|
interface |
CompositeModelBuilder
This encapsulates the auto-model builder nodes
ModelBuilder
that can build and evaluate multiple models using different modeling algorithms
and settings. |
interface |
DataWriter
This encapsulates the functionality of a node that writes records e.g.
|
interface |
DocumentBuilder
This encapsulates the functionality of a node that builds a viewable output object
such as a table, graph or report.
|
interface |
GraphBuilder
This encapsulates the functionality of a node that builds a graph output.
|
interface |
ModelBuilder
This encapsulates the functionality of a node that builds a model output object.
|
interface |
ObjectBuilder
This encapsulates the functionality of a node that builds an output object
such as a model or graph.
|
interface |
ReportBuilder
This encapsulates the functionality of a node that builds a report.
|
interface |
RowSetBuilder
This encapsulates the functionality of a node that builds an output based
on a
RowSet . |
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.