Japanese
言語
English
Japanese
German
Korean
Portuguese, Brazilian
French
Shortcuts

qiskit.aqua.utils.get_feature_dimension

get_feature_dimension(dataset)[ソース]

Check feature dimension of a given dataset

パラメータ

dataset (dict) – key is the class name and value is the data.

戻り値

feature dimension, -1 denotes no data in the dataset.

戻り値の型

int

例外

TypeError – invalid data set