IndexPropertyMappingMethodPropertiesParametersProperties

data class IndexPropertyMappingMethodPropertiesParametersProperties(val efConstruction: Int? = null, val m: Int? = null)

Additional parameters for the k-NN algorithm

Constructors

constructor(efConstruction: Int? = null, m: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val efConstruction: Int? = null

The size of the dynamic list used during k-NN graph creation

Link copied to clipboard
val m: Int? = null

Number of neighbors to consider during k-NN search