Package io.deephaven.integrations.learn
Class Input
java.lang.Object
io.deephaven.integrations.learn.Input
Input specifies how to gather data from a table into a Python object.
-
Constructor Details
-
Input
Creates a new Input.- Parameters:
colName
- column name to be used as input.gatherFunc
- function that gathers data into a Python object.
-
Input
Creates a new Input.- Parameters:
colNames
- array of column names to be used as inputs.gatherFunc
- function that gathers data into a Python object.
-
Input
Creates a new Input.- Parameters:
colName
- column name to be used as inputs.gatherFunc
- function that gathers data into a Python object.
-
Input
Creates a new Input.- Parameters:
colNames
- array of column names to be used as inputs.gatherFunc
- function that gathers data into a Python object.
-
-
Method Details