Package jline.api.trace
Class Mtrace_pcKt
-
- All Implemented Interfaces:
public final class Mtrace_pcKt
-
-
Method Summary
Modifier and Type Method Description final static Matrixmtrace_pc(DoubleArray T, IntArray C)Computes the probabilities of arrival for each class. -
-
Method Detail
-
mtrace_pc
final static Matrix mtrace_pc(DoubleArray T, IntArray C)
Computes the probabilities of arrival for each class.
- Parameters:
T- the inter-arrival times (ignored, for orthogonality with other APIs)C- the class labels- Returns:
column vector of probabilities for each class
-
-
-
-