BigML.Model.Predicate.Predicate C# (CSharp) Метод

Predicate() приватный Метод

private Predicate ( JsonValue json ) : System
json System.Json.JsonValue
Результат System
            internal Predicate(JsonValue json)
            {
                _predicate = json;
                if (this.MissingOperator)
                {
                    comparisonOperator = this.Operator.Replace("*", "");
                } else
                {
                    comparisonOperator = this.Operator;
                }
            }