学科分类
/ 1
1 个结果
  • 简介:Algorithmsusedindataminingandbioinformaticshavetodealwithhugeamountofdataefficiently.Inmanyapplications,thedataaresupposedtohaveexplicitorimplicitstructures.Todevelopefficientalgorithmsforsuchdata,wehavetoproposepossiblestructuremodelsandtestifthemodelsarefeasible.Hence,itisimportanttomakeacompactmodelforstructureddata,andenumerateallinstancesefficiently.Therearefewgraphclassesbesidestreesthatcanbeusedforamodel.Inthispaper,weinvestigatedistance-hereditarygraphs.Thisclassofgraphsconsistsofisometricgraphsandhencecontainstreesandcographs.First,acanonicalandcompacttreerepresentationoftheclassisproposed.Thetreerepresentationcanbeconstructedinlineartimebyusingprefixtrees.Usually,prefixtreesareusedtomaintainasetofstrings.Inouralgorithm,theprefixtreesareusedtomaintaintheneighborhoodofvertices,whichisanewapproachunlikethelexicographicallybreadth-firstsearchusedinotherstudies.Basedonthecanonicaltreerepresentation,efficientalgorithmsforthedistance-hereditarygraphsareproposed,includinglineartimealgorithmsforgraphrecognitionandgraphisomorphismandanefficientenumerationalgorithm.Anefficientcodingforthetreerepresentationisalsopresented;itrequires[3.59n]bitsforadistance-hereditarygraphofnverticesand3nbitsforacograph.Theresultsofcodingimprovepreviouslyknownupperbounds(bothare2~(O(nlogn)))ofthenumberofdistance-hereditarygraphsandcographsto2~([3.59n])and2~(3n),respectively.

  • 标签: 图形识别 遗传图 应用 线性时间算法 结构模型 远程