LabelAndMatrix¶
-
class
glotaran.analysis.problem.LabelAndMatrix(clp_label, matrix)[source]¶ Bases:
tupleCreate new instance of LabelAndMatrix(clp_label, matrix)
Attributes Summary
Alias for field number 0
Alias for field number 1
Methods Summary
Return number of occurrences of value.
Return first index of value.
Methods Documentation
-
count(value, /)¶ Return number of occurrences of value.
-
index(value, start=0, stop=sys.maxsize, /)¶ Return first index of value.
Raises ValueError if the value is not present.
-
matrix: numpy.ndarray¶ Alias for field number 1
-