Check SAMPLE_SIZE column in DBA_TABLES.

If you used DBMS_STATS package with " estimate_percent => xx " for row sampling instead of block sampling then you will see the value in SAMPLE_SIZE column.

Thanks,