From: <lm...@us...> - 2012-10-03 00:38:33
|
Revision: 11098 http://octave.svn.sourceforge.net/octave/?rev=11098&view=rev Author: lmarkov Date: 2012-10-03 00:38:27 +0000 (Wed, 03 Oct 2012) Log Message: ----------- M fuzzy-logic-toolkit/DESCRIPTION M fuzzy-logic-toolkit/ChangeLog M fuzzy-logic-toolkit/NEWS Modified Paths: -------------- trunk/octave-forge/main/fuzzy-logic-toolkit/ChangeLog trunk/octave-forge/main/fuzzy-logic-toolkit/DESCRIPTION trunk/octave-forge/main/fuzzy-logic-toolkit/NEWS Modified: trunk/octave-forge/main/fuzzy-logic-toolkit/ChangeLog =================================================================== --- trunk/octave-forge/main/fuzzy-logic-toolkit/ChangeLog 2012-10-03 00:38:09 UTC (rev 11097) +++ trunk/octave-forge/main/fuzzy-logic-toolkit/ChangeLog 2012-10-03 00:38:27 UTC (rev 11098) @@ -1,3 +1,39 @@ +2012-10-02 L. Markowsky <lm...@us...> + + * Version 0.4.2 released. + * ChangeLog: Updated file. + * DESCRIPTION: Updated file. + * NEWS: Updated file. + * inst/*.m: Some trivial changes to line length and comments. + * inst/fcm.m: Edited to reflect the five renamed private functions. + Edited the demos to calculate and print the three cluster validity + indices. Edited comment. + * inst/gustafson_kessel.m: Edited to reflect the five renamed private + functions. Edited the demos to calculate and print the three + cluster validity indices. Edited comment. + * inst/partition_coeff.m: Demos were merged with the demos in fcm.m + and gustafson_kessel.m and then removed. Edited comment. + * inst/partition_entropy.m: Demos were merged with the demos in fcm.m + and gustafson_kessel.m and then removed. Edited comment. + * inst/xie_beni_index.m: Demos were merged with the demos in fcm.m + and gustafson_kessel.m and then removed. Edited comment. + * inst/private/evalmf_private.m: Edited comment. + * inst/private/is_builtin_language.m: Edited comment. + * inst/private/fcm_compute_convergence_criterion.m: Edited and renamed + compute_cluster_convergence.m. + * inst/private/fcm_compute_objective_fcn.m: Edited and renamed + compute_cluster_obj_fcn.m. + * inst/private/fcm_init_prototype.m: Edited and renamed + init_cluster_prototypes.m. + * inst/private/fcm_update_cluster_centers.m: Edited and renamed + update_cluster_prototypes.m. + * inst/private/fcm_update_membership_fcn.m: Edited and renamed + update_cluster_membership.m. + * inst/private/probor.m: Removed unused private function. + * Demos tested under: Fedora 17/Octave 3.6.2 + * Demos tested under: Fedora 16/Octave 3.4.3 + * Demos tested under: Windows 7/Octave 3.2.4 + 2012-08-26 L. Markowsky <lm...@us...> * Version 0.4.1 released. @@ -2,3 +38,4 @@ * ChangeLog: Updated file. - * COPYING: Replaced GPLv2 with GPLv3 (to fix inconsistency with source files). + * COPYING: Replaced GPLv2 with GPLv3 (to fix inconsistency with source + files). * DESCRIPTION: Updated file. @@ -11,11 +48,13 @@ * inst/fcm_demo_1.m: Removed script file. * inst/fcm_demo_2.m: Removed script file. * inst/gustafson_kessel.m: Rewrote and embedded the demos previously - contained in gustafson_kessel_demo_1.m and gustafson_kessel_demo_2.m. + contained in gustafson_kessel_demo_1.m and + gustafson_kessel_demo_2.m. * inst/gustafson_kessel_demo_1.m: Removed script file. * inst/gustafson_kessel_demo_2.m: Removed script file. * inst/*.m: Many trivial changes to line length and copyright notices. - * inst/private/*.m: Many trivial changes to line length and copyright notice. + * inst/private/*.m: Many trivial changes to line length and copyright + notice. * All demos tested under: Fedora 17/Octave 3.6.2 2012-07-10 L. Markowsky <lm...@us...> @@ -25,17 +64,20 @@ * DESCRIPTION: Updated file. * INDEX: Updated file. * NEWS: New file. - * inst/fcm.m: New file. Addition of the Fuzzy C-Means clustering algorithm - to the toolkit. + * inst/fcm.m: New file. Addition of the Fuzzy C-Means clustering + algorithm to the toolkit. * inst/fcm_demo_1.m: New file. Addition of demo script. * inst/fcm_demo_2.m: New file. Addition of demo script. * inst/gustafson_kessel.m: New file. Addition of the Gustafson-Kessel clustering algorithm to the toolkit. * inst/gustafson_kessel_demo_1.m: New file. Addition of demo script. * inst/gustafson_kessel_demo_2.m: New file. Addition of demo script. - * inst/partition_coeff.m: New file. Addition of a measure of cluster validity. - * inst/partition_entropy.m: New file. Addition of a measure of cluster validity. - * inst/xie_beni_index.m: New file. Addition of a measure of cluster validity. + * inst/partition_coeff.m: New file. Addition of a measure of cluster + validity. + * inst/partition_entropy.m: New file. Addition of a measure of cluster + validity. + * inst/xie_beni_index.m: New file. Addition of a measure of cluster + validity. * inst/private/fcm_compute_convergence_criterion.m: New file. * inst/private/fcm_compute_objective_fcn.m: New file. * inst/private/fcm_init_prototype.m: New file. @@ -49,7 +91,8 @@ * Version 0.3.0 released. * ChangeLog: Updated file. * DESCRIPTION: Updated file. - * inst/*.m: Many trivial changes to comments and spacing in parameter lists. + * inst/*.m: Many trivial changes to comments and spacing in parameter + lists. * inst/addrule.m: Edited comment to describe use with hedges. * inst/algebraic_product.m: New file. * inst/algebraic_sum.m: New file. @@ -69,20 +112,22 @@ * inst/heart_disease_demo_2.m : Renamed heart_demo_2.m. * inst/investment_portfolio.fis: New file. * inst/investment_portfolio_demo.m: New file. - * inst/plotmf.m: Edited to add support for linear output membership functions - and to support optional y-limit arguments. + * inst/plotmf.m: Edited to add support for linear output membership + functions and to support optional y-limit arguments. * inst/readfis.m: Edited to add custom and built-in hedge support. * inst/showrule.m: Edited to add Chinese, Russian, and Spanish to the - built-in languages and to add custom language support. Also edited to add - custom hedge support and to implement the hedges "somewhat", "very", - "extremely", and "very very". + built-in languages and to add custom language support. Also edited + to add custom hedge support and to implement the hedges + "somewhat", "very", "extremely", and "very very". * inst/sugeno_tip_calculator.fis: Edited to demonstrate hedges. * inst/sugeno_tip_demo.m: Edited to demonstrate hedges. * inst/writefis.m: Edited comment to note that zenity is required by the GUI. Code edited to support hedges. - * inst/private/*.m: Many trivial changes to spacing in parameter lists. - * inst/private/aggregate_output_mamdani.m: Edited to support new built-in - T-norm/S-norm pairs when used as the FIS aggregation method. + * inst/private/*.m: Many trivial changes to spacing in parameter + lists. + * inst/private/aggregate_output_mamdani.m: Edited to support new + built-in T-norm/S-norm pairs when used as the FIS aggregation + method. * inst/private/eval_firing_strength.m: Edited to support new built-in T-norm/S-norm pairs when used as the FIS 'and' or 'or' method. * inst/private/evalmf_private.m: Edited to evaluate linear membership @@ -91,15 +136,16 @@ hedge support. * inst/private/eval_rules_sugeno.m: Edited to add custom and built-in hedge support. - * inst/private/fuzzify_input.m: Edited to add custom and built-in hedge + * inst/private/fuzzify_input.m: Edited to add custom and built-in + hedge support. + * inst/private/get_mf_index_and_hedge.m: New file to add hedge support. - * inst/private/get_mf_index_and_hedge.m: New file to add hedge support. * inst/private/is_real.m: Improved test. * inst/private/is_real_matrix.m: Improved test. - * inst/private/is_builtin_language.m: Renamed is_language.m. Edited test to - add 'chinese', 'mandarin', 'pinyin', 'russian', 'pycckii', 'russkij', - 'spanish', 'french', and 'german' to the strings specifying built-in - languages. + * inst/private/is_builtin_language.m: Renamed is_language.m. Edited + test to add 'chinese', 'mandarin', 'pinyin', 'russian', 'pycckii', + 'russkij', 'spanish', 'french', and 'german' to the strings + specifying built-in languages. * Demos tested under: Fedora 15/Octave 3.4.2 * Demos tested under: Windows 7/Octave 3.2.4 @@ -157,7 +203,8 @@ * DESCRIPTION: Updated file. * INDEX: Updated file. * inst/*.m: Edited numerous comments and texinfo comment blocks. - * inst/private/*.m: Edited numerous comments and texinfo comment blocks. + * inst/private/*.m: Edited numerous comments and texinfo comment + blocks. * inst/cubic_approx_demo.m: New file. * inst/cubic-approximator.fis: New file. * inst/linear-tip-calculator.fis: New file. Modified: trunk/octave-forge/main/fuzzy-logic-toolkit/DESCRIPTION =================================================================== --- trunk/octave-forge/main/fuzzy-logic-toolkit/DESCRIPTION 2012-10-03 00:38:09 UTC (rev 11097) +++ trunk/octave-forge/main/fuzzy-logic-toolkit/DESCRIPTION 2012-10-03 00:38:27 UTC (rev 11098) @@ -1,6 +1,6 @@ Name: fuzzy-logic-toolkit -Version: 0.4.1 -Date: 2012-08-26 +Version: 0.4.2 +Date: 2012-10-02 Author: L. Markowsky <lm...@us...> Maintainer: L. Markowsky <lm...@us...> Title: Octave Fuzzy Logic Toolkit Modified: trunk/octave-forge/main/fuzzy-logic-toolkit/NEWS =================================================================== --- trunk/octave-forge/main/fuzzy-logic-toolkit/NEWS 2012-10-03 00:38:09 UTC (rev 11097) +++ trunk/octave-forge/main/fuzzy-logic-toolkit/NEWS 2012-10-03 00:38:27 UTC (rev 11098) @@ -1,3 +1,10 @@ +Summary of important user-visible changes for fuzzy-logic-toolkit 0.4.2: +------------------------------------------------------------------------ + + ** The demos embedded in partition_coeff.m, partition_entropy.m, + and xie_beni_index.m were merged with the embedded demos in + fcm.m and gustafson_kessel.m. + Summary of important user-visible changes for fuzzy-logic-toolkit 0.4.1: ------------------------------------------------------------------------ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |