Icon

Python Components

This directory contains 5 workflows.

Example Read HDF5 Data 

Demo developed in respose to a forum query showing the use of a Python Script to read data from an HDF5 file and present the embeded data on multiple […]

GMM Clustering 

Implements Gaussian Mixture Model clustering using Python Scikit-Learn. The configuration allows selection of columns containing numeric data for […]

Number To String 

Converts selected numeric columns to formatted strings. The strings are formatted in accordance with the Python Format Specification […]

TRIMMEAN (KNIME) 

Trims a percentage of values from the top and bottom of the data and calculates mean on the remaining values. Workflow implemented in KNIME.

TRIMMEAN (PYTHON) 

Trims a percentage of values from the top and bottom of the data and calculates mean on the remaining values. Workflow implemented in Python.