Polynomial Regression Model.Json Converter Class
Nested JsonConverter for seamless embedding of PolynomialRegressionModel in larger objects.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
public sealed class JsonConverter : JsonConverter<PolynomialRegressionModel>- Inheritance
- Object → JsonConverter → JsonConverter<PolynomialRegressionModel> → PolynomialRegressionModel.JsonConverter
Constructors
| Polynomial | Initializes a new instance of the PolynomialRegressionModel.JsonConverter class |
Properties
| Handle | Gets a value that indicates whether null should be passed to the converter on serialization, and whether Null should be passed on deserialization. (Inherited from JsonConverter<PolynomialRegressionModel>) |
| Type | Gets the type being converted by the current converter instance. (Inherited from JsonConverter<PolynomialRegressionModel>) |
Methods
| Can | Determines whether the specified type can be converted. (Inherited from JsonConverter<PolynomialRegressionModel>) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Get | Serves as the default hash function. (Inherited from Object) |
| Get | Gets the Type of the current instance. (Inherited from Object) |
| Read |
Reads and converts the JSON to a PolynomialRegressionModel.
(Overrides JsonConverter<T>.Read(Utf8JsonReader, Type, JsonSerializerOptions)) |
| Read | Reads a dictionary key from a JSON property name. (Inherited from JsonConverter<PolynomialRegressionModel>) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Write |
Writes a PolynomialRegressionModel as JSON.
(Overrides JsonConverter<T>.Write(Utf8JsonWriter, T, JsonSerializerOptions)) |
| Write | Writes a dictionary key as a JSON property name. (Inherited from JsonConverter<PolynomialRegressionModel>) |