VectorSpaceResult class
Constructors
-
VectorSpaceResult({required List<
VectorResult> results}) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
results
→ List<
VectorResult> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tokenCount → int
-
no setter
Methods
-
baked(
{int maxTokens = 50000, int maxResults = 100}) → VectorSpaceResult -
mergeWith(
VectorSpaceResult other) → VectorSpaceResult -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited