Description Usage Arguments Value Examples
Please refer to 'vignette' to find detailed concepts of what this function does with detailed example.
1 | dataLoader(dataset_tree)
|
dataset_tree |
- A tree-shape dataset with yaml format. |
entity - A vector of all the entities in the tree-shape dataset.
POS - A 2-row positive relation matrix that contains positive relation entities columnwisely.
NEG - A 2-row negative relation matrix that contains negative relation entities columnwisely.
1 2 3 | statistics_yaml <- yaml::yaml.load(statistics)
statistics_tree <- data.tree::as.Node(statistics_yaml)
dataLoader(statistics_tree)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.