powered by
Converts geneImportanceNetwork matrix to distance matrix.
# S3 method for BigBang distanceImportanceNetwork(o, gin=NULL, ...)
The geneImportanceNetwork matrix. If it is not provided, a default call to geneImportanceNetwork will be performed.
Parameters for geneImportanceNetwork when gin is not provided.
Returns a matrix representing gene distances.
Goldberg, David E. 1989 Genetic Algorithms in Search, Optimization and Machine Learning. Addison-Wesley Pub. Co. ISBN: 0201157675
For more information see BigBang. *geneImportanceNetwork().
BigBang
*geneImportanceNetwork()
# NOT RUN { #bb is a BigBang object bb gin <- geneImportanceNetwork(bb) din <- distanceImportanceNetwork(bb, gin) # } # NOT RUN { # }
Run the code above in your browser using DataLab