From 6ce553563bc795f389f639a3a8cdfe356de71441 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sun, 27 Jan 2019 13:56:24 +0100 Subject: new upstream version 6.0 --- documentation/ui/figure.R | 491 ++ documentation/ui/figure/bell.svg | 260 + documentation/ui/figure/binary.svg | 261 ++ documentation/ui/figure/concave.svg | 253 + documentation/ui/figure/cosine.svg | 260 + documentation/ui/figure/discrete.svg | 310 ++ documentation/ui/figure/gaussian.svg | 260 + documentation/ui/figure/gaussianProduct.svg | 264 ++ documentation/ui/figure/piShape.svg | 260 + documentation/ui/figure/power.svg | 227 + documentation/ui/figure/ramp.svg | 261 ++ documentation/ui/figure/rectangle.svg | 260 + documentation/ui/figure/sShape.svg | 260 + documentation/ui/figure/sigmoid.svg | 261 ++ documentation/ui/figure/sigmoidDifference.svg | 260 + documentation/ui/figure/sigmoidProduct.svg | 252 + documentation/ui/figure/spike.svg | 260 + documentation/ui/figure/terms.svg | 4955 ++++++++++++++++++++ documentation/ui/figure/trapezoid.svg | 260 + documentation/ui/figure/triangle.svg | 260 + documentation/ui/figure/zShape.svg | 260 + documentation/ui/footer.html | 22 + documentation/ui/header.html | 77 + documentation/ui/image/android-chrome-144x144.png | Bin 0 -> 6532 bytes documentation/ui/image/android-chrome-192x192.png | Bin 0 -> 8956 bytes documentation/ui/image/android-chrome-36x36.png | Bin 0 -> 1735 bytes documentation/ui/image/android-chrome-48x48.png | Bin 0 -> 2280 bytes documentation/ui/image/android-chrome-72x72.png | Bin 0 -> 3171 bytes documentation/ui/image/android-chrome-96x96.png | Bin 0 -> 4447 bytes .../ui/image/apple-touch-icon-114x114.png | Bin 0 -> 6890 bytes .../ui/image/apple-touch-icon-120x120.png | Bin 0 -> 7417 bytes .../ui/image/apple-touch-icon-144x144.png | Bin 0 -> 8862 bytes .../ui/image/apple-touch-icon-152x152.png | Bin 0 -> 9766 bytes .../ui/image/apple-touch-icon-180x180.png | Bin 0 -> 11090 bytes documentation/ui/image/apple-touch-icon-57x57.png | Bin 0 -> 3699 bytes documentation/ui/image/apple-touch-icon-60x60.png | Bin 0 -> 3861 bytes documentation/ui/image/apple-touch-icon-72x72.png | Bin 0 -> 4563 bytes documentation/ui/image/apple-touch-icon-76x76.png | Bin 0 -> 5054 bytes .../ui/image/apple-touch-icon-precomposed.png | Bin 0 -> 12911 bytes documentation/ui/image/apple-touch-icon.png | Bin 0 -> 11090 bytes documentation/ui/image/browserconfig.xml | 12 + documentation/ui/image/favicon-16x16.png | Bin 0 -> 813 bytes documentation/ui/image/favicon-32x32.png | Bin 0 -> 1502 bytes documentation/ui/image/favicon-96x96.png | Bin 0 -> 4447 bytes documentation/ui/image/favicon.ico | Bin 0 -> 15086 bytes documentation/ui/image/manifest.json | 41 + documentation/ui/image/mstile-144x144.png | Bin 0 -> 6557 bytes documentation/ui/image/mstile-150x150.png | Bin 0 -> 6806 bytes documentation/ui/image/mstile-310x150.png | Bin 0 -> 7390 bytes documentation/ui/image/mstile-310x310.png | Bin 0 -> 14321 bytes documentation/ui/image/mstile-70x70.png | Bin 0 -> 4487 bytes documentation/ui/image/safari-pinned-tab.svg | 28 + documentation/ui/stylesheet.css | 0 53 files changed, 10575 insertions(+) create mode 100644 documentation/ui/figure.R create mode 100644 documentation/ui/figure/bell.svg create mode 100644 documentation/ui/figure/binary.svg create mode 100644 documentation/ui/figure/concave.svg create mode 100644 documentation/ui/figure/cosine.svg create mode 100644 documentation/ui/figure/discrete.svg create mode 100644 documentation/ui/figure/gaussian.svg create mode 100644 documentation/ui/figure/gaussianProduct.svg create mode 100644 documentation/ui/figure/piShape.svg create mode 100644 documentation/ui/figure/power.svg create mode 100644 documentation/ui/figure/ramp.svg create mode 100644 documentation/ui/figure/rectangle.svg create mode 100644 documentation/ui/figure/sShape.svg create mode 100644 documentation/ui/figure/sigmoid.svg create mode 100644 documentation/ui/figure/sigmoidDifference.svg create mode 100644 documentation/ui/figure/sigmoidProduct.svg create mode 100644 documentation/ui/figure/spike.svg create mode 100644 documentation/ui/figure/terms.svg create mode 100644 documentation/ui/figure/trapezoid.svg create mode 100644 documentation/ui/figure/triangle.svg create mode 100644 documentation/ui/figure/zShape.svg create mode 100644 documentation/ui/footer.html create mode 100644 documentation/ui/header.html create mode 100644 documentation/ui/image/android-chrome-144x144.png create mode 100644 documentation/ui/image/android-chrome-192x192.png create mode 100644 documentation/ui/image/android-chrome-36x36.png create mode 100644 documentation/ui/image/android-chrome-48x48.png create mode 100644 documentation/ui/image/android-chrome-72x72.png create mode 100644 documentation/ui/image/android-chrome-96x96.png create mode 100644 documentation/ui/image/apple-touch-icon-114x114.png create mode 100644 documentation/ui/image/apple-touch-icon-120x120.png create mode 100644 documentation/ui/image/apple-touch-icon-144x144.png create mode 100644 documentation/ui/image/apple-touch-icon-152x152.png create mode 100644 documentation/ui/image/apple-touch-icon-180x180.png create mode 100644 documentation/ui/image/apple-touch-icon-57x57.png create mode 100644 documentation/ui/image/apple-touch-icon-60x60.png create mode 100644 documentation/ui/image/apple-touch-icon-72x72.png create mode 100644 documentation/ui/image/apple-touch-icon-76x76.png create mode 100644 documentation/ui/image/apple-touch-icon-precomposed.png create mode 100644 documentation/ui/image/apple-touch-icon.png create mode 100644 documentation/ui/image/browserconfig.xml create mode 100644 documentation/ui/image/favicon-16x16.png create mode 100644 documentation/ui/image/favicon-32x32.png create mode 100644 documentation/ui/image/favicon-96x96.png create mode 100644 documentation/ui/image/favicon.ico create mode 100644 documentation/ui/image/manifest.json create mode 100644 documentation/ui/image/mstile-144x144.png create mode 100644 documentation/ui/image/mstile-150x150.png create mode 100644 documentation/ui/image/mstile-310x150.png create mode 100644 documentation/ui/image/mstile-310x310.png create mode 100644 documentation/ui/image/mstile-70x70.png create mode 100644 documentation/ui/image/safari-pinned-tab.svg create mode 100644 documentation/ui/stylesheet.css (limited to 'documentation') diff --git a/documentation/ui/figure.R b/documentation/ui/figure.R new file mode 100644 index 0000000..88cef79 --- /dev/null +++ b/documentation/ui/figure.R @@ -0,0 +1,491 @@ +library('cowplot') +library('ggplot2') + +theme_set(theme_gray()) + + +isEq = function(a,b,error=1e-5){ + abs(a - b) <= error +} + +isLt = function(a,b,error=1e-5){ + !isEq(a,b,error) & a < b +} + +isGt = function(a,b,error=1e-5){ + !isEq(a,b,error) & a > b +} + +isLE = function(a,b,error=1e-5){ + isEq(a,b,error) | a < b +} + +isGE = function(a,b,error=1e-5){ + isEq(a,b,error) | a > b +} + +#Scale: Scales a number to a different scale +Scale = function(value, toMin, toMax, fromMin=min(value), fromMax=max(value)){ + (toMax - toMin) / (fromMax - fromMin) * (value - fromMin) + toMin +} + +#Basic + +term.triangle = function(x, a, b, c){ + if (isLt(x,a) | isGt(x,c)) + 0.0 + else if (isEq(x,b)) + 1.0 + else if (isLt(x,b)) + (x - a) / (b - a) + else + result = (c - x) / (c - b) +} + +term.trapezoid = function(x,a,b,c,d){ + if (isLt(x, a) | isGt(x, d)) + 0.0 + else if (isLE(x, b)) + min(1.0, (x - a) / (b - a)) + else if (isLE(x, c)) + 1.0 + else if (isLE(x, d)) + (d - x) / (d - c) +} + +term.rectangle = function(x,a,b){ + if (isLt(x, a) | isGt(x,b)) + 0.0 + else 1.0 +} + +term.discrete = function(x, a, b){ + diff = b-a + if (isLt(x,a) | isGt(x,b)) + 0.0 + else if (isLt(x,.25 * diff)) + Scale(x, 0, 1, a, a + diff*.25) + else if (isLt(x, .5*diff)) + Scale(x,1,0.5, a + diff*.25, a + diff*.5) + else if (isLt(x, .75*diff)) + Scale(x,0.5,1,a+diff*.5, a+diff*.75) + else if (isLt(x, diff)) + Scale(x, 1, 0, a+diff*.75, a+diff) + else {0.0} +# else if (isLt(x, a*.5) +} + + +term.bell = function(x, center, width, slope){ + 1.0 / (1.0 + abs((x - center) / width)**(2 * slope)); +} + +#EXTENDED + +term.cosine = function(x, center, width){ + if (isLt(x, center-width/2.0) || isGt(x, center+width/2.0)){ + 0.0 + }else{ + 0.5 * (1.0 + cos(2.0 / width * pi * (x - center))) + } +} + +term.gaussian = function(x, mean, sd){ + exp((-(x - mean) * (x - mean)) / (2 * sd * sd)); +} + +term.gaussianProduct = function(x, meanA, sdA, meanB, sdB){ + xLEa = isLE(x, meanA) + a = exp((-(x - meanA) * (x - meanA)) / (2 * sdA * sdA)) * xLEa + (1 - xLEa) + xGEb = isGE(x, meanB) + b = exp((-(x - meanB) * (x - meanB)) / (2 * sdB * sdB)) * xGEb + (1 - xGEb) + a * b +} + +term.bell = function(x, center, width, slope){ + 1.0 / (1.0 + abs((x - center) / width)** (2 * slope)) +} + +term.piShape = function(x, bottomLeft, topLeft, topRight, bottomRight){ + a_b_ave = (bottomLeft + topLeft) / 2.0 + b_minus_a = topLeft - bottomLeft + c_d_ave = (topRight + bottomRight) / 2.0 + d_minus_c = bottomRight - topRight + + if (isLE(x, bottomLeft)) 0.0 + + else if (isLE(x, a_b_ave)) + 2.0 * ((x - bottomLeft) / b_minus_a) ** 2 + + else if (isLt(x, topLeft)) + 1.0 - 2.0 * ((x - topLeft) / b_minus_a)** 2 + + else if (isLE(x, topRight)) + 1.0 + + else if (isLE(x, c_d_ave)) + 1 - 2 * ((x - topRight) / d_minus_c)**2 + + else if (isLt(x, bottomRight)) + 2 * ((x - bottomRight) / d_minus_c)** 2 + + else 0.0 +} + +term.sigmoidDifference = function(x, left, rising, falling, right){ + a = 1.0 / (1 + exp(-rising * (x - left))) + b = 1.0 / (1 + exp(-falling * (x - right))) + abs(a - b) +} + +term.sigmoidProduct = function(x, left, rising, falling, right){ + a = 1.0 / (1 + exp(-rising * (x - left))) + b = 1.0 / (1 + exp(-falling * (x - right))) + abs(a * b) +} + +term.spike = function(x, center, width){ + exp(-abs( 10 / width * (x-center))) +} + +#EDGES + +term.binary = function(x, threshold, direction){ + if (isGE(direction,0.0) && isGE(x, threshold)){ + 1.0 + }else if (isLt(direction, 0.0) && isLE(x, threshold)){ + 1.0 + }else{ + 0.0 + } +} + +term.concave = function(x, inflection, end){ + if (isLE(inflection, end)){ #Concave increasing + if (isLt(x, end)){ + (end - inflection) / (2 * end - inflection - x) + }else{ 1.0 } + } else{ #Concave decreasing + if (isGt(x, end)){ + (inflection - end) / (inflection -2 * end + x) + }else{ 1.0 } + } +} + + +term.ramp = function(x, start, end){ + if (isEq(start, end)) 0.0 + + else if (isLt(start, end)) { + if (isLE(x, start)) 0.0 + else if (isGE(x, end)) 1.0 + else (x - start) / (end - start) + } else { + if (isGE(x, start)) 0.0 + else if (isLE(x, end)) 1.0 + else (start - x) / ( start - end) + } +} + +term.sigmoid = function(x, inflection, slope){ + 1.0 / (1.0 + exp(-slope * (x - inflection))) +} + +term.sShape = function(x, start, end){ + average = (start + end) / 2 + difference = end - start + + if (isLE(x, start)) 0.0 + + else if (isLE(x, average)) + 2 * ((x - start) / difference) ** 2 + + else if (isLt(x, end)) + 1.0 - 2.0 * ((x - end) / difference) ** 2 + else 1.0 +} + +term.zShape = function(x, start, end){ + average = (start + end) / 2 + difference = end - start + + if (isLE(x, start)) 1.0 + + else if (isLE(x, average)) + 1.0 - 2.0 * ((x - start) / difference) ** 2 + + else if (isLt(x, end)) + 2.0 * ((x - end) / difference)** 2 + + else 0.0 +} + + + + + + + +x = seq(0,1,length=500) +average = (max(x) + min(x))/2 +diff = (max(x) - min(x)) + + + + + +dir.create('figure',showWarnings=F) + + +##################BASIC + +triangle.df = data.frame(x, y=sapply(x, term.triangle, min(x), average, max(x))) +triangle.plot = ggplot(triangle.df, aes(x,y, size=2, lineend='round')) + geom_line() + ylab(expression(mu(x))) + theme(legend.position='none') +ggsave('figure/triangle.svg', triangle.plot, width=3, height=3) + + +trapezoid.df = data.frame(x, y=sapply(x, term.trapezoid, min(x), min(x) + .25 * diff, min(x) + .75*diff, max(x))) +trapezoid.plot = ggplot(trapezoid.df, aes(x,y, size=2, lineend='round')) + geom_line() + ylab(expression(mu(x))) + theme(legend.position='none') +ggsave('figure/trapezoid.svg', trapezoid.plot, width=3, height=3) + + +rectangle.df = data.frame(x, y=sapply(x, term.rectangle, min(x) + .25*diff, min(x) + .75*diff)) +rectangle.plot = ggplot(rectangle.df, aes(x,y, size=2, lineend='round')) + geom_line() + ylab(expression(mu(x))) + theme(legend.position='none') +ggsave('figure/rectangle.svg', rectangle.plot, width=3, height=3) + + +discrete.x = x[c(1, seq(10, 495, 10), 500)] +discrete.df = data.frame(x=discrete.x, y=sapply(discrete.x, term.discrete, min(x), max(x))) +discrete.plot = ggplot(discrete.df, aes(x,y, size=2, lineend='round')) + geom_point() + ylab(expression(mu(x))) + theme(legend.position='none') +ggsave('figure/discrete.svg', discrete.plot, width=3, height=3) + + + +#################EXTENDED + +cosine.df = data.frame(x, y=sapply(x, term.cosine, average, diff)) +cosine.plot = ggplot(cosine.df, aes(x,y, size=2, lineend='round')) + geom_line() + ylab(expression(mu(x))) + theme(legend.position='none') +ggsave('figure/cosine.svg', cosine.plot, width=3, height=3) + + +gaussian.df = data.frame(x, y=sapply(x, term.gaussian, average, .2*diff)) +gaussian.plot = ggplot(gaussian.df, aes(x,y, size=2, lineend='round')) + geom_line() + ylab(expression(mu(x))) + theme(legend.position='none') +ggsave('figure/gaussian.svg', gaussian.plot, width=3, height=3) + + +gaussianProduct.df = data.frame(x, y=sapply(x, term.gaussianProduct, average+.1, .2*diff, average-.1, .2*diff)) +gaussianProduct.plot = ggplot(gaussianProduct.df, aes(x,y, size=2, lineend='round')) + geom_line() + ylab(expression(mu(x))) + theme(legend.position='none') +ggsave('figure/gaussianProduct.svg', gaussianProduct.plot, width=3, height=3) + + +bell.df = data.frame(x, y=sapply(x, term.bell, average, .25*diff, 3.0)) +bell.plot = ggplot(bell.df, aes(x,y, size=2, lineend='round')) + geom_line() + ylab(expression(mu(x))) + theme(legend.position='none') +ggsave('figure/bell.svg', bell.plot, width=3, height=3) + + +piShape.df = data.frame(x, y=sapply(x, term.piShape, min(x), average, average, max(x))) +piShape.plot = ggplot(piShape.df, aes(x,y, size=2, lineend='round')) + geom_line() + ylab(expression(mu(x))) + theme(legend.position='none') +ggsave('figure/piShape.svg', piShape.plot, width=3, height=3) + + +sigmoidDifference.df = data.frame(x, y=sapply(x, term.sigmoidDifference, min(x) + .25*diff, 20/diff, 20/diff, min(x)+.75*diff)) +sigmoidDifference.plot = ggplot(sigmoidDifference.df, aes(x,y, size=2, lineend='round')) + geom_line() + ylab(expression(mu(x))) + theme(legend.position='none') +ggsave('figure/sigmoidDifference.svg', sigmoidDifference.plot, width=3, height=3) + + +sigmoidProduct.df = data.frame(x, y=sapply(x, term.sigmoidProduct, min(x) + .25*diff, 10/diff, -10/diff, min(x)+.75*diff)) +sigmoidProduct.plot = ggplot(sigmoidProduct.df, aes(x,y, size=2, lineend='round')) + geom_line() + ylab(expression(mu(x))) + theme(legend.position='none') +ggsave('figure/sigmoidProduct.svg', sigmoidProduct.plot, width=3, height=3) + + +spike.df = data.frame(x, y=sapply(x, term.spike, average, diff)) +spike.plot = ggplot(spike.df, aes(x,y, size=2, lineend='round')) + geom_line() + ylab(expression(mu(x))) + theme(legend.position='none') +ggsave('figure/spike.svg', spike.plot, width=3, height=3) + + + +###############EDGE + +#Binary +binary.dfa = data.frame(x, y=sapply(x, term.binary, min(x) + .25*diff, -1)) +binary.dfb = data.frame(x, y=sapply(x, term.binary, min(x) + .75*diff, 1)) +binary.plot = ggplot(binary.dfa, aes(x,y, size=2, lineend='round')) + + geom_line(data=binary.dfb, aes(x,y, size=2, lineend='round')) + + geom_line() + ylab(expression(mu(x))) + theme(legend.position='none') +ggsave('figure/binary.svg', binary.plot, width=3, height=3) + +#Concave +concave.dfa = data.frame(x, y=sapply(x, term.concave, average, max(x)-.2)) +concave.dfb = data.frame(x, y=sapply(x, term.concave, average, 1-(max(x)-.2))) +concave.plot = ggplot(concave.dfa, aes(x,y, size=2, lineend='round')) + + geom_line(data=concave.dfb, aes(x,y, size=2, lineend='round')) + + geom_line() + ylab(expression(mu(x))) + theme(legend.position='none') +ggsave('figure/concave.svg', concave.plot, width=3, height=3) + +#RAMP +ramp.dfa = data.frame(x, y=sapply(x, term.ramp, max(x)-.2, min(x)+.2)) +ramp.dfb = data.frame(x, y=sapply(x, term.ramp, min(x)+.2, max(x)-.2)) +ramp.plot = ggplot(ramp.dfa, aes(x,y, size=2, lineend='round')) + + geom_line(data=ramp.dfb, aes(x,y, size=2, lineend='round')) + + geom_line() + ylab(expression(mu(x))) + theme(legend.position='none') +ggsave('figure/ramp.svg', ramp.plot, width=3, height=3) + + +sigmoid.dfa = data.frame(x, y=sapply(x, term.sigmoid, average, 20/diff)) +sigmoid.dfb = data.frame(x, y=sapply(x, term.sigmoid, average, -20/diff)) +sigmoid.plot = ggplot(sigmoid.dfa, aes(x,y, size=2, lineend='round')) + + geom_line(data=sigmoid.dfb, aes(x,y, size=2, lineend='round')) + + geom_line() + ylab(expression(mu(x))) + theme(legend.position='none') +ggsave('figure/sigmoid.svg', sigmoid.plot, width=3, height=3) + + +sShape.df = data.frame(x, y=sapply(x, term.sShape, min(x), max(x))) +sShape.plot = ggplot(sShape.df, aes(x,y, size=2, lineend='round')) + geom_line() + ylab(expression(mu(x))) + theme(legend.position='none') +ggsave('figure/sShape.svg', sShape.plot, width=3, height=3) + + +zShape.df = data.frame(x, y=sapply(x, term.zShape, min(x), max(x))) +zShape.plot = ggplot(zShape.df, aes(x,y, size=2, lineend='round')) + geom_line() + ylab(expression(mu(x))) + theme(legend.position='none') +ggsave('figure/zShape.svg', zShape.plot, width=3, height=3) + + +##############Terms + + constant.plot = + ggplot(data=data.frame(x=0,y=0)) + + geom_point(aes(x=0,y=0), size=0) + + ylab(expression(f(x))) + xlab('x') + + coord_cartesian(ylim = c(-0.05, 1.05), xlim=c(-0.05,1.05)) + + annotate('text', x = .5, y = .5, label = "f(x)==k", parse = T,size=10) + + linear.plot = + ggplot(data=data.frame(x=0,y=0)) + + geom_point(aes(x=0,y=0), size=0) + + ylab(expression(f(x))) + xlab('x') + + coord_cartesian(ylim = c(-0.05, 1.05), xlim=c(-0.05,1.05)) + + annotate('text', x = .5, y = .5, angle=45, label = "f(x)==sum(paste(c[i],v[i]), i)+k", parse = T,size=10) + + function.plot = + ggplot(data=data.frame(x=0,y=0)) + + geom_point(aes(x=0,y=0), size=0) + + ylab(expression(f(x))) + xlab('x') + + coord_cartesian(ylim = c(-0.05, 1.05), xlim=c(-0.05,1.05)) + + annotate('text', x = .5, y = .5, label = "f:x %->% f(x)", parse = T,size=10) + + +########## Vertical layout + terms.grid = plot_grid( + +triangle.plot, bell.plot, piShape.plot, +trapezoid.plot, cosine.plot, sigmoidDifference.plot, +rectangle.plot, gaussian.plot, sigmoidProduct.plot, +discrete.plot, gaussianProduct.plot, spike.plot, +binary.plot, ramp.plot, sShape.plot, +concave.plot, sigmoid.plot, zShape.plot, +function.plot, linear.plot, constant.plot, + + ncol=3, nrow=7, scale=1, label_size=12, vjust=1.25, align='v', + #hjust=.5, # align='hv', + + labels=c( +'Triangle', 'Bell', 'PiShape', +'Trapezoid', 'Cosine', 'SigmoidDifference', +'Rectangle', 'Gaussian', 'SigmoidProduct', +'Discrete', 'GaussianProduct', 'Spike', +'Binary', 'Ramp', 'SShape', +'Concave', 'Sigmoid', 'ZShape', +'Function', 'Linear', 'Constant' + ) + ) + + save_plot('figure/terms.svg', terms.grid, ncol=3, nrow=7, scale=.75) + + stop('Script successfully executed') + + +##########Horizontal layout + terms.grid = plot_grid( + + triangle.plot, trapezoid.plot, rectangle.plot, discrete.plot, function.plot, binary.plot , concave.plot, + + bell.plot, cosine.plot, gaussian.plot, gaussianProduct.plot, linear.plot, ramp.plot, sigmoid.plot, + + piShape.plot, sigmoidDifference.plot, sigmoidProduct.plot, spike.plot, constant.plot, sShape.plot, zShape.plot, + + ncol=7, nrow=3, scale=1, label_size=12, vjust=1.25, align='v', + #hjust=.5, # align='hv', + +labels=c( +'Triangle', 'Trapezoid', 'Rectangle', 'Discrete', 'Function', 'Binary', 'Concave', +'Bell', 'Cosine', 'Gaussian', 'GaussianProduct', 'Linear', 'Ramp', 'Sigmoid', +'PiShape', 'SigmoidDifference', 'SigmoidProduct','Spike', 'Constant', 'SShape', 'ZShape') +) + +save_plot('figure/terms.svg', terms.grid, ncol=7, nrow=3, scale=.75) + +stop('Script successfully executed') + + + + + + + + + + + + +# X1234X +# 123456 +# 7 8 +# 123456 + +constant.plot = + ggplot(data=data.frame(x=0,y=0)) + + geom_point(aes(x=0,y=0), size=0) + + ylab(expression(mu(x))) + xlab('x') + + coord_cartesian(ylim = c(-0.05, 1.05), xlim=c(-0.05,1.05)) + + annotate('text', x = .5, y = .5, label = "mu(x)==k", parse = T,size=10) + +linear.plot = + ggplot(data=data.frame(x=0,y=0)) + + geom_point(aes(x=0,y=0), size=0) + + ylab(expression(mu(x))) + xlab('x') + + coord_cartesian(ylim = c(-0.05, 1.05), xlim=c(-0.05,1.05)) + + annotate('text', x = .5, y = .5, angle=45, label = "mu(x)==sum(c[i] %.% x[i], i)+k", parse = T,size=5) + +function.plot = + ggplot(data=data.frame(x=0,y=0)) + + geom_point(aes(x=0,y=0), size=0) + + ylab(expression(mu(x))) + xlab('x') + + coord_cartesian(ylim = c(-0.05, 1.05), xlim=c(-0.05,1.05)) + + annotate('text', x = .5, y = .5, label = "f:x %->% mu(x)", parse = T,size=5) + + +terms.grid = plot_grid( + +NULL, triangle.plot, trapezoid.plot, rectangle.plot, discrete.plot, NULL, + +bell.plot, cosine.plot, gaussian.plot, gaussianProduct.plot, piShape.plot, sigmoidDifference.plot, + +sigmoidProduct.plot, spike.plot, NULL, constant.plot, linear.plot, function.plot, + +binary.plot, concave.plot, ramp.plot, sigmoid.plot, sShape.plot, zShape.plot, + +nrow=4, ncol=6, scale=1, label_size=12, vjust=1.25, +#hjust=.5, # align='hv', + +labels=c( +'', 'Triangle', 'Trapezoid', 'Rectangle', 'Discrete', '', +'Bell', 'Cosine', 'Gaussian', 'GaussianProduct', 'PiShape', 'SigmoidDifference', +'SigmoidProduct','Spike', '', 'Constant', 'Linear', 'Function', +'Binary', 'Concave', 'Ramp', 'Sigmoid', 'SShape', 'ZShape') +) + +save_plot('figure/terms.svg', terms.grid, + ncol=6, nrow=4, scale=.5) + + + + diff --git a/documentation/ui/figure/bell.svg b/documentation/ui/figure/bell.svg new file mode 100644 index 0000000..9709cf5 --- /dev/null +++ b/documentation/ui/figure/bell.svg @@ -0,0 +1,260 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/documentation/ui/figure/binary.svg b/documentation/ui/figure/binary.svg new file mode 100644 index 0000000..c6b8575 --- /dev/null +++ b/documentation/ui/figure/binary.svg @@ -0,0 +1,261 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/documentation/ui/figure/concave.svg b/documentation/ui/figure/concave.svg new file mode 100644 index 0000000..37ef129 --- /dev/null +++ b/documentation/ui/figure/concave.svg @@ -0,0 +1,253 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/documentation/ui/figure/cosine.svg b/documentation/ui/figure/cosine.svg new file mode 100644 index 0000000..ab567c5 --- /dev/null +++ b/documentation/ui/figure/cosine.svg @@ -0,0 +1,260 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/documentation/ui/figure/discrete.svg b/documentation/ui/figure/discrete.svg new file mode 100644 index 0000000..bb24450 --- /dev/null +++ b/documentation/ui/figure/discrete.svg @@ -0,0 +1,310 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/documentation/ui/figure/gaussian.svg b/documentation/ui/figure/gaussian.svg new file mode 100644 index 0000000..3eddc70 --- /dev/null +++ b/documentation/ui/figure/gaussian.svg @@ -0,0 +1,260 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/documentation/ui/figure/gaussianProduct.svg b/documentation/ui/figure/gaussianProduct.svg new file mode 100644 index 0000000..0643bbd --- /dev/null +++ b/documentation/ui/figure/gaussianProduct.svg @@ -0,0 +1,264 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/documentation/ui/figure/piShape.svg b/documentation/ui/figure/piShape.svg new file mode 100644 index 0000000..ecf546c --- /dev/null +++ b/documentation/ui/figure/piShape.svg @@ -0,0 +1,260 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/documentation/ui/figure/power.svg b/documentation/ui/figure/power.svg new file mode 100644 index 0000000..8bb7b3d --- /dev/null +++ b/documentation/ui/figure/power.svg @@ -0,0 +1,227 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/documentation/ui/figure/ramp.svg b/documentation/ui/figure/ramp.svg new file mode 100644 index 0000000..370fab3 --- /dev/null +++ b/documentation/ui/figure/ramp.svg @@ -0,0 +1,261 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/documentation/ui/figure/rectangle.svg b/documentation/ui/figure/rectangle.svg new file mode 100644 index 0000000..deb6c70 --- /dev/null +++ b/documentation/ui/figure/rectangle.svg @@ -0,0 +1,260 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/documentation/ui/figure/sShape.svg b/documentation/ui/figure/sShape.svg new file mode 100644 index 0000000..3f24ed9 --- /dev/null +++ b/documentation/ui/figure/sShape.svg @@ -0,0 +1,260 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/documentation/ui/figure/sigmoid.svg b/documentation/ui/figure/sigmoid.svg new file mode 100644 index 0000000..4e58480 --- /dev/null +++ b/documentation/ui/figure/sigmoid.svg @@ -0,0 +1,261 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/documentation/ui/figure/sigmoidDifference.svg b/documentation/ui/figure/sigmoidDifference.svg new file mode 100644 index 0000000..ca75ba2 --- /dev/null +++ b/documentation/ui/figure/sigmoidDifference.svg @@ -0,0 +1,260 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/documentation/ui/figure/sigmoidProduct.svg b/documentation/ui/figure/sigmoidProduct.svg new file mode 100644 index 0000000..61543c9 --- /dev/null +++ b/documentation/ui/figure/sigmoidProduct.svg @@ -0,0 +1,252 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/documentation/ui/figure/spike.svg b/documentation/ui/figure/spike.svg new file mode 100644 index 0000000..5bf788b --- /dev/null +++ b/documentation/ui/figure/spike.svg @@ -0,0 +1,260 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/documentation/ui/figure/terms.svg b/documentation/ui/figure/terms.svg new file mode 100644 index 0000000..acc306a --- /dev/null +++ b/documentation/ui/figure/terms.svg @@ -0,0 +1,4955 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/documentation/ui/figure/trapezoid.svg b/documentation/ui/figure/trapezoid.svg new file mode 100644 index 0000000..4cd17a2 --- /dev/null +++ b/documentation/ui/figure/trapezoid.svg @@ -0,0 +1,260 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/documentation/ui/figure/triangle.svg b/documentation/ui/figure/triangle.svg new file mode 100644 index 0000000..fd3e09d --- /dev/null +++ b/documentation/ui/figure/triangle.svg @@ -0,0 +1,260 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/documentation/ui/figure/zShape.svg b/documentation/ui/figure/zShape.svg new file mode 100644 index 0000000..40b41b3 --- /dev/null +++ b/documentation/ui/figure/zShape.svg @@ -0,0 +1,260 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/documentation/ui/footer.html b/documentation/ui/footer.html new file mode 100644 index 0000000..2a56075 --- /dev/null +++ b/documentation/ui/footer.html @@ -0,0 +1,22 @@ + + + + + + + + + + diff --git a/documentation/ui/header.html b/documentation/ui/header.html new file mode 100644 index 0000000..a8b2bb9 --- /dev/null +++ b/documentation/ui/header.html @@ -0,0 +1,77 @@ + + + + + + + +$projectname: $title +$title + + + + + + + + + + + + + + + + + + + + + + + + + +$treeview +$search +$mathjax + +$extrastylesheet + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + +
+
$projectname +  $projectnumber +
+
$projectbrief
+
+
$projectbrief
+
$searchbox
+
+ + diff --git a/documentation/ui/image/android-chrome-144x144.png b/documentation/ui/image/android-chrome-144x144.png new file mode 100644 index 0000000..13a60a8 Binary files /dev/null and b/documentation/ui/image/android-chrome-144x144.png differ diff --git a/documentation/ui/image/android-chrome-192x192.png b/documentation/ui/image/android-chrome-192x192.png new file mode 100644 index 0000000..8507762 Binary files /dev/null and b/documentation/ui/image/android-chrome-192x192.png differ diff --git a/documentation/ui/image/android-chrome-36x36.png b/documentation/ui/image/android-chrome-36x36.png new file mode 100644 index 0000000..ad8e7d1 Binary files /dev/null and b/documentation/ui/image/android-chrome-36x36.png differ diff --git a/documentation/ui/image/android-chrome-48x48.png b/documentation/ui/image/android-chrome-48x48.png new file mode 100644 index 0000000..94b2dfe Binary files /dev/null and b/documentation/ui/image/android-chrome-48x48.png differ diff --git a/documentation/ui/image/android-chrome-72x72.png b/documentation/ui/image/android-chrome-72x72.png new file mode 100644 index 0000000..8f90b01 Binary files /dev/null and b/documentation/ui/image/android-chrome-72x72.png differ diff --git a/documentation/ui/image/android-chrome-96x96.png b/documentation/ui/image/android-chrome-96x96.png new file mode 100644 index 0000000..7b29762 Binary files /dev/null and b/documentation/ui/image/android-chrome-96x96.png differ diff --git a/documentation/ui/image/apple-touch-icon-114x114.png b/documentation/ui/image/apple-touch-icon-114x114.png new file mode 100644 index 0000000..0b70f67 Binary files /dev/null and b/documentation/ui/image/apple-touch-icon-114x114.png differ diff --git a/documentation/ui/image/apple-touch-icon-120x120.png b/documentation/ui/image/apple-touch-icon-120x120.png new file mode 100644 index 0000000..b43d10e Binary files /dev/null and b/documentation/ui/image/apple-touch-icon-120x120.png differ diff --git a/documentation/ui/image/apple-touch-icon-144x144.png b/documentation/ui/image/apple-touch-icon-144x144.png new file mode 100644 index 0000000..07a81e6 Binary files /dev/null and b/documentation/ui/image/apple-touch-icon-144x144.png differ diff --git a/documentation/ui/image/apple-touch-icon-152x152.png b/documentation/ui/image/apple-touch-icon-152x152.png new file mode 100644 index 0000000..7900187 Binary files /dev/null and b/documentation/ui/image/apple-touch-icon-152x152.png differ diff --git a/documentation/ui/image/apple-touch-icon-180x180.png b/documentation/ui/image/apple-touch-icon-180x180.png new file mode 100644 index 0000000..3d9e74f Binary files /dev/null and b/documentation/ui/image/apple-touch-icon-180x180.png differ diff --git a/documentation/ui/image/apple-touch-icon-57x57.png b/documentation/ui/image/apple-touch-icon-57x57.png new file mode 100644 index 0000000..cf40432 Binary files /dev/null and b/documentation/ui/image/apple-touch-icon-57x57.png differ diff --git a/documentation/ui/image/apple-touch-icon-60x60.png b/documentation/ui/image/apple-touch-icon-60x60.png new file mode 100644 index 0000000..2f208d1 Binary files /dev/null and b/documentation/ui/image/apple-touch-icon-60x60.png differ diff --git a/documentation/ui/image/apple-touch-icon-72x72.png b/documentation/ui/image/apple-touch-icon-72x72.png new file mode 100644 index 0000000..2e8f273 Binary files /dev/null and b/documentation/ui/image/apple-touch-icon-72x72.png differ diff --git a/documentation/ui/image/apple-touch-icon-76x76.png b/documentation/ui/image/apple-touch-icon-76x76.png new file mode 100644 index 0000000..a10c74f Binary files /dev/null and b/documentation/ui/image/apple-touch-icon-76x76.png differ diff --git a/documentation/ui/image/apple-touch-icon-precomposed.png b/documentation/ui/image/apple-touch-icon-precomposed.png new file mode 100644 index 0000000..9cdd1f0 Binary files /dev/null and b/documentation/ui/image/apple-touch-icon-precomposed.png differ diff --git a/documentation/ui/image/apple-touch-icon.png b/documentation/ui/image/apple-touch-icon.png new file mode 100644 index 0000000..3d9e74f Binary files /dev/null and b/documentation/ui/image/apple-touch-icon.png differ diff --git a/documentation/ui/image/browserconfig.xml b/documentation/ui/image/browserconfig.xml new file mode 100644 index 0000000..65380f3 --- /dev/null +++ b/documentation/ui/image/browserconfig.xml @@ -0,0 +1,12 @@ + + + + + + + + + #da532c + + + diff --git a/documentation/ui/image/favicon-16x16.png b/documentation/ui/image/favicon-16x16.png new file mode 100644 index 0000000..3e95d61 Binary files /dev/null and b/documentation/ui/image/favicon-16x16.png differ diff --git a/documentation/ui/image/favicon-32x32.png b/documentation/ui/image/favicon-32x32.png new file mode 100644 index 0000000..d7db569 Binary files /dev/null and b/documentation/ui/image/favicon-32x32.png differ diff --git a/documentation/ui/image/favicon-96x96.png b/documentation/ui/image/favicon-96x96.png new file mode 100644 index 0000000..7b29762 Binary files /dev/null and b/documentation/ui/image/favicon-96x96.png differ diff --git a/documentation/ui/image/favicon.ico b/documentation/ui/image/favicon.ico new file mode 100644 index 0000000..c2e7915 Binary files /dev/null and b/documentation/ui/image/favicon.ico differ diff --git a/documentation/ui/image/manifest.json b/documentation/ui/image/manifest.json new file mode 100644 index 0000000..b595012 --- /dev/null +++ b/documentation/ui/image/manifest.json @@ -0,0 +1,41 @@ +{ + "name": "fuzzylite", + "icons": [ + { + "src": "\/android-chrome-36x36.png", + "sizes": "36x36", + "type": "image\/png", + "density": "0.75" + }, + { + "src": "\/android-chrome-48x48.png", + "sizes": "48x48", + "type": "image\/png", + "density": "1.0" + }, + { + "src": "\/android-chrome-72x72.png", + "sizes": "72x72", + "type": "image\/png", + "density": "1.5" + }, + { + "src": "\/android-chrome-96x96.png", + "sizes": "96x96", + "type": "image\/png", + "density": "2.0" + }, + { + "src": "\/android-chrome-144x144.png", + "sizes": "144x144", + "type": "image\/png", + "density": "3.0" + }, + { + "src": "\/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image\/png", + "density": "4.0" + } + ] +} diff --git a/documentation/ui/image/mstile-144x144.png b/documentation/ui/image/mstile-144x144.png new file mode 100644 index 0000000..fcba19e Binary files /dev/null and b/documentation/ui/image/mstile-144x144.png differ diff --git a/documentation/ui/image/mstile-150x150.png b/documentation/ui/image/mstile-150x150.png new file mode 100644 index 0000000..6748bc1 Binary files /dev/null and b/documentation/ui/image/mstile-150x150.png differ diff --git a/documentation/ui/image/mstile-310x150.png b/documentation/ui/image/mstile-310x150.png new file mode 100644 index 0000000..29c3eaa Binary files /dev/null and b/documentation/ui/image/mstile-310x150.png differ diff --git a/documentation/ui/image/mstile-310x310.png b/documentation/ui/image/mstile-310x310.png new file mode 100644 index 0000000..16aa141 Binary files /dev/null and b/documentation/ui/image/mstile-310x310.png differ diff --git a/documentation/ui/image/mstile-70x70.png b/documentation/ui/image/mstile-70x70.png new file mode 100644 index 0000000..6531179 Binary files /dev/null and b/documentation/ui/image/mstile-70x70.png differ diff --git a/documentation/ui/image/safari-pinned-tab.svg b/documentation/ui/image/safari-pinned-tab.svg new file mode 100644 index 0000000..6f4db51 --- /dev/null +++ b/documentation/ui/image/safari-pinned-tab.svg @@ -0,0 +1,28 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + + diff --git a/documentation/ui/stylesheet.css b/documentation/ui/stylesheet.css new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3