DataBool.is_data_transformed
- DataBool.is_data_transformed(data_mat: ndarray)[source]
- Simple heuristic to determine if the data is transformed. Only works for categorical and ordinal data, as the domain is of type Options. - Parameters:
- data_mat (np.ndarray) – Data matrix to check if transformed. 
- Returns:
- bool – True if the data is transformed, False otherwise.