package
0.0.0-20211212194252-0d40728414ff
Repository: https://github.com/uncharted-distil/distil.git
Documentation: pkg.go.dev
# Functions
GetTimeseriesOperations returns the supported operations to deal with duplicates in the timeseries.
NewBoundsField creates a new field for remote sensing types.
NewCategoricalField creates a new field for categorical types.
NewCategoricalFieldSubSelect creates a new field for categorical types and specifies a sub select query to pull the raw data.
NewCoordinateField creates a new field for coordinate types.
NewDataStorage returns a constructor for a data storage.
NewDateTimeField creates a new field for numerical types.
NewDateTimeFieldSubSelect creates a new field for numerical types and specifies a sub select query to pull the raw data.
NewImageField creates a new field for image types.
NewMultiBandImageField creates a new field for mutli band image types.
NewNumericalField creates a new field for numerical types.
NewNumericalFieldSubSelect creates a new field for numerical types and specifies a sub select query to pull the raw data.
NewSolutionStorage returns a constructor for a solution storage.
NewTextField creates a new field for text types.
NewTimeSeriesField creates a new field for timeseries types.
NewVectorField creates a new field of the vector type.
SetRandomSeed sets the random seed to use when reading a subset of data from the database.
# Constants
CorrectCategory identifies the correct result meta-category.
IncorrectCategory identifies the incorrect result meta-category.
ProvenanceStorage label for storage valid types.
# Structs
BasicField provides access to baseline field data.
BoundsField defines behaviour for the remote sensing field type.
CategoricalField defines behaviour for the categorical field type.
CoordinateField defines behaviour for the coordinate field type.
DateTimeField defines behaviour for the numerical field type.
ImageField defines behaviour for the image field type.
MultiBandImageField defines behaviour for the image field type.
NumericalField defines behaviour for the numerical field type.
NumericalStats contains summary information on a numerical fields.
Storage accesses the underlying postgres database.
TextField defines behaviour for the text field type.
TimeSeriesField defines behaviour for the timeseries field type.
VectorField defines behaviour for any Vector type.
# Interfaces
Field defines behaviour for a database field type.
TimelineField defines the behaviour of a field which can be used as a timeline.