See: Description
Class | Description |
---|---|
AdaptiveScalarizingEntryRanker |
Transforms the values of multiple objectives to a single variable using
automatically-determined weights.
|
BaseEntryRanker |
This is a template for classes that rank entries based on some sort of objective
function.
|
ClassProbabilityRanker |
Rank entries based on the probability that they are a certain class.
|
CompositionDistanceRanker |
Rank entries based on distance from compositions in a user-provided dataset.
|
MultiObjectiveEntryRanker |
Base class for multi-objective entry rankers.
|
PropertyFormulaRanker |
Use a formula of several properties.
|
PropertyRanker |
Shortcut for an BaseEntryRanker to operate on a certain property,
rather than the default class.
|
SimpleEntryRanker |
BaseEntryRanker that ranks entries based on class variable.
|
TargetEntryRanker |
Rank entries based on the distance of their class variable from a target.
|