@author santi
SegmentLengthEmbeddingComparator
01 Syntax
Microsoft.VisualBasic.Data.visualize.Network.Layouts.Orthogonal.optimization.SegmentLengthEmbeddingComparator
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| compare | 1 | true is s1 is better than s2 |
| resultScore | 1 | the score of a result is a pair with the accumulated length of the segments and the number of segments |
03 Members
compare(
Pair(Of Double, Int32), Pair(Of Double, Int32))true is s1 is better than s2
Parameters
| Name | Type | Description |
|---|---|---|
s1 | Pair(Of Double, Int32) | - |
s2 | Pair(Of Double, Int32) | - |
resultScore(OrthographicEmbeddingResult)
the score of a result is a pair with the accumulated length of the segments and the number of segments
Parameters
| Name | Type | Description |
|---|---|---|
o | OrthographicEmbeddingResult | - |