C# Class numl.Unsupervised.PCA

A pca.
Mostra file Open project: sethjuarez/numl Class Usage Examples

Public Methods

Method Description
Generate ( Descriptor descriptor, IEnumerable examples ) : void

Generates.

Generate ( Matrix matrix ) : void

Generates.

Reduce ( int maxdim ) : Matrix

Reduces.

Method Details

Generate() public method

Generates.
public Generate ( Descriptor descriptor, IEnumerable examples ) : void
descriptor Descriptor The descriptor.
examples IEnumerable The examples.
return void

Generate() public method

Generates.
public Generate ( Matrix matrix ) : void
matrix Matrix The matrix.
return void

Reduce() public method

Reduces.
Thrown when the requested operation is invalid.
public Reduce ( int maxdim ) : Matrix
maxdim int The maxdim.
return Matrix