Web Dataset

πŸ“Š WebDataset Class

A dataset that can be given to web graphs. This is meant to be a parent class of your own dataset object.

Namespace: Esper.SkillWeb Inherits from: SkillWebObject Type: abstract class


πŸ“¦ Fields

Access
Field
Type
Description

public static

resourcesPath

string

The path to all generated objects of this type relative to the resources folder.

public

graph

WebGraph

The web graph reference.


🧰 Methods

Access
Method
Returns
Description

public abstract

GetDisplayName()

string

Gets the web graph's display name.

Last updated