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

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

Защищенные свойства (Protected)

Свойство Тип Описание
inputs List
results List

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

Метод Описание
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

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

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

The add.
public Add ( IEnumerable input ) : void
input IEnumerable /// The input. ///
Результат void

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

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

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

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

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

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

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

Executes segmentation in a separate thread with notifying all observers.
public Run ( ) : void
Результат void

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

Execute segmentation
public Slot ( ) : void
Результат void

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

Returns characteristics of the chains and its
public Upload ( ) : List
Результат List

Описание свойств

inputs защищенное свойство

The inputs.
protected List inputs
Результат List

results защищенное свойство

The results.
protected List results
Результат List