Similaities class
Constructors
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
-
cosine(
{required List< num> source, required List<num> reference}) → num -
jaccard<
T extends Comparable> ({required List< T> source, required List<T> reference}) → num -
pearson(
{required List< num> xs, required dynamic ys}) → dynamic -
rouge_n<
T> ({required T candidate, required T reference, required int n, required T normalizer(T), required List< T> tokenizer(T)}) → num -
sorensenDice<
T> ({required List< T> source, required List<T> reference}) → num