<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE knimeNode PUBLIC "-//UNIKN//DTD KNIME Node 2.0//EN" "http://www.knime.org/Node.dtd">
<knimeNode icon="./default.png" type="Manipulator">
	<name>NumericBinner</name>
	
	<shortDescription>
	    Simple numeric binner with equidistant bins
	</shortDescription>
	
	<fullDescription>
		<intro>Insert long description here</intro>
		
		
		<option name="Number of bins">Define the number of bins</option>
		<option name="Column to bin">Select the numeric column which should be binned</option>
	</fullDescription>
	
	<ports>
		<dataIn index="0" name="Data to bin">Data to bin</dataIn>
		<dataOut index="0" name="Binned data">The input data with an additional 
		column containing the referring bin number for each row.</dataOut>
		<modelOut index="0" name="Bin intervals">Bounds of the intervals</modelOut>
	</ports>	
	<views>
		<view index="0" name="Histogram">Displays the relative size of each bin in a histogram</view>
	</views>
</knimeNode>
