Uses of Interface
de.aitools.aq.graph.weighted.UndirectedMutableIntGraph

Packages that use UndirectedMutableIntGraph
de.aitools.aq.graph.weighted.concrete   
de.aitools.aq.graph.weighted.util   
 

Uses of UndirectedMutableIntGraph in de.aitools.aq.graph.weighted.concrete
 

Classes in de.aitools.aq.graph.weighted.concrete that implement UndirectedMutableIntGraph
 class ConcreteUndirectedIntGraph
          Deprecated. see package de.aitools.aq.structure.graph
 

Uses of UndirectedMutableIntGraph in de.aitools.aq.graph.weighted.util
 

Methods in de.aitools.aq.graph.weighted.util that return UndirectedMutableIntGraph
static UndirectedMutableIntGraph KNNGraph.createUndirectedKNNIntGraph(Vector[] data, Proximity<Vector> proximity, int k)
          Deprecated. Create an undirected K-Nearest-Neighbor-Graph.
static UndirectedMutableIntGraph KNNGraph.createUndirectedKNNIntGraph(Vector[] data, Proximity<Vector> proximity, int k, double noEdgeWeight)
          Deprecated. Create an undirected K-Nearest-Neighbor-Graph.