提交 65e034a8 编写于 作者: C Cyrus Najmabadi

PR feedback.

上级 295a24f6
......@@ -254,7 +254,7 @@ public void Top1000Test()
}
[Fact]
public void TestMetric()
public void TestSpecificMetric()
{
// If our edit distance is a metric then ED(CA,ABC) = 2 because CA -> AC -> ABC
// In this case. This then satisifes the triangle inequality because
......@@ -271,7 +271,7 @@ public void TestMetric()
}
[Fact]
public void TestMetricTop50()
public void TestTriangleInequality()
{
var top = Top1000.Take(50).ToArray();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册