C# Class Segmenter.Model.Algorithm

The algorithm.
Afficher le fichier Open project: intervals-mining-lab/libiada-core

Protected Properties

Свойство Type Description
inputs List
results List

Méthodes publiques

Méthode 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 méthode

The add.
public Add ( IEnumerable input ) : void
input IEnumerable /// The input. ///
Résultat void

Algorithm() public méthode

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

Algorithm() public méthode

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

Algorithm() public méthode

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

Run() public méthode

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

Slot() public méthode

Execute segmentation
public Slot ( ) : void
Résultat void

Upload() public méthode

Returns characteristics of the chains and its
public Upload ( ) : List
Résultat List

Property Details

inputs protected_oe property

The inputs.
protected List inputs
Résultat List

results protected_oe property

The results.
protected List results
Résultat List