[e26484]: / OmicsFold / man / dot-normalise.logit.feature.Rd

Download this file

22 lines (21 with data), 645 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/MixMC.R
\name{.normalise.logit.feature}
\alias{.normalise.logit.feature}
\title{Apply the logit function to a single feature}
\usage{
.normalise.logit.feature(feature)
}
\arguments{
\item{feature}{Feature column.}
}
\value{
Normalised feature column.
}
\description{
Internal function for "empirical" logit normalisation of a feature (column)
of data. The empirical logit function differs for standard logit
normalisation in that an epsilon factor is added to ensure that function does
not tend to +/- infinity for input values close to 100\% and 0\%
respectively.
}