GetLocalModelRecommGetModelsSortedByAccuracy Method

Definition

Namespace: SuperBuilderWinService.ProvidersImpl
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public IEnumerable<ModelRecord> GetModelsSortedByAccuracy(
	IEnumerable<ModelRecord> records,
	string assistant,
	int memory
)

Parameters

records  IEnumerableModelRecord

[Missing <param name="records"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.GetLocalModelRecomm.GetModelsSortedByAccuracy(System.Collections.Generic.IEnumerable{SuperBuilderWinService.ProvidersImpl.ModelRecord},System.String,System.Int32)"]

assistant  String

[Missing <param name="assistant"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.GetLocalModelRecomm.GetModelsSortedByAccuracy(System.Collections.Generic.IEnumerable{SuperBuilderWinService.ProvidersImpl.ModelRecord},System.String,System.Int32)"]

memory  Int32

[Missing <param name="memory"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.GetLocalModelRecomm.GetModelsSortedByAccuracy(System.Collections.Generic.IEnumerable{SuperBuilderWinService.ProvidersImpl.ModelRecord},System.String,System.Int32)"]

Return Value

IEnumerableModelRecord

[Missing <returns> documentation for "M:SuperBuilderWinService.ProvidersImpl.GetLocalModelRecomm.GetModelsSortedByAccuracy(System.Collections.Generic.IEnumerable{SuperBuilderWinService.ProvidersImpl.ModelRecord},System.String,System.Int32)"]

See Also