Bånder

JaccardIndex
in package
implements AlgorithmInterface

Table of Contents

Interfaces

AlgorithmInterface

Properties

$a  : string
$b  : string
$separator  : string

Methods

__construct()  : mixed
calculate()  : mixed
fromArrays()  : self

Properties

Methods

__construct()

public __construct(string $a, string $b[, string $separator = ',' ]) : mixed
Parameters
$a : string
$b : string
$separator : string = ','

fromArrays()

public static fromArrays(array<string|int, mixed> $a, array<string|int, mixed> $b) : self
Parameters
$a : array<string|int, mixed>
$b : array<string|int, mixed>
Return values
self

        
On this page

Search results