PHP Интерфейс Documer\Storage\Adapter

Показать файл Открыть проект

Открытые методы

Метод Описание
getDistinctLabels ( ) : array Get distinct names of labels
getInverseWordProbabilityWithLabel ( $word, $label ) : float Get the probability that this word shows up in a any other LABEL
getWordCount ( $word ) : integer Get how many times we have seen this word before
getWordProbabilityWithLabel ( $word, $label ) : float Get the probability that this word shows up in a LABEL document
insertLabel ( $label )
insertWord ( $word, $label )

Описание методов

getDistinctLabels() публичный метод

Get distinct names of labels
public getDistinctLabels ( ) : array
Результат array

getInverseWordProbabilityWithLabel() публичный метод

Get the probability that this word shows up in a any other LABEL
public getInverseWordProbabilityWithLabel ( $word, $label ) : float
$word
$label
Результат float

getWordCount() публичный метод

Get how many times we have seen this word before
public getWordCount ( $word ) : integer
$word
Результат integer

getWordProbabilityWithLabel() публичный метод

Get the probability that this word shows up in a LABEL document
public getWordProbabilityWithLabel ( $word, $label ) : float
$word
$label
Результат float

insertLabel() публичный метод

public insertLabel ( $label )

insertWord() публичный метод

public insertWord ( $word, $label )