public class ElementwiseMultiplyDoubleArray extends Object implements stream.Processor
@Parameter(required=true,
description="Key to your double array.")
public String inputKey
@Parameter(required=true,
description="Key to the output double array.")
public String outputKey
@Parameter(required=true,
description="Factor to multiply with.")
public double factor
Copyright © 2019. All rights reserved.