IVFIndexParam constructor
const
IVFIndexParam({
- MetricType metricType = MetricType.IP,
- int nList = 1024,
- int nIters = 10,
- bool useSoar = false,
- QuantizeType quantizeType = QuantizeType.UNDEFINED,
Implementation
const IVFIndexParam({
super.metricType = MetricType.IP,
this.nList = 1024,
this.nIters = 10,
this.useSoar = false,
super.quantizeType = QuantizeType.UNDEFINED,
}) : super(IndexType.IVF);