|
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
Syntaxpublic int[] Indices { get; }
Public ReadOnly Property Indices As Integer()
Get
Request Example
View SourceProperty Value
Type:
Int32
See Also