Skip to content
miguelalba edited this page Mar 29, 2017 · 11 revisions

FSK Creator

Creates an FSK object.

  • Inputs: none
  • Outputs: FSK object

Settings:

  • 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

Behaviour

Creates an FSK object with the script and metadata provided by the user.

FSKX Writer

Writes an FSK object into an FSKX file.

  • Inputs: FSK object
  • Outputs: none

Settings

  • Location to file. May be an absolute URL, a mountpoint relative URL or a local path.

Behaviour

Creates an FSKX file with the scripts, metadata and libraries in the FSK object.

FSKX Reader

Reads an FSK object from an FSKX file.

  • Inputs: none
  • Outputs: FSK object

Settings

  • Location to file. May be an absolute URL, a mountpoint relative URL or a local path.

Behaviour

Creates an FSK object with the scripts, metadata and libraries in the referred FSKX file.

FSK Runner

This nodes runs an FSK model.

  • Inputs: FSK object and optional metadata table
  • Outputs: FSK object and generated image

Settings

  • 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.

Behaviour

Runs the input model and updates its workspace with the model results. A chart or plot is generated if a visualization script is provided.

FSK Metadata Editor

Edit the metadata in an FSK object.

  • Inputs: FSK object
  • Output: FSK object

Behaviour

Modifies the metadata in an FSK object.

FSK to R

Extracts the R workspace out of an FSK object. The R workspace may be used with KNIME R nodes.

  • Inputs: FSK object
  • Output: RPortObject

Behaviour

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.

FSK to metadata

Extracts metadata from an FSK object.

  • Inputs FSK object
  • Outputs KNIME table with metadata

Behaviour

Extracts the metadata in an FSK object into a KNIME table.

FSK Editor

Edit the scripts in an FSK object.

  • Inputs: FSK object (optional)
  • Outputs: FSK object

Behaviour

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.

FSK Editor JS

Edit the scripts in an FSK object.

  • Inputs: FSK object
  • Outputs: FSK object

Behaviour

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.