public class InputStep extends java.lang.Object implements WorkflowStep
| Modifier and Type | Class and Description |
|---|---|
static class |
InputStep.Parameterizer
Parameterization class.
|
| Modifier and Type | Field and Description |
|---|---|
private Database |
database
Holds the database to have the algorithms run with.
|
| Constructor and Description |
|---|
InputStep(Database database)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Database |
getDatabase()
Get the database to use.
|
private Database database
public InputStep(Database database)
database - Database to usepublic Database getDatabase()
Copyright © 2019 ELKI Development Team. License information.