Normalization with DL4J on Spark

Hello, I want to do normalization on RDD[DataSet], does dl4j has any tools to do that easily? Or do I need normalize RDD[plain data type] first then transform to RDD[DataSet]? I can’t find docs or examples about this…