Table of Contents

Class SkillsSimilarityScoreResponseValue

Namespace
Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response
Assembly
Textkernel.Tx.SDK.dll

The Value from a 'Skills Similarity Score' response.

public class SkillsSimilarityScoreResponseValue
Inheritance
SkillsSimilarityScoreResponseValue
Inherited Members

Properties

SimilarityScore

A value from [0 - 1] representing how closely related skill set A and skill set B are, based on the relations between skills.

public float SimilarityScore { get; set; }

Property Value

float