forked from amkovkov/GranuSightSoftware2
feat: SystemView
This commit is contained in:
@@ -168,9 +168,7 @@ public partial class AnalyzerService
|
||||
cancellationToken.ThrowIfCancellationRequested();
|
||||
|
||||
_logger.LogInformation("Подготовка данных");
|
||||
var trainDataSet =
|
||||
|
||||
_calibrationContext.VectorRecords
|
||||
var trainDataSet = _calibrationContext.VectorRecords
|
||||
.Where(r => r.SampleRecord != null)
|
||||
.Where(r => brand == null || r.SampleRecord!.SampleBrand == brand)
|
||||
.Select(r =>
|
||||
|
||||
Reference in New Issue
Block a user