LostTech.TensorFlow : API Documentation

Type gen_clustering_ops

Namespace tensorflow.python.ops.gen_clustering_ops

Public static methods

Tensor kmc2_chain_initialization(IGraphNodeBase distances, IGraphNodeBase seed, string name)

object kmc2_chain_initialization_dyn(object distances, object seed, object name)

object kmc2_chain_initialization_eager_fallback(IGraphNodeBase distances, IGraphNodeBase seed, string name, Context ctx)

object kmc2_chain_initialization_eager_fallback_dyn(object distances, object seed, object name, object ctx)

Tensor KMC2ChainInitialization(object distances, object seed, string name)

object KMC2ChainInitialization_dyn(object distances, object seed, object name)

Tensor kmeans_plus_plus_initialization(IGraphNodeBase points, IGraphNodeBase num_to_sample, IGraphNodeBase seed, IGraphNodeBase num_retries_per_sample, string name)

object kmeans_plus_plus_initialization_dyn(object points, object num_to_sample, object seed, object num_retries_per_sample, object name)

object kmeans_plus_plus_initialization_eager_fallback(IGraphNodeBase points, IGraphNodeBase num_to_sample, IGraphNodeBase seed, IGraphNodeBase num_retries_per_sample, string name, Context ctx)

object kmeans_plus_plus_initialization_eager_fallback_dyn(object points, object num_to_sample, object seed, object num_retries_per_sample, object name, object ctx)

Tensor KmeansPlusPlusInitialization(object points, object num_to_sample, object seed, object num_retries_per_sample, string name)

object KmeansPlusPlusInitialization_dyn(object points, object num_to_sample, object seed, object num_retries_per_sample, object name)

object nearest_neighbors(IGraphNodeBase points, IGraphNodeBase centers, IGraphNodeBase k, string name)

object nearest_neighbors_dyn(object points, object centers, object k, object name)

object nearest_neighbors_eager_fallback(IGraphNodeBase points, IGraphNodeBase centers, IGraphNodeBase k, string name, Context ctx)

object nearest_neighbors_eager_fallback_dyn(object points, object centers, object k, object name, object ctx)

object NearestNeighbors(object points, object centers, object k, string name)

object NearestNeighbors_dyn(object points, object centers, object k, object name)

Public properties

PythonFunctionContainer kmc2_chain_initialization_eager_fallback_fn get;

PythonFunctionContainer kmc2_chain_initialization_fn get;

PythonFunctionContainer KMC2ChainInitialization_fn get;

PythonFunctionContainer kmeans_plus_plus_initialization_eager_fallback_fn get;

PythonFunctionContainer kmeans_plus_plus_initialization_fn get;

PythonFunctionContainer KmeansPlusPlusInitialization_fn get;

PythonFunctionContainer nearest_neighbors_eager_fallback_fn get;

PythonFunctionContainer nearest_neighbors_fn get;

PythonFunctionContainer NearestNeighbors_fn get;