C# Class BigML.Client

Show file Open project: bigmlcom/bigml-csharp Class Usage Examples

Public Methods

Method Description
Client ( string userName, string apiKey, bool devMode = false, string vpcDomain = "", bool useContextInAwaits = true, bool debug = false )
CreateBatchTopicDistribution ( BatchTopicDistribution arguments ) : Task

Create a batch topic distribution using supplied arguments.

CreateBatchTopicDistribution ( DataSet dataset, string name = null, BatchTopicDistribution arguments = null ) : Task

Create a BatchTopicDistribution.

CreateDataset ( DataSet arguments ) : Task

Create a dataset using the supplied arguments.

CreateDataset ( Source source, string name = null, DataSet arguments = null ) : Task

Create a dataset.

CreateExecution ( Execution arguments ) : Task

Create a whizzml execution using the supplied arguments.

CreateExecution ( Script script, string name = null, Execution arguments = null ) : Task

Create a dataset.

CreateLibrary ( Library arguments ) : Task

Create a whizzml library using the supplied arguments.

CreateLibrary ( string name = null, Library arguments = null ) : Task

Create a dataset.

CreateModel ( DataSet dataset, string name = null, string inputFields = null, string objectiveField = null, Model arguments = null ) : Task

Create a model.

CreateModel ( Model arguments ) : Task

Create a model using supplied arguments.

CreateScript ( Script arguments ) : Task