An encoding which converts a hyper-parameter configuration from a Map to a breeze DenseVector and back.
An encoding which converts a hyper-parameter configuration from a Map to a breeze DenseVector and back.
A list of hyper-parameter strings.
Scales attributes of a vector pattern using the sample mean and variance of each dimension.
Scales attributes of a vector pattern using the sample mean and variance of each dimension. This assumes that there is no covariance between the data dimensions.
Sample mean of the data
Sample variance of each data dimension
Scales the attributes of a data pattern using the sample mean and covariance matrix calculated on the data set.
Scales the attributes of a data pattern using the sample mean and covariance matrix calculated on the data set. This allows standardization of multivariate data sets where the covariance of individual data dimensions is not negligible.
Sample mean of data
Sample covariance matrix of data.
Transforms data by projecting on the principal components (eigen-vectors) of the sample covariance matrix.
Transforms data by projecting on the principal components (eigen-vectors) of the sample covariance matrix.
The empirical mean of the data features
The empirical covariance matrix of the data features
Calculates the Harmonic number function for positive real arguments.
Encapsulates renjin script engine and its capabilities.
Calculates the Chebyshev polynomials of the first and second kind, in a tail recursive manner, using their recurrence relations.
Extract the diagonal elements of a PartitionedMatrix
Extract the diagonal elements of a breeze DenseMatrix
Get a CSVReader object from a file name and delimiter character.
Get a CSVReader object from a file name and delimiter character.
The file pathname as a String
The delimiter character used to split the csv file.
A CSVReader object which can be iterated for each line.
Convert a hyper-prior specification to a continuous distribution over Map
Get the mean and variance of a data set which is a List of DenseVector.
Get the mean and variance of a data set which is a List of DenseVector.
The data set.
A Tuple2 containing the mean and variance * n-1.
Get the mean and variance of a data set which is a List of DenseVector.
Get the mean and variance of a data set which is a List of DenseVector.
The data set.
A Tuple2 containing the mean and variance.
Construct a Haar transform matrix of size n
Construct a Haar transform matrix of size n
NOTE: n must be a power of 2.
Calculate the value of the hermite polynomials tail recursively.
Calculate the value of the hermite polynomials tail recursively. This is needed to calculate the Gaussian derivatives at a point x.
Calculate the value of the Legendre polynomials tail recursively.
Implementation of the quick-select algorithm.
A set of pre-processing utilities and library functions.