HomeSort by relevance Sort by last modified time
    Searched refs:RandomFourierFeatureMapper (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/contrib/kernel_methods/
__init__.py 18 @@RandomFourierFeatureMapper
27 from tensorflow.contrib.kernel_methods.python.mappers.random_fourier_features import RandomFourierFeatureMapper
  /external/tensorflow/tensorflow/contrib/kernel_methods/python/mappers/
random_fourier_features_test.py 15 """Tests for RandomFourierFeatureMapper."""
24 from tensorflow.contrib.kernel_methods.python.mappers.random_fourier_features import RandomFourierFeatureMapper
62 rffm = RandomFourierFeatureMapper(3, 10)
74 rffm = RandomFourierFeatureMapper(3, 10, 1.0)
84 rffm = RandomFourierFeatureMapper(3, 100)
99 rffm1 = RandomFourierFeatureMapper(3, 100, stddev)
100 rffm2 = RandomFourierFeatureMapper(3, 100, stddev)
119 rffm = RandomFourierFeatureMapper(3, 100, stddev, seed=0)
147 rffm = RandomFourierFeatureMapper(input_dim, mapped_dim, stddev, seed=0)
random_fourier_features.py 33 class RandomFourierFeatureMapper(dkm.DenseKernelMapper):
63 """Constructs a RandomFourierFeatureMapper instance.
91 """Returns a name for the `RandomFourierFeatureMapper` instance.
97 A name for the `RandomFourierFeatureMapper` instance.
  /external/tensorflow/tensorflow/contrib/kernel_methods/python/
kernel_estimators_test.py 25 from tensorflow.contrib.kernel_methods.python.mappers.random_fourier_features import RandomFourierFeatureMapper
136 multi_dim_feature: [RandomFourierFeatureMapper(2, 30, 0.6, 1, 'rffm')]
166 multi_dim_feature: [RandomFourierFeatureMapper(2, 30, 0.6, 1, 'rffm')]
217 country: [RandomFourierFeatureMapper(2, 30, 0.6, 1, 'rffm')]
252 RandomFourierFeatureMapper(

Completed in 231 milliseconds