public interface BoxPlotDataProvider extends DataProvider
END, START
Modifier and Type | Method and Description |
---|---|
Map<String,Map<Double,Set<RowKey>>> |
getExtremeOutliers()
Extreme outliers are values < q1 - 3 * iqr and > q3 + 3 * iqr.
|
Map<String,Map<Double,Set<RowKey>>> |
getMildOutliers()
Mild outliers are values > q1 - 3 * iqr and < q1 - 1.5 * iqr and
< q3 + 3 * iqr and > q3 + 1.5 * iqr.
|
Map<DataColumnSpec,double[]> |
getStatistics() |
getDataArray
Map<DataColumnSpec,double[]> getStatistics()
Map<String,Map<Double,Set<RowKey>>> getMildOutliers()
KNIME GmbH, Konstanz, Germany
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.