Dataset
Dataset for training or validation
Operations
AddExample
Adds a training example
method : public : AddExample(example:TuningExample) ~ Nil
Parameters
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() ~ JsonElement
Return
Type | Description |
---|---|
JsonElement | JSON representation of the instance |
ToString
JSON string representation of the instance
method : public : ToString() ~ String
Return
Type | Description |
---|---|
String | JSON string representation of the instance |