Programmatically Computed
{Array(TEST_SET_SIZE).fill(0).map((v, i) =>
<
ColorBox
[ 255, 255, 255 ]
: [ 0, 0, 0 ]
ColorBox 组件是一个通用组件,以输入颜色(背景颜色)和目标颜色(字体颜色)为输入。
const
ColorBox = ({ rgbInput, rgbTarget }) =>
Neural Network Computed
{Array(TEST_SET_SIZE).fill(0).map((v, i) =>
<
ColorBox