-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Creates an FSK object.
- Inputs: none
- Outputs: FSK object
- Location to model script (mandatory)
- Location to parameters script (optional)
- Location to visualization script (optional)
- Location to XLSX file with metadata (optional). File described in Metadata spreadsheet
Creates an FSK object with the script and metadata provided by the user.
Writes an FSK object into an FSKX file.
- Inputs: FSK object
- Outputs: none
- Location to file. May be an absolute URL, a mountpoint relative URL or a local path.
Creates an FSKX file with the scripts, metadata and libraries in the FSK object.
Reads an FSK object from an FSKX file.
- Inputs: none
- Outputs: FSK object
- Location to file. May be an absolute URL, a mountpoint relative URL or a local path.
Creates an FSK object with the scripts, metadata and libraries in the referred FSKX file.
This nodes runs an FSK model.
- Inputs: FSK object and optional metadata table
- Outputs: FSK object and generated image
- Width. Width of the plot.
- Height. Height of the plot.
- Resolution. Nominal resolution in PPI (positive nominal integer).
NA
if undefined. - Background colour
- Text point size: Point size of plotted text.
Runs the input model and updates its workspace with the model results. A chart or plot is generated if a visualization script is provided.
Edit the metadata in an FSK object.
- Inputs: FSK object
- Output: FSK object
Modifies the metadata in an FSK object.
Extracts the R workspace out of an FSK object. The R workspace may be used with KNIME R nodes.
- Inputs: FSK object
- Output: RPortObject
Extracts the R workspace out of an FSK object and places it into the output RPortObject. If the R workspace is null or non-existent (as when the model has not been run), the generated RPortObject would be null.
Extracts metadata from an FSK object.
- Inputs FSK object
- Outputs KNIME table with metadata
Extracts the metadata in an FSK object into a KNIME table.
Edit the scripts in an FSK object.
- Inputs: FSK object (optional)
- Outputs: FSK object
Edit the scripts in an FSK object: model, parameters and visualization scripts. In case there is no input model connected then it will create a new model from the user interface.
Edit the scripts in an FSK object.
- Inputs: FSK object
- Outputs: FSK object
Edit the scripts in an FSK object: model, parameters and visualization scripts. JavaScript based, its user interface may be also used in a browser in the KNIME web server.