Class CooccurrenceCounter2
Inheritance
Object
CooccurrenceCounter2
Implements
IDisposable
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.Core.FineGrainedAlignment
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
public class CooccurrenceCounter2 : IDisposable
Constructors
CooccurrenceCounter2(String)
Declaration
public CooccurrenceCounter2(string tempFolder)
Parameters
Type | Name | Description |
---|---|---|
String | tempFolder |
CooccurrenceCounter2(String, Int32)
Declaration
public CooccurrenceCounter2(string tempFolder, int itemsPerFile)
Parameters
Type | Name | Description |
---|---|---|
String | tempFolder | |
Int32 | itemsPerFile |
Properties
Samples
Declaration
public int Samples { get; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
Count(Int32, Int32)
Declaration
public void Count(int v1, int v2)
Parameters
Type | Name | Description |
---|---|---|
Int32 | v1 | |
Int32 | v2 |
Dispose()
Declaration
public void Dispose()
Merge(Int32)
Declaration
public IEnumerable<CooccurrenceCount> Merge(int minCooc)
Parameters
Type | Name | Description |
---|---|---|
Int32 | minCooc |
Returns
Type | Description |
---|---|
IEnumerable<Cooccurrence |
Events
Progress
Declaration
public event EventHandler<TranslationModelProgressEventArgs> Progress
Event Type
Type | Description |
---|---|
Event |
Implements
System.IDisposable