C# Class LibiadaWeb.Models.Calculators.SubsequenceData

The genes data.
Afficher le fichier Open project: intervals-mining-lab/libiada-web Class Usage Examples

Méthodes publiques

Свойство Type Description
Attributes int[]
CharacteristicsValues double[]
FeatureId int
Lengths int[]
Partial bool
RemoteId string
Starts int[]

Méthodes publiques

Méthode Description
SubsequenceData ( Subsequence subsequence, double characteristics, int attributes ) : System.Collections.Generic

Initializes a new instance of the SubsequenceData class.

Method Details

SubsequenceData() public méthode

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. ///
Résultat System.Collections.Generic

Property Details

Attributes public_oe property

The attributes ids array.
public int[] Attributes
Résultat int[]

CharacteristicsValues public_oe property

The characteristics.
public double[] CharacteristicsValues
Résultat double[]

FeatureId public_oe property

The feature id.
public int FeatureId
Résultat int

Lengths public_oe property

The lengths.
public int[] Lengths
Résultat int[]

Partial public_oe property

The partial flag.
public bool Partial
Résultat bool

RemoteId public_oe property

Sequence remote id.
public string RemoteId
Résultat string

Starts public_oe property

The starts.
public int[] Starts
Résultat int[]