Dataset
Dataset for training or validation
Operations
AddExample
Adds a training example
method : public : AddExample(example:TuningExample) ~ NilParameters
| Name | Type | Description |
|---|---|---|
| example | TuningExample | training example to add |
GetExamples
Gets training examples
method : public : GetExamples() ~ Vector<TuningExample>Return
| Type | Description |
|---|---|
| Vector<TuningExample> | training examples |
ToJson
JSON representation of the instance
method : public : ToJson() ~ JsonElementReturn
| Type | Description |
|---|---|
| JsonElement | JSON representation of the instance |
ToString
JSON string representation of the instance
method : public : ToString() ~ StringReturn
| Type | Description |
|---|---|
| String | JSON string representation of the instance |