The DataSchema class is used by the DataTemporalLayer to load the data schema describing the NPY files containing the dataset.
More...
The DataSchema class is used by the DataTemporalLayer to load the data schema describing the NPY files containing the dataset.
Definition at line 17 of file DataSchema.cs.
◆ DataSchema()
MyCaffe.layers.tft.DataSchema.DataSchema |
( |
| ) |
|
◆ Load()
static DataSchema MyCaffe.layers.tft.DataSchema.Load |
( |
string |
strFile | ) |
|
|
static |
Loads the data schema from the XML schema file produced by the AiDesigner.TFT data creator.
- Parameters
-
strFile | Specifies the XML schema file. |
- Returns
- The DataSchema describing the NPY data is returned.
Definition at line 102 of file DataSchema.cs.
◆ LoadFromDatasetDescriptor()
Loads the data schema from a dataset descriptor.
- Parameters
-
desc | Specifies the dataset descriptor. |
phase | Specifies the phase to load. |
- Returns
- The data schema is returned.
Definition at line 35 of file DataSchema.cs.
◆ LoadFromProject()
Loads the data schema from a project.
- Parameters
-
prj | Specifies the project name. |
phase | Specifies the phase to load. |
- Returns
- The data schema is returned.
Definition at line 92 of file DataSchema.cs.
◆ Data
Data MyCaffe.layers.tft.DataSchema.Data |
|
get |
Returns the data portion of the schema.
Definition at line 147 of file DataSchema.cs.
◆ Lookups
Returns the lookups portion of the schema.
Definition at line 155 of file DataSchema.cs.
The documentation for this class was generated from the following file:
- C:/Data/Data/SS_Projects/Intelligence/GitHub/MyCaffe/MyCaffe.layers.tft/layers.tft/DataSchema.cs