Package | Description |
---|---|
org.datavec.python |
Modifier and Type | Field and Description |
---|---|
static PythonType<Boolean> |
PythonType.BOOL |
static PythonType<org.bytedeco.javacpp.BytePointer> |
PythonType.BYTES |
static PythonType<Map> |
PythonType.DICT |
static PythonType<Double> |
PythonType.FLOAT |
static PythonType<Long> |
PythonType.INT |
static PythonType<List> |
PythonType.LIST |
static PythonType<INDArray> |
PythonType.NDARRAY |
static PythonType<String> |
PythonType.STR |
Modifier and Type | Method and Description |
---|---|
PythonType |
PythonVariables.getType(String name)
Returns the type for the given variable name
|
static PythonType |
PythonType.valueOf(PythonType.TypeName typeName) |
static PythonType |
PythonType.valueOf(String typeName) |
Modifier and Type | Method and Description |
---|---|
void |
PythonVariables.add(String name,
PythonType type) |
void |
PythonVariables.add(String name,
PythonType type,
Object value) |
static <T> T |
PythonExecutioner.getVariable(String varName,
PythonType<T> varType) |
static <T> void |
PythonExecutioner.setVariable(String varName,
PythonType varType,
Object value) |
Copyright © 2020. All rights reserved.