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)
 
def increase (self, arg1, arg2, arg3)
 

Detailed Description

Object for storing a cross classification matrix.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
  @param self (type: object) self pointer
  @return (type: object)

Member Function Documentation

◆ exist()

def exist (   self,
  arg1,
  arg2 
)
  @param self (type: ClassificationMatrix) self pointer
  @param arg1 (type: int) mandatory parameter
  @param arg2 (type: int) mandatory parameter
  @return (type: bool)

◆ get()

def get (   self,
  arg1,
  arg2 
)
  @param self (type: ClassificationMatrix) self pointer
  @param arg1 (type: int) mandatory parameter
  @param arg2 (type: int) mandatory parameter
  @return (type: ClassificationElement)

◆ ids()

def ids (   self)
  iterate over all class ids
  @param self (type: ClassificationMatrix) self pointer
  @return (type: collections.Iterable[int])

◆ increase()

def increase (   self,
  arg1,
  arg2,
  arg3 
)
  @param self (type: ClassificationMatrix) self pointer
  @param arg1 (type: int) mandatory parameter
  @param arg2 (type: int) mandatory parameter
  @param arg3 (type: int) mandatory parameter