Skip to content

added ball tree

added ball tree #19

Triggered via push August 10, 2024 05:58
Status Success
Total duration 53s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: BrightData/Buffer/InMemoryBuffer.cs#L74
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: BrightData/Analysis/CastToDoubleNumericAnalysis.cs#L16
The field 'CastToDoubleNumericAnalysis<T>._count' is never used
build: BrightData/Analysis/StaticAnalysers.cs#L26
Missing XML comment for publicly visible type or member 'StaticAnalysers.CreateNumericAnalyserCastToDouble<T>(uint)'
build: BrightData/ExtensionMethods.cs#L916
Missing XML comment for publicly visible type or member 'ExtensionMethods.FindDistancesFromVectorsToQuery<T>(IReadOnlyVectorStore<T>, ReadOnlySpan<uint>, ReadOnlySpan<T>, DistanceMetric)'
build: BrightData/ExtensionMethods.cs#L932
Missing XML comment for publicly visible type or member 'ExtensionMethods.ForEach<T>(IReadOnlyVectorStore<T>, IndexedSpanCallback<T>)'
build: BrightData/ExtensionMethods.Distributions.cs#L16
Missing XML comment for publicly visible type or member 'ExtensionMethods.NextRandom<T>(BrightDataContext)'
build: BrightData/ExtensionMethods.Span.cs#L1649
Missing XML comment for publicly visible type or member 'ExtensionMethods.NIndices<T, AT>(ReadOnlySpan<T>)'
build: BrightData/ExtensionMethods.Span.cs#L1658
Missing XML comment for publicly visible type or member 'ExtensionMethods.EuclideanNormalize<T>(ReadOnlySpan<T>)'
build: BrightData/ExtensionMethods.Span.cs#L1670
Missing XML comment for publicly visible type or member 'ExtensionMethods.ManhattanNormalize<T>(ReadOnlySpan<T>)'
build: BrightData/ExtensionMethods.TensorSegment.cs#L621
Missing XML comment for publicly visible type or member 'ExtensionMethods.NIndices<T, AT>(IReadOnlyNumericSegment<T>)'