AudioRecorder |
Records audio using the specified recording scheme.
|
Jep |
Executes the Python script using Jep.
The 'inputs' are items to retrieve from storage and store globally in the interpreter before executing the script.
The 'outputs' are variables to put back into storeage.
The 'forwards' are variables to forward as a map in the flow.
For more information on Jep see:
https://github.com/ninia/jep/
By default, a global Jep scripting engine is used for executing scripts sequentially.
|
KeyPairFileReader |
Reads private and public keys in DER format from the specified files and forwards them as pair.
For algorithm types, see:
https://docs.oracle.com/en/java/javase/11/docs/specs/security/standard-names.html#keygenerator-algorithms
Input/output:
- generates:
java.security.KeyPair
|
KeyPairGenerator |
Generates a private/public key pair.
For algorithm types, see:
https://docs.oracle.com/en/java/javase/11/docs/specs/security/standard-names.html#keygenerator-algorithms
For PRNG types, see:
https://docs.oracle.com/en/java/javase/11/docs/specs/security/standard-names.html#securerandom-number-generation-algorithms
Input/output:
- generates:
java.security.KeyPair
|
ListWebcams |
Outputs the names of the available webcams.
|
MekaClassifierSetup |
Outputs an instance of the specified MEKA classifier.
|
MOAClassifierSetup |
Outputs an instance of the specified MOA classifier.
|
MOAClustererSetup |
Outputs an instance of the specified MOA clusterer.
|
MOARegressorSetup |
MOAStream |
Generates artificial data using a MOA stream generator.
|
NewAudioAnnotations |
Generates empty annotations with the specified dimensions.
|
NewHeatmap |
Creates a new heatmap of the specified size and fills it with the initial value.
|
NewLatexDocument |
Creates a new LaTeX document.
|
NewTrail |
Generates an empty trail with the specified dimensions.
|
RedisSource |
Executes the specified action to generate output.
|
RenjinSource |
Executes the specified script and forwards the result.
|
RESTSource |
Obtains data from a REST webservice and forwards it.
|
RSource |
Carries out an R function on the input script and returns data of a particular type.
|
SimpleDockerCommand |
Executes the specified docker command and forwards the output it generates.
|
WebcamImage |
Grabs a frame from the specified webcam.
|
WebcamInfo |
Outputs info on webcams.
|
WSSource |
Obtains data from a webservice and forwards it.
|