PprOptions class final
Personalized PageRank options.
- Inheritance
-
- Object
- TraversalOptions
- PprOptions
Constructors
- PprOptions({int topN = 0, double? restartProbability, double? epsilon})
-
Creates PPR options. A zero
topNretains every positive-mass vertex.const
Properties
- epsilon → double?
-
Optional positive forward-push threshold.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- restartProbability → double?
-
Optional teleport probability in
(0, 1).final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- topN → int
-
Result cap; zero retains all positive mass.
final
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