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

Packages that use InputDescriptor
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 InputDescriptor in nz.ac.waikato.bibliography
 

Methods in nz.ac.waikato.bibliography that return InputDescriptor
 InputDescriptor[] LoadBibliographyAndClass.getInputType()
           
 InputDescriptor[] LoadBibliographyXML.getInputType()
           
 

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

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

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

Methods in nz.ac.waikato.mcennis.rat that return InputDescriptor
 InputDescriptor[] Component.getInputType()
          The input type describes all the different kinds of graph objects that are utilized (and hence required) by this object.
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Subinterfaces of InputDescriptor in nz.ac.waikato.mcennis.rat.graph.descriptors
 interface InputDescriptorInternal
          Interface for modifying an input descriptor
 

Classes in nz.ac.waikato.mcennis.rat.graph.descriptors that implement InputDescriptor
 class BasicInputDescriptor
          Class for describing the input that a component requires.