Uses of Interface
nz.ac.waikato.mcennis.rat.graph.descriptors.OutputDescriptor

Packages that use OutputDescriptor
nz.ac.waikato.bibliography   
nz.ac.waikato.bibliography.algorithm   
nz.ac.waikato.mcennis.rat   
nz.ac.waikato.mcennis.rat.dataAquisition   
nz.ac.waikato.mcennis.rat.graph.algorithm   
nz.ac.waikato.mcennis.rat.graph.algorithm.aggregators   
nz.ac.waikato.mcennis.rat.graph.algorithm.clustering   
nz.ac.waikato.mcennis.rat.graph.algorithm.collaborativefiltering   
nz.ac.waikato.mcennis.rat.graph.algorithm.evaluation   
nz.ac.waikato.mcennis.rat.graph.algorithm.machinelearning   
nz.ac.waikato.mcennis.rat.graph.algorithm.prestige   
nz.ac.waikato.mcennis.rat.graph.algorithm.similarity   
nz.ac.waikato.mcennis.rat.graph.algorithm.transformToArray   
nz.ac.waikato.mcennis.rat.graph.algorithm.visual   
nz.ac.waikato.mcennis.rat.graph.descriptors   
 

Uses of OutputDescriptor in nz.ac.waikato.bibliography
 

Methods in nz.ac.waikato.bibliography that return OutputDescriptor
 OutputDescriptor[] LoadBibliographyAndClass.getOutputType()
           
 OutputDescriptor[] LoadBibliographyXML.getOutputType()
           
 

Uses of OutputDescriptor in nz.ac.waikato.bibliography.algorithm
 

Methods in nz.ac.waikato.bibliography.algorithm that return OutputDescriptor
 OutputDescriptor[] OutputBibliographyXML.getOutputType()
           
 OutputDescriptor[] OutputBridgesByCluster.getOutputType()
           
 OutputDescriptor[] OutputDifference.getOutputType()
           
 

Uses of OutputDescriptor in nz.ac.waikato.mcennis.rat
 

Methods in nz.ac.waikato.mcennis.rat that return OutputDescriptor
 OutputDescriptor[] Component.getOutputType()
          The output type describes all the different kinds of graph objects that are created during the execution of this algorithm.
 

Uses of OutputDescriptor in nz.ac.waikato.mcennis.rat.dataAquisition
 

Methods in nz.ac.waikato.mcennis.rat.dataAquisition that return OutputDescriptor
 OutputDescriptor[] CrawlLastFM.getOutputType()
           
 OutputDescriptor[] CrawlLiveJournal.getOutputType()
           
 OutputDescriptor[] FileReader.getOutputType()
           
 OutputDescriptor[] FileReader2Pass.getOutputType()
           
 OutputDescriptor[] GetArtistTags.getOutputType()
           
 OutputDescriptor[] LastFMTagFileReader.getOutputType()
           
 OutputDescriptor[] ReadAudioFiles.getOutputType()
           
 OutputDescriptor[] ReadLastFMProfileFile.getOutputType()
           
 OutputDescriptor[] ReadMemGraphXMLFile.getOutputType()
           
 

Uses of OutputDescriptor in nz.ac.waikato.mcennis.rat.graph.algorithm
 

Methods in nz.ac.waikato.mcennis.rat.graph.algorithm that return OutputDescriptor
 OutputDescriptor[] AddBasicGeodesicPaths.getOutputType()
           
 OutputDescriptor[] AddBasicInterestLink.getOutputType()
           
 OutputDescriptor[] AddDegreeGraphProperties.getOutputType()
           
 OutputDescriptor[] AddGeodesicProperties.getOutputType()
           
 OutputDescriptor[] AddMusicLinks.getOutputType()
           
 OutputDescriptor[] AddMusicRecommendations.getOutputType()
           
 OutputDescriptor[] AddMusicReferences.getOutputType()
           
 OutputDescriptor[] Difference.getOutputType()
           
 OutputDescriptor[] ExtractMusicCoverage.getOutputType()
           
 OutputDescriptor[] IdentifyBridges.getOutputType()
           
 OutputDescriptor[] OptimizedPathBase.getOutputType()
           
 OutputDescriptor[] PrincipalComponentsAnalysis.getOutputType()
           
 OutputDescriptor[] RankingProperties.getOutputType()
           
 OutputDescriptor[] TrimEdgeUsers.getOutputType()
           
 

Methods in nz.ac.waikato.mcennis.rat.graph.algorithm with parameters of type OutputDescriptor
protected abstract  void OptimizedPathBase.constructOutput(OutputDescriptor[] output, ParameterInternal[] parameter)
          Defines the contents of the output class variable.
 

Uses of OutputDescriptor in nz.ac.waikato.mcennis.rat.graph.algorithm.aggregators
 

Methods in nz.ac.waikato.mcennis.rat.graph.algorithm.aggregators that return OutputDescriptor
 OutputDescriptor[] AggregateByGraph.getOutputType()
           
 OutputDescriptor[] AggregateByLinkProperty.getOutputType()
           
 OutputDescriptor[] AggregateLinks.getOutputType()
           
 OutputDescriptor[] AggregateOnActor.getOutputType()
           
 OutputDescriptor[] CombineProperty.getOutputType()
           
 OutputDescriptor[] FromGraphToActor.getOutputType()
           
 OutputDescriptor[] PropertyToLink.getOutputType()
           
 

Uses of OutputDescriptor in nz.ac.waikato.mcennis.rat.graph.algorithm.clustering
 

Methods in nz.ac.waikato.mcennis.rat.graph.algorithm.clustering that return OutputDescriptor
 OutputDescriptor[] BicomponentClusterer.getOutputType()
           
 OutputDescriptor[] EnumerateMaximalCliques.getOutputType()
           
 OutputDescriptor[] FindStronglyConnectedComponents.getOutputType()
           
 OutputDescriptor[] FindWeaklyConnectedComponents.getOutputType()
           
 OutputDescriptor[] NaiveImplementClique.getOutputType()
           
 OutputDescriptor[] NormanGirvanEdgeBetweenessClustering.getOutputType()
           
 OutputDescriptor[] TraditionalEdgeBetweenessClustering.getOutputType()
           
 OutputDescriptor[] WekaClassifierClusterer.getOutputType()
           
 OutputDescriptor[] WekaProbablisticClusterer.getOutputType()
           
 

Uses of OutputDescriptor in nz.ac.waikato.mcennis.rat.graph.algorithm.collaborativefiltering
 

Methods in nz.ac.waikato.mcennis.rat.graph.algorithm.collaborativefiltering that return OutputDescriptor
 OutputDescriptor[] AssociativeMining.getOutputType()
           
 OutputDescriptor[] Item2Item.getOutputType()
           
 OutputDescriptor[] User2User.getOutputType()
           
 

Uses of OutputDescriptor in nz.ac.waikato.mcennis.rat.graph.algorithm.evaluation
 

Methods in nz.ac.waikato.mcennis.rat.graph.algorithm.evaluation that return OutputDescriptor
 OutputDescriptor[] HalfLife.getOutputType()
           
 OutputDescriptor[] KendallTau.getOutputType()
           
 OutputDescriptor[] MeanErrorEvaluation.getOutputType()
           
 OutputDescriptor[] PearsonCorrelation.getOutputType()
           
 OutputDescriptor[] PrecisionRecallFMeasure.getOutputType()
           
 OutputDescriptor[] ROCAreaEvaluation.getOutputType()
           
 OutputDescriptor[] RecommendationError.getOutputType()
           
 

Uses of OutputDescriptor in nz.ac.waikato.mcennis.rat.graph.algorithm.machinelearning
 

Methods in nz.ac.waikato.mcennis.rat.graph.algorithm.machinelearning that return OutputDescriptor
 OutputDescriptor[] MultiInstanceSVM.getOutputType()
           
 OutputDescriptor[] SVM.getOutputType()
           
 OutputDescriptor[] WekaClassifierMultiAttribute.getOutputType()
           
 OutputDescriptor[] WekaClassifierOneAttribute.getOutputType()
           
 

Uses of OutputDescriptor in nz.ac.waikato.mcennis.rat.graph.algorithm.prestige
 

Methods in nz.ac.waikato.mcennis.rat.graph.algorithm.prestige that return OutputDescriptor
 OutputDescriptor[] AddBasicBetweenessCentrality.getOutputType()
           
 OutputDescriptor[] AddClosenessCentrality.getOutputType()
           
 OutputDescriptor[] AddCombinedCloseness.getOutputType()
           
 OutputDescriptor[] AddDegreeCentrality.getOutputType()
           
 OutputDescriptor[] AddPageRankPrestige.getOutputType()
           
 OutputDescriptor[] HITSPrestige.getOutputType()
           
 OutputDescriptor[] OptimizedLinkBetweeness.getOutputType()
           
 OutputDescriptor[] ScalableHitsPrestige.getOutputType()
           
 OutputDescriptor[] ScalablePageRankPrestige.getOutputType()
           
 

Methods in nz.ac.waikato.mcennis.rat.graph.algorithm.prestige with parameters of type OutputDescriptor
protected  void OptimizedBetweeness.constructOutput(OutputDescriptor[] output, ParameterInternal[] parameter)
           
protected  void OptimizedCloseness.constructOutput(OutputDescriptor[] output, ParameterInternal[] parameter)
           
 

Uses of OutputDescriptor in nz.ac.waikato.mcennis.rat.graph.algorithm.similarity
 

Methods in nz.ac.waikato.mcennis.rat.graph.algorithm.similarity that return OutputDescriptor
 OutputDescriptor[] GraphSimilarityByProperty.getOutputType()
           
 OutputDescriptor[] HierarchyByCooccurance.getOutputType()
           
 OutputDescriptor[] SimilarityByLink.getOutputType()
           
 OutputDescriptor[] SimilarityByProperty.getOutputType()
           
 

Uses of OutputDescriptor in nz.ac.waikato.mcennis.rat.graph.algorithm.transformToArray
 

Methods in nz.ac.waikato.mcennis.rat.graph.algorithm.transformToArray that return OutputDescriptor
 OutputDescriptor[] ActorDistanceMatrix.getOutputType()
           
 OutputDescriptor[] DirectedTriplesHistogram.getOutputType()
           
 OutputDescriptor[] UndirectedTriplesHistogram.getOutputType()
           
 

Uses of OutputDescriptor in nz.ac.waikato.mcennis.rat.graph.algorithm.visual
 

Methods in nz.ac.waikato.mcennis.rat.graph.algorithm.visual that return OutputDescriptor
 OutputDescriptor[] BasicDisplayGraph.getOutputType()
           
 OutputDescriptor[] ColoredByPropertyGraph.getOutputType()
           
 OutputDescriptor[] DisplayAll.getOutputType()
           
 

Uses of OutputDescriptor in nz.ac.waikato.mcennis.rat.graph.descriptors
 

Subinterfaces of OutputDescriptor in nz.ac.waikato.mcennis.rat.graph.descriptors
 interface OutputDescriptorInternal
          Class for modifying an OutputDescriptor
 

Classes in nz.ac.waikato.mcennis.rat.graph.descriptors that implement OutputDescriptor
 class BasicOutputDescriptor
          Class for describing the output a component produces.