Class Base
Inheritance
System.Object
Base
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Keras
Assembly: Keras.dll
Syntax
public abstract class Base : Keras, IDisposable
Fields
| Improve this Doc View SourceNone
Declaration
public object None
Field Value
Type | Description |
---|---|
System.Object |
Parameters
Declaration
public Dictionary<string, object> Parameters
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
Properties
| Improve this Doc View SourceItem[String]
Declaration
public object this[string name] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Property Value
Type | Description |
---|---|
System.Object |
Methods
| Improve this Doc View SourceInit()
Declaration
public void Init()
InvokeMethod(String, Dictionary<String, Object>)
Declaration
public PyObject InvokeMethod(string method, Dictionary<string, object> args)
Parameters
Type | Name | Description |
---|---|---|
System.String | method | |
System.Collections.Generic.Dictionary<System.String, System.Object> | args |
Returns
Type | Description |
---|---|
Python.Runtime.PyObject |
InvokeStaticMethod(Object, String, Dictionary<String, Object>)
Declaration
public static PyObject InvokeStaticMethod(dynamic caller, string method, Dictionary<string, object> args)
Parameters
Type | Name | Description |
---|---|---|
System.Object | caller | |
System.String | method | |
System.Collections.Generic.Dictionary<System.String, System.Object> | args |
Returns
Type | Description |
---|---|
Python.Runtime.PyObject |
ToPython()
Declaration
public virtual PyObject ToPython()
Returns
Type | Description |
---|---|
Python.Runtime.PyObject |
Implements
System.IDisposable