Loading [MathJax]/extensions/tex2jax.js
ClassificationMatrix Class Reference

Object for storing a cross classification matrix. More...

+ Inheritance diagram for ClassificationMatrix:

Public Member Functions

def __init__ (self)
 
def exist (self, arg1, arg2)
 
def get (self, arg1, arg2)
 
def ids (self)
 iterate over all class ids More...
 
def increase (self, arg1, arg2, arg3)
 

Detailed Description

Object for storing a cross classification matrix.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
Parameters
self(type: object) self pointer
Returns
(type: object)

Member Function Documentation

◆ exist()

def exist (   self,
  arg1,
  arg2 
)
Parameters
self(type: ClassificationMatrix) self pointer
arg1(type: object) mandatory parameter
arg2(type: object) mandatory parameter
Returns
(type: bool)

◆ get()

def get (   self,
  arg1,
  arg2 
)
Parameters
self(type: ClassificationMatrix) self pointer
arg1(type: object) mandatory parameter
arg2(type: object) mandatory parameter
Returns
(type: ClassificationElement)

◆ ids()

def ids (   self)

iterate over all class ids

Parameters
self(type: ClassificationMatrix) self pointer
Returns
(type: collections.Iterable[int])

◆ increase()

def increase (   self,
  arg1,
  arg2,
  arg3 
)
Parameters
self(type: ClassificationMatrix) self pointer
arg1(type: object) mandatory parameter
arg2(type: object) mandatory parameter
arg3(type: object) mandatory parameter