C# Class BigML.Model.Node

A tree-like recursive structure representing the model.
Show file Open project: bigmlcom/bigml-csharp

Public Methods

Method Description
ToString ( ) : string
toDictionary ( bool withDistribution = true ) : object>.Dictionary

Private Methods

Method Description
ComplexResult ( ParameterExpression>.Dictionary parameters ) : Expression
ConfidVal ( ParameterExpression>.Dictionary parameters ) : Expression
Expression ( ParameterExpression>.Dictionary parameters ) : Expression
Node ( JsonValue json ) : System.Collections.Generic

Method Details

ToString() public method

public ToString ( ) : string
return string

toDictionary() public method

public toDictionary ( bool withDistribution = true ) : object>.Dictionary
withDistribution bool
return object>.Dictionary