MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / z_ij

Method z_ij

JSAT/src/jsat/datatransform/visualization/TSNE.java:581–584  ·  view source on GitHub ↗
(int i, int j, double[] z, int s)

Source from the content-addressed store, hash-verified

579 }
580
581 private static double z_ij(int i, int j, double[] z, int s)
582 {
583 return z[i*s+j];
584 }
585
586 /**
587 * Computes the value of q<sub>ij</sub> Z

Callers 2

runMethod · 0.95
q_ijZMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected