ClassificationMatrix Class Reference

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

Public Member Functions

def __init__
def exist
def get
def ids
 iterate over all class ids
def increase

Detailed Description

Object for storing a cross classification matrix.

Constructor & Destructor Documentation

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

Member Function Documentation

def exist (   self,
  arg1,
  arg2 
)
Parameters
self(type: ClassificationMatrix) self pointer
arg1(type: int) mandatory parameter
arg2(type: int) mandatory parameter
Returns
(type: bool)
def get (   self,
  arg1,
  arg2 
)
Parameters
self(type: ClassificationMatrix) self pointer
arg1(type: int) mandatory parameter
arg2(type: int) mandatory parameter
Returns
(type: ClassificationElement)
def ids (   self)

iterate over all class ids

Parameters
self(type: ClassificationMatrix) self pointer
Returns
(type: collections.Iterable[int])
def increase (   self,
  arg1,
  arg2,
  arg3 
)
Parameters
self(type: ClassificationMatrix) self pointer
arg1(type: int) mandatory parameter
arg2(type: int) mandatory parameter
arg3(type: long) mandatory parameter