LostTech.TensorFlow : API Documentation

Type IKMeansClustering

Namespace tensorflow.contrib.learn

Interfaces IEstimator

Public instance methods

object clusters()

Returns the clusters with dimensions num_classes X 1 X num_dimensions.

object predict_cluster_idx(object input_fn)

object score(object input_fn, object steps)

object transform(object input_fn, object as_iterable)