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
파일 보기 프로젝트 열기: bigmlcom/bigml-csharp 1 사용 예제들

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