C# Class BigML.Model

A model is a tree-like representation of your dataset with predictive power. You can create a model selecting which fields from your dataset you want to use as input fields (or predictors) and which field you do want to predict, the objective field. The complete and updated reference with all available parameters is in our documentation website.
Inheritance: Response
Show file Open project: bigmlcom/bigml-csharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ModelStructure ( DataSet.Field>.Dictionary fields = null ) : LocalModel

All the information that you need to recreate or use the model on your own. It includes a very intuitive description of the tree-like structure that made the model up and the field's dictionary describing the fields and their summaries.

Method Details

ModelStructure() public method

All the information that you need to recreate or use the model on your own. It includes a very intuitive description of the tree-like structure that made the model up and the field's dictionary describing the fields and their summaries.
public ModelStructure ( DataSet.Field>.Dictionary fields = null ) : LocalModel
fields DataSet.Field>.Dictionary
return LocalModel