Packages

p

io.github.setl

transformation

package transformation

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait AbstractFactory[A] extends AnyRef
  2. class Deliverable[T] extends Identifiable with HasType

    A deliverable is a container of an object that will be transferred by a io.github.setl.workflow.DeliverableDispatcher.

    A deliverable is a container of an object that will be transferred by a io.github.setl.workflow.DeliverableDispatcher.

    T

    type of the payload

    Annotations
    @Evolving()
  3. abstract class Factory[A] extends AbstractFactory[A] with Logging with Identifiable with HasDescription with Writable

    Factory could be used to manipulate data.

    Factory could be used to manipulate data.

    A Factory is able to read data from a data source, process/transform it and write it back to the storage.

    A

    the type of object that the factory is supposed to produce

    Annotations
    @Evolving()
  4. trait MLTransformer[T, M <: Model[_]] extends Transformer[T]

    A MLTransformer is a basic transformer with a ML model and ML-related functionality.

    A MLTransformer is a basic transformer with a ML model and ML-related functionality.

    T

    Data type of the transformer

    Annotations
    @Evolving()
  5. trait Transformer[T] extends Logging with Identifiable

    A transformer can transform data into a type A

    A transformer can transform data into a type A

    T

    : Type of output data

    Annotations
    @Evolving()

Value Members

  1. object Deliverable

Ungrouped