Transformer

Abstract class for transformers that transform one series into another.

class Object
trait Matchable
class Any

Value members

Abstract methods

def transform(series: Series): Series

Transforms the input series

Transforms the input series

Value parameters:
series

input series

Returns:

transformed series