__getitem__# FeatureSystem.__getitem__(feat_ids) → ndarray# Get the feature or features as a matrix of indicator columnvectors. Parameters# feat_idsint or np.ndarrayThe feature id or list of feature ids to access. Returns# np.ndarrayIndicator-vector matrix of shape (number of datapoints, number of features) .