C# Класс LibiadaWeb.Models.Calculators.SubsequenceData

The genes data.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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[]