protocol
regression_dataset_protocol
Protocol for datasets used with regression algorithms.
Availability:
logtalk_load(regression_protocols(loader))Author: Paulo Moura
Version: 1:0:0
Date: 2026-04-21
Compilation flags:
staticDependencies:
(none)
Remarks:
(none)
Inherited public predicates:
(none)
Public predicates
attribute_values/2
Enumerates by backtracking the attributes and their possible values. For discrete attributes, Values is a list of possible values. For continuous (numeric) attributes, Values is the atom continuous.
Compilation flags:
staticTemplate:
attribute_values(Attribute,Values)Mode and number of proofs:
attribute_values(?atom,-list(atom)) - zero_or_moreattribute_values(?atom,-atom) - zero_or_moretarget/1
Returns the name of the numeric target attribute.
Compilation flags:
staticTemplate:
target(Target)Mode and number of proofs:
target(-atom) - oneexample/3
Enumerates by backtracking the examples in the dataset. Each example has an Id, a numeric Target value, and a list of Attribute-Value pairs.
Compilation flags:
staticTemplate:
example(Id,Target,AttributeValues)Mode and number of proofs:
example(-integer,-number,-list(pair)) - zero_or_moreProtected predicates
(none)
Private predicates
(none)
Operators
(none)