C# 클래스 LibiadaWeb.Models.Calculators.SubsequenceData

The genes data.
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-web 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Attributes int[]
CharacteristicsValues double[]
FeatureId int
Lengths int[]
Partial bool
RemoteId string
Starts int[]

공개 메소드들

메소드 설명
SubsequenceData ( Subsequence subsequence, double characteristics, int attributes ) : System.Collections.Generic

Initializes a new instance of the SubsequenceData class.

메소드 상세

SubsequenceData() 공개 메소드

Initializes a new instance of the SubsequenceData class.
public SubsequenceData ( Subsequence subsequence, double characteristics, int attributes ) : System.Collections.Generic
subsequence Subsequence /// The subsequence. ///
characteristics double /// The characteristic. ///
attributes int /// Attributes of the given subsequence in form of dictionary. ///
리턴 System.Collections.Generic

프로퍼티 상세

Attributes 공개적으로 프로퍼티

The attributes ids array.
public int[] Attributes
리턴 int[]

CharacteristicsValues 공개적으로 프로퍼티

The characteristics.
public double[] CharacteristicsValues
리턴 double[]

FeatureId 공개적으로 프로퍼티

The feature id.
public int FeatureId
리턴 int

Lengths 공개적으로 프로퍼티

The lengths.
public int[] Lengths
리턴 int[]

Partial 공개적으로 프로퍼티

The partial flag.
public bool Partial
리턴 bool

RemoteId 공개적으로 프로퍼티

Sequence remote id.
public string RemoteId
리턴 string

Starts 공개적으로 프로퍼티

The starts.
public int[] Starts
리턴 int[]