HomeSort by relevance Sort by last modified time
    Searched refs:mixture (Results 1 - 25 of 42) sorted by null

1 2

  /external/vogar/test/vogar/target/mixture/junit3/
JUnit3Test.java 17 package vogar.target.mixture.junit3;
AbstractJUnit3Test.java 17 package vogar.target.mixture.junit3;
NotPublicClassOrConstructorTest.java 17 package vogar.target.mixture.junit3;
NotPublicClassTest.java 17 package vogar.target.mixture.junit3;
NotPublicConstructorTest.java 17 package vogar.target.mixture.junit3;
TwoConstructorsTest.java 17 package vogar.target.mixture.junit3;
  /external/vogar/test/vogar/target/mixture/junit4/
AbstractJUnit4Test.java 17 package vogar.target.mixture.junit4;
JUnit4Test.java 17 package vogar.target.mixture.junit4;
  /external/vogar/test/vogar/target/mixture/
NonTestClass.java 17 package vogar.target.mixture;
  /external/vogar/test/vogar/target/mixture/main/
MainApp.java 17 package vogar.target.mixture.main;
  /external/vogar/test/vogar/target/
TestRunnerTest.java 23 import vogar.target.mixture.NonTestClass;
24 import vogar.target.mixture.junit3.AbstractJUnit3Test;
25 import vogar.target.mixture.junit3.JUnit3Test;
26 import vogar.target.mixture.junit3.NotPublicConstructorTest;
27 import vogar.target.mixture.junit3.TwoConstructorsTest;
28 import vogar.target.mixture.junit4.AbstractJUnit4Test;
29 import vogar.target.mixture.junit4.JUnit4Test;
30 import vogar.target.mixture.main.MainApp;
77 * If this fails with a "No classes in package: vogar.target.mixture;" error then the tests are
81 @TestRunnerProperties(testClassOrPackage = "vogar.target.mixture")
    [all...]
  /prebuilts/go/darwin-x86/test/
initializerr.go 21 var a1 = S { 0, X: 1 } // ERROR "mixture|undefined"
  /prebuilts/go/linux-x86/test/
initializerr.go 21 var a1 = S { 0, X: 1 } // ERROR "mixture|undefined"
  /external/opencv/cvaux/src/
cvhmm1d.cpp 306 // Purpose: The function implements the mixture segmentation of the states of the embedded HMM
399 /* all vectors belong to one mixture */
411 /* for every vector number of mixture is assigned */
471 // Purpose: The function computes the mixture Gaussian pdf of a sample vector.
481 // weight - pointer to the wights of the Gaussian mixture
484 // Returns: the pdf of the sample vector given the specified Gaussian mixture.
700 /* 1. calculate logarithms of probabilities for each mixture */
730 /* skip the rest if there is a single mixture */
734 (i.e. probability for each mixture) */
740 /* 3a. first mixture - simply scale by weight *
    [all...]
cvhmm.cpp 362 // Purpose: The function implements the mixture segmentation of the states of the
467 /* all vectors belong to one mixture */
479 /* for every vector number of mixture is assigned */
538 // Purpose: The function computes the mixture Gaussian pdf of a sample vector.
548 // weight - pointer to the wights of the Gaussian mixture
551 // Returns: the pdf of the sample vector given the specified Gaussian mixture.
765 /* 1. calculate logarithms of probabilities for each mixture */
795 /* skip the rest if there is a single mixture */
799 (i.e. probability for each mixture) */
803 /* 3a. first mixture - simply scale by weight *
1406 int state, mixture; local
1437 int mixture = info->mix[j]; local
    [all...]
  /external/tensorflow/tensorflow/contrib/distributions/
__init__.py 45 from tensorflow.contrib.distributions.python.ops.mixture import *
146 'Mixture',
  /external/vogar/test/vogar/target/junit3/
TestRunnerJUnit3Test.java 27 import vogar.target.mixture.junit3.JUnit3Test;
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
distribution_util_test.py 26 from tensorflow.contrib.distributions.python.ops import mixture
407 gm = mixture.Mixture(
mixture_test.py 15 """Tests for Mixture distribution."""
51 """Computes the standard deviation of a univariate mixture distribution.
56 pi_vector: A `np.array` of mixture weights. Shape `[batch, components]`.
122 return ds.Mixture(cat, components, use_static_graph=use_static_graph)
148 return ds.Mixture(cat, components, use_static_graph=use_static_graph)
176 ds.Mixture(
185 ds.Mixture(
196 ds.Mixture(
206 d = ds.Mixture(
227 ds.Mixture(None, [], use_static_graph=self.use_static_graph
    [all...]
  /prebuilts/go/darwin-x86/src/hash/adler32/
adler32_test.go 48 {0x91dd304f, "The fugacity of a constituent in a mixture of gases at a given temperature is proportional to its mole fraction. Lewis-Randall Rule", "adl\x01#\xd8\x17\xd7"},
  /prebuilts/go/darwin-x86/src/regexp/syntax/
prog.go 61 // An EmptyOp specifies a kind or mixture of zero-width assertions.
  /prebuilts/go/linux-x86/src/hash/adler32/
adler32_test.go 48 {0x91dd304f, "The fugacity of a constituent in a mixture of gases at a given temperature is proportional to its mole fraction. Lewis-Randall Rule", "adl\x01#\xd8\x17\xd7"},
  /prebuilts/go/linux-x86/src/regexp/syntax/
prog.go 61 // An EmptyOp specifies a kind or mixture of zero-width assertions.
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_test.go 53 {0xa20b7167, 0x66ed1d8b, "The fugacity of a constituent in a mixture of gases at a given temperature is proportional to its mole fraction. Lewis-Randall Rule", "crc\x01?\x91M<lR[", "crc\x01wB\x84\x81{\xaco\xb1"},
  /prebuilts/go/darwin-x86/src/hash/crc64/
crc64_test.go 51 {0xd402559dfe9b70c, 0x73cef1666185c13f, "The fugacity of a constituent in a mixture of gases at a given temperature is proportional to its mole fraction. Lewis-Randall Rule", "crc\x02s\xba\x84\x84\xbb\xcd]\xef\u007f\xae\xb9\xbaX=\x19v", "crc\x02`&\x9aR\xe1\xb7\xfee\xb2?Y\xc5\xd0G\x03"},

Completed in 719 milliseconds

1 2