All Projects → knime → knime-r

knime / knime-r

Licence: other
KNIME Interactive R Statistics Integration

Programming Languages

HTML
75241 projects
C++
36643 projects - #6 most used programming language
r
7636 projects
tcl
693 projects
java
68154 projects - #9 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to knime-r

zAnalysis
zAnalysis是基于Pascal语言编写的大型统计学开源库
Stars: ✭ 52 (+188.89%)
Mutual labels:  analysis, machine
Memflow
physical memory introspection framework
Stars: ✭ 149 (+727.78%)
Mutual labels:  analysis, machine
knip
KNIME Image Processing Extension
Stars: ✭ 45 (+150%)
Mutual labels:  knime, analysis
traffic analyser
Retrieve useful information from apache/nginx access logs to help troubleshoot traffic related problems
Stars: ✭ 44 (+144.44%)
Mutual labels:  analysis
algorithmia
No description or website provided.
Stars: ✭ 15 (-16.67%)
Mutual labels:  machine
Ether1
Official Go implementation of The Etho Protocol
Stars: ✭ 41 (+127.78%)
Mutual labels:  mining
decaylanguage
Package to parse decay files, describe and convert particle decays between digital representations.
Stars: ✭ 34 (+88.89%)
Mutual labels:  analysis
MSDS696-Masters-Final-Project
Earthquake Prediction Challenge with LightGBM and XGBoost
Stars: ✭ 58 (+222.22%)
Mutual labels:  machine
go-mnd
Magic number detector for Go.
Stars: ✭ 153 (+750%)
Mutual labels:  analysis
cryptoloot
Self Hosted Library for CryptoLoot
Stars: ✭ 46 (+155.56%)
Mutual labels:  mining
bitcon-books
Best of Bitcon Books - Austrian Economics Bullshit to the Max - The Bitcoin Fraudsters' Lies
Stars: ✭ 11 (-38.89%)
Mutual labels:  mining
knime-tensorflow
KNIME Deep Learning - Tensorflow Integration
Stars: ✭ 18 (+0%)
Mutual labels:  knime
xrig
High performance cryptonight miner for AMD cards. Designed for large-scale use of RX Vega.
Stars: ✭ 23 (+27.78%)
Mutual labels:  mining
Unitor
Tool for analysing and disassembling any unity game. Supports both mono and il2cpp.
Stars: ✭ 31 (+72.22%)
Mutual labels:  analysis
census
📜Automated review of open source software projects
Stars: ✭ 111 (+516.67%)
Mutual labels:  analysis
SilentCryptoMiner
A Silent (Hidden) Free Crypto Miner Builder - Supports ETH, ETC, XMR and many more.
Stars: ✭ 547 (+2938.89%)
Mutual labels:  mining
dmarc-viewer
Django based web-app to visually analyze DMARC aggregate reports
Stars: ✭ 51 (+183.33%)
Mutual labels:  analysis
carrot-pool-stratum
Bitcoin Stratum Pool Plugin ⛏ 📦 🔌
Stars: ✭ 22 (+22.22%)
Mutual labels:  mining
knime-textprocessing
KNIME - Text Processing Extension (Labs)
Stars: ✭ 17 (-5.56%)
Mutual labels:  knime
parallel-corpora-tools
Tools for filtering and cleaning parallel and monolingual corpora for machine translation and other natural language processing tasks.
Stars: ✭ 35 (+94.44%)
Mutual labels:  machine

Image KNIME® - R Integration

This repository contains the plugins for the

  • KNIME Interactive R Statistics Integration
  • Windows R binaries for the interactive R integration
  • KNIME Microsoft SQL R integration

plugins which contain a set of KNIME nodes for running R code in KNIME.

Please note: KNIME Interactive R Statistics Integration and Windows binary plugins are available through the KNIME update site while the Microsoft SQL R integration is contained in KNIME Labs.

Overview

Port Object

The KNIME Interactive R Statistics Integration has its own port type, the R Workspace. It allows passing an entire R workspace, including all of its data, variables and loaded libraries, on to a subsequent node.

Nodes that accept an R workspace rather than just modifying it, load a copy of the entire workspace to ensure the same workspace can be reused by multiple subsequent nodes.

KNIME Interactive R Statistics Integration Nodes

KNIME Interactive R Statistics Integration nodes

The above image shows the various nodes available in the KNIME Interactive R Statistics Integration plugin for KNIME.

  • R Source nodes allow running an R code snippet to generate or load data and output it either as KNIME data table or as an R workspace port.
  • R Snippet node allows running an R code snippet on an KNIME data table and outputs the result as a KNIME data table.
  • R To R allows running an R code snippet on an existing R workspace.
  • Add Table to R allows running an R code snippet on both an existing R workspace and a KNIME data table.
  • R to Table allows running an R code snippet on an existing workspace and converts resulting data into a KNIME table.
  • R Views allow running R code that generates a PNG image (e.g. plots) and outputs this image through an Image Port.
  • R Learner and R Predictor allow learning an R model and running predictions using this model.
  • R Model Writer writes an R model.
  • R to PMML serializes an R model in the PMML format.

KNIME Microsoft R Integration Nodes

Currently this plugin only contains the Run R Model in Microsoft SQL Server node, which runs a SQL query with R code on a SQL table and outputs the result to a SQL table.

The node does not require an R environment, but instead a Microsoft SQL Server installation with Microsoft R setup.

Example Workflows

You can download the example workflows from the KNIME public example server (07_Scripting/02_R/01_Example_of_R_Snippet - see here how to connect...) or from the KNIME node guide.

Development Notes

You can find instructions on how to work with our code or develop extensions for KNIME Analytics Platform in the knime-sdk-setup repository on BitBucket or GitHub.

Join the Community!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].