Lgcre class

Constructors

Lgcre()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Methods

addData(Map<String, dynamic> data) Future<void>
Adds data to the recommender engine
init(Map<String, String> options) Future<void>
Initializes LGCRE with the given options
release() Future<void>
Releases the resources used by the library. This method cannot be called while other methods such as run, addData, removeData or reset are being called
removeData(Map<String, dynamic> data) Future<void>
Removes data from the recommender engine
reset() Future<void>
Resets the stored data
run(Map<String, dynamic> query) Future<List<ResultEntry>?>
Runs a recommendation query