C# 클래스 Segmenter.Model.Algorithm

The algorithm.
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core

보호된 프로퍼티들

프로퍼티 타입 설명
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