Target codification

This is the module for target codification.

J encode

target_encode.Jencoding()
Targ:Matrix of labels.
NumberTarg:(Optional) Number of targets.

This function takes a target from Y encoding to J encoding.

J decode

target_encode.Jdecoding()
T:Matrix of targets.

This function takes a target from J encoding to Y encoding.

J renorm

target_encode.Jrenorm()
T:matrix of n target as J-encode (n x J), but with numbers different from 1 and 0.

Renormalization of a J encoded target.