Skip to content

Commit

Permalink
Fix variance characteristtics names
Browse files Browse the repository at this point in the history
Also fixed some xml comments.
  • Loading branch information
ChainsManipulator committed Nov 14, 2024
1 parent 083e332 commit 40daf60
Show file tree
Hide file tree
Showing 91 changed files with 239 additions and 208 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Libiada.Clusterizator.Krab.Calculators;
public static class QualityCalculator
{
/// <summary>
/// The calculate.
/// Quality calculation method.
/// </summary>
/// <param name="currentGraph">
/// The current graph.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
public class RemotenessKurtosisCoefficientTests : CongenericCalculatorsTests<RemotenessKurtosisCoefficient>
{
/// <summary>
/// The average remoteness dispersion test.
/// The remoteness kurtosis coefficient test.
/// </summary>
/// <param name="index">
/// The congeneric sequence index in <see cref="ChainsStorage"/>.
/// </param>
/// <param name="link">
/// Redundant parameter, not used in calculations.
/// Binding of the intervals in the sequence.
/// </param>
/// <param name="value">
/// The value.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
public class RemotenessKurtosisTests : CongenericCalculatorsTests<RemotenessKurtosis>
{
/// <summary>
/// The average remoteness dispersion test.
/// The remoteness kurtosis test.
/// </summary>
/// <param name="index">
/// The congeneric sequence index in <see cref="ChainsStorage"/>.
/// </param>
/// <param name="link">
/// Redundant parameter, not used in calculations.
/// Binding of the intervals.
/// </param>
/// <param name="value">
/// The value.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
public class RemotenessSkewnessCoefficientTests : CongenericCalculatorsTests<RemotenessSkewnessCoefficient>
{
/// <summary>
/// The average remoteness dispersion test.
/// The remoteness skewness coefficient test.
/// </summary>
/// <param name="index">
/// The congeneric sequence index in <see cref="ChainsStorage"/>.
/// </param>
/// <param name="link">
/// Redundant parameter, not used in calculations.
/// Binding of the intervals in the sequence.
/// </param>
/// <param name="value">
/// The value.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
public class RemotenessSkewnessTests : CongenericCalculatorsTests<RemotenessSkewness>
{
/// <summary>
/// The average remoteness dispersion test.
/// The remoteness skewness test.
/// </summary>
/// <param name="index">
/// The congeneric sequence index in <see cref="ChainsStorage"/>.
/// </param>
/// <param name="link">
/// Redundant parameter, not used in calculations.
/// Binding of the intervals in the sequence.
/// </param>
/// <param name="value">
/// The value.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class RemotenessStandardDeviationTests : CongenericCalculatorsTests<Remot
/// The congeneric sequence index in <see cref="ChainsStorage"/>.
/// </param>
/// <param name="link">
/// Redundant parameter, not used in calculations.
/// Binding of the intervals in the sequence.
/// </param>
/// <param name="value">
/// The value.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
using Libiada.Core.Core.Characteristics.Calculators.CongenericCalculators;

/// <summary>
/// The remoteness dispersion tests.
/// The remoteness variance tests.
/// </summary>
[TestFixture]
public class RemotenessDispersionTests : CongenericCalculatorsTests<RemotenessDispersion>
public class RemotenessVarianceTests : CongenericCalculatorsTests<RemotenessVariance>
{
/// <summary>
/// The average remoteness dispersion test.
/// The remoteness variance test.
/// </summary>
/// <param name="index">
/// The congeneric sequence index in <see cref="ChainsStorage"/>.
/// </param>
/// <param name="link">
/// Redundant parameter, not used in calculations.
/// Binding of the intervals in the sequence.
/// </param>
/// <param name="value">
/// The value.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
public class AverageRemotenessKurtosisCoefficientTests : FullCalculatorsTests<AverageRemotenessKurtosisCoefficient>
{
/// <summary>
/// The average remoteness dispersion test.
/// The average remoteness kurtosis coefficient test.
/// </summary>
/// <param name="index">
/// Full sequence index in <see cref="ChainsStorage"/>.
/// </param>
/// <param name="link">
/// Redundant parameter, not used in calculations.
/// Binding of the intervals in the sequence.
/// </param>
/// <param name="value">
/// The value.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
public class AverageRemotenessKurtosisTests : FullCalculatorsTests<AverageRemotenessKurtosis>
{
/// <summary>
/// The average remoteness dispersion test.
/// The average remoteness kurtosis test.
/// </summary>
/// <param name="index">
/// Full sequence index in <see cref="ChainsStorage"/>.
/// </param>
/// <param name="link">
/// Redundant parameter, not used in calculations.
/// Binding of the intervals in the sequence.
/// </param>
/// <param name="value">
/// The value.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
using Libiada.Core.Core.Characteristics.Calculators.FullCalculators;

/// <summary>
/// The average remoteness asymmetry test.
/// The average remoteness asymmetry coefficient test.
/// </summary>
[TestFixture]
public class AverageRemotenessSkewnessCoefficientTests : FullCalculatorsTests<AverageRemotenessSkewnessCoefficient>
{
/// <summary>
/// The average remoteness dispersion test.
/// The average remoteness asymmetry coefficient test.
/// </summary>
/// <param name="index">
/// Full sequence index in <see cref="ChainsStorage"/>.
/// </param>
/// <param name="link">
/// Redundant parameter, not used in calculations.
/// Binding of the intervals in the sequence.
/// </param>
/// <param name="value">
/// The value.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
public class AverageRemotenessSkewnessTests : FullCalculatorsTests<AverageRemotenessSkewness>
{
/// <summary>
/// The average remoteness dispersion test.
/// The average remoteness asymmetry test.
/// </summary>
/// <param name="index">
/// Full sequence index in <see cref="ChainsStorage"/>.
/// </param>
/// <param name="link">
/// Redundant parameter, not used in calculations.
/// Binding of the intervals in the sequence.
/// </param>
/// <param name="value">
/// The value.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class AverageRemotenessStandardDeviationTests : FullCalculatorsTests<Aver
/// Full sequence index in <see cref="ChainsStorage"/>.
/// </param>
/// <param name="link">
/// Redundant parameter, not used in calculations.
/// Binding of the intervals in the sequence.
/// </param>
/// <param name="value">
/// The value.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
using Libiada.Core.Core.Characteristics.Calculators.FullCalculators;

/// <summary>
/// The average remoteness dispersion test.
/// The average remoteness variance test.
/// </summary>
[TestFixture]
public class AverageRemotenessDispersionTests : FullCalculatorsTests<AverageRemotenessDispersion>
public class AverageRemotenessVarianceTests : FullCalculatorsTests<AverageRemotenessVariance>
{
/// <summary>
/// The average remoteness dispersion test.
/// The average remoteness variance test.
/// </summary>
/// <param name="index">
/// Full sequence index in <see cref="ChainsStorage"/>.
/// </param>
/// <param name="link">
/// Redundant parameter, not used in calculations.
/// Binding of the intervals in the sequence.
/// </param>
/// <param name="value">
/// The value.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
public class EntropyKurtosisCoefficientTests : FullCalculatorsTests<EntropyKurtosisCoefficient>
{
/// <summary>
/// The average remoteness dispersion test.
/// The entropy kurtosis coefficient test.
/// </summary>
/// <param name="index">
/// Full sequence index in <see cref="ChainsStorage"/>.
/// </param>
/// <param name="link">
/// Redundant parameter, not used in calculations.
/// Binding of the intervals in the sequence.
/// </param>
/// <param name="value">
/// The value.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
using Libiada.Core.Core.Characteristics.Calculators.FullCalculators;

/// <summary>
/// The average remoteness kurtosis tests.
/// The entropy kurtosis tests.
/// </summary>
[TestFixture]
public class EntropyKurtosisTests : FullCalculatorsTests<EntropyKurtosis>
{
/// <summary>
/// The average remoteness dispersion test.
/// The entropy kurtosis test.
/// </summary>
/// <param name="index">
/// Full sequence index in <see cref="ChainsStorage"/>.
/// </param>
/// <param name="link">
/// Redundant parameter, not used in calculations.
/// Binding of the intervals in the sequence.
/// </param>
/// <param name="value">
/// The value.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
using Libiada.Core.Core.Characteristics.Calculators.FullCalculators;

/// <summary>
/// The average remoteness asymmetry test.
/// The entropy asymmetry coefficient test.
/// </summary>
[TestFixture]
public class EntropySkewnessCoefficientTests : FullCalculatorsTests<EntropySkewnessCoefficient>
{
/// <summary>
/// The average remoteness dispersion test.
/// The entropy asymmetry coefficient test.
/// </summary>
/// <param name="index">
/// Full sequence index in <see cref="ChainsStorage"/>.
/// </param>
/// <param name="link">
/// Redundant parameter, not used in calculations.
/// Binding of the intervals in the sequence.
/// </param>
/// <param name="value">
/// The value.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
using Libiada.Core.Core.Characteristics.Calculators.FullCalculators;

/// <summary>
/// The average remoteness asymmetry test.
/// The entropy asymmetry test.
/// </summary>
[TestFixture]
public class EntropySkewnessTests : FullCalculatorsTests<EntropySkewness>
{
/// <summary>
/// The average remoteness dispersion test.
/// The entropy asymmetry test.
/// </summary>
/// <param name="index">
/// Full sequence index in <see cref="ChainsStorage"/>.
/// </param>
/// <param name="link">
/// Redundant parameter, not used in calculations.
/// Binding of the intervals in the sequence.
/// </param>
/// <param name="value">
/// The value.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

using Libiada.Core.Core;
using Libiada.Core.Core.Characteristics.Calculators.FullCalculators;
using Libiada.Core.Core.SimpleTypes;

/// <summary>
/// Standard Deviation test.
Expand All @@ -16,7 +17,7 @@ public class EntropyStandardDeviationTests : FullCalculatorsTests<EntropyStandar
/// Full sequence index in <see cref="ChainsStorage"/>.
/// </param>
/// <param name="link">
/// Redundant parameter, not used in calculations.
/// Binding of the intervals in the sequence.
/// </param>
/// <param name="value">
/// The value.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
using Libiada.Core.Core.Characteristics.Calculators.FullCalculators;

/// <summary>
/// The average remoteness dispersion test.
/// The entropy variance test.
/// </summary>
[TestFixture]
public class EntropyDispersionTests : FullCalculatorsTests<EntropyDispersion>
public class EntropyVarianceTests : FullCalculatorsTests<EntropyVariance>
{
/// <summary>
/// The average remoteness dispersion test.
/// The entropy variance test.
/// </summary>
/// <param name="index">
/// Full sequence index in <see cref="ChainsStorage"/>.
/// </param>
/// <param name="link">
/// Redundant parameter, not used in calculations.
/// Binding of the intervals in the sequence.
/// </param>
/// <param name="value">
/// The value.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class FullCalculatorsFactoryTests
[TestCase(FullCharacteristic.ATSkew, typeof(ATSkew))]
[TestCase(FullCharacteristic.AverageRemoteness, typeof(AverageRemoteness))]
[TestCase(FullCharacteristic.AverageRemotenessATSkew, typeof(AverageRemotenessATSkew))]
[TestCase(FullCharacteristic.AverageRemotenessDispersion, typeof(AverageRemotenessDispersion))]
[TestCase(FullCharacteristic.AverageRemotenessVariance, typeof(AverageRemotenessVariance))]
[TestCase(FullCharacteristic.AverageRemotenessGCRatio, typeof(AverageRemotenessGCRatio))]
[TestCase(FullCharacteristic.AverageRemotenessGCSkew, typeof(AverageRemotenessGCSkew))]
[TestCase(FullCharacteristic.AverageRemotenessGCToATRatio, typeof(AverageRemotenessGCToATRatio))]
Expand All @@ -44,7 +44,7 @@ public class FullCalculatorsFactoryTests
[TestCase(FullCharacteristic.Depth, typeof(Depth))]
[TestCase(FullCharacteristic.DescriptiveInformation, typeof(DescriptiveInformation))]
[TestCase(FullCharacteristic.ElementsCount, typeof(ElementsCount))]
[TestCase(FullCharacteristic.EntropyDispersion, typeof(EntropyDispersion))]
[TestCase(FullCharacteristic.EntropyVariance, typeof(EntropyVariance))]
[TestCase(FullCharacteristic.EntropyKurtosis, typeof(EntropyKurtosis))]
[TestCase(FullCharacteristic.EntropyKurtosisCoefficient, typeof(EntropyKurtosisCoefficient))]
[TestCase(FullCharacteristic.EntropySkewness, typeof(EntropySkewness))]
Expand All @@ -62,7 +62,7 @@ public class FullCalculatorsFactoryTests
[TestCase(FullCharacteristic.Periodicity, typeof(Periodicity))]
[TestCase(FullCharacteristic.Probability, typeof(Probability))]
[TestCase(FullCharacteristic.Regularity, typeof(Regularity))]
[TestCase(FullCharacteristic.RemotenessDispersion, typeof(RemotenessDispersion))]
[TestCase(FullCharacteristic.RemotenessVariance, typeof(RemotenessVariance))]
[TestCase(FullCharacteristic.RemotenessKurtosis, typeof(RemotenessKurtosis))]
[TestCase(FullCharacteristic.RemotenessKurtosisCoefficient, typeof(RemotenessKurtosisCoefficient))]
[TestCase(FullCharacteristic.RemotenessSkewness, typeof(RemotenessSkewness))]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
public class RemotenessKurtosisCoefficientTests : FullCalculatorsTests<RemotenessKurtosisCoefficient>
{
/// <summary>
/// The average remoteness dispersion test.
/// The remoteness kurtosis coefficient test.
/// </summary>
/// <param name="index">
/// Full sequence index in <see cref="ChainsStorage"/>.
/// </param>
/// <param name="link">
/// Redundant parameter, not used in calculations.
/// Binding of the intervals in the sequence.
/// </param>
/// <param name="value">
/// The value.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
public class RemotenessKurtosisTests : FullCalculatorsTests<RemotenessKurtosis>
{
/// <summary>
/// The average remoteness dispersion test.
/// The remoteness kurtosis test.
/// </summary>
/// <param name="index">
/// Full sequence index in <see cref="ChainsStorage"/>.
/// </param>
/// <param name="link">
/// Redundant parameter, not used in calculations.
/// Binding of the intervals in the sequence.
/// </param>
/// <param name="value">
/// The value.
Expand Down
Loading

0 comments on commit 40daf60

Please sign in to comment.