tspy.data_structures.ml.data_preparation.LabeledPoint module

class tspy.data_structures.ml.data_preparation.LabeledPoint.LabeledPoint(label, feature_vector)

Bases: object

Attributes
feature_vector
label
property feature_vector
property label