C# 클래스 Segmenter.Model.AlgorithmFactory

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

공개 메소드들

메소드 설명
Make ( int index, Input input ) : Algorithm

The make.

메소드 상세

Make() 공개 정적인 메소드

The make.
public static Make ( int index, Input input ) : Algorithm
index int /// The index. ///
input Input /// The input. ///
리턴 Algorithm