Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2886_SymRegGrammarEnumeration/ExpressionClustering_R/Exploration-Spectrum-Clustering.R @ 16174

Last change on this file since 16174 was 16174, checked in by gkronber, 6 years ago

#2886 made several changes to clustering scripts for GPTP paper

File size: 245 bytes
Line 
1f1 <- all_evals[1,];
2xs <- seq(1,ncol(f1),1);
3
4s <- mvfft(z = t(all_evals[1:10,]))
5
6data <- data.frame(x = xs, fx = t(f1), s = s);
7#ggplot(data, aes(x=x,y=Re(s.3))) + geom_point();
8ggplot(data, aes(x=x,y=t(all_evals[3,]))) + geom_point();
Note: See TracBrowser for help on using the repository browser.