public IEnumerable<ModelRecord> GetModelsSortedByAccuracy(
IEnumerable<ModelRecord> records,
string assistant,
int memory
)
Public Function GetModelsSortedByAccuracy (
records As IEnumerable(Of ModelRecord),
assistant As String,
memory As Integer
) As IEnumerable(Of ModelRecord)
public:
IEnumerable<ModelRecord^>^ GetModelsSortedByAccuracy(
IEnumerable<ModelRecord^>^ records,
String^ assistant,
int memory
)
member GetModelsSortedByAccuracy :
records : IEnumerable<ModelRecord> *
assistant : string *
memory : int -> IEnumerable<ModelRecord>
[Missing <param name="records"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.GetLocalModelRecomm.GetModelsSortedByAccuracy(System.Collections.Generic.IEnumerable{SuperBuilderWinService.ProvidersImpl.ModelRecord},System.String,System.Int32)"]
[Missing <param name="assistant"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.GetLocalModelRecomm.GetModelsSortedByAccuracy(System.Collections.Generic.IEnumerable{SuperBuilderWinService.ProvidersImpl.ModelRecord},System.String,System.Int32)"]
[Missing <param name="memory"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.GetLocalModelRecomm.GetModelsSortedByAccuracy(System.Collections.Generic.IEnumerable{SuperBuilderWinService.ProvidersImpl.ModelRecord},System.String,System.Int32)"]
[Missing <returns> documentation for "M:SuperBuilderWinService.ProvidersImpl.GetLocalModelRecomm.GetModelsSortedByAccuracy(System.Collections.Generic.IEnumerable{SuperBuilderWinService.ProvidersImpl.ModelRecord},System.String,System.Int32)"]