C# Класс Segmenter.Model.AlgorithmBase

The base algorithm has a model of segmentation based on the difference between actual and expected frequency of occurrence of subwords
Наследование: Algorithm
Показать файл Открыть проект

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

Метод Описание
AlgorithmBase ( ) : System.Collections.Generic

Initializes a new instance of the AlgorithmBase class.

AlgorithmBase ( Input parameters ) : System.Collections.Generic

Initializes a new instance of the AlgorithmBase class.

Slot ( ) : void

The slot.

Upload ( ) : List

The upload.

Приватные методы

Метод Описание
UpdateParams ( ContentValues par, double nextThreshold ) : void

The update parameters.

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

AlgorithmBase() публичный Метод

Initializes a new instance of the AlgorithmBase class.
public AlgorithmBase ( ) : System.Collections.Generic
Результат System.Collections.Generic

AlgorithmBase() публичный Метод

Initializes a new instance of the AlgorithmBase class.
public AlgorithmBase ( Input parameters ) : System.Collections.Generic
parameters Input /// The parameters. ///
Результат System.Collections.Generic

Slot() публичный Метод

The slot.
public Slot ( ) : void
Результат void

Upload() публичный Метод

The upload.
public Upload ( ) : List
Результат List