Jazz 1.25.+
Loading...
Searching...
No Matches
Data Structures | Typedefs | Variables
jazz_models Namespace Reference

Concepts: A tree of Snippets with support fro blending that populates a semantic space. More...

Data Structures

class  Concept
 Concept: Generalizes Snippet for informal code. More...
 
class  Model
 Model: A Space of Concepts. More...
 
class  ModelsAPI
 ModelsAPI: The model API. More...
 
class  SemSpace
 SemSpace: A Fields for Concepts. More...
 

Typedefs

typedef ConceptpConcept
 A pointer to a Concept.
 
typedef ModelpModel
 A pointer to a Model.
 
typedef ModelsAPIpModelsAPI
 A pointer to a ModelsAPI.
 
typedef SemSpacepSemSpace
 A pointer to a SemSpace.
 

Variables

Name NAME_CLASS_SEM = "Sem"
 

Detailed Description

Concepts: A tree of Snippets with support fro blending that populates a semantic space.

Semantic space: SemSpace class.

ModelsAPI: The model API.

Model: The abstract model.

The DataSpace and its utilities.

TODO: Update this.

Concepts are the higher level equivalent of a Snippet with all the support fos the resolver to convert them into code.

This is an essential part of Bop to abstract data storage supporting dataframes, possibly sharded and lazy-loaded. It also provides indexing which can select rows, keys of find nearest neighbors.

TODO: A model is not a Container and not even a Service. The imbecilic <-