{ } Raw JSON

bundles / scipy latest / scipy / io / arff / _arffread / NominalAttribute / parse_attribute

classmethod

scipy.io.arff._arffread:NominalAttribute.parse_attribute

source: /scipy/io/arff/_arffread.py :147

Summary

Parse the attribute line if it knows how. Returns the parsed attribute, or None.

Extended Summary

For nominal attributes, the attribute string would be like '{<attr_1>,

<attr2>, <attr_3>}'.

Aliases

  • scipy.io.arff._arffread.NominalAttribute.parse_attribute