Package elki.workflow
Class InputStep
- java.lang.Object
-
- elki.workflow.InputStep
-
- All Implemented Interfaces:
WorkflowStep
public class InputStep extends java.lang.Object implements WorkflowStep
Data input step of the workflow.- Since:
- 0.4.0
- Author:
- Erich Schubert
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InputStep.Par
Parameterization class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Database
getDatabase()
Get the database to use.
-
-
-
Field Detail
-
database
private Database database
Holds the database to have the algorithms run with.
-
-
Constructor Detail
-
InputStep
public InputStep(Database database)
Constructor.- Parameters:
database
- Database to use
-
-
Method Detail
-
getDatabase
public Database getDatabase()
Get the database to use.- Returns:
- Database
-
-