Click or drag to resize
Accord.NET (logo)

PrecomputedIndices Property

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.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public int[] Indices { get; }
Request Example View Source

Property Value

Type: Int32
See Also