Distance computation function.
Namespace:
Cloudster.Samples.TextAssembly: Cloudster.Samples.Text.Role (in Cloudster.Samples.Text.Role.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public double Compute( TextEntity entity1, TextEntity entity2 ) |
Visual Basic (Declaration) |
---|
Public Function Compute ( _ entity1 As TextEntity, _ entity2 As TextEntity _ ) As Double |
Visual C++ |
---|
public: virtual double Compute( TextEntity^ entity1, TextEntity^ entity2 ) sealed |
Parameters
- entity1
- Type: Cloudster.Samples.Text..::.TextEntity
First text.
- entity2
- Type: Cloudster.Samples.Text..::.TextEntity
Second text.