C# Class Segmenter.Model.Algorithm

The algorithm.
Show file Open project: intervals-mining-lab/libiada-core

Protected Properties

Property Type Description
inputs List
results List

Public Methods

Method Description
Add ( IEnumerable input ) : void

The add.

Algorithm ( ) : System.Collections.Generic

Initializes a new instance of the Algorithm class.

Algorithm ( IEnumerable parameters ) : System.Collections.Generic

Initializes a new instance of the Algorithm class.

Algorithm ( Input input ) : System.Collections.Generic

Initializes a new instance of the Algorithm class.

Run ( ) : void

Executes segmentation in a separate thread with notifying all observers.

Slot ( ) : void

Execute segmentation

Upload ( ) : List

Returns characteristics of the chains and its

Method Details

Add() public method

The add.
public Add ( IEnumerable input ) : void
input IEnumerable /// The input. ///
return void

Algorithm() public method

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

Algorithm() public method

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

Algorithm() public method

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

Run() public method

Executes segmentation in a separate thread with notifying all observers.
public Run ( ) : void
return void

Slot() public method

Execute segmentation
public Slot ( ) : void
return void

Upload() public method

Returns characteristics of the chains and its
public Upload ( ) : List
return List

Property Details

inputs protected property

The inputs.
protected List inputs
return List

results protected property

The results.
protected List results
return List