class documentation

class Regression(_HasID, Label): (source)

View In Hierarchy

A regression value.

Parameters
valuethe regression value
confidencea confidence in [0, 1] for the regression
Class Variable confidence Undocumented
Class Variable value Undocumented

Inherited from _HasID:

Class Variable tags Undocumented
Instance Variable id Undocumented
Method _id.setter Undocumented
Property _id Undocumented

Inherited from Label (via _HasID):

Method delete_attribute Deletes the attribute with the given name.
Method get_attribute_value Gets the value of the attribute with the given name.
Method has_attribute Determines whether the label has an attribute with the given name.
Method iter_attributes Returns an iterator over the custom attributes of the label.
Method set_attribute_value Sets the value of the attribute with the given name.
confidence: None = (source)

Undocumented

Undocumented