Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeatureProjection ¶
type FeatureProjection struct {
Vector []float32 `json:"vector"`
}
type Interpretation ¶
type Interpretation struct {
Source []*InterpretationSource `json:"source"`
}
type InterpretationSource ¶
type NearestNeighbor ¶
type NearestNeighbors ¶
type NearestNeighbors struct {
Neighbors []*NearestNeighbor `json:"neighbors"`
}
type SemanticPath ¶
type SemanticPath struct {
Path []*SemanticPathElement `json:"path"`
}
type SemanticPathElement ¶
type SemanticPathElement struct { Concept string `json:"concept,omitempty"` DistanceToNext *float32 `json:"distanceToNext,omitempty"` DistanceToPrevious *float32 `json:"distanceToPrevious,omitempty"` DistanceToQuery float32 `json:"distanceToQuery,omitempty"` DistanceToResult float32 `json:"distanceToResult,omitempty"` }
Click to show internal directories.
Click to hide internal directories.