C# Class Segmenter.Model.AlgorithmBase

The base algorithm has a model of segmentation based on the difference between actual and expected frequency of occurrence of subwords
Inheritance: Algorithm
显示文件 Open project: intervals-mining-lab/libiada-core

Public Methods

Method Description
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.

Private Methods

Method Description
UpdateParams ( ContentValues par, double nextThreshold ) : void

The update parameters.

Method Details

AlgorithmBase() public method

Initializes a new instance of the AlgorithmBase class.
public AlgorithmBase ( ) : System.Collections.Generic
return System.Collections.Generic

AlgorithmBase() public method

Initializes a new instance of the AlgorithmBase class.
public AlgorithmBase ( Input parameters ) : System.Collections.Generic
parameters Input /// The parameters. ///
return System.Collections.Generic

Slot() public method

The slot.
public Slot ( ) : void
return void

Upload() public method

The upload.
public Upload ( ) : List
return List