feat: SystemView

This commit is contained in:
2026-05-13 15:47:31 +03:00
parent 3cc4d21947
commit 2d99880d08
3 changed files with 124 additions and 6 deletions
@@ -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 =>