Click or drag to resize
Accord.NET (logo)

Precomputed Properties

The Precomputed type exposes the following members.

Properties
  NameDescription
Public propertyIndices
Gets a vector of indices that can be fed as the inputs of a learning algorithm. The learning algorithm will then use the indices to refer to each element in the precomputed kernel matrix.
Public propertyMatrix Obsolete.
Gets or sets the precomputed Gram matrix for this kernel.
Public propertyNumberOfBasisVectors
Gets the dimension of the basis spawned by the initial training vectors.
Public propertyNumberOfSamples
Gets the current number of training samples.
Public propertyValues
Gets or sets the precomputed Gram matrix for this kernel.
Top
See Also