Table of Contents

Class SplitterComparisonEntry

Namespace
Mythosia.AI.Rag.Diagnostics
Assembly
Mythosia.AI.Rag.dll

A single splitter's results in a comparison.

public class SplitterComparisonEntry
Inheritance
SplitterComparisonEntry
Inherited Members

Constructors

SplitterComparisonEntry(string, int, int, bool, int, int, double)

public SplitterComparisonEntry(string splitterName, int totalChunks, int avgChunkSize, bool targetFound, int targetChunkIndex, int targetChunkSize, double targetDensity)

Parameters

splitterName string
totalChunks int
avgChunkSize int
targetFound bool
targetChunkIndex int
targetChunkSize int
targetDensity double

Properties

AvgChunkSize

public int AvgChunkSize { get; }

Property Value

int

SplitterName

public string SplitterName { get; }

Property Value

string

TargetChunkIndex

public int TargetChunkIndex { get; }

Property Value

int

TargetChunkSize

public int TargetChunkSize { get; }

Property Value

int

TargetDensity

public double TargetDensity { get; }

Property Value

double

TargetFound

public bool TargetFound { get; }

Property Value

bool

TotalChunks

public int TotalChunks { get; }

Property Value

int