C# Class LibiadaWeb.Models.Calculators.SubsequenceData

The genes data.
显示文件 Open project: intervals-mining-lab/libiada-web Class Usage Examples

Public Properties

Property Type Description
Attributes int[]
CharacteristicsValues double[]
FeatureId int
Lengths int[]
Partial bool
RemoteId string
Starts int[]

Public Methods

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

Initializes a new instance of the SubsequenceData class.

Method Details

SubsequenceData() public method

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. ///
return System.Collections.Generic

Property Details

Attributes public_oe property

The attributes ids array.
public int[] Attributes
return int[]

CharacteristicsValues public_oe property

The characteristics.
public double[] CharacteristicsValues
return double[]

FeatureId public_oe property

The feature id.
public int FeatureId
return int

Lengths public_oe property

The lengths.
public int[] Lengths
return int[]

Partial public_oe property

The partial flag.
public bool Partial
return bool

RemoteId public_oe property

Sequence remote id.
public string RemoteId
return string

Starts public_oe property

The starts.
public int[] Starts
return int[]