ClassificationElement Class Reference

Element of a cross classification matrix. More...

+ Inheritance diagram for ClassificationElement:

Public Member Functions

def counter (self)
 
def estimatedId (self)
 
def trueId (self)
 

Detailed Description

Element of a cross classification matrix.

Member Function Documentation

◆ counter()

def counter (   self)
  @param self (type: ClassificationElement) self pointer
  @return (type: int)

◆ estimatedId()

def estimatedId (   self)
  @param self (type: ClassificationElement) self pointer
  @return (type: int)

◆ trueId()

def trueId (   self)
  @param self (type: ClassificationElement) self pointer
  @return (type: int)