x.scaleL: Scale a data set in accordance to a labeled index set

Description Usage Arguments Note Author(s)

Description

This method centers and scales the columns of a numeric matrix using the means and columns derived from a subset of its indices.

Usage

1
	x.scaleL(x,L,sanity=TRUE,sanity.only=FALSE)

Arguments

x

a numeric object with n rows and p columns.

L

the index set to define the means and variances.

sanity

a flag to indicate whether x should be converted to a ‘matrix’ form.

sanity.only

this flag bypasses the scaling but does coerce x to a ‘matrix’.

Note

This function is primarily an internal function used to make sure that the feature data are entered correctly and has the form expected by the underlying procedures. However, there are circumstances where one should call this directly for data preprocessing. This is why it is released externally.

Author(s)

Mark Vere Culp


SemiSupervised documentation built on May 11, 2018, 5:03 p.m.