Dataset for training or validation
Implements: Stringify
OperationsConstructor
New()
Adds a training example
method : public : AddExample(example:TuningExample) ~ Nil
Name | Type | Description |
---|---|---|
example | TuningExample | training example to add |
Gets training examples
method : public : GetExamples() ~ Vector<TuningExample>
Type | Description |
---|---|
Vector<TuningExample> | training examples |
JSON representation of the instance
method : public : ToJson() ~ JsonElement
Type | Description |
---|---|
JsonElement | JSON representation of the instance |
JSON string representation of the instance
method : public : ToString() ~ String
Type | Description |
---|---|
String | JSON string representation of the instance |