Table of Contents

Class CategoryWeights

Namespace
Textkernel.Tx.Models.API.Matching
Assembly
Textkernel.Tx.SDK.dll

Weights for each category used in matching/scoring

public class CategoryWeights
Inheritance
CategoryWeights
Inherited Members

Properties

Certifications

The weight of the Certifications category relative to other categories.

public double Certifications { get; set; }

Property Value

double

CertificationsHasData

If false, the Certifications category has no data and should be ignored/hidden.

public bool CertificationsHasData { get; set; }

Property Value

bool

Education

The weight of the Education category relative to other categories.

public double Education { get; set; }

Property Value

double

EducationHasData

If false, the Education category has no data and should be ignored/hidden.

public bool EducationHasData { get; set; }

Property Value

bool

ExecutiveType

The weight of the ExecutiveType category relative to other categories.

public double ExecutiveType { get; set; }

Property Value

double

ExecutiveTypeHasData

If false, the ExecutiveType category has no data and should be ignored/hidden.

public bool ExecutiveTypeHasData { get; set; }

Property Value

bool

Industries

The weight of the Industries/Taxonomies category relative to other categories.

public double Industries { get; set; }

Property Value

double

IndustriesHasData

If false, the Industries/Taxonomies category has no data and should be ignored/hidden.

public bool IndustriesHasData { get; set; }

Property Value

bool

JobTitles

The weight of the JobTitles category relative to other categories.

public double JobTitles { get; set; }

Property Value

double

JobTitlesHasData

If false, the JobTitles category has no data and should be ignored/hidden.

public bool JobTitlesHasData { get; set; }

Property Value

bool

Languages

The weight of the Languages category relative to other categories.

public double Languages { get; set; }

Property Value

double

LanguagesHasData

If false, the Languages category has no data and should be ignored/hidden.

public bool LanguagesHasData { get; set; }

Property Value

bool

ManagementLevel

The weight of the ManagementLevel category relative to other categories.

public double ManagementLevel { get; set; }

Property Value

double

ManagementLevelHasData

If false, the ManagementLevel category has no data and should be ignored/hidden.

public bool ManagementLevelHasData { get; set; }

Property Value

bool

Skills

The weight of the Skills category relative to other categories.

public double Skills { get; set; }

Property Value

double

SkillsHasData

If false, the Skills category has no data and should be ignored/hidden.

public bool SkillsHasData { get; set; }

Property Value

bool