similarity {Query} R Documentation

measure the similarity or identical between two

Description

knowledge terms based on the knowledge network
that we've build.

Usage

similarity(kb, x, y,
    ... = NULL);

Arguments

kb

[as GraphPool]

x

[as string]

y

[as string]

weight

[as list]

env

[as Environment]

Details

Authors

graphR

Value

this function returns data object of type double.

clr value class

Examples


[Package Query version 1.0.0.0 Index]