Show / Hide Table of Contents

Interface IModel

Interface for model.

Inherited Members
IModelBase.Descriptor
IModelBase.NormalizeFeatures
IModelBase.FeatureNormalizer
IModelBase.FeatureProperties
Namespace:numl.Supervised
Assembly:numl.dll
Syntax
public interface IModel : IModelBase

Methods

View Source

Predict(Vector)

Predicts the given o.

Declaration
double Predict(Vector y)
Parameters
Type Name Description
Vector y

The Vector to process.

Returns
Type Description
System.Double

An object.

View Source

Predict(Object)

Predicts the given o.

Declaration
object Predict(object o)
Parameters
Type Name Description
System.Object o

The object to process.

Returns
Type Description
System.Object

An object.

View Source

Predict<T>(T)

Predicts the given o.

Declaration
T Predict<T>(T o)
Parameters
Type Name Description
T o

The object to process.

Returns
Type Description
T

A T.

Type Parameters
Name Description
T
View Source

PredictValue(Object)

Predicts the raw label value

Declaration
object PredictValue(object o)
Parameters
Type Name Description
System.Object o

Object to predict

Returns
Type Description
System.Object

Predicted value

View Source

Save(String)

Saves the given IModel to a file.

Declaration
void Save(string file)
Parameters
Type Name Description
System.String file

The file to load.

  • View Source
©2017 — Seth Juarez
numl v0.9.20-beta
MIT License
docs by docfx