public interface TransformDataSetOperation<Instance,Input,Output>
extends scala.Serializable
Transformer
. This works on DataSet
of elements.
The TransformDataSetOperation
contains a self type parameter so that the Scala compiler
looks into the companion object of this class to find implicit values.
Modifier and Type | Method and Description |
---|---|
DataSet<Output> |
transformDataSet(Instance instance,
ParameterMap transformParameters,
DataSet<Input> input) |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.