Provides statistics based on the results of a textual near duplication analysis.
Inheritance Hierarchy
Relativity.StructuredAnalytics.Services.Interfaces.StructuredAnalytics.Models.Status.TextualNearDuplicatesStatistics
Namespace: Relativity.StructuredAnalytics.Services.Interfaces.StructuredAnalytics.Models.Status
Assembly: Relativity.Threads.Services.Interfaces (in Relativity.Threads.Services.Interfaces.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
The TextualNearDuplicatesStatistics type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TextualNearDuplicatesStatistics | Initializes a new instance of the TextualNearDuplicatesStatistics class |
Properties
Name | Description | |
---|---|---|
![]() | AverageSimilarityPercentage |
Gets the average similarity of textual near duplicates as a percentage.
|
![]() | DocumentsAnalyzed |
Gets the total number of documents analyzed for Textual Near Duplicate Identification
|
![]() | TextualNearDuplicateGroupsCount |
Gets the total number of textual near duplicate groups.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also