hxtorch.perceptron.nn.Integral

class hxtorch.perceptron.nn.Integral

Bases: numbers.Rational

Integral adds a conversion to int and the bit-string operations.

__init__()

Initialize self. See help(type(self)) for accurate signature.

Methods

Attributes

denominator

Integers have a denominator of 1.

numerator

Integers are their own numerators.

property denominator

Integers have a denominator of 1.

property numerator

Integers are their own numerators.