Show / Hide Table of Contents

Interface IClassifier

Interface for Classifiers

Namespace:numl.Supervised.Classification
Assembly:numl.dll
Syntax
public interface IClassifier

Methods

View Source

PredictRaw(Vector)

Calculates the raw probability of a positive value from the underlying learned Classifier model.

Declaration
double PredictRaw(Vector x)
Parameters
Type Name Description
Vector x

A single test record.

Returns
Type Description
System.Double

Confidence value between 0 and 1.

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