steps

package
v1.4.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 14, 2022 License: NCSA Imports: 30 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewPredictGeneral added in v1.2.0

func NewPredictGeneral(predictor predictor.Predictor, methods string) pipeline.Step

func NewPreprocessGeneral added in v1.2.0

func NewPreprocessGeneral(methods string) pipeline.Step

Types

type IDWrapper

type IDWrapper struct {
	ID string
	// contains filtered or unexported fields
}

func (IDWrapper) GetData

func (w IDWrapper) GetData() interface{}

func (IDWrapper) GetID

func (w IDWrapper) GetID() string

type IDer

type IDer interface {
	GetID() string
	GetData() interface{}
}

func NewIDWrapper

func NewIDWrapper(id string, data interface{}) IDer

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL