public class CostMatrix extends Object
| Constructor and Description |
|---|
CostMatrix() |
| Modifier and Type | Method and Description |
|---|---|
static double |
calculateCostForStringAVM(RegexGraph graph)
Note: this is different from normal matching algorithms, as we enforce an order
among the operators: delete, replace and then insert.
|
static int |
calculateStandardCost(RegexGraph graph) |
public static int calculateStandardCost(RegexGraph graph)
public static double calculateCostForStringAVM(RegexGraph graph)
graph - Copyright © 2016–2024. All rights reserved.