Table of Contents
Interfaces
- AlgorithmInterface
Properties
-
$a
: string
-
$b
: string
-
$returnDistance
: bool
Methods
-
__construct()
: mixed
-
calculate()
: mixed
-
forFeatureArrays()
: float
$a
read-only
private
string
$a
$b
read-only
private
string
$b
$returnDistance
read-only
private
bool
$returnDistance
= false
__construct()
public
__construct(string $a, string $b[, bool $returnDistance = false ]) : mixed
Parameters
-
$a
: string
-
-
$b
: string
-
-
$returnDistance
: bool
= false
-
calculate()
public
calculate() : mixed
forFeatureArrays()
public
static forFeatureArrays(array<string|int, mixed> $a, array<string|int, mixed> $b) : float
Parameters
-
$a
: array<string|int, mixed>
-
-
$b
: array<string|int, mixed>
-