19
Created
A created node has been created and possibly linked to other nodes,
but does not have all of its required property values specified. The
user needs to provide extra information in the corresponding
property dialog before the node can be executed. This state is
indicated by a red status indicator.
Configured
A configured node has all required inputs linked to other nodes, and
all of its required properties set. It is ready to be executed. This state
is indicated by a yellow status indicator.
Computed
A computed node has been executed successfully, and has valid
results. The node has up-to-date view information and it can be used
in operations such as Create Filter, Create Predictor, and
Generate PMML.
Client-Server Spotfire Miner is designed to support cross-platform client-server
configurations. A common scenario would be to create an Spotfire
Miner worksheet on the desktop, deploy it to a Windows or UNIX
server, where the Spotfire S+ engine performs the analysis.
User-written classes will need to maintain this separation between the
client and server classes, and communicate information via XML. In
particular, the Java engine-side classes can not create arbitrary Java
objects and then pass these objects to client-side classes. Instead, any
information constructed by the engine should be represented as
XML. The Spotfire Miner classes include methods for transferring
XML objects between the client and server.
Comentarios a estos manuales