IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Public Member Functions | Public Attributes | List of all members
TModel Class Reference

Target model class to encapsulate affine decision classifier. More...

Inheritance diagram for TModel:
Inheritance graph
[legend]
Collaboration diagram for TModel:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, n=None, d=None, tau=None, classify=None, vectorize=None)
 

Public Attributes

 classify
 
 d
 
 n
 
 tau
 
 vectorize
 

Detailed Description

Target model class to encapsulate affine decision classifier.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  n = None,
  d = None,
  tau = None,
  classify = None,
  vectorize = None 
)

Member Data Documentation

◆ classify

classify

◆ d

d

◆ n

n

◆ tau

tau

◆ vectorize

vectorize

The documentation for this class was generated from the following file: