@extends("base.html") @require(htmlbase, view, pluginbase) @def content():

Filter

Filter data by class, label, scale to get reduced dataset
Martin A. Fitzpatrick

Introduction

Filtering allows for sub-analysis of full datasets. This simple plugin allows for a number of filtering approaches, resulting in a set of reduced datasets - and the filtered-out set - for subsequent use.

Sample filtering, e.g. venetian blinds can be used subsequently for cross-validation.

Quick start

Select source data and set the configuration options for filter. The filtered in and filtered out data will be available for subsequent plugins.

@end