C# Класс 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.
Наследование: Response
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

ModelStructure() публичный Метод

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
Результат LocalModel