A B C D E F G H I J K L M N O P Q R S T U V W X Y

C

cache - Variable in class nz.ac.waikato.mcennis.rat.crawler.CrawlerBase
Perform caching so each parser gets cached copy of original.
cache - Variable in class nz.ac.waikato.mcennis.rat.crawler.FileListCrawler
Perform caching so each parser gets cached copy of original.
calculateAbsoluteDensity(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.AddDegreeGraphProperties
Calculate the density of the graph using the absolute value of all link strengths
calculateArtistWeight(Link, Link[], Link[]) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.AddMusicRecommendations
Helper function that calculates artist weights based on shared links
calculateBetweeness(Graph, Duples<Double, Link>[]) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.clustering.NormanGirvanEdgeBetweenessClustering
 
calculateBetweeness(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.AddBasicBetweenessCentrality
Adds Betweeness properties to every actor of the given relation.
calculateBetweenessSD(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.AddBasicBetweenessCentrality
Calculates SD of betweeness as a graph property.
calculateBetweenessSD(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.OptimizedBetweeness
 
calculateCentrality(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.AddClosenessCentrality
Calculates (MinSum of distances in a graph)/(Sum of shortest paths from this node) for every actor of the given type (mode).If the value is Infinite (because of unconnected graphs) the centrality is 0.0.
calculateCentrality(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.AddDegreeCentrality
Calaculate Out-Degree of each actor
calculateDensity(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.AddDegreeGraphProperties
Calculate the density of the graph
calculateGraphBetweeness(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.AddBasicBetweenessCentrality
Calculates mean betweeness as a graph property.
calculateGraphBetweeness(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.OptimizedBetweeness
 
calculateGraphCentrality(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.AddClosenessCentrality
Calculate the mean value for actor centrality.
calculateGraphCentrality(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.AddCombinedCloseness
Calculate the mean value for actor centrality.
calculateGraphCentrality(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.AddDegreeCentrality
Calculate mean Degree Centrality as given by Freeman79
calculateGraphCentrality(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.OptimizedCloseness
 
calculateGraphCentralitySD(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.AddClosenessCentrality
Calculate Standard Deviation for actor centrality.
calculateGraphCentralitySD(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.AddCombinedCloseness
Calculate Standard Deviation for actor centrality.
calculateGraphCentralitySD(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.AddDegreeCentrality
Calculate standard deviation of Degree Centrality as given by Freeman79
calculateGraphCentralitySD(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.OptimizedCloseness
 
calculateGraphPrestige(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.AddClosenessCentrality
Calculate the mean value for actor prestige.
calculateGraphPrestige(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.AddCombinedCloseness
Calculate the mean value for actor prestige.
calculateGraphPrestige(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.AddDegreeCentrality
Calculate mean Degree Prestige as given by Freeman79
calculateGraphPrestige(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.OptimizedCloseness
 
calculateGraphPrestigeSD(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.AddClosenessCentrality
Calculate Standard Deviation for actor prestige.
calculateGraphPrestigeSD(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.AddCombinedCloseness
Calculate Standard Deviation for actor prestige.
calculateGraphPrestigeSD(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.AddDegreeCentrality
Calculate standard deviation of Degree Prestige as given by Freeman79
calculateGraphPrestigeSD(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.OptimizedCloseness
 
calculateInDegree(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.AddDegreeGraphProperties
Calculate the in-degree of each node.
calculateOutDegree(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.AddDegreeGraphProperties
Calculate the out-degree of each node.
calculatePrestige(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.AddClosenessCentrality
Calculates (MinSum of distances in a graph)/(Sum of shortest paths to this node) for every actor of the given type (mode).
calculatePrestige(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.AddDegreeCentrality
Calaculate In-Degree of each actor
cancel() - Method in class nz.ac.waikato.bibliography.LoadBibliographyAndClass
 
cancel() - Method in class nz.ac.waikato.bibliography.LoadBibliographyXML
 
cancel() - Method in class nz.ac.waikato.mcennis.rat.dataAquisition.CrawlLastFM
 
cancel() - Method in class nz.ac.waikato.mcennis.rat.dataAquisition.CrawlLiveJournal
Cancel the run at the end of the next user.
cancel() - Method in interface nz.ac.waikato.mcennis.rat.dataAquisition.DataAquisition
Stop all collection at the end of the next entity (file, web-page, etc.)
cancel() - Method in class nz.ac.waikato.mcennis.rat.dataAquisition.FileReader
 
cancel() - Method in class nz.ac.waikato.mcennis.rat.dataAquisition.FileReader2Pass
FIXME: write cancel operation
cancel() - Method in class nz.ac.waikato.mcennis.rat.dataAquisition.GetArtistTags
 
cancel() - Method in class nz.ac.waikato.mcennis.rat.dataAquisition.LastFMTagFileReader
 
cancel() - Method in class nz.ac.waikato.mcennis.rat.dataAquisition.ReadAudioFiles
 
cancel() - Method in class nz.ac.waikato.mcennis.rat.dataAquisition.ReadLastFMProfileFile
 
cancel() - Method in class nz.ac.waikato.mcennis.rat.dataAquisition.ReadMemGraphXMLFile
 
cancel() - Method in class nz.ac.waikato.mcennis.rat.scheduler.BasicScheduler
FIXME: Not yet implemented.
cancel() - Method in interface nz.ac.waikato.mcennis.rat.scheduler.Scheduler
Cancel execution and return immediately
CATEGORY_HUES - Static variable in class nz.ac.waikato.mcennis.rat.graph.algorithm.visual.DisplayAll
 
characters(char[], int, int) - Method in class nz.ac.waikato.bibliography.XMLParser.ParseBibliographyXML
 
characters(char[], int, int) - Method in class nz.ac.waikato.bibliography.XMLParser.ParseClassLabel
 
characters(char[], int, int) - Method in class nz.ac.waikato.mcennis.rat.parser.xmlHandler.ArtistDeciderXML
 
characters(char[], int, int) - Method in class nz.ac.waikato.mcennis.rat.parser.xmlHandler.FOAF2Graph
 
characters(char[], int, int) - Method in class nz.ac.waikato.mcennis.rat.parser.xmlHandler.GraphReader
 
characters(char[], int, int) - Method in class nz.ac.waikato.mcennis.rat.parser.xmlHandler.LastFmArtistHandler
 
characters(char[], int, int) - Method in class nz.ac.waikato.mcennis.rat.parser.xmlHandler.LastFMArtistTag
 
characters(char[], int, int) - Method in class nz.ac.waikato.mcennis.rat.parser.xmlHandler.LastFMProfile
 
characters(char[], int, int) - Method in class nz.ac.waikato.mcennis.rat.parser.xmlHandler.LastFMSimilarUsers
 
characters(char[], int, int) - Method in class nz.ac.waikato.mcennis.rat.parser.xmlHandler.LastFMUserArtistTags
 
characters(char[], int, int) - Method in class nz.ac.waikato.mcennis.rat.parser.xmlHandler.LastFMUserTags
 
characters(char[], int, int) - Method in class nz.ac.waikato.mcennis.rat.parser.xmlHandler.LastFMUserTopArtists
 
characters(char[], int, int) - Method in class nz.ac.waikato.mcennis.rat.parser.xmlHandler.RATExecution
 
characters(char[], int, int) - Method in class nz.ac.waikato.mcennis.rat.parser.xmlHandler.YahooArtistHandler
 
ChebyshevDistance - Class in nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores.distance
Distance measure as defined in Wikipedia
ChebyshevDistance() - Constructor for class nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores.distance.ChebyshevDistance
 
CheckDBDerby - Class in nz.ac.waikato.mcennis.rat
 
CheckDBDerby() - Constructor for class nz.ac.waikato.mcennis.rat.CheckDBDerby
Creates a new instance of CheckDBDerby
checkLinks(Actor) - Method in class nz.ac.waikato.mcennis.rat.graph.Clique
Determines if the actor to be added links to all elements of the clique
clear() - Method in class nz.ac.waikato.mcennis.rat.graph.DerbyGraph
Removes all data from the database.
clearTransients() - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.collaborativefiltering.AssociativeMiningItems
Eliiminates all transient objects.
Clique - Class in nz.ac.waikato.mcennis.rat.graph
Class for describing a completely connected subgraph.
Clique() - Constructor for class nz.ac.waikato.mcennis.rat.graph.Clique
Creates a new instance of Clique
close() - Method in class nz.ac.waikato.mcennis.rat.graph.Clique
 
close() - Method in interface nz.ac.waikato.mcennis.rat.graph.database.GraphPersistance
 
close() - Method in class nz.ac.waikato.mcennis.rat.graph.DerbyGraph
Attempts to release all resources created by the startup method
close() - Method in interface nz.ac.waikato.mcennis.rat.graph.Graph
Close database connections or write to file.
close() - Method in class nz.ac.waikato.mcennis.rat.graph.MemGraph
 
close() - Method in class nz.ac.waikato.mcennis.rat.graph.NullGraph
 
close() - Method in class nz.ac.waikato.mcennis.rat.graph.UserIDList
 
close() - Method in class nz.ac.waikato.mcennis.rat.graph.UserList
 
close() - Method in class nz.ac.waikato.mcennis.rat.gui.ScreenHandler
 
ColoredByPropertyGraph - Class in nz.ac.waikato.mcennis.rat.graph.algorithm.visual
Class for mapping one mode and one relation into a prefuse display demo.
ColoredByPropertyGraph() - Constructor for class nz.ac.waikato.mcennis.rat.graph.algorithm.visual.ColoredByPropertyGraph
 
CombineProperty - Class in nz.ac.waikato.mcennis.rat.graph.algorithm.aggregators
 
CombineProperty() - Constructor for class nz.ac.waikato.mcennis.rat.graph.algorithm.aggregators.CombineProperty
Create a new algorithm utilizing default parameters.
commit() - Method in class nz.ac.waikato.mcennis.rat.graph.Clique
 
commit() - Method in class nz.ac.waikato.mcennis.rat.graph.DerbyGraph
 
commit() - Method in interface nz.ac.waikato.mcennis.rat.graph.Graph
Commit the contents to database or storage.
commit() - Method in class nz.ac.waikato.mcennis.rat.graph.MemGraph
 
commit() - Method in class nz.ac.waikato.mcennis.rat.graph.NullGraph
 
commit() - Method in class nz.ac.waikato.mcennis.rat.graph.UserIDList
 
commit() - Method in class nz.ac.waikato.mcennis.rat.graph.UserList
 
compare(DoubleMatrix1D, DoubleMatrix1D) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.collaborativefiltering.User2User
 
compare(PathNode, PathNode, Link) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.OptimizedPathBase
 
compare(PathNode, PathNode, Link) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores.PathBaseCore
 
compare(Page) - Method in class nz.ac.waikato.mcennis.rat.graph.page.BasicCartesianPage
Only does comparisons of other objects of identical class.
compare(BasicCartesianPage) - Method in class nz.ac.waikato.mcennis.rat.graph.page.BasicCartesianPage
Implements an internal compare.
compare(Page) - Method in interface nz.ac.waikato.mcennis.rat.graph.page.Page
Compute a similarity between 2 pages.
compareInterests(Object[], Object[], double) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.AddBasicInterestLink
Exponential similarity measure between two users.
compareInterests(Link[], Link[], double) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.AddMusicLinks
Exponential similarity measure between two users.
comparePages(Actor) - Method in class nz.ac.waikato.mcennis.rat.graph.actor.BasicUser
Compare pages of this actor with the given actor.
comparePages(Actor) - Method in class nz.ac.waikato.mcennis.rat.graph.actor.DBActor
Compare pages of this actor with the given actor.
compareProperties(Actor) - Method in class nz.ac.waikato.mcennis.rat.graph.actor.BasicUser
Compare properties of this actor with the given actor.
compareProperties(Actor) - Method in class nz.ac.waikato.mcennis.rat.graph.actor.DBActor
Compare properties of this actor with the given actor.
compareProperties(Link) - Method in class nz.ac.waikato.mcennis.rat.graph.link.DBLink
Compare properties of this actor with the given actor.
compareTo(Object) - Method in class nz.ac.waikato.mcennis.rat.graph.actor.BasicUser
Throws ClassCastException when the parameter is not an Actor.
compareTo(Object) - Method in class nz.ac.waikato.mcennis.rat.graph.actor.DBActor
Throws ClassCastException when the parameter is not an Actor.
compareTo(Object) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.collaborativefiltering.AssociativeMiningItems
 
compareTo(Object) - Method in class nz.ac.waikato.mcennis.rat.graph.Clique
CompareTo operator for Cliques.
compareTo(Object) - Method in class nz.ac.waikato.mcennis.rat.graph.link.BasicUserLink
 
compareTo(Object) - Method in class nz.ac.waikato.mcennis.rat.graph.link.DBLink
Throws ClassCastException when the parameter is not an Link.
compareTo(Object) - Method in class nz.ac.waikato.mcennis.rat.graph.page.BasicCartesianPage
FIXME: Not implemented yet
compareTo(Object) - Method in class nz.ac.waikato.mcennis.rat.graph.path.PathNode
Compares two PathNodes.
compareTo(Object) - Method in class nz.ac.waikato.mcennis.rat.graph.property.BasicProperty
 
compareTo(Object) - Method in class nz.ac.waikato.mcennis.rat.util.Duples
Returns -1 if class L is not comparable, otherwise returns the output of left.compareTo(o.left)
Component - Interface in nz.ac.waikato.mcennis.rat
This class describes the self-documenting features of the different components that make up the toolkit.
ConcatenationAggregator - Class in nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores.aggregator
 
ConcatenationAggregator() - Constructor for class nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores.aggregator.ConcatenationAggregator
 
constructOutput(OutputDescriptor[], ParameterInternal[]) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.OptimizedPathBase
Defines the contents of the output class variable.
constructOutput(OutputDescriptor[], ParameterInternal[]) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.OptimizedBetweeness
 
constructOutput(OutputDescriptor[], ParameterInternal[]) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.OptimizedCloseness
 
contains(Actor) - Method in class nz.ac.waikato.mcennis.rat.graph.path.BasicPath
 
contains(Actor) - Method in interface nz.ac.waikato.mcennis.rat.graph.path.Path
returns if the path contains the given actor
content - Variable in class nz.ac.waikato.mcennis.rat.parser.NullParser
 
converse_depth - Variable in class nz.ac.waikato.mcennis.rat.graph.algorithm.clustering.BicomponentClusterer
 
core - Variable in class nz.ac.waikato.mcennis.rat.graph.algorithm.prestige.OptimizedLinkBetweeness
 
correlation(DoubleMatrix2D, IntArrayList[], DoubleMatrix1D, DoubleMatrix1D, int, int, double[]) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.collaborativefiltering.Item2Item
calculates the correlation between 2 artists using standard statistical definition of correlation.
CosineDistance - Class in nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores.distance
Adapted from Anna Huang's distance metric for Weka by Daniel McEnnis
CosineDistance() - Constructor for class nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores.distance.CosineDistance
 
countTotal(Graph) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.machinelearning.MultiInstanceSVM
 
crawl(String) - Method in interface nz.ac.waikato.mcennis.rat.crawler.Crawler
fetches the site designated by site.
crawl(String, String[]) - Method in interface nz.ac.waikato.mcennis.rat.crawler.Crawler
 
crawl(String) - Method in class nz.ac.waikato.mcennis.rat.crawler.CrawlerBase
Identical to crawl except all parsers are used
crawl(String, String[]) - Method in class nz.ac.waikato.mcennis.rat.crawler.CrawlerBase
 
crawl(String) - Method in class nz.ac.waikato.mcennis.rat.crawler.FileListCrawler
Identical to crawl except all parsers are used
crawl(String, String[]) - Method in class nz.ac.waikato.mcennis.rat.crawler.FileListCrawler
Retrieves the given document from the local filesystem
crawl(String) - Method in class nz.ac.waikato.mcennis.rat.crawler.GZipFileCrawler
Identical to crawl except all parsers are used
crawl(String, String[]) - Method in class nz.ac.waikato.mcennis.rat.crawler.GZipFileCrawler
 
crawl(String) - Method in class nz.ac.waikato.mcennis.rat.crawler.WebCrawler
Identical to crawl except all parsers are used
crawl(String, String[]) - Method in class nz.ac.waikato.mcennis.rat.crawler.WebCrawler
If this site has not been crawled before, adds a new site to the set of all sites parsed and adds it to the queue of the next spider, incrementing the spider index to the next spider.
Crawler - Interface in nz.ac.waikato.mcennis.rat.crawler
Interface for accessing files via io.
CrawlerBase - Class in nz.ac.waikato.mcennis.rat.crawler
Base class implementing basic web access capabilities.
CrawlerBase() - Constructor for class nz.ac.waikato.mcennis.rat.crawler.CrawlerBase
Base constructor.
CrawlLastFM - Class in nz.ac.waikato.mcennis.rat.dataAquisition
Class for parsing the LastFM web services with a multi-threaded parser.
CrawlLastFM() - Constructor for class nz.ac.waikato.mcennis.rat.dataAquisition.CrawlLastFM
 
CrawlLiveJournal - Class in nz.ac.waikato.mcennis.rat.dataAquisition
This class enables parsing and spidering of the LiveJournal site.
CrawlLiveJournal() - Constructor for class nz.ac.waikato.mcennis.rat.dataAquisition.CrawlLiveJournal
Creates a new instance of CrawlLiveJournal
create(Properties) - Method in class nz.ac.waikato.mcennis.rat.dataAquisition.DataAquisitionFactory
Creates a new DataAquisition object using the 'aquisition' property.
create(Properties) - Method in class nz.ac.waikato.mcennis.rat.graph.actor.ActorFactory
Actors are created using the 'ActorClass' property to determine the class of the actor to use.
create(Properties) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.AlgorithmFactory
Creates an algorithm

Algorithm is chosen via the 'algorithm' property.
create(Properties) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores.aggregator.AggregatorFunctionFactory
 
create(Properties) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores.distance.DistanceFactory
Create a distance function using the 'DistanceFunction' parameter.
create(Properties) - Method in class nz.ac.waikato.mcennis.rat.graph.artist.decider.ArtistDeciderFactory
Create an ArtistDecider The type is chosen by the 'ArtistDeciderType' parameter Known Types: 'Google' - GoogleDecider 'LastFM' - LastFMDecider 'LastFMType' key = 'XML' for XML version 'LastFMType' key undefined or anything else 'Basic' Anything else - BasicArtistDecider 'artistListLocation' key = directory of list of all artists
create(Properties) - Method in class nz.ac.waikato.mcennis.rat.graph.GraphFactory
Create a graph object without directly exposing the underlying types Types of graphs are pulled from the "Graph" key with "GraphID" for their unique ID.
create(Properties) - Method in class nz.ac.waikato.mcennis.rat.graph.link.LinkFactory
Creates a new Link based on the 'LinkClass' attribute.
create(Properties) - Method in class nz.ac.waikato.mcennis.rat.graph.page.PageFactory
Creates a new Page object.
create(Properties) - Method in class nz.ac.waikato.mcennis.rat.graph.path.PathFactory
Create a new Path.
create(Properties) - Method in class nz.ac.waikato.mcennis.rat.graph.path.PathSetFactory
Create new PathSet object.
create(Properties) - Method in class nz.ac.waikato.mcennis.rat.graph.persistence.GraphPersistanceFactory
 
create(Properties) - Method in class nz.ac.waikato.mcennis.rat.graph.property.PropertyFactory
Creates a new Property Object.
create(Properties) - Method in class nz.ac.waikato.mcennis.rat.parser.ParserFactory
Create Parsers using the given properties file as parameters Parser Class is determined by the 'ParserType' key HTML File'ToFileDirectory' - directory where files should be stored Scheduler - see HandlerFactory-RATExecution for more parameters FOAF - see HandlerFactory-FOAF for more parameters Graph - see HandlerFactory-Graph for more parameters GoogleArtist LastFmArtist 'LastFMType' - LastFM xml parser if XML, Basic bio parser otherwise BaseArtistDecider - ArtistDecider created - see ArtistDeciderFactory ArtistDeciderXML YahooArtistDecider LastFMArtistTag - see HandlerFactory-LastFMArtistTag for parameters
create(Properties) - Method in class nz.ac.waikato.mcennis.rat.parser.xmlHandler.HandlerFactory
Creates a new Handler object.
create(Properties) - Method in class nz.ac.waikato.mcennis.rat.scheduler.SchedulerFactory
Create a new Scheduler The class is created using the 'scheduler' key.
createCorrelation(Graph, Actor, double, Actor) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.collaborativefiltering.Item2Item
 
createDataSet(Actor[]) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.machinelearning.MultiInstanceSVM
 
createDataSet(Actor[]) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.machinelearning.SVM
 
createInputDescriptor(Properties) - Method in class nz.ac.waikato.mcennis.rat.graph.descriptors.DescriptorFactory
Creates an input descriptor for the given parameters Class of the input descriptor is determined by the 'Class' property.
createInstances(AggregatorContainer) - Method in class nz.ac.waikato.mcennis.rat.dataAquisition.ReadAudioFiles
 
createOutputDescriptor(Properties) - Method in class nz.ac.waikato.mcennis.rat.graph.descriptors.DescriptorFactory
Creates an output descriptor for the given parameters Class of the output descriptor is determined by the 'Class' property.
createParameter(Properties) - Method in class nz.ac.waikato.mcennis.rat.graph.descriptors.DescriptorFactory
Creates a new Parameter object.
createRecommendation(Graph, Actor, double, Actor) - Method in class nz.ac.waikato.mcennis.rat.graph.algorithm.collaborativefiltering.Item2Item
 
createSong(AggregatorContainer, String) - Method in class nz.ac.waikato.mcennis.rat.dataAquisition.ReadAudioFiles
 
createThreads(int) - Method in class nz.ac.waikato.mcennis.rat.crawler.WebCrawler
Creates threads to be utilized by this web crawler.

A B C D E F G H I J K L M N O P Q R S T U V W X Y