Show / Hide Table of Contents

Class BenchmarkConfig

Represents a configuration for a benchmark

Inheritance
System.Object
BenchmarkConfig
Namespace: SigStat.Common.Helpers
Assembly: SigStat.Common.dll
Syntax
public class BenchmarkConfig : object

Constructors

| Improve this Doc View Source

BenchmarkConfig()

Declaration
public BenchmarkConfig()
| Improve this Doc View Source

BenchmarkConfig(BenchmarkConfig)

Declaration
public BenchmarkConfig(BenchmarkConfig c)
Parameters
Type Name Description
BenchmarkConfig c

Properties

| Improve this Doc View Source

Classifier

Declaration
public string Classifier { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Database

Declaration
public string Database { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Distance

Declaration
public string Distance { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Features

Declaration
public string Features { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Interpolation

Declaration
public string Interpolation { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ResamplingParam

Declaration
public double ResamplingParam { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

ResamplingType_Filter

Declaration
public string ResamplingType_Filter { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Rotation

Declaration
public bool Rotation { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Sampling

Declaration
public string Sampling { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Translation_Scaling

Declaration
public (string Translation, string Scaling) Translation_Scaling { get; set; }
Property Value
Type Description
System.ValueTuple<System.String, System.String>

Methods

| Improve this Doc View Source

FromJsonFile(String)

Helper

Declaration
public BenchmarkConfig FromJsonFile(string path)
Parameters
Type Name Description
System.String path
Returns
Type Description
BenchmarkConfig
| Improve this Doc View Source

FromJsonString(String)

helper

Declaration
public static BenchmarkConfig FromJsonString(string jsonString)
Parameters
Type Name Description
System.String jsonString
Returns
Type Description
BenchmarkConfig
| Improve this Doc View Source

GenerateConfigurations()

Helper

Declaration
public static List<BenchmarkConfig> GenerateConfigurations()
Returns
Type Description
List<BenchmarkConfig>
| Improve this Doc View Source

ToJsonString()

Helper

Declaration
public string ToJsonString()
Returns
Type Description
System.String
| Improve this Doc View Source

ToKeyValuePairs()

Helper

Declaration
public IEnumerable<KeyValuePair<string, string>> ToKeyValuePairs()
Returns
Type Description
IEnumerable<KeyValuePair<System.String, System.String>>
| Improve this Doc View Source

ToShortString()

Helper

Declaration
public string ToShortString()
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX