Type alias PreprocessorConfig

PreprocessorConfig: { range: Range; type: "normalize" | "clamp" }

Type declaration

  • range: Range

    数据值范围。

  • type: "normalize" | "clamp"

    数据预处理方式。