Preprocessing / Dichotomize continious data

Description

Dichotomize the data into values 0 and 1 based on a single cut-off value.

Parameters

Details

This tool will transform a continuous variable into a dichotomized one where only two discreet levels, 0 and 1, are allowed. There are two modes of operation, where the relative mode the cut-off actually represents the percentile of the data distribution that will be assigned the value of 1. The remainder of the data will be assigned the value of 0.

Output

A text file containing the data for each sample transformed into values of 0 and 1.

References