Searched defs:Estimator (Results 1 - 13 of 13) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
H A DEstimator.java40 public interface Estimator { interface
/external/tensorflow/tensorflow/python/estimator/
H A Destimator_lib.py15 """Estimator: High level tools for working with models."""
32 from tensorflow.python.estimator.estimator import Estimator namespace
68 # Estimator
69 'Estimator',
H A Destimator.py16 """Base Estimator class."""
67 @tf_export('estimator.Estimator')
68 class Estimator(object): class in inherits:object
69 """Estimator class to train and evaluate TensorFlow models.
71 The `Estimator` object wraps a model which is specified by a `model_fn`,
83 `Estimator`. Not passing config means that defaults useful for local execution
84 are used. `Estimator` makes config available to the model (for instance, to
90 functions in the same manner. `Estimator` only passes params along, it does
94 None of `Estimator`'s methods can be overridden in subclasses (its
105 """Constructs an `Estimator` instanc
[all...]
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
H A D__init__.py33 * `Estimator`: Use when you need a custom model.
44 * `Estimator`: Use when you need custom model for N class classification.
181 # See tf.contrib.learn.Estimator(...) for details on model_fn structure
211 An `Estimator` that uses a recurrent neural network with dynamic unrolling.
241 ## Creating Custom Estimator
243 To create a custom `Estimator`, provide a function to `Estimator`'s
248 estimator = tf.contrib.learn.Estimator(
305 from tensorflow.contrib.learn.python.learn.estimators.estimator import Estimator namespace
H A Destimator.py15 """Base Estimator class."""
85 'Estimator is decoupled from Scikit Learn interface by moving into\n'
87 'available in the SKCompat class, Estimator will only accept input_fn.\n'
89 ' est = Estimator(...) -> est = SKCompat(Estimator(...))')
393 `Estimator`.
668 @deprecated('2017-03-25', 'Please use Estimator.export_savedmodel() instead.')
781 'consistent with what\'s used by tf.Learn Estimator\'s train/evaluate, '
1075 class Estimator(BaseEstimator): class in inherits:BaseEstimator
1076 """Estimator clas
[all...]
/external/tensorflow/tensorflow/contrib/learn/python/learn/
H A Dlearn_runner_test.py56 "`RunConfig` instance is expected to be used by the `Estimator`")
58 "Pass `run_config` argument of the `experiment_fn` to the Estimator")
69 class Estimator(evaluable.Evaluable, trainable.Trainable): class in function:TestExperiment.__init__
85 super(TestExperiment, self).__init__(Estimator(), None, None)
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 193 milliseconds